rhymix/modules/blog/skins/default/skin.xml
2007-07-20 00:38:13 +00:00

81 lines
4.5 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"?>
<skin>
<title xml:lang="ko">블로그 기본 스킨</title>
<title xml:lang="zh-CN">博客基本皮肤</title>
<title xml:lang="en">Default Skinf of Blog</title>
<maker 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>
<name xml:lang="en">zero</name>
<description xml:lang="ko">blog 모듈의 default스킨</description>
<description xml:lang="zh-CN">blog 模块的默认皮肤</description>
<description xml:lang="en">default skin of blog module</description>
</maker>
<colorset>
<color name="normal" src="screenshot/normal.gif">
<title xml:lang="ko">기본</title>
<title xml:lang="zh-CN">基本</title>
<title xml:lang="en">Default</title>
</color>
</colorset>
<extra_vars>
<var name="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="zh-CN">顶部 标题</title>
<title xml:lang="en">Top Title</title>
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
<description xml:lang="zh-CN">请输入布局顶部显示的标题。</description>
<description xml:lang="en">Input title which will be displayed top of layout.</description>
</var>
<var name="logo_image" type="image" width="60" height="60">
<title xml:lang="ko">로고이미지</title>
<title xml:lang="zh-CN">LOGO图片</title>
<title xml:lang="en">Logo Image</title>
<description xml:lang="ko">레이아웃의 상단에 표시될 로고이미지를 입력하세요.</description>
<description xml:lang="zh-CN">请输入顶部显示的LOGO图片。</description>
<description xml:lang="en">Input logo image which will be displayed top of layout.</description>
</var>
<var name="profile_image" type="image" width="60" height="60">
<title xml:lang="ko">프로필 이미지</title>
<title xml:lang="zh-CN">档案图片</title>
<title xml:lang="en">Profile Image</title>
<description xml:lang="ko">프로필 이미지를 입력해 주세요 (가로 사이즈는 200px이 가장 보기 좋습니다)</description>
<description xml:lang="zh-CN">请输入用户图片。 宽度200px图片为适合</description>
<description xml:lang="en">Input profile image (It is recommended to set width as 200px)</description>
</var>
<var name="profile" type="textarea">
<title xml:lang="ko">프로필</title>
<title xml:lang="zh-CN">档案</title>
<title xml:lang="en">Profile</title>
<description lang="ko">간단한 프로필을 입력해주세요</description>
<description lang="zh-CN">请输入基本档案。</description>
<description lang="en">Input simple profile</description>
</var>
<var name="category_name" type="text">
<title xml:lang="ko">카테고리명</title>
<title xml:lang="zh-CN">分类名称</title>
<title xml:lang="en">Category</title>
<description lang="ko">카테고리의 이름을 입력해주세요.</description>
<description lang="zh-CN">请输入分类名称。</description>
<description lang="en">Input the name of category.</description>
</var>
<var name="display_writer" type="select">
<title xml:lang="ko">글쓴이 표시</title>
<title xml:lang="zh-CN">显示作者姓名</title>
<title xml:lang="en">Show Writer</title>
<description lang="ko">다수가 블로그를 함께 운영시에 글쓴이의 이름을 표시할 수 있습니다.</description>
<description lang="zh-CN">多数人一起管理博客时可以显示发表文章的作者。</description>
<description lang="en">It can show writers' name when the blog is administrated by many administrators.</description>
<default>off</default>
<default>on</default>
</var>
</extra_vars>
<menus>
<menu name="top_menu" default="true">
<title xml:lang="ko">상단 메뉴</title>
<title xml:lang="zh-CN">主菜单</title>
<title xml:lang="en">Top Menu</title>
<maxdepth>1</maxdepth>
</menu>
</menus>
</skin>