apply cdn

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9200 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-19 10:00:48 +00:00
parent ca245b93fd
commit 604833cae8
93 changed files with 265 additions and 262 deletions

View file

@ -1,4 +1,4 @@
<!--%import("js/module_admin.js")-->
<load target="js/module_admin.js" usecdn="true" />
<div id="popHeader" class="wide">
<h3 class="xeAdmin">{$lang->module_copy}</h3>
</div>

View file

@ -1,4 +1,4 @@
<!--%import("./js/module_admin.js")-->
<load target="./js/module_admin.js" usecdn="true" />
<div id="popHeader" class="wide">
<h3 class="xeAdmin">{$lang->filebox}</h3>

View file

@ -1,4 +1,4 @@
<!--%import("js/module_admin.js")-->
<load target="js/module_admin.js" usecdn="true"
<h3 class="xeAdmin">{$lang->module} <span class="gray">{$lang->cmd_management}</span></h3>

View file

@ -1,4 +1,4 @@
<!--%import("css/mlang.css")-->
<load target="css/mlang.css" usecdn="true" />
<div class="bd">
<div class="hx h2">
<h2>Select Your Language</h2>

View file

@ -1,4 +1,4 @@
<!--%import("js/module_admin.js")-->
<load target="js/module_admin.js" usecdn="true" />
<script type="text/javascript">
jQuery( function() { jQuery('.grant_default').change( function(event) { doShowGrantZone(); } ); doShowGrantZone() } );
@ -41,7 +41,7 @@
</select>
<div id="zone_{$grant_name}" style="display:none">
<!--@foreach($group_list as $group_srl => $group_item)-->
<input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
<input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
<label for="grant_{$grant_name}_{$group_srl}">{$group_item->title}</label>
<!--@end-->
</div>

View file

@ -1,5 +1,5 @@
<!--%import("filter/insert_grant.xml")-->
<!--%import("js/module_admin.js")-->
<load target="js/module_admin.js" usecdn="true" />
<script type="text/javascript">
jQuery( function() { jQuery('.grant_default').change( function(event) { doShowGrantZone(); } ); doShowGrantZone() } );
@ -53,7 +53,7 @@
<div id="zone_{$grant_name}" style="display:none">
<!--@foreach($group_list as $group_srl => $group_item)-->
<input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" <!--@if(is_array($selected_group[$grant_name])&&in_array($group_srl,$selected_group[$grant_name]))-->checked="checked"<!--@end-->/>
<input type="checkbox" class="checkbox" name="{$grant_name}" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" <!--@if(is_array($selected_group[$grant_name])&&in_array($group_srl,$selected_group[$grant_name]))-->checked="checked"<!--@end-->/>
<label for="grant_{$grant_name}_{$group_srl}">{$group_item->title}</label>
<!--@end-->
</div>

View file

@ -1,4 +1,4 @@
<!--%import("js/multilingual.js")-->
<load target="js/multilingual.js" usecdn="true" />
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>

View file

@ -1,4 +1,4 @@
<!--%import("js/module_admin.js")-->
<load target="js/module_admin.js" usecdn="true" />
<script type="text/javascript">
xe.lang.favorite_on = '{$lang->favorite}({$lang->on})';

View file

@ -1,5 +1,5 @@
<!--%import("./js/module_admin.js")-->
<!--%import("../../common/css/popup.css")-->
<load target="./js/module_admin.js" usecdn="true" />
<load target="../../common/css/popup.css" usecdn="true" />
<div id="popHeader">
<h3 class="xeAdmin">{$lang->module_selector}</h3>

View file

@ -1,4 +1,4 @@
<!--%import("./js/module_admin.js")-->
<load target="./js/module_admin.js" usecdn="true" />
<div id="popHeader" class="wide">
<h3 class="xeAdmin">{$lang->bundle_setup}</h3>

View file

@ -1,4 +1,4 @@
<!--%import("../../admin/tpl/css/admin.css")-->
<load target="../../admin/tpl/css/admin.css" usecdn="true" />
<div id="popHeader" class="wide">
<h3 class="xeAdmin">{$skin_info->title}</h3>
</div>