Admin HTML Markup Clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-27 12:53:33 +00:00
parent 0634424830
commit 024a234f6a
74 changed files with 732 additions and 838 deletions

View file

@ -25,10 +25,10 @@
<option value="">---------</option>
<option value="-1">{$lang->cmd_management}</option>
</select>
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
<input type="submit" name="go_button" id="go_button" value="GO" />
</th>
<th scope="col" class="half_wide">{$lang->mid}</th>
<th scope="col" class="half_wide">{$lang->browser_title}</th>
<th scope="col">{$lang->mid}</th>
<th scope="col">{$lang->browser_title}</th>
<th scope="col">{$lang->regdate}</th>
<th scope="col">&nbsp;</th>
</tr>
@ -37,8 +37,8 @@
<tbody>
<!--@foreach($opage_list as $no => $val)-->
<tr class="row{$cycle_idx}">
<td class="number center">{$no}</td>
<td class="center"><input type="checkbox" name="cart" value="{$val->module_srl}" /></td>
<td>{$no}</td>
<td><input type="checkbox" name="cart" value="{$val->module_srl}" /></td>
<td>
<!--@if(!$val->module_category_srl)-->
{$lang->not_exists}

View file

@ -10,7 +10,7 @@
<table width="100%" border="1" cellspacing="0">
<tr>
<th scope="row">{$lang->module_name}</th>
<td class="wide">{$module_info->mid}</td>
<td >{$module_info->mid}</td>
</tr>
<tr>
<th scope="row">{$lang->module}</th>

View file

@ -9,15 +9,15 @@
<!--@if($logged_info->is_admin!='Y')-->
<input type="hidden" name="mid" value="{$module_info->mid}" />
<!--@else-->
<tr class="row2">
<tr>
<th scope="row">{$lang->mid}</th>
<td colspan="3">
<input type="text" name="mid" value="{$module_info->mid}" class="inputTypeText w200" />
<input type="text" name="mid" value="{$module_info->mid}" />
<p>{$lang->about_mid}</p>
</td>
</tr>
<!--@end-->
<tr class="row2">
<tr>
<th scope="row">{$lang->module_category}</th>
<td colspan="3">
<select name="module_category_srl">
@ -32,12 +32,12 @@
<tr>
<th scope="row">{$lang->browser_title}</th>
<td colspan="3">
<input type="text" name="browser_title" value="{$module_info->browser_title}" class="inputTypeText w400" id="browser_title"/>
<input type="text" name="browser_title" value="{$module_info->browser_title}" id="browser_title"/>
<a href="{getUrl('','module','module','act','dispModuleAdminLangcode','target','browser_title')}" onclick="popopen(this.href);return false;" class="buttonSet buttonSetting"><span>{$lang->cmd_find_langcode}</span></a>
<p>{$lang->about_browser_title}</p>
</td>
</tr>
<tr class="row2">
<tr>
<th scope="row">{$lang->layout}</th>
<td colspan="3">
<select name="layout_srl">
@ -71,21 +71,21 @@
<tr>
<th scope="row">{$lang->opage_caching_interval}</th>
<td colspan="3">
<input type="text" name="opage_caching_interval" value="{(int)$module_info->caching_interval}" class="inputTypeText w40" /> {$lang->unit_min}
<input type="text" name="opage_caching_interval" value="{(int)$module_info->caching_interval}" /> {$lang->unit_min}
<p>{$lang->about_opage_caching_interval}</p>
</td>
</tr>
<tr class="row2">
<tr>
<th scope="row">{$lang->opage_path}</th>
<td colspan="3">
<input type="text" name="opage_path" value="{$module_info->path}" class="inputTypeText w400" />
<input type="text" name="opage_path" value="{$module_info->path}" />
<p>{$lang->about_opage_path}<b>{realpath("./")}</b></p>
</td>
</tr>
<tr class="row">
<th scope="row">{$lang->opage_mobile_path}</th>
<td colspan="3">
<input type="text" name="opage_mpath" value="{$module_info->mpath}" class="inputTypeText w400" />
<input type="text" name="opage_mpath" value="{$module_info->mpath}" />
<p>{$lang->about_opage_mobile_path}<b>{realpath("./")}</b></p>
</td>
</tr>