PHP Classes

File: htdocs/modules/system/templates/system_misc_smilies.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/system_misc_smilies.tpl   Download  
File: htdocs/modules/system/templates/system_misc_smilies.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 937 bytes
 

Contents

Class file image Download
<{* smilies selector popup *}> <{if isset($closeHead) && $closeHead == true}> <{$headContents|default:''}> <script>window.resizeTo(300, 475)</script> </head> <body> <{/if}> <div class="pad5"> <table width="100%" class="outer"> <tr><th colspan="3"><{$lang_smiles}></th></tr> <tr class="head"><td><{$lang_code}></td><td><{$lang_emotion}></td><td><{$lang_image}></td></tr> <{foreach item=smile from=$smilies|default:null}> <tr><td><{$smile.code}></td><td><{$smile.emotion}></td><td><img onmouseover="style.cursor='hand'" onclick="doSmilie(' <{$smile.code}> ');" src="<{$upload_url}><{$smile.smile_url}>" alt="<{$smile.emotion}>" title="<{$smile.emotion}>" /></td></tr> <{/foreach}> </table> </div> <p><{$lang_clicksmile}></p> <{if isset($closeButton) && $closeButton == true}> <div style="text-align:center;"><input class="formButton" value="<{$lang_close}>" type="button" onclick="window.close();" /></div> <{/if}>