Просмотр файла styles/bb3-mobi/template/posting_smilies.html

Размер файла: 909B
<!-- INCLUDE simple_header.html -->
<script type="text/javascript">
// <![CDATA[
	var form_name = 'postform';
	var text_name = 'message';
// ]]>
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>
<div class="tab"><span class="gensmall">{L_SMILIES}</span></div>
<table cellspacing="1" cellpadding="4" width="100%" class="row1">
<!-- BEGIN smiley -->
<tr>
	<td class="row_hard"><img src="{smiley.SMILEY_IMG}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></td>
	<td class="row_easy"><input type="text" style="width: 80px" value="{smiley.A_SMILEY_CODE}" />
	<a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;" class="buttom">{L_SUBMIT}</a></td>
</tr>
<!-- END smiley -->
</table>
<!-- IF PAGINATION --><div class="page">{PAGINATION}</div><!-- ENDIF -->
<!-- INCLUDE simple_footer.html -->