mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
íì íì´ì§ì ì 목 í그를 h1 > h3ë¡ ë³ê²½
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fb6234316e
commit
7de4b0b510
11 changed files with 11 additions and 57 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$lang->addon_maker}</h1>
|
<h3>{$lang->addon_maker}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="popBody">
|
<div id="popBody">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--%import("filter/setup_addon.xml")-->
|
<!--%import("filter/setup_addon.xml")-->
|
||||||
|
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$lang->cmd_setup}</h1>
|
<h3>{$lang->cmd_setup}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="./" method="get" onsubmit="return procFilter(this, setup_addon);">
|
<form action="./" method="get" onsubmit="return procFilter(this, setup_addon);">
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{$val->title}</th>
|
<th scope="row">{$val->title}</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="{$val->name}" value="{$val->value}" class="inputTypeText w100" />
|
<input type="text" name="{$val->name}" value="{$val->value}" class="inputTypeText w400" />
|
||||||
<!--@if($val->description)--><p>{$val->description}</p><!--@end-->
|
<!--@if($val->description)--><p>{$val->description}</p><!--@end-->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<!--%import("css/document.css")-->
|
<!--%import("css/document.css")-->
|
||||||
|
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$lang->cmd_manage_document}</h1>
|
<h3>{$lang->cmd_manage_document}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="./" method="get" id="fo_management">
|
<form action="./" method="get" id="fo_management">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--%import("./js/document_admin.js")-->
|
<!--%import("./js/document_admin.js")-->
|
||||||
<!--%import("./css/document.css")-->
|
<!--%import("./css/document.css")-->
|
||||||
|
|
||||||
<div><h1>{$oDocument->getTitleText()}</h1></div>
|
<div><h3>{$oDocument->getTitleText()}</h3></div>
|
||||||
|
|
||||||
<div class="member_{$oDocument->get('member_srl')} gap1 fl">{$oDocument->get('nick_name')}</div>
|
<div class="member_{$oDocument->get('member_srl')} gap1 fl">{$oDocument->get('nick_name')}</div>
|
||||||
<div class="gap1 fr">{$oDocument->getRegdate()}</div>
|
<div class="gap1 fr">{$oDocument->getRegdate()}</div>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$lang->layout_maker}</h1>
|
<h3>{$lang->layout_maker}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="popBody">
|
<div id="popBody">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!--%import("js/menu_admin.js")-->
|
<!--%import("js/menu_admin.js")-->
|
||||||
<div id="popHeadder" class="w700">
|
<div id="popHeadder" class="w700">
|
||||||
<h1>{$lang->cmd_search_mid}</h1>
|
<h3>{$lang->cmd_search_mid}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="popBody" class="w700">
|
<div id="popBody" class="w700">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<!--%import("filter/copy_module.xml")-->
|
<!--%import("filter/copy_module.xml")-->
|
||||||
|
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$lang->module_copy}</h1>
|
<h3>{$lang->module_copy}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="./" method="post" onsubmit="return procFilter(this, copy_module)" >
|
<form action="./" method="post" onsubmit="return procFilter(this, copy_module)" >
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$lang->module_maker}</h1>
|
<h3>{$lang->module_maker}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="popBody">
|
<div id="popBody">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!--%import("../../admin/tpl/css/admin.css")-->
|
<!--%import("../../admin/tpl/css/admin.css")-->
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$skin_info->title}</h1>
|
<h3>{$skin_info->title}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="popBody">
|
<div id="popBody">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--%import("filter/send_trackback.xml")-->
|
<!--%import("filter/send_trackback.xml")-->
|
||||||
|
|
||||||
<div id="popHeadder">
|
<div id="popHeadder">
|
||||||
<h1>{$lang->cmd_send_trackback}</h1>
|
<h3>{$lang->cmd_send_trackback}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="./" method="get" onsubmit="return procFilter(this, send_trackback)">
|
<form action="./" method="get" onsubmit="return procFilter(this, send_trackback)">
|
||||||
|
|
|
||||||
|
|
@ -83,52 +83,6 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<tr>
|
|
||||||
<th scope="row">{$lang->widget_margin}</th>
|
|
||||||
<td>
|
|
||||||
<table cellspacing="0" class="adminTable">
|
|
||||||
<tr>
|
|
||||||
<td class="tCenter" colspan="2">{$lang->widget_margin_top} <input type="text" name="widget_margin_top" value="0" size="2" class="inputTypeText" />px</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="tCenter">{$lang->widget_margin_left} <input type="text" name="widget_margin_left" value="0" size="2" class="inputTypeText"/>px</td>
|
|
||||||
<td class="tCenter">{$lang->widget_margin_right} <input type="text" name="widget_margin_right" value="0" size="2" class="inputTypeText" />px</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2" class="tCenter">{$lang->widget_margin_bottom} <input type="text" name="widget_margin_bottom" value="0" size="2" class="inputTypeText" />px</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p>{$lang->about_widget_margin}</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th scope="row">{$lang->widget_fix_width}</th>
|
|
||||||
<td>
|
|
||||||
<input type="checkbox" value="Y" name="widget_fix_width" /> {$lang->about_widget_fix_width}
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th scope="row">{$lang->widget_width}</th>
|
|
||||||
<td>
|
|
||||||
<input type="text" value="50" name="widget_width" size="3" class="inputTypeText" />
|
|
||||||
<select name="widget_width_type" onchange="checkFixType(this)">
|
|
||||||
<option value="%">%</option>
|
|
||||||
<option value="px">px</option>
|
|
||||||
</select>
|
|
||||||
<p>{$lang->about_widget_width}</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th scope="row">{$lang->widget_position}</th>
|
|
||||||
<td>
|
|
||||||
<select name="widget_position">
|
|
||||||
<option value="">{$lang->widget_position_none}</option>
|
|
||||||
<option value="left">{$lang->widget_position_left}</option>
|
|
||||||
<option value="right">{$lang->widget_position_right}</option>
|
|
||||||
</select>
|
|
||||||
<p>{$lang->about_widget_position}</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>{$lang->widget_code}</th>
|
<th>{$lang->widget_code}</th>
|
||||||
<td><textarea readonly="true" id="widget_code" class="inputTypeTextArea w100"></textarea></td>
|
<td><textarea readonly="true" id="widget_code" class="inputTypeTextArea w100"></textarea></td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue