관리자 페이지 패키지별 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

@ -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>