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

Last change on this file since 6415 was 6415, checked in by patdenice, 14 years ago

path to js files corrected.

File size: 880 bytes
Line 
1{known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
2{known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
3{known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/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.