rhymix/layouts/sample_layout_js_menu/conf/info.xml

61 lines
3.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<layout version="0.1">
<title xml:lang="ko">견본 레이아웃 (JS 메뉴)</title>
<title xml:lang="zh-CN">样本布局JS 菜单)</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<description xml:lang="ko">
가장 기본적인 기능으로 이루어진 견본 레이아웃입니다.
main_menu, bottom_menu 2개의 메뉴로 구성되어 있으며 각 메뉴의 출력은 javascript 함수를 이용해서 출력합니다.
레이아웃을 만들때 편리하지만 자유도가 떨어집니다.
</description>
<description xml:lang="zh-CN">
此布局是最基本的功能形成的样本布局。
此布局由 main_menu, bottom_menu 两个菜单构成,每个菜单的呼出方式是利用 javascript 函数显示。
制作布局的时候方便的同时自由度相对落后。
</description>
</author>
<extra_vars>
<var name="colorset" type="select">
<title xml:lang="ko">컬러셋</title>
<title xml:lang="zh-CN">颜色</title>
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
<description xml:lang="zh-CN">请选择颜色。</description>
<options name="red">
<title xml:lang="ko">적색</title>
<title xml:lang="zh-CN">红色</title>
<value>red</value>
</options>
<options name="blue">
<title xml:lang="ko">청색</title>
<title xml:lang="zh-CN">青色</title>
<value>blue</value>
</options>
</var>
<var name="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="zh-CN">顶部标题</title>
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
<description xml:lang="zh-CN">请输入布局顶部显示的标题。(网站名称)</description>
</var>
<var name="index_url" type="text">
<title xml:lang="ko">홈 페이지 URL</title>
<title xml:lang="zh-CN">网站 URL</title>
<description xml:lang="ko">로고나 제목을 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
<description xml:lang="zh-CN">点击网站LOGO或标题时要移动的页面URL。</description>
</var>
</extra_vars>
<menus>
<menu name="main_menu" default="true">
<title xml:lang="ko">주 메뉴</title>
<title xml:lang="zh-CN">主 菜单</title>
<maxdepth>2</maxdepth>
</menu>
<menu name="bottom_menu">
<title xml:lang="ko">하단 메뉴 </title>
<title xml:lang="zh-CN">底部菜单</title>
<maxdepth>1</maxdepth>
</menu>
</menus>
</layout>