source: extensions/BatchDownloader/template/menublock.tpl @ 16379

Last change on this file since 16379 was 16379, checked in by mistic100, 12 years ago

first commit, not complete
TODO : use multisize, download history, localization, compatibility with User Selection (and create User Selection !!)

File size: 262 bytes
Line 
1<dt>{$block->get_title()}</dt>
2<dd>
3        <ul>
4                {foreach from=$block->data item=link}
5                <li>
6      <a href="{$link.URL}" title="{$link.TITLE}" rel="nofollow">{$link.NAME}</a>
7      <span class="menuInfoCat">[{$link.COUNT}]</span>
8    </li>
9                {/foreach}
10        </ul>
11</dd>
Note: See TracBrowser for help on using the repository browser.