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

@ -2,8 +2,8 @@
<!--%import("popup.css")-->
<!--%import("../lang")-->
<div id="popHeadder">
<h3>{$component_info->title} ver. {$component_info->version}</h3>
<div id="popHeader">
<h3 class="xeAdmin">{$component_info->title} ver. {$component_info->version}</h3>
</div>
<form action="./" method="get" onSubmit="return false" id="fo">
@ -18,7 +18,7 @@
<div id="table_attribute" style="display:none">
<div class="" id="col_row_area" style="display:none" >
<table cellspacing="0" class="adminTable">
<table cellspacing="0" class="rowTable">
<col width="25%" />
<col width="25%" />
<col width="25%" />
@ -32,7 +32,7 @@
</table>
</div>
<table cellspacing="0" class="adminTable">
<table cellspacing="0" class="rowTable">
<col width="25%" />
<col />
<tr>
@ -47,7 +47,7 @@
</div>
<table cellspacing="0" class="adminTable">
<table cellspacing="0" class="rowTable">
<col width="25%" />
<col width="25%" />
<col width="25%" />
@ -130,9 +130,8 @@
</div>
</div>
<div id="popFooter" class="tCenter">
<a href="#" onclick="insertTable()" class="button"><span>{$lang->cmd_insert}</span></a>
<a href="#" onclick="window.close(); return false;" class="button"><span>{$lang->cmd_close}</span></a>
<div id="popFooter">
<a href="#" onclick="insertTable()" class="button black strong"><span>{$lang->cmd_insert}</span></a>
<a href="#" onclick="winopen('./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}','ComponentInfo','left=10,top=10,width=10,height=10,resizable=no,scrollbars=no,toolbars=no');return false;" class="button"><span>{$lang->about_component}</span></a>
</div>
</form>