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>manager</category>
|
||||
<link>http://www.zeroboard.com</link>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
|
||||
<name xml:lang="ko">제로</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="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>
|
||||
|
|
|
|||
|
|
@ -17,20 +17,22 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($widget_list as $key => $val)-->
|
||||
<tr>
|
||||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row" rowspan="2">
|
||||
<div>
|
||||
<a href="{getUrl('','module','widget','act','dispWidgetInfo','selected_widget',$val->widget)}" onclick="popopen(this.href,'widget_info');return false" class="blue">{$val->title}</a><br />
|
||||
({$val->widget})
|
||||
</div>
|
||||
</th>
|
||||
<td class="tahoma">{$val->version}</td>
|
||||
<td>
|
||||
<td class="number center">{$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="tahoma">{zdate($val->date, 'Y-m-d')}</td>
|
||||
<td class="tahoma left">{$val->path}</td>
|
||||
<td class="blue"><a href="{getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$val->widget)}" onclick="popopen(this.href,'widget_code_generate');return false">{$lang->cmd_generate_code}</a></td>
|
||||
<td class="date nowrap center">{zdate($val->date, 'Y-m-d')}</td>
|
||||
<td class="number">{$val->path}</td>
|
||||
<td class="center"><a href="{getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$val->widget)}" onclick="popopen(this.href,'widget_code_generate');return false">{$lang->cmd_generate_code}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" class="left">
|
||||
|
|
|
|||
|
|
@ -3,16 +3,14 @@
|
|||
|
||||
<div id="popBody">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col />
|
||||
<caption>{$lang->widget_maker}</caption>
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
<th scope="row"><div>{$lang->title}</div></th>
|
||||
<td>{$widget_info->title} ver {$widget_info->version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->author}</th>
|
||||
<td class="blue">
|
||||
<th scope="row"><div>{$lang->author}</div></th>
|
||||
<td>
|
||||
<!--@foreach($widget_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 />
|
||||
<!--@endforeach-->
|
||||
|
|
@ -20,17 +18,17 @@
|
|||
</tr>
|
||||
<!--@if($widget_info->homepage)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->homepage}</th>
|
||||
<td class="blue"><a href="{$widget_info->homepage}" onclick="window.open(this.href);return false;">{$widget_info->homepage}</a></td>
|
||||
<th scope="row"><div>{$lang->homepage}</div></th>
|
||||
<td><a href="{$widget_info->homepage}" onclick="window.open(this.href);return false;">{$widget_info->homepage}</a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->regdate}</th>
|
||||
<th scope="row"><div>{$lang->regdate}</div></th>
|
||||
<td>{zdate($widget_info->date, 'Y-m-d')}</td>
|
||||
</tr>
|
||||
<!--@if($widget_info->license || $widget_info->license_link)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->widget_license}</th>
|
||||
<th scope="row"><div>{$lang->widget_license}</div></th>
|
||||
<td>
|
||||
{nl2br(trim($widget_info->license))}
|
||||
<!--@if($widget_info->license_link)-->
|
||||
|
|
@ -40,7 +38,7 @@
|
|||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->description}</th>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>{nl2br(trim($widget_info->description))}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -53,15 +51,12 @@
|
|||
|
||||
<div id="popHistoryBody">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col />
|
||||
|
||||
<!--@foreach($widget_info->history as $history)-->
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<th scope="row"><div>
|
||||
{$history->version}<br />
|
||||
{$history->date}
|
||||
</th>
|
||||
</div></th>
|
||||
<td>
|
||||
<!--@if($history->author)-->
|
||||
<!--@foreach($history->author as $author)-->
|
||||
|
|
|
|||
|
|
@ -12,16 +12,14 @@
|
|||
|
||||
<div id="popBody">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col />
|
||||
<caption>{nl2br($lang->about_widget_code)}</caption>
|
||||
<tr>
|
||||
<th scope="row">{$lang->widget}</th>
|
||||
<th scope="row"><div>{$lang->widget}</div></th>
|
||||
<td>{$widget_info->title} ver {$widget_info->version}</td>
|
||||
</tr>
|
||||
<!--@if(count($skin_list))-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->skin}</th>
|
||||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<td>
|
||||
<select name="skin" onchange="doDisplaySkinColorset(this);return false;">
|
||||
<option value=""> </option>
|
||||
|
|
@ -41,7 +39,7 @@
|
|||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->widget_cache}</th>
|
||||
<th scope="row"><div>{$lang->widget_cache}</div></th>
|
||||
<td>
|
||||
<input type="text" name="widget_cache" value="0" class="inputTypeText" size="2" />{$lang->unit_min}
|
||||
<p>{$lang->about_widget_cache}</p>
|
||||
|
|
@ -53,24 +51,22 @@
|
|||
{@$group = $var->group}
|
||||
</table>
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col width="*" />
|
||||
<caption>{$group}</caption>
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row"><div>
|
||||
{$var->name}
|
||||
<!--@if($var->type == "mid_list")-->
|
||||
<input type="checkbox" onclick="checkboxSelectAll(this.form, '{$id}'); return false;" />
|
||||
<!--@end-->
|
||||
</th>
|
||||
</div></th>
|
||||
<td>
|
||||
<!--@if($var->type == "text")-->
|
||||
<input type="text" name="{$id}" value="" class="inputTypeText" />
|
||||
|
||||
<!--@elseif($var->type == "textarea")-->
|
||||
<textarea name="{$id}" class="inputTypeTextArea w100"></textarea>
|
||||
<textarea name="{$id}" class="inputTypeTextArea w200"></textarea>
|
||||
|
||||
<!--@elseif($var->type == "select")-->
|
||||
<select name="{$id}">
|
||||
|
|
@ -127,8 +123,8 @@
|
|||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<th>{$lang->widget_code}</th>
|
||||
<td><textarea readonly="true" id="widget_code" class="inputTypeTextArea w100"></textarea></td>
|
||||
<th><div>{$lang->widget_code}</div></th>
|
||||
<td><textarea readonly="true" id="widget_code" class="inputTypeTextArea w400"></textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -19,11 +19,9 @@
|
|||
|
||||
<div id="popBody">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<caption>{nl2br($lang->about_widget_code_in_page)}</caption>
|
||||
<tr>
|
||||
<th scope="row">{$lang->widget}</th>
|
||||
<th scope="row"><div>{$lang->widget}</div></th>
|
||||
<td>
|
||||
{$widget_info->title} ver {$widget_info->version}
|
||||
<!--@if($widget_info->author->description)-->
|
||||
|
|
@ -33,7 +31,7 @@
|
|||
</tr>
|
||||
<!--@if(count($skin_list))-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->skin}</th>
|
||||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<td>
|
||||
<select name="skin" onchange="doDisplaySkinColorset(this);return false;" id="widget_skin">
|
||||
<option value=""> </option>
|
||||
|
|
@ -53,7 +51,7 @@
|
|||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->widget_cache}</th>
|
||||
<th scope="row"><div>{$lang->widget_cache}</div></th>
|
||||
<td>
|
||||
<input type="text" name="widget_cache" value="0" class="inputTypeText" size="2" />{$lang->unit_min}
|
||||
<p>{$lang->about_widget_cache}</p>
|
||||
|
|
@ -65,18 +63,16 @@
|
|||
{@$group = $var->group}
|
||||
</table>
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col width="*" />
|
||||
<caption>{$group}</caption>
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row"><div>
|
||||
{$var->name}
|
||||
<!--@if($var->type == "mid_list")-->
|
||||
<input type="checkbox" onclick="checkboxSelectAll(this.form, '{$id}'); return false;" />
|
||||
<!--@end-->
|
||||
</th>
|
||||
</div></th>
|
||||
<td>
|
||||
<!--@if($var->type == "text")-->
|
||||
<input type="text" name="{$id}" value="" class="inputTypeText" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue