mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
관리자 페이지 패키지별 UI 적용을 위한 1차 작업 마무리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
856ab513ec
commit
ba4e9e26e2
248 changed files with 3520 additions and 3424 deletions
|
|
@ -17,15 +17,14 @@
|
|||
<version>0.1</version>
|
||||
<date>2007-02-28</date>
|
||||
<category>base</category>
|
||||
<link>http://www.zeroboard.com</link>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">Zero</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<author email_address="zero@zeroboard.com" link="blog.nzeo.com">
|
||||
<name xml:lang="ko">zero</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<name xml:lang="ru">zero</name>
|
||||
<name xml:lang="zh-TW">zero</name>
|
||||
</author>
|
||||
</module>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -14,8 +14,7 @@
|
|||
<tr>
|
||||
<th scope="col" class="wide"><div>{$lang->category_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_modify}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
<th scope="col" colspan="2"><div> </div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -27,9 +26,9 @@
|
|||
<!--@foreach($category_list as $key => $val)-->
|
||||
<tr>
|
||||
<td>{$val->title}</td>
|
||||
<td class="tahoma nowrap">{zdate($val->regdate,"Y-m-d H:i:s")}</td>
|
||||
<td class="blue"><a href="{getUrl('module_category_srl',$val->module_category_srl)}">{$lang->cmd_modify}</a></td>
|
||||
<td class="red"><a href="#" onclick="doUpdateCategory('{$val->module_category_srl}','delete','{$lang->confirm_delete}');return false;">{$lang->cmd_delete}</a></td>
|
||||
<td class="date nowrap">{zdate($val->regdate,"Y-m-d H:i:s")}</td>
|
||||
<td class="center modify"><a href="{getUrl('module_category_srl',$val->module_category_srl)}">{$lang->cmd_modify}</a></td>
|
||||
<td class="center delete"><a href="#" onclick="doUpdateCategory('{$val->module_category_srl}','delete','{$lang->confirm_delete}');return false;">{$lang->cmd_delete}</a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
|
|
@ -42,18 +41,16 @@
|
|||
<input type="hidden" name="module_category_srl" value="" />
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->category_title}</th>
|
||||
<th scope="row"><div>{$lang->category_title}</div></th>
|
||||
<td>
|
||||
<input type="text" name="title" class="inputTypeText w100" />
|
||||
<input type="text" name="title" class="inputTypeText w300" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<td colspan="2" class="right">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="tRight gap1">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -9,19 +9,16 @@
|
|||
<input type="hidden" name="mode" value="update" />
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->category_title}</th>
|
||||
<td>
|
||||
<input type="text" name="title" value="{$selected_category->title}" class="inputTypeText w400" />
|
||||
<th scope="row"><div>{$lang->category_title}</div></th>
|
||||
<td><input type="text" name="title" value="{$selected_category->title}" class="inputTypeText w300" /></td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<td colspan="2" class="right">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="tRight gap1">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -1,19 +0,0 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->test}</th>
|
||||
<td><input type="text" name="test" value="{$config->test}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_test}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','')}'" />
|
||||
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
@ -11,31 +11,27 @@
|
|||
<div id="popBody">
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="140" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->module}</th>
|
||||
<th scope="row"><div>{$lang->module}</div></th>
|
||||
<td>{$module_info->module}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->mid}</th>
|
||||
<th scope="row"><div>{$lang->mid}</div></th>
|
||||
<td>{$module_info->mid}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->browser_title}</th>
|
||||
<th scope="row"><div>{$lang->browser_title}</div></th>
|
||||
<td>{$module_info->browser_title}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="50%" />
|
||||
<col width="50%" />
|
||||
<tr>
|
||||
<th scope="col">{$lang->mid}</th>
|
||||
<th scope="col">{$lang->browser_title}</th>
|
||||
<th scope="col"><div>{$lang->mid}<div></th>
|
||||
<th scope="col"><div>{$lang->browser_title}<div></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td><input type="text" name="mid_1" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_1" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
|
|
@ -43,7 +39,7 @@
|
|||
<td><input type="text" name="mid_2" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_2" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td><input type="text" name="mid_3" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_3" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
|
|
@ -51,7 +47,7 @@
|
|||
<td><input type="text" name="mid_4" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_4" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td><input type="text" name="mid_5" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_5" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
|
|
@ -59,7 +55,7 @@
|
|||
<td><input type="text" name="mid_6" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_6" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td><input type="text" name="mid_7" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_7" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
|
|
@ -67,7 +63,7 @@
|
|||
<td><input type="text" name="mid_8" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_8" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td><input type="text" name="mid_9" class="inputTypeText w200" /></td>
|
||||
<td><input type="text" name="browser_title_9" class="inputTypeText w200" /></td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -4,14 +4,9 @@
|
|||
|
||||
<!--@if($act == 'dispModuleAdminContent')-->
|
||||
<div class="infoText">{nl2br($lang->about_module)}</div>
|
||||
<!--@else-->
|
||||
<div class="gap1"></div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="header4">
|
||||
<div class="summary"> </div>
|
||||
<ul class="localNavigation">
|
||||
<li <!--@if($act=='dispModuleAdminContent')-->class="on"<!--@end-->><a href="{getUrl('act','dispModuleAdminContent')}">{$lang->module_index}</a></li>
|
||||
<li <!--@if($act=='dispModuleAdminCategory')-->class="on"<!--@end-->><a href="{getUrl('act','dispModuleAdminCategory')}">{$lang->module_category}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<ul class="localNavigation">
|
||||
<li <!--@if($act=='dispModuleAdminContent')-->class="on"<!--@end-->><a href="{getUrl('act','dispModuleAdminContent')}">{$lang->module_index}</a></li>
|
||||
<li <!--@if($act=='dispModuleAdminCategory')-->class="on"<!--@end-->><a href="{getUrl('act','dispModuleAdminCategory')}">{$lang->module_category}</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<!--#include("header.html")-->
|
||||
|
|
@ -5,14 +5,12 @@
|
|||
<div id="popBody">
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
<th scope="row"><div>{$lang->title}</div></th>
|
||||
<td>{$module_info->title} ver {$module_info->version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->author}</th>
|
||||
<th scope="row"><div>{$lang->author}</div></th>
|
||||
<td class="blue">
|
||||
<!--@foreach($module_info->author as $author)-->
|
||||
{$author->name} (<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->homepage}</a>, <a href="mailto:{$author->email_address}">{$author->email_address}</a>)<br />
|
||||
|
|
@ -21,17 +19,17 @@
|
|||
</tr>
|
||||
<!--@if($module_info->homepage)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->homepage}</th>
|
||||
<th scope="row"><div>{$lang->homepage}</div></th>
|
||||
<td class="blue"><a href="{$module_info->homepage}" onclick="window.open(this.href);return false;">{$module_info->homepage}</a></td>
|
||||
</tr>
|
||||
<!--@endif-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->regdate}</th>
|
||||
<th scope="row"><div>{$lang->regdate}</div></th>
|
||||
<td>{zdate($module_info->date, 'Y-m-d')}</td>
|
||||
</tr>
|
||||
<!--@if($module_info->license || $module_info->license_link)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->module_license}</th>
|
||||
<th scope="row"><div>{$lang->module_license}</div></th>
|
||||
<td>
|
||||
{nl2br(trim($module_info->license))}
|
||||
<!--@if($module_info->license_link)-->
|
||||
|
|
@ -41,7 +39,7 @@
|
|||
</tr>
|
||||
<!--@endif-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->description}</th>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>{nl2br(trim($module_info->description))}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -91,4 +89,4 @@
|
|||
|
||||
<div id="popFooter" class="tCenter gap1">
|
||||
<a href="#" onclick="window.close(); return false;" class="button"><span>{$lang->cmd_close}</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -5,53 +5,42 @@
|
|||
<form id="fo_shortcut" action="./" method="get">
|
||||
<input type="hidden" name="selected_module" value="" />
|
||||
</form>
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="wide"><div>{$lang->module_name}</div></th>
|
||||
<th scope="col"><div>{$lang->version}</div></th>
|
||||
<th scope="col"><div>{$lang->author}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->table_count}</div></th>
|
||||
<th scope="col"><div>{$lang->installed_path}</div></th>
|
||||
<th scope="col"><div>{$lang->module_info}</div></th>
|
||||
<th scope="col"><div>{$lang->module_action}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($module_list as $key => $val)-->
|
||||
<tr>
|
||||
<td class="left gl3 blue">
|
||||
<!--@if($val->admin_index_act)-->
|
||||
<a href="{getUrl('act',$val->admin_index_act)}" title="{trim($val->description)}">{$val->title}</a> ({$val->module})
|
||||
<!--@else-->
|
||||
<span title="{trim($val->description)}">{$val->title}</span> ({$val->module})
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="tahoma">{$val->version}</td>
|
||||
<td>
|
||||
<!--@foreach($val->author as $author)-->
|
||||
<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->name}</a>
|
||||
<!--@endforeach-->
|
||||
</td>
|
||||
<td class="tahoma">{zdate($val->date, 'Y-m-d')}</td>
|
||||
<td class="tahoma <!--@if($val->created_table_count != $val->table_count)-->red<!--@end-->">
|
||||
{$val->created_table_count}/{$val->table_count}
|
||||
</td>
|
||||
<td class="tahoma left">{$val->path}</td>
|
||||
<td class="blue"><a href="{getUrl('','module','module','act','dispModuleAdminInfo','selected_module',$val->module)}" onclick="popopen(this.href,'module_info');return false">{$lang->cmd_view}</a></td>
|
||||
<td class="red">
|
||||
<!--@if($val->need_install)-->
|
||||
<a href="#" onclick="doInstallModule('{$val->module}');return false;">{$lang->cmd_install}</a>
|
||||
<!--@end-->
|
||||
<!--@if($val->need_update)-->
|
||||
<a href="#" onclick="doUpdateModule('{$val->module}'); return false;">{$lang->cmd_update}</a>
|
||||
<!--@else-->
|
||||
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<caption>{$lang->module}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="wide"><div>{$lang->module_name}</div></th>
|
||||
<th><div>{$lang->version}</div></th>
|
||||
<th><div>{$lang->author}</div></th>
|
||||
<th><div>{$lang->table_count}</div></th>
|
||||
<th><div>{$lang->path}</div></th>
|
||||
<th><div>{$lang->module_action}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($module_list as $key => $val)-->
|
||||
<tr class="row{$cycle_idx}">
|
||||
<td><a href="{getUrl('','module','module','act','dispModuleAdminInfo','selected_module',$val->module)}" onclick="popopen(this.href,'module_info');return false"title="{trim($val->description)}">{$val->title}</a> ({$val->module})</td>
|
||||
<td class="center number">{$val->version}</td>
|
||||
<td class="nowrap">
|
||||
<!--@foreach($val->author as $author)-->
|
||||
<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->name}</a>
|
||||
<!--@endforeach-->
|
||||
</td>
|
||||
<td class="number center <!--@if($val->created_table_count != $val->table_count)-->alert<!--@end-->">
|
||||
{$val->created_table_count}/{$val->table_count}
|
||||
</td>
|
||||
<td class="nowrap">{$val->path}</td>
|
||||
<td class="nowrap center <!--@if($val->need_install || $val->need_update)-->alert<!--@end-->">
|
||||
<!--@if($val->need_install)-->
|
||||
<a href="#" onclick="doInstallModule('{$val->module}');return false;">{$lang->cmd_install}</a>
|
||||
<!--@elseif($val->need_update)-->
|
||||
<a href="#" onclick="doUpdateModule('{$val->module}'); return false;">{$lang->cmd_update}</a>
|
||||
<!--@else-->
|
||||
-
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue