mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
issue 1382 remove css import, because real file is deleted
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10283 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
88d2f54dd4
commit
63f943770b
6 changed files with 0 additions and 6 deletions
|
|
@ -5,7 +5,6 @@
|
|||
<!--%load_js_plugin("ui.tree")-->
|
||||
|
||||
<load target="js/document_category.js" usecdn="true" />
|
||||
<load target="css/document.css" usecdn="true" />
|
||||
<!--%load_js_plugin("ui.colorpicker")-->
|
||||
<script type="text/javascript">
|
||||
var category_title = "{$lang->category}";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<!--%import("filter/manage_checked_document.xml")-->
|
||||
<load target="js/document_admin.js" usecdn="true" />
|
||||
<load target="css/document.css" usecdn="true" />
|
||||
<h1 class="h1">{$lang->cmd_manage_document}</h1>
|
||||
<form action="./" method="get" id="fo_management">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<!--#include("header.html")-->
|
||||
<load target="css/document.css" usecdn="true" />
|
||||
<!--%import("filter/delete_alias.xml")-->
|
||||
|
||||
<form ruleset="deleteAlias" id="deleteForm" action="./" method="post">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<load target="./js/document_admin.js" usecdn="true" />
|
||||
<load target="./css/document.css" usecdn="true" />
|
||||
{$content}
|
||||
<div class="btnArea">
|
||||
<span class="btn"><button type="button" onclick="window.close();return false;">{$lang->cmd_close}</button></span>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<load target="./js/document_admin.js" usecdn="true" />
|
||||
<load target="./css/document.css" usecdn="true" />
|
||||
<h1 class="h1">{$oDocument->getTitleText()}</h1>
|
||||
<a href="#popup_menu_area" class="member_{$oDocument->get('member_srl')}">{$oDocument->get('nick_name')}</a>
|
||||
{$oDocument->getRegdate()}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<load target="css/default.css" usecdn="true" />
|
||||
<h1 class="h1">{$lang->cmd_view_saved_document}</h1>
|
||||
<!-- 목록 -->
|
||||
<div class="table">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue