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 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="0.2">
<title xml:lang="ko">레이아웃</title>
<title xml:lang="zh-CN">布局</title>
<title xml:lang="zh-CN">布局管理</title>
<title xml:lang="jp">レイアウト</title>
<title xml:lang="en">Layout</title>
<title xml:lang="es">Diseño</title>
@ -16,7 +16,7 @@
<description xml:lang="zh-TW">建立/管理版面的模組。</description>
<version>0.1</version>
<date>2007-02-28</date>
<category>manager</category>
<category>construction</category>
<author email_address="zero@zeroboard.com" link="http://blog.nzeo.com">
<name xml:lang="ko">zero</name>

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="dispLayoutInfo" type="view" standalone="true" />
<action name="dispLayoutAdminContent" type="view" admin_index="true" standalone="true" />
@ -9,11 +11,20 @@
<action name="dispLayoutAdminDownloadedList" type="view" standalone="true" />
<action name="dispLayoutAdminPreview" type="view" standalone="true" />
<action name="dispLayoutAdminInfo" type="view" standalone="true" />
<action name="dispLayoutAdminLayoutModify" type="view" standalone="true" />
<action name="dispLayoutAdminLayoutImageList" type="view" standalone="true" />
<action name="procLayoutAdminInsert" type="controller" standalone="true" />
<action name="procLayoutAdminUpdate" type="controller" standalone="true" />
<action name="procLayoutAdminDelete" type="controller" standalone="true" />
<action name="procLayoutAdminCodeUpdate" type="controller" standalone="true" />
<action name="procLayoutAdminCodeReset" type="controller" standalone="true" />
<action name="procLayoutAdminUserImageUpload" type="controller" standalone="true" />
<action name="procLayoutAdminUserImageDelete" type="controller" standalone="true" />
<action name="procLayoutAdminUserValueInsert" type="controller" standalone="true" />
<action name="procLayoutAdminUserLayoutExport" type="controller" standalone="true" />
<action name="procLayoutAdminUserLayoutImport" type="controller" standalone="true" />
</actions>
</module>