Revision 130, 0.8 KB
(checked in by exi, 16 years ago)
|
Moved comments to a small class and made it use smarty.
Fixed an error message output of the parser.
|
Line | |
---|
1 | <table class="navigation" width="100%" height="25" border="0" cellspacing="1"> |
---|
2 | <tr class="kb-table-header"><td>Available Signatures</td></tr> |
---|
3 | {section name=tpl loop=$signatures} |
---|
4 | <tr class="kb-table-row-even"> |
---|
5 | <td align="center"> <br/><img src="?a=sig&i={$pilot}&s={$signatures[tpl]}"><br/> </td> |
---|
6 | </tr><tr class="kb-table-row-odd"> |
---|
7 | <td align="center"> |
---|
8 | <textarea cols="80" rows="2">[url={$kb_host}?a=pilot_detail&plt_id={$pilot}] |
---|
9 | [img]{$kb_host}?a=sig&i={$pilot}&s={$signatures[tpl]}[/img][/url]</textarea> |
---|
10 | <br/> </td> |
---|
11 | </tr> |
---|
12 | <tr class="kb-table-row-odd"> |
---|
13 | <td align="center">This is the code you can try for phpBB<br/> |
---|
14 | <textarea cols="80" rows="2">[url={$kb_host}?a=pilot_detail&plt_id={$pilot}] |
---|
15 | [img]{$kb_host}sig.php/{$pilot}/{$signatures[tpl]}/signature.jpg[/img][/url]</textarea> |
---|
16 | <br/> </td> |
---|
17 | </tr> |
---|
18 | {/section} |
---|
19 | </table> |
---|