mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
remove cdn feature
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13187 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bce0a0b6d4
commit
3581db5932
83 changed files with 137 additions and 225 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/module_admin.js" usecdn="true" />
|
||||
<load target="js/module_admin.js" />
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/copy_module/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="./js/module_admin.js" usecdn="true" />
|
||||
<load target="./js/module_admin.js" />
|
||||
<h1 class="h1">{$lang->filebox}</h1>
|
||||
<form action="{getUrl('')}" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="module" value="module" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/module_admin.js" usecdn="true" />
|
||||
<load target="js/module_admin.js" />
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->installed_modules} <a class="x_icon-question-sign" href="./admin/help/index.html#UMAN_advanced_installed_module" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/manage_selected_module.js" usecdn="true" />
|
||||
<load target="js/manage_selected_module.js" />
|
||||
<section id="manageSelectedModule" class="x_modal x">
|
||||
<div class="x_modal-header">
|
||||
<h1>{$lang->do_selected}</h1>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/module_admin.js" usecdn="true" />
|
||||
<load target="js/module_admin.js" />
|
||||
<script>
|
||||
jQuery( function() { jQuery('.grant_default').change( function(event) { doShowGrantZone(); } ); doShowGrantZone() } );
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="css/mlang.css" usecdn="true" />
|
||||
<load target="css/mlang.css" />
|
||||
<div class="bd">
|
||||
<div class="hx h2">
|
||||
<h2>Select Your Language</h2>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/module_admin.js" usecdn="true" />
|
||||
<load target="js/module_admin.js" />
|
||||
<script>
|
||||
jQuery( function() { jQuery('.grant_default').change( function(event) { doShowGrantZone(); } ); doShowGrantZone() } );
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!--%import("filter/insert_grant.xml")-->
|
||||
<load target="js/module_admin.js" usecdn="true" />
|
||||
<load target="js/module_admin.js" />
|
||||
|
||||
<script>
|
||||
jQuery( function() { jQuery('.grant_default').change( function(event) { doShowGrantZone(); } ); doShowGrantZone() } );
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="./js/module_admin.js" usecdn="true" />
|
||||
<load target="./js/module_admin.js" />
|
||||
<div class="x_modal-header">
|
||||
<h1>{$lang->module_selector}</h1>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="./js/module_admin.js" usecdn="true" />
|
||||
<load target="./js/module_admin.js" />
|
||||
<form ruleset="insertModuleSetup" action="./" method="post" enctype="multipart/form-data" class="x_form-horizontal" style="margin:0">
|
||||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="act" value="procModuleAdminModuleSetup" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="../../admin/tpl/css/admin.css" usecdn="true" />
|
||||
<load target="../../admin/tpl/css/admin.css" />
|
||||
<h1>{$skin_info->title}</h1>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<col width="100" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue