|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/widget/tpl/ |
Upload File : |
<!--%import("filter/generate_code.xml")-->
<!--%import("js/widget_admin.js")-->
<!--%import("css/widget.css")-->
<!--%import("../../admin/tpl/css/admin.css")-->
<form action="./" method="get" onsubmit="return procFilter(this, generate_code);" id="fo_widget">
<div id="popHeader" class="wide">
<h3 class="xeAdmin">{$lang->cmd_generate_code}</h3>
</div>
<div id="popBody">
{@ $_caption = $lang->about_widget_code}
<!--#include("widget_generate_code.include.html")-->
<h3 class="xeAdmin">{$lang->widget_code}</h3>
<table cellspacing="0" class="rowTable">
<tr>
<td class="wide"><textarea readonly="true" id="widget_code" class="inputTypeTextArea fullWidth"></textarea></td>
</tr>
</table>
</div>
<div id="popFooter">
<span class="button black strong"><input type="submit" value="{$lang->cmd_generate_code}" /></span>
</div>
</form>