팝업페이지의 제목 태그를 h1 > h3로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-28 02:01:59 +00:00
parent fb6234316e
commit 7de4b0b510
11 changed files with 11 additions and 57 deletions

View file

@ -1,5 +1,5 @@
<div id="popHeadder">
<h1>{$lang->addon_maker}</h1>
<h3>{$lang->addon_maker}</h3>
</div>
<div id="popBody">

View file

@ -1,7 +1,7 @@
<!--%import("filter/setup_addon.xml")-->
<div id="popHeadder">
<h1>{$lang->cmd_setup}</h1>
<h3>{$lang->cmd_setup}</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, setup_addon);">
@ -28,7 +28,7 @@
<tr>
<th scope="row">{$val->title}</th>
<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-->
</td>
</tr>

View file

@ -3,7 +3,7 @@
<!--%import("css/document.css")-->
<div id="popHeadder">
<h1>{$lang->cmd_manage_document}</h1>
<h3>{$lang->cmd_manage_document}</h3>
</div>
<form action="./" method="get" id="fo_management">

View file

@ -1,7 +1,7 @@
<!--%import("./js/document_admin.js")-->
<!--%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="gap1 fr">{$oDocument->getRegdate()}</div>

View file

@ -1,5 +1,5 @@
<div id="popHeadder">
<h1>{$lang->layout_maker}</h1>
<h3>{$lang->layout_maker}</h3>
</div>
<div id="popBody">

View file

@ -1,6 +1,6 @@
<!--%import("js/menu_admin.js")-->
<div id="popHeadder" class="w700">
<h1>{$lang->cmd_search_mid}</h1>
<h3>{$lang->cmd_search_mid}</h3>
</div>
<div id="popBody" class="w700">

View file

@ -2,7 +2,7 @@
<!--%import("filter/copy_module.xml")-->
<div id="popHeadder">
<h1>{$lang->module_copy}</h1>
<h3>{$lang->module_copy}</h3>
</div>
<form action="./" method="post" onsubmit="return procFilter(this, copy_module)" >

View file

@ -1,5 +1,5 @@
<div id="popHeadder">
<h1>{$lang->module_maker}</h1>
<h3>{$lang->module_maker}</h3>
</div>
<div id="popBody">

View file

@ -1,6 +1,6 @@
<!--%import("../../admin/tpl/css/admin.css")-->
<div id="popHeadder">
<h1>{$skin_info->title}</h1>
<h3>{$skin_info->title}</h3>
</div>
<div id="popBody">

View file

@ -1,7 +1,7 @@
<!--%import("filter/send_trackback.xml")-->
<div id="popHeadder">
<h1>{$lang->cmd_send_trackback}</h1>
<h3>{$lang->cmd_send_trackback}</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, send_trackback)">

View file

@ -83,52 +83,6 @@
</td>
</tr>
<!--@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>
<th>{$lang->widget_code}</th>
<td><textarea readonly="true" id="widget_code" class="inputTypeTextArea w100"></textarea></td>