mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 23:31:44 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
26 lines
941 B
HTML
26 lines
941 B
HTML
<!--%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>
|