rollback r11012

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-09-13 02:49:17 +00:00
parent b1b6d999d4
commit bcd610fd9f
125 changed files with 276 additions and 235 deletions

View file

@ -924,6 +924,25 @@
<value xml:lang="zh-CN"><![CDATA[设置本地时间.]]></value>
<value xml:lang="tr"><![CDATA[Yerel Zamanı ayarlayın.]]></value>
</item>
<item name="about_html_dtd">
<value xml:lang="ko"><![CDATA[HTML 규격(DTD)을 선택하세요.]]></value>
<value xml:lang="en"><![CDATA[Set HTML DTD.]]></value>
<value xml:lang="jp"><![CDATA[HTML DTDを設定してください。]]></value>
<value xml:lang="zh-CN"><![CDATA[设置HTML DTD标签头.]]></value>
<value xml:lang="tr"><![CDATA[HTML DTD ayarlayın.]]></value>
</item>
<item name="html5">
<value xml:lang="ko"><![CDATA[HTML5]]></value>
<value xml:lang="en"><![CDATA[HTML5]]></value>
<value xml:lang="zh-CN"><![CDATA[HTML5]]></value>
<value xml:lang="tr"><![CDATA[HTML5]]></value>
</item>
<item name="xhtml_transitional">
<value xml:lang="ko"><![CDATA[XHTML 1.0 Transitional]]></value>
<value xml:lang="en"><![CDATA[XHTML 1.0 Transitional]]></value>
<value xml:lang="zh-CN"><![CDATA[XHTML 1.0 Transitional]]></value>
<value xml:lang="tr"><![CDATA[XHTML 1.0 Transitional]]></value>
</item>
<item name="about_question_mobile_view">
<value xml:lang="ko"><![CDATA[모바일 기기에서 접속할 때 모바일 페이지를 보여줄까요?]]></value>
<value xml:lang="en"><![CDATA[Do you want to show the mobile page when users access the website with their mobile phone?]]></value>

View file

@ -13,7 +13,7 @@
</p>
</div>
</div>
<script>
<script type="text/javascript">
xe.current_lang = '{$lang_type}';
xe.lang.confirm_run = '{$lang->confirm_run}';
xe.lang.confirm_reset_admin_menu = '{$lang->confirm_reset_admin_menu}';

View file

@ -1,4 +1,4 @@
<script>
<script type="text/javascript">
jQuery(function($){
$('#favicon').change(function(){
var re_favicon = /[^.]+\.ico$/
@ -241,6 +241,13 @@ jQuery(function($){
<input type="radio" name="qmail_compatibility" id="qmail_compatibility_n" value="N" <!--@if($qmail_compatibility!='Y')-->checked="checked" <!--@end-->/> <label for="qmail_compatibility_n">{$lang->cmd_no}</label>
</p>
</li>
<li>
<p class="q">{$lang->about_html_dtd}</p>
<p class="a">
<input type="radio" name="use_html5" id="xhtml" value="N" <!--@if($use_html5 != 'Y')-->checked="checked" <!--@end-->/> <label for="xhtml">{$lang->xhtml_transitional}</label>
<input type="radio" name="use_html5" id="html5" value="Y" <!--@if($use_html5 == 'Y')-->checked="checked" <!--@end-->/> <label for="html5">{$lang->html5}</label>
</p>
</li>
</ul>
</fieldset>
<div class="btnArea">

View file

@ -1,6 +1,6 @@
<load target="js/theme.js" type="body" usecdn="true" />
<script>
<script type="text/javascript">
jQuery(function($){
var themes = {};