mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
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:
parent
ca245b93fd
commit
604833cae8
93 changed files with 265 additions and 262 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<load target="./js/menu_setup.js" />
|
||||
<load target="./js/menu_setup.js" usecdn="true" />
|
||||
|
||||
<div class="content" id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
<script type="text/javascript">
|
||||
jQuery(function($){
|
||||
$('#favicon').change(function(){
|
||||
var re_favicon = /favicon\.ico$/
|
||||
|
|
@ -16,8 +16,8 @@ jQuery(function($){
|
|||
});
|
||||
});
|
||||
</script>
|
||||
<!--%import("./js/config.js")-->
|
||||
<!--%import("../../session/tpl/js/session.js")-->
|
||||
<load target="./js/config.js" usecdn="true" />
|
||||
<load target="../../session/tpl/js/session.js" usecdn="true" />
|
||||
|
||||
<div class="content" id="content">
|
||||
<form action="./" method="post" id="ftp_form" class="form" enctype="multipart/form-data">
|
||||
|
|
@ -69,15 +69,19 @@ jQuery(function($){
|
|||
<div id="suggestion3" class="tgContent suggestion" >
|
||||
<ul></ul>
|
||||
</div>
|
||||
<<<<<<< .mine
|
||||
</div>
|
||||
=======
|
||||
</p>
|
||||
>>>>>>> .r9199
|
||||
<p>
|
||||
<select class="moduleList" style="width:290px"></select>
|
||||
</p>
|
||||
<p>
|
||||
<select class="moduleIdList" style="width:290px"></select>
|
||||
<select class="moduleIdList" style="width:290px"></select>
|
||||
<a href="#" id="sitefind_addBtn" onclick="setStartModule()" style="display:none;">{$lang->cmd_select}</a>
|
||||
</p>
|
||||
</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="">{$lang->about_use_rewrite}</label></p>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/theme.js" type="body" />
|
||||
<load target="js/theme.js" type="body" usecdn="true" />
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery(function($){
|
||||
|
|
@ -40,7 +40,7 @@ $('#theme').data('themes', themes);
|
|||
<label for="{$key}">{$val->title}({$key})</label>
|
||||
<ul>
|
||||
<li>· {$lang->version}: {$val->version}</li>
|
||||
<li>· {$lang->author}:
|
||||
<li>· {$lang->author}:
|
||||
<!--@foreach($val->publisher as $publisher)-->
|
||||
<a href="{$publisher->homepage}" cond="$publisher->homepage">{$publisher->name}</a>
|
||||
<!--@if(!$publisher->homepage)-->{$publisher->name}<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue