issue 70 sitemap developement.

but yet not completed


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8940 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-30 01:56:38 +00:00
parent d497aa06d3
commit a3b9fc7338
9 changed files with 544 additions and 5 deletions

View file

@ -7,8 +7,10 @@
<action name="dispMenuAdminInsert" type="view" standalone="true" />
<action name="dispMenuAdminManagement" type="view" standalone="true" />
<action name="dispMenuAdminMidList" type="view" standalone="true" />
<action name="dispMenuAdminSiteMap" type="view" standalone="true" menu_name="siteMap" menu_index="true" />
<action name="getMenuAdminTplInfo" type="model" standalone="true" />
<action name="getMenuAdminItemInfo" type="model" standalone="true" />
<action name="procMenuAdminInsert" type="controller" standalone="true" ruleset="insertMenu" />
<action name="procMenuAdminUpdate" type="controller" standalone="true" ruleset="updateMenuTitle" />
@ -26,4 +28,19 @@
<action name="dispMenuMenu" type="mobile" standalone="true" />
</actions>
<menus>
<menu name="siteMap">
<title xml:lang="en">Site Map</title>
<title xml:lang="ko">사이트맵</title>
<title xml:lang="zh-CN">Site Map</title>
<title xml:lang="jp">Site Map</title>
<title xml:lang="es">Site Map</title>
<title xml:lang="ru">Site Map</title>
<title xml:lang="fr">Site Map</title>
<title xml:lang="zh-TW">Site Map</title>
<title xml:lang="vi">Site Map</title>
<title xml:lang="mn">Site Map</title>
<title xml:lang="tr">Site Map</title>
</menu>
</menus>
</module>