source: extensions/PWG_Stuffs/modules/Citation/config.tpl @ 3694

Last change on this file since 3694 was 3694, checked in by Criss, 15 years ago

Add 'Citation' block (thanks to rub, got from 'Fun Citation').

Only available in french language now, but admin can set code for other languages.

File size: 872 bytes
Line 
1{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
2{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}
3{known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"}
4<table>
5    <tr>
6        <td align="center" colspan="2"><b>{'module_Citation_lang'|@translate}</b></td>
7        <td align="center"><b>{'module_Citation_code'|@translate}</b></td>
8    </tr>
9{foreach from=$MODULE_QUOTE_LANGUAGES item=language key=language_key}
10    <tr>
11        <td align="right">{$language}</td>
12        <td>&nbsp;</td>
13        <td><textarea cols="50" rows="2" name="quote_config_{$language_key}" id="quote_config_{$language_key}" class="description" style="height: 2em">{$MODULE_QUOTE_DATA[$language_key]}</textarea></td>
14    </tr>
15{/foreach}
16</table>
17<br>
Note: See TracBrowser for help on using the repository browser.