mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +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/page_admin.js" usecdn="true" />
|
||||
<load target="js/page_admin.js" />
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_article)" id="fo_write">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="content" value="{$oDocument->getContentText()}" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{$page_content}
|
||||
<!--@if($grant->manager)-->
|
||||
<load target="./js/page_admin.js" usecdn="true" />
|
||||
<load target="./js/page_admin.js" />
|
||||
<div class="btnArea">
|
||||
<span class="btn-group">
|
||||
<button class="btn" type="button" onclick="doRemoveWidgetCache({$module_info->module_srl}); return false;">{$lang->cmd_remake_cache}</button>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<load target="js/page_admin.js" />
|
||||
<div class="x_page-header">
|
||||
<h1>
|
||||
{$lang->page_management}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<load target="js/page_admin.js" />
|
||||
<include target="header.html" />
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/manage_selected'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
<!-- 검색 -->
|
||||
<!-- 寃<EFBFBD><EFBFBD><EFBFBD><EFBFBD> -->
|
||||
<form action="./" method="get" class="search x_input-append x_pull-right" style="margin-bottom:-28px">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
|
|
@ -36,7 +36,7 @@ jQuery(function($){
|
|||
});
|
||||
</script>
|
||||
|
||||
<!-- 목록 -->
|
||||
<!-- 紐⑸<EFBFBD><EFBFBD> -->
|
||||
<form action="./" method="get" id="fo_list">
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<caption><strong>Total: {number_format($total_count)}, Page: {number_format($page)}/{number_format($total_page)}</strong></caption>
|
||||
|
|
@ -92,7 +92,7 @@ jQuery(function($){
|
|||
|
||||
</form>
|
||||
|
||||
<!-- 페이지 네비게이션 -->
|
||||
<!-- <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>댁<EFBFBD><EFBFBD> <20><>ㅻ<EFBFBD><E385BB>寃<EFBFBD><E5AF83><EFBFBD>댁<EFBFBD><EB8C81> -->
|
||||
<form cond="$page_navigation" action="./" class="x_pagination" no-error-return-url="true" style="margin:-36px 0 0 0">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{$page_content}
|
||||
<!--@if($grant->manager)-->
|
||||
<load target="./js/page_admin.js" usecdn="true" />
|
||||
<load target="./js/page_admin.js" />
|
||||
<div class="btnArea">
|
||||
<p class="etc">{$lang->about_mcontent}</p>
|
||||
<span class="btn-group">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="css/mpage.css" usecdn="true" />
|
||||
<load target="css/mpage.css" />
|
||||
<div class="bd">
|
||||
{$page_content}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!--%import("filter/insert_page_content.xml")-->
|
||||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<load target="css/page.css" usecdn="true" />
|
||||
<load target="../../widget/tpl/js/widget.js" usecdn="true" />
|
||||
<load target="../../widget/tpl/css/widget.css" usecdn="true" />
|
||||
<load target="js/page_admin.js" />
|
||||
<load target="css/page.css" />
|
||||
<load target="../../widget/tpl/js/widget.js" />
|
||||
<load target="../../widget/tpl/css/widget.css" />
|
||||
<div id="zonePageContent">{$page_content}</div>
|
||||
<form action="./" method="post" id="pageFo" onsubmit="return doSubmitPageContent(this);">
|
||||
<input type="hidden" name="mid" value="{$module_info->mid}" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<load target="js/page_admin.js" />
|
||||
<!--#include("header.html")-->
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/page/tpl/page_delete/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!--%import("filter/insert_mpage_content.xml")-->
|
||||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<load target="css/page.css" usecdn="true" />
|
||||
<load target="../../widget/tpl/js/widget.js" usecdn="true" />
|
||||
<load target="../../widget/tpl/css/widget.css" usecdn="true" />
|
||||
<load target="js/page_admin.js" />
|
||||
<load target="css/page.css" />
|
||||
<load target="../../widget/tpl/js/widget.js" />
|
||||
<load target="../../widget/tpl/css/widget.css" />
|
||||
<div id="zonePageContent">{$page_content}</div>
|
||||
<form action="./" method="post" id="pageFo" onsubmit="return doSubmitMPageContent(this);">
|
||||
<input type="hidden" name="mid" value="{$module_info->mid}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue