관리자 페이지 패키지별 UI 적용을 위한 1차 작업 마무리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-10-15 11:10:08 +00:00
parent 856ab513ec
commit ba4e9e26e2
248 changed files with 3520 additions and 3424 deletions

View file

@ -3,8 +3,8 @@
<!--#include("header.html")-->
<!-- 정보 -->
<div class="tableSummaryType1">
Total <strong>{number_format($total_count)}</strong>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
<div class="summary">
<strong>Total</strong> <em>{number_format($total_count)}</em>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
</div>
<!-- 삭제를 위한 임시 form -->
@ -24,21 +24,21 @@
</thead>
<tbody>
<!--@foreach($menu_list as $no => $val)-->
<tr>
<td class="tahoma">{$no}</td>
<td class="blue"><a href="{getUrl('act','dispMenuAdminManagement','menu_srl',$val->menu_srl)}" onclick="winopen(this.href,'MenuManage','width=850,height=800,resizable=yes,scrollbars=yes,toolbars=no');return false;">{htmlspecialchars($val->title)}</a></td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="red"><a href="#" onclick="doDeleteMenu('{$val->menu_srl}');return false;">{$lang->cmd_delete}</a></td>
<tr class="row{$cycle_idx}">
<td class="number center">{$no}</td>
<td><a href="{getUrl('act','dispMenuAdminManagement','menu_srl',$val->menu_srl)}" onclick="winopen(this.href,'MenuManage','width=850,height=800,resizable=yes,scrollbars=yes,toolbars=no');return false;">{htmlspecialchars($val->title)}</a></td>
<td class="date center nowrap">{zdate($val->regdate,"Y-m-d")}</td>
<td class="delete center"><a href="#" onclick="doDeleteMenu('{$val->menu_srl}');return false;">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->
<tr>
<td colspan="4" class="right">
<a href="{getUrl('act','dispMenuAdminInsert','module_srl','')}" class="button"><span>{$lang->cmd_make}</span></a>
</td>
</tr>
</tbody>
</table>
<!-- 버튼 -->
<div class="fr gap1">
<a href="{getUrl('act','dispMenuAdminInsert','module_srl','')}" class="button"><span>{$lang->cmd_make}</span></a>
</div>
<!-- 페이지 네비게이션 -->
<div class="pageNavigation">
<a href="{getUrl('page','','module_srl','')}" class="goToFirst"><img src="../../admin/tpl/images/bottomGotoFirst.gif" alt="{$lang->first_page}" width="7" height="5" /></a>

View file

@ -5,23 +5,21 @@
<form action="./" method="get" onsubmit="return procFilter(this, insert_menu)">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<tr>
<th scope="col">{$lang->cmd_menu_insert}</th>
<th scope="col"><div>{$lang->cmd_menu_insert}</div></th>
<td>{nl2br($lang->about_menu_management)}</td>
</tr>
<tr>
<th scope="col">{$lang->title}</th>
<tr class="row2">
<th scope="col"><div>{$lang->title}</div></th>
<td>
<input type="text" name="title" value="{$menu_info->title}" class="inputTypeText w400" />
<p>{$lang->about_title}</p>
</td>
</tr>
<tr>
<th scope="col" colspan="2" class="button">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_submit}" accesskey="s" /></span>
</th>
</td>
</tr>
</table>

View file

@ -5,12 +5,9 @@
<input type="hidden" name="active_btn" value="{$item_info->active_btn}" />
<table cellspacing="0" class="adminTable">
<col width="80" />
<col width="80" />
<col width="*" />
<!--@if($item_info->parent_menu_name)-->
<tr>
<th scope="row" colspan="2">{$lang->parent_menu_name}</th>
<tr class="row{$cycle_idx}">
<th scope="row" colspan="2"><div>{$lang->parent_menu_name}</div></th>
<td>{$item_info->parent_menu_name[$lang_type]}</td>
</tr>
<!--@end-->
@ -18,14 +15,14 @@
{@ $_row = 0;}
<!--@foreach($lang_supported as $key => $val)-->
<tr>
<!--@if($_row==0)--><th scope="row" rowspan="{count($lang_supported)}">{$lang->menu_name}</th><!--@end-->
<th>{$val}</th>
<!--@if($_row==0)--><th scope="row" rowspan="{count($lang_supported)}"><div>{$lang->menu_name}</div></th><!--@end-->
<th><div>{$val}</div></th>
<td><input type="text" name="menu_name_{$key}" value="{htmlspecialchars($item_info->name[$key])}" class="inputTypeText"/></td>
{@ $_row ++ }
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="2">{$lang->menu_url}</th>
<th scope="row" colspan="2"><div>{$lang->menu_url}</div></th>
<td>
<input type="text" name="menu_url" value="{htmlspecialchars($item_info->url)}" class="inputTypeText" />
<a href="{getUrl('module','menu','act','dispMenuAdminMidList')}" onclick="popopen(this.href);return false;" class="button"/><span>{$lang->cmd_search_mid}</span></a>
@ -33,25 +30,25 @@
</td>
</tr>
<tr>
<th scope="row" colspan="2">{$lang->menu_open_window}</th>
<th scope="row" colspan="2"><div>{$lang->menu_open_window}</div></th>
<td>
<input type="checkbox" name="menu_open_window" value="Y" <!--@if($item_info->open_window=="Y")-->checked="checked"<!--@end--> />
<p>{$lang->about_menu_open_window}</p>
</td>
</tr>
<tr>
<th scope="row" colspan="2">{$lang->menu_expand}</th>
<th scope="row" colspan="2"><div>{$lang->menu_expand}</div></th>
<td>
<input type="checkbox" name="menu_expand" value="Y" <!--@if($item_info->expand=="Y")-->checked="checked"<!--@end--> />
<p>{$lang->about_menu_expand}</p>
</td>
</tr>
<tr>
<th scope="row" colspan="2">{$lang->menu_img_btn}</th>
<td>{$lang->about_menu_img_btn}</td>
<th scope="row" colspan="2"><div>{$lang->menu_img_btn}</div></th>
<td><p>{$lang->about_menu_img_btn}</p></td>
</tr>
<tr>
<th scope="row" colspan="2">{$lang->menu_normal_btn}</th>
<th scope="row" colspan="2"><div>{$lang->menu_normal_btn}</div></th>
<td>
<div id="menu_normal_btn_zone" <!--@if(!$item_info->normal_btn)-->style="display:none;"<!--@end-->>
<img src="{$item_info->normal_btn}" alt="" id="menu_normal_btn_img" /><br />
@ -61,7 +58,7 @@
</td>
</tr>
<tr>
<th scope="row" colspan="2">{$lang->menu_hover_btn}</th>
<th scope="row" colspan="2"><div>{$lang->menu_hover_btn}</div></th>
<td>
<div id="menu_hover_btn_zone") <!--@if(!$item_info->hover_btn)-->style="display:none;"<!--@end-->>
<img src="{$item_info->hover_btn}" alt="" id="menu_hover_btn_img" /><br />
@ -71,7 +68,7 @@
</td>
</tr>
<tr>
<th scope="row" colspan="2">{$lang->menu_active_btn}</th>
<th scope="row" colspan="2"><div>{$lang->menu_active_btn}</div></th>
<td>
<div id="menu_active_btn_zone" <!--@if(!$item_info->active_btn)-->style="display:none;"<!--@end-->>
<img src="{$item_info->active_btn}" alt="" id="menu_active_btn_img" /><br />
@ -81,7 +78,7 @@
</td>
</tr>
<tr>
<th scope="row" colspan="2">{$lang->menu_group_srls}</th>
<th scope="row" colspan="2"><div>{$lang->menu_group_srls}</div></th>
<td>
<!--@foreach($group_list as $key=>$val)-->
<input type="checkbox" name="group_srls" value="{$key}" id="group_{$key}" <!--@if(is_array($item_info->group_srls)&&in_array($key, $item_info->group_srls))-->checked="checked"<!--@end-->/>
@ -91,7 +88,7 @@
</td>
</tr>
<tr>
<th scope="row" colspan="3" class="button">
<th scope="row" colspan="3" class="button"><div>
<!--@if($item_info->name)-->
<a href="#" onclick="doDeleteMenuItem('{$menu_item_srl}');return false" class="button"><span>{$lang->cmd_delete}</span></a>
<!--@end-->
@ -100,7 +97,7 @@
<!--@if($item_info->name)-->
<a href="#" onclick="doInsertMenuItem('{$item_info->menu_item_srl}');return false" class="button"><span>{$lang->cmd_make_child}</span></a>
<!--@end-->
</th>
</div></th>
</tr>
</table>

