Fixed image paths. "img" is deprecated, sticking with "images" even though it's 3 characters crappier. :)

This commit is contained in:
mike.morgan%oregonstate.edu 2005-12-28 23:16:55 +00:00
Родитель d400d4d6ab
Коммит a514a45565
3 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -21,12 +21,12 @@ released on {$addon->VersionDateAdded|date_format}
<p>{$addon->Description}</p>
<p class="requires">
Requires: {$addon->AppName} {$addon->MinAppVer} - {$addon->MaxAppVer} <img src="{$config.webpath}/img/{$addon->AppName|lower}_icon.png" width="34" height="34" alt="{$addon->AppName}">
Requires: {$addon->AppName} {$addon->MinAppVer} - {$addon->MaxAppVer} <img src="{$config.webpath}/images/{$addon->AppName|lower}_icon.png" width="34" height="34" alt="{$addon->AppName}">
</p>
<div class="key-point install-box">
<div class="install">
<b><a href="{$addon->URI}" onclick="return install(event,'{$addon->AppName|escape} {$addon->Version|escape}', '{$config.webpath}/img/default.png');" TITLE="Install {$addon->AppName|escape} {$addon->Version|escape} (Right-Click to Download)">Install Now</a></b> ({$addon->Size|escape} KB File)</div></div>
<b><a href="{$addon->URI}" onclick="return install(event,'{$addon->AppName|escape} {$addon->Version|escape}', '{$config.webpath}/images/default.png');" TITLE="Install {$addon->AppName|escape} {$addon->Version|escape} (Right-Click to Download)">Install Now</a></b> ({$addon->Size|escape} KB File)</div></div>
<h3 id="user-comments">User Comments</h3>

Просмотреть файл

@ -14,8 +14,8 @@ Released on {$addon->History[version].VerDateAdded|date_format:"%B %d, %Y"}<br>
{/if}
<div style="height: 34px">
<div class="iconbar"><img src="{$config.webpath}/img/download.png" height="34" width="34" title="Install {$addon->History[version].Name} (Right-Click to Download)" alt="">Install</a><br><span class="filesize">Size: {$addon->History[version].Size|escape} kb</span></div>
<div class="iconbar"><img src="{$config.webpath}/img/{$addon->History[version].AppName|lower}_icon.png" width="34" height="34" alt="{$addon->History[version].AppName}"> For {$addon->History[version].AppName}:<BR>&nbsp;&nbsp;{$addon->History[version].MinAppVer} - {$addon->History[version].MaxAppVer}</div>
<div class="iconbar"><img src="{$config.webpath}/images/download.png" height="34" width="34" title="Install {$addon->History[version].Name} (Right-Click to Download)" alt="">Install</a><br><span class="filesize">Size: {$addon->History[version].Size|escape} kb</span></div>
<div class="iconbar"><img src="{$config.webpath}/images/{$addon->History[version].AppName|lower}_icon.png" width="34" height="34" alt="{$addon->History[version].AppName}"> For {$addon->History[version].AppName}:<BR>&nbsp;&nbsp;{$addon->History[version].MinAppVer} - {$addon->History[version].MaxAppVer}</div>
</div>
</div>
<hr>

Просмотреть файл

@ -122,12 +122,12 @@ Next Page &raquo;
<p class="first">{$results[r]->Description}</p>
<div style="margin-top: 30px; height: 34px">
<div class="iconbar">
<a href="{$results[r]->URI}" onclick="return install(event,'{$results[r]->Name}', '{$config.webpath}/img/default.png');">
<img src="{$config.webpath}/img/download.png" height="32" width="32" title="Install {$results[r]->Name}" ALT="">Install</a><br>
<a href="{$results[r]->URI}" onclick="return install(event,'{$results[r]->Name}', '{$config.webpath}/images/default.png');">
<img src="{$config.webpath}/images/download.png" height="32" width="32" title="Install {$results[r]->Name}" ALT="">Install</a><br>
<span class="filesize">&nbsp;&nbsp;{$results[r]->Size} kb</span>
</div>
<div class="iconbar">
<img src="{$config.webpath}/img/{$results[r]->AppName|lower}_icon.png" height="34" width="34" ALT="">&nbsp;For {$results[r]->AppName}:<BR>&nbsp;&nbsp;{$results[r]->MinAppVer} - {$results[r]->MaxAppVer}
<img src="{$config.webpath}/images/{$results[r]->AppName|lower}_icon.png" height="34" width="34" ALT="">&nbsp;For {$results[r]->AppName}:<BR>&nbsp;&nbsp;{$results[r]->MinAppVer} - {$results[r]->MaxAppVer}
</div>
</div>
<div class="baseline">Last Update: {$results[r]->DateUpdated|date_format} | Downloads Last 7 Days: {$results[r]->downloadcount} | Total Downloads: {$results[r]->TotalDownloads}</DIV>