Revision 87, 0.6 KB
(checked in by exi, 14 years ago)
|
Created a signature generator list.
Removed the fonts and adjusted the signature generator default theme to bring his own fonts.
|
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 | {/section} |
---|
13 | </table> |
---|