source: trunk/plugins/add_index/admin/main_page.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 325 bytes
Line 
1{* $Id: /piwigo/trunk/plugins/add_index/admin/main_page.tpl 6509 2008-10-05T21:07:41.181634Z rub  $ *}
2
3<div class="titrePage">
4  <h2>{'Add_Index'|@translate}</h2>
5</div>
6
7{if isset($add_index_results)}
8<div>
9  <ul>
10    {foreach from=$add_index_results item=result}
11    <li>{$result}</li>
12    {/foreach}
13  </ul>
14</div>
15{/if}
Note: See TracBrowser for help on using the repository browser.