View file

@ -22,11 +22,9 @@
<form action="./" method="get" onsubmit="return procFilter(this, update_menu_title)">
<input type="hidden" name="menu_srl" value="{$menu_info->menu_srl}" />
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<caption>{$lang->menu} {$lang->cmd_management}</caption>
<tr>
<th scope="col">{$lang->title}</th>
<th scope="col"><div>{$lang->title}</div></th>
<td>
<div class="fl">
<input type="text" name="title" value="{htmlspecialchars($menu_info->title)}" class="inputTypeText" />
@ -38,7 +36,7 @@
</td>
</tr>
<tr>
<th scope="col">{$lang->menu_management}</th>
<th scope="col"><div>{$lang->menu_management}</div></th>
<td class="left">{nl2br($lang->about_menu_management)}</td>
</tr>
</table>
@ -47,13 +45,13 @@
<!--@else-->
<table cellspacing="0" class="adminTable">
<tr>
<th scope="col">{$lang->title}</th>
<th scope="col"><div>{$lang->title}</div></th>
<td class="left">
{$menu_info->title}
</td>
</tr>
<tr>
<th scope="col">{$lang->menu_management}</th>
<th scope="col"><div>{$lang->menu_management}</div></th>
<td class="left">{nl2br($lang->about_menu_management)}</td>
</tr>
</table>

View file

@ -8,45 +8,41 @@
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="{$act}" />
<table cellspacing="0" class="adminTable">
<col />
<col />
<col />
<col width="50" />
<select name="module_category_srl" class="w5">
<option value="">{$lang->module_category}</option>
<!--@foreach($module_category as $key => $val)-->
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
<!--@end-->
</select>
<select name="target_module" class="w5">
<option value="">{$lang->module}</option>
<!--@foreach($module_list as $key => $val)-->
<option value="{$val->module}" <!--@if($target_module ==$val->module)-->selected="selected"<!--@end-->>{$val->module}</option>
<!--@end-->
</select>
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
<table cellspacing="0" class="adminTable topGap">
<thead>
<tr>
<th scope="row" colspan="2" class="nowrap">
<select name="module_category_srl" class="w5">
<option value="">{$lang->module_category}</option>
<!--@foreach($module_category as $key => $val)-->
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
<!--@end-->
</select>
<select name="target_module" class="w5">
<option value="">{$lang->module}</option>
<!--@foreach($module_list as $key => $val)-->
<option value="{$val->module}" <!--@if($target_module ==$val->module)-->selected="selected"<!--@end-->>{$val->module}</option>
<!--@end-->
</select>
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
</th>
<th scope="row">{$lang->mid}</th>
<th scope="row">{$lang->cmd_select}</th>
<th scope="row"><div>{$lang->module_category}</div></th>
<th scope="row"><div>{$lang->module}</div></th>
<th scope="row" class="wide"><div>{$lang->mid}</div></th>
<th scope="row"><div>{$lang->cmd_select}</div></th>
</tr>
</thead>
<tbody>
<!--@foreach($mid_list as $key => $val)-->
<tr>
<td>
<td class="nowrap center">
<!--@if(!$val->module_category_srl)-->
{$lang->not_exists}
<!--@else-->
{$module_category[$val->module_category_srl]->title}
<!--@end-->
</td>
<td class="tahoma">{$val->module}</td>
<td class="tahoma">{$val->browser_title} ({$key})</td>
<td class="blue"><a href="#" onclick="doInsertMid('{$key}','{$menu_id}'); return false;">{$lang->cmd_select}</a></td>
<td class="center nowrap">{$val->module}</td>
<td>{$val->browser_title} ({$key})</td>
<td class="modify center"><a href="#" onclick="doInsertMid('{$key}','{$menu_id}'); return false;">{$lang->cmd_select}</a></td>
</tr>
<!--@end-->
</tbody>