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

@ -1,7 +1,7 @@
<!--#include("header.html")-->
<!-- 레이아웃의 목록 -->
<table cellspacing="0" class="adminTable">
<table cellspacing="0" class="crossTable">
<thead>
<tr>
<th scope="col" class="halfwide"><div>{$lang->layout_name}</div></th>
@ -25,16 +25,16 @@
({$val->layout})
</div>
</th>
<td class="number center">{$val->version}</td>
<td class="center nowrap">
<td>{$val->version}</td>
<td>
<!--@foreach($val->author as $author)-->
<!--@if($author->homepage)--><a href="{$author->homepage}" onclick="window.open(this.href);return false;"><!--@end-->{$author->name}<!--@if($author->homepage)--></a><!--@end-->
<!--@endforeach-->
</td>
<td class="number center">{$val->menu_count}</td>
<td class="date center nowrap">{zdate($val->date, 'Y-m-d')}</td>
<td class="nowrap">{$val->path}</td>
<td class="center"><a href="{getUrl('act','dispLayoutAdminInsert','layout',$val->layout)}" class="button"><span>{$lang->cmd_make}</span></a></td>
<td>{$val->menu_count}</td>
<td>{zdate($val->date, 'Y-m-d')}</td>
<td>{$val->path}</td>
<td><a href="{getUrl('act','dispLayoutAdminInsert','layout',$val->layout)}" class="button"><span>{$lang->cmd_make}</span></a></td>
</tr>
<tr>
<td colspan="6" class="left">