css 및 js 호출순서 조정기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-06 05:33:56 +00:00
parent 4f380d9c48
commit 61851f1dfe
2149 changed files with 109090 additions and 18689 deletions

View file

@ -4,28 +4,23 @@
<!--%import("../../admin/tpl/css/admin.css")-->
<form action="./" method="get" onsubmit="return procFilter(this, generate_code);" id="fo_widget">
<div id="popHeadder">
<h3>{$lang->cmd_generate_code}</h3>
<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")-->
<table cellspacing="0" class="adminTable">
<col width="100" />
<col width="*" />
<h3 class="xeAdmin">{$lang->widget_code}</h3>
<table cellspacing="0" class="rowTable">
<tr>
<th><div>{$lang->widget_code}</div></th>
<td><textarea readonly="true" id="widget_code" class="inputTypeTextArea w400"></textarea></td>
<td class="wide"><textarea readonly="true" id="widget_code" class="inputTypeTextArea fullWidth"></textarea></td>
</tr>
</table>
</div>
<div id="popFooter" class="tCenter gap1">
<span class="button green"><input type="submit" value="{$lang->cmd_generate_code}" /></span>
<a href="#" onclick="window.close(); return false;" class="button red"><span>{$lang->cmd_close}</span></a>
<div id="popFooter">
<span class="button black strong"><input type="submit" value="{$lang->cmd_generate_code}" /></span>
</div>
</form>