mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9161 201d5d3c-b55e-5fd7-737f-ddc643e51545
40 lines
No EOL
1.5 KiB
HTML
40 lines
No EOL
1.5 KiB
HTML
<load target="../../admin/tpl/js/admin.js" />
|
|
<load target="../../admin/tpl/css/admin.css" />
|
|
<load target="../../admin/tpl/css/admin_{$lang_type}.css" />
|
|
<load target="js/generate_code.js" />
|
|
|
|
<script type="text/javascript">
|
|
xe.lang.cmd_delete = '{$lang->cmd_delete}';
|
|
|
|
jQuery(document).ready(function(){
|
|
doFillWidgetVars();
|
|
});
|
|
</script>
|
|
|
|
<div class="x" style="padding: 0 10px;">
|
|
<h2 class="h2">{$widget_info->title}</h2>
|
|
<p>{$widget_info->description}</p>
|
|
|
|
<h3 class="h3">{$lang->cmd_generate_code}</h3>
|
|
<p>{$lang->about_widget_code_in_page}</p>
|
|
|
|
<form class="form" action="./" method="post" id="fo_widget">
|
|
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
|
<input type="hidden" name="widget_sequence" value="" />
|
|
<input type="hidden" name="style" value="float:left;width:100%;margin:none;padding:none;" />
|
|
<input type="hidden" name="widget_padding_left" value="" />
|
|
<input type="hidden" name="widget_padding_right" value="" />
|
|
<input type="hidden" name="widget_padding_top" value="" />
|
|
<input type="hidden" name="widget_padding_bottom" value="" />
|
|
<input type="hidden" name="selected_widget" value="{$widget_info->widget}" />
|
|
<include target="widget_generate_code.include.html" />
|
|
|
|
<div class="btnArea">
|
|
<span class="btn small"><input type="submit" value="{$lang->cmd_generate_code}" /></span>
|
|
</div>
|
|
</form>
|
|
|
|
<include target="widget_generate_code.filebox.html" />
|
|
<include target="widget_generate_code.multilang.html" />
|
|
<include target="widget_generate_code.multilang.textarea.html" />
|
|
</div> |