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

@ -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 = {};