mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0
23 lines
852 B
HTML
23 lines
852 B
HTML
<!-- INCLUDE simple_header.html -->
|
|
|
|
<script type="text/javascript">
|
|
// <![CDATA[
|
|
var form_name = 'postform';
|
|
var text_name = 'message';
|
|
// ]]>
|
|
</script>
|
|
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
|
|
|
|
<h2>{L_SMILIES}</h2>
|
|
<div class="panel">
|
|
<div class="inner"><span class="corners-top"><span></span></span>
|
|
<!-- BEGIN smiley -->
|
|
<a href="#" onclick="initInsertions(); 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}" /></a>
|
|
<!-- END smiley -->
|
|
|
|
<span class="corners-bottom"><span></span></span></div>
|
|
</div>
|
|
<div>{PAGINATION}</div>
|
|
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
|
|
|
|
<!-- INCLUDE simple_footer.html --> |