PHP Classes

File: htdocs/themes/xswatch4/modules/system/system_misc_smilies.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/system/system_misc_smilies.tpl   Download  
File: htdocs/themes/xswatch4/modules/system/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: 1 month ago
Size: 1,544 bytes
 

Contents

Class file image Download
<{* smilies selector popup *}> <{if isset($closeHead) && $closeHead == true}> <{$headContents|default:''}> <script>window.resizeTo(400, 580)</script> </head> <body> <{/if}> <h4 class="text-center"><{$lang_smiles}></h4> <{if isset($closeButton) && $closeButton == true}> <div class="text-center m-3"><input class="btn btn-primary btn-block" value="<{$lang_close}>" type="button" onclick="window.close();" /></div> <{/if}> <table class="table table-hover table-sm"> <thead class="thead-dark"> <tr> <th class="text-center" scope="col"><{$lang_code}></th> <th class="text-center" scope="col"><{$lang_emotion}></th> <th class="text-center" scope="col"><{$lang_image}></th> </tr> </thead> <tbody> <{foreach item=smile from=$smilies|default:null}> <tr> <td class="text-center"><{$smile.code}></td> <td class="text-center"><{$smile.emotion}></td> <td class="text-center"> <img onmouseover="style.cursor='hand'" onclick="doSmilie(' <{$smile.code}> ');" src="<{$upload_url}><{$smile.smile_url}>" alt="<{$smile.emotion}>" title="<{$smile.emotion}>" /> </td> </tr> <{/foreach}> </tbody> </table> <p class="text-center mx-2"><{$lang_clicksmile}></p> <{if isset($closeButton) && $closeButton == true}> <div class="text-center m-3"><input class="btn btn-primary btn-block" value="<{$lang_close}>" type="button" onclick="window.close();" /></div> <{/if}>