39 lines
2.3 KiB
Smarty
39 lines
2.3 KiB
Smarty
<div id="mBody">
|
|
<h1>Bookmarks Add-ons</h1>
|
|
|
|
<p>We've collected some of our favorite bookmark-related add-ons here for you to explore. They can help you sync your bookmarks everywhere you use Firefox, keep things organized, or share your bookmarks with friends – or the whole world!</p>
|
|
|
|
<div id="primary-feature" class="addon-feature clearfix divider-bottom">
|
|
<img src="{$config.webpath}{$primary.previewuri}" alt="" class="addon-feature-image" />
|
|
<div class="addon-feature-text corner-box">
|
|
<h2><a href="{$config.webpath}/{$app}/{$primary.id}/">{$primary.name}</a> <span>by</span> <span class="author">{$primary.username}</span></h2>
|
|
<p>{$primary.body}</p>
|
|
<p class="install-button"><a href="{$primary.uri}" onclick="return install(event,'{$recommended[re].name} {$primary.version}', '{$config.webpath}/images/default.png', '{$primary.hash}');" title="Install {$primary.name} {$primary.version} (Right-Click to Download)"><span class="install-green-button"><span class="install-button-text">Install now ({$primary.size} KB)</span></span></a></p>
|
|
{if $primary.id eq SUPER_MAGIC_YAHOO_ID}
|
|
<p class="eula">By clicking Install, you agree to the <a href="http://del.icio.us/help/firefox/bookmarks/license">Software License</a> for this add-on.</p>
|
|
{/if}
|
|
</div>
|
|
</div>
|
|
|
|
<h2>More bookmarks add-ons:</h2>
|
|
<p></p>
|
|
{section name=re loop=$other step=1 start=0}
|
|
<div class="addon-feature clearfix">
|
|
<img src="{$config.webpath}{$other[re].previewuri}" alt="" class="addon-feature-image" />
|
|
<div class="addon-feature-text corner-box">
|
|
<h4><a href="{$config.webpath}/{$app}/{$other[re].id}/">{$other[re].name}</a> <span>by {$other[re].username}</span></h4>
|
|
<p>{$other[re].body}</p>
|
|
<p class="install-button"><a href="{$other[re].uri}" onclick="return install(event,'{$recommended[re].name} {$other[re].version}', '{$config.webpath}/images/default.png', '{$other[re].hash}');" title="Install {$other[re].name} {$other[re].version} (Right-Click to Download)"><span class="install-green-button"><span class="install-button-text">Install now ({$other[re].size} KB)</span></span></a></p>
|
|
{if $other[re].id eq SUPER_MAGIC_YAHOO_ID}
|
|
<p class="eula">By clicking Install, you agree to the <a href="http://del.icio.us/help/firefox/bookmarks/license">Software License</a> for this add-on.</p>
|
|
{/if}
|
|
|
|
</div>
|
|
</div>
|
|
{/section}
|
|
|
|
</div>
|
|
|
|
{include file="inc/search-box.tpl"}
|
|
|