зеркало из https://github.com/mozilla/pjs.git
Fixed image paths. "img" is deprecated, sticking with "images" even though it's 3 characters crappier. :)
This commit is contained in:
Родитель
d400d4d6ab
Коммит
a514a45565
|
@ -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> {$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> {$addon->History[version].MinAppVer} - {$addon->History[version].MaxAppVer}</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
@ -122,12 +122,12 @@ Next Page »
|
|||
<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"> {$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=""> For {$results[r]->AppName}:<BR> {$results[r]->MinAppVer} - {$results[r]->MaxAppVer}
|
||||
<img src="{$config.webpath}/images/{$results[r]->AppName|lower}_icon.png" height="34" width="34" ALT=""> For {$results[r]->AppName}:<BR> {$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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче