Просмотр файла mobile/template/posting_smilies.html

Размер файла: 635B
<!-- INCLUDE simple_header.html -->



<table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
	<td>
		<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0">
		<tr>
			<th>{L_SMILIES}</th>
		</tr>
		<tr>
			<td class="row2" valign="middle"><!-- BEGIN smiley --> <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;">{smiley.SMILEY_CODE} 
			<img src="{smiley.SMILEY_IMG}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /><br /></a> <!-- END smiley --></td>
		</tr>
		</table>
	</td>
</tr>
</table>

<!-- INCLUDE simple_footer.html -->