Line | |
---|
1 | <!-- INCLUDE simple_header.html -->
|
---|
2 |
|
---|
3 | <script type="text/javascript">
|
---|
4 | // <![CDATA[
|
---|
5 | var form_name = 'postform';
|
---|
6 | var text_name = 'message';
|
---|
7 | // ]]>
|
---|
8 | </script>
|
---|
9 | <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
|
---|
10 |
|
---|
11 | <table width="100%" cellspacing="1" cellpadding="4" border="0">
|
---|
12 | <tr>
|
---|
13 | <td>
|
---|
14 | <table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0">
|
---|
15 | <tr>
|
---|
16 | <th>{L_SMILIES}</th>
|
---|
17 | </tr>
|
---|
18 | <tr>
|
---|
19 | <td class="row1" align="center" valign="middle"><!-- BEGIN smiley --> <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a> <!-- END smiley --><br /><a class="nav" href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></td>
|
---|
20 | </tr>
|
---|
21 | </table>
|
---|
22 | </td>
|
---|
23 | </tr>
|
---|
24 | </table>
|
---|
25 |
|
---|
26 | <!-- INCLUDE simple_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.