mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4661 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5b2627ae4d
commit
e56f5091a0
58 changed files with 324 additions and 293 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->module_category}</div></th>
|
||||
<td>
|
||||
<!--@if(!$module_info->module_category_srl)-->
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<td>{$module_info->skin_title} ({$module_info->skin})</td>
|
||||
</tr>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<th scope="row"><div>{$lang->browser_title}</div></th>
|
||||
<td>{htmlspecialchars($module_info->browser_title)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->use_category}</div></th>
|
||||
<td><!--@if($module_info->use_category=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
||||
</tr>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<th scope="row"><div>{$lang->order_target}</div></th>
|
||||
<td>{$order_target[$module_info->order_target]}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->order_type}</div></th>
|
||||
<td><!--@if($module_info->order_type=='asc')-->{$lang->order_asc}<!--@else-->{$lang->order_desc}<!--@end--></td>
|
||||
</tr>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<th scope="row"><div>{$lang->list_count}</div></th>
|
||||
<td>{$module_info->list_count?$module_info->list_count:20}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->search_list_count}</div></th>
|
||||
<td>{$module_info->search_list_count?$module_info->search_list_count:20}</td>
|
||||
</tr>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
<th scope="row"><div>{$lang->page_count}</div></th>
|
||||
<td>{$module_info->page_count?$module_info->page_count:10}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->except_notice}</div></th>
|
||||
<td>{$module_info->except_notice=='N'?$lang->notuse:$lang->use}</td>
|
||||
</tr>
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
<th scope="row"><div>{$lang->consultation}</div></th>
|
||||
<td>{$module_info->consultation=='Y'?$lang->use:$lang->notuse}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->admin_mail}</div></th>
|
||||
<td>{$module_info->admin_mail} </td>
|
||||
</tr>
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>{nl2br(htmlspecialchars($module_info->description))} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->header_text}</div></th>
|
||||
<td>{htmlspecialchars($module_info->header_text)} </td>
|
||||
</tr>
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
<th scope="row"><div>{$lang->footer_text}</div></th>
|
||||
<td>{htmlspecialchars($module_info->footer_text)} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->admin_id}</div></th>
|
||||
<td>{implode(",",$module_info->admin_id)} </td>
|
||||
</tr>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
<table cellspacing="0" class="adminTable topGap">
|
||||
<caption>{$lang->extra_vars} {$i}</caption>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th><div>{$lang->column_name}</div></th>
|
||||
<td>{$extra_vars_name}</td>
|
||||
</tr>
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
<th><div>{$lang->column_type}</div></th>
|
||||
<td>{$extra_vars_type}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th><div>{$lang->is_required}</div></th>
|
||||
<td>{$extra_vars_is_required}</td>
|
||||
</tr>
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<th><div>{$lang->default_value}</div></th>
|
||||
<td>{$extra_vars_default_value}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th><div>{$lang->description}</div></th>
|
||||
<td>{$extra_vars_desc}</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<!--@if($module_info->is_default!='Y')-->
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->is_default}</div></th>
|
||||
<td>
|
||||
<input type="checkbox" name="is_default" value="Y" <!--@if($module_info->is_default=='Y')-->checked="checked"<!--@end--> id="fld_for_default" class="checkbox" />
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
</tr>
|
||||
|
||||
<!--@if(!$module_srls)-->
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->browser_title}</div></th>
|
||||
<td>
|
||||
<input type="text" name="browser_title" value="{htmlspecialchars($module_info->browser_title)}" class="inputTypeText w400" />
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
<p>{$lang->about_layout}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<td>
|
||||
<select name="skin">
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
<label for="fld_for_category">{$lang->about_use_category}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->order_target}</div></th>
|
||||
<td>
|
||||
<select name="order_target">
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->list_count}</div></th>
|
||||
<td>
|
||||
<input type="text" name="list_count" value="{$module_info->list_count?$module_info->list_count:20}" class="inputTypeText" />
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
<p>{$lang->about_search_list_count}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->page_count}</div></th>
|
||||
<td>
|
||||
<input type="text" name="page_count" value="{$module_info->page_count?$module_info->page_count:10}" class="inputTypeText" />
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
<p>{$lang->about_except_notice}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->consultation}</div></th>
|
||||
<td>
|
||||
<input type="checkbox" name="consultation" value="Y" <!--@if($module_info->consultation=='Y')-->checked="checked"<!--@end--> />
|
||||
|
|
@ -144,7 +144,7 @@
|
|||
<p>{$lang->about_admin_mail}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>
|
||||
<textarea name="description" class="inputTypeTextArea fixWidth">{htmlspecialchars($module_info->description)}</textarea>
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
<p>{$lang->about_header_text}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->footer_text}</div></th>
|
||||
<td>
|
||||
<textarea name="footer_text" class="inputTypeTextArea fixWidth">{htmlspecialchars($module_info->footer_text)}</textarea>
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
<p>{$lang->about_admin_id}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td colspan="2" class="center">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
<span class="button"><input type="button" value="{$lang->cmd_back}" onclick="history.back(); return false;" /></span>
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
<!--@end-->
|
||||
<table cellspacing="0" class="adminTable ">
|
||||
<caption>{$lang->extra_vars} {$i}</caption>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th><div>{$lang->column_name}</div></th>
|
||||
<td class="wide"><input type="text" name="extra_vars_{$i}_name" value="{$extra_vars_name}" class="inputTypeText w200" /> </td>
|
||||
</tr>
|
||||
|
|
@ -214,7 +214,7 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th><div>{$lang->is_required}</div></th>
|
||||
<td><input type="checkbox" name="extra_vars_{$i}_is_required" value="Y" <!--@if($extra_vars_is_required=='Y')-->checked="checked"<!--@end--> /></td>
|
||||
</tr>
|
||||
|
|
@ -222,7 +222,7 @@
|
|||
<th><div>{$lang->default_value}</div></th>
|
||||
<td><input type="text" name="extra_vars_{$i}_default" value="{$extra_vars_default_value}" class="inputTypeText w400" /><p>{$lang->about_extra_vars_default_value}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th><div>{$lang->description}</div></th>
|
||||
<td><input type="text" name="extra_vars_{$i}_desc" value="{$extra_vars_desc}" class="inputTypeText w400" /></td>
|
||||
</tr>
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
<th><div>{$lang->cmd_search}</div></th>
|
||||
<td><input type="checkbox" name="extra_vars_{$i}_search" value="Y" <!--@if($extra_vars_search=='Y')-->checked="checked"<!--@end--> /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td colspan="2" class="right"><span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span></div></th>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($category_info->parent_category_title)-->
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->parent_category_title}</div></th>
|
||||
<td class="wide">{$category_info->parent_category_title}</td>
|
||||
</tr>
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
<p>{$lang->about_category_title}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->expand}</div></th>
|
||||
<td>
|
||||
<input type="checkbox" name="expand" value="Y" <!--@if($category_info->expand=="Y")-->checked="checked"<!--@end--> class="checkbox" />
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<p>{$lang->about_category_group_srls}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td scope="row" colspan="2" class="right">
|
||||
<!--@if($category_info->title)-->
|
||||
<a href="#" onclick="doDeleteCategory('{$category_srl->category_srl}');return false" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<tbody>
|
||||
<!--@foreach($grant_list as $key => $val)-->
|
||||
<tr>
|
||||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row"><div>{$val->title}</div></th>
|
||||
<td class="wide">
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<!--@else-->
|
||||
<li><a href="{getUrl('act','')}">{$lang->cmd_back}</a></li>
|
||||
<!--@end-->
|
||||
<li <!--@if($act=='dispBoardAdminBoardInfo')-->class="on"<!--@end-->><a href="{getUrl('act','dispBoardAdminBoardInfo')}">{$lang->cmd_view_info}</a></li>
|
||||
<li <!--@if($act=='dispBoardAdminBoardInfo'||$act=='dispBoardAdminInsertBoard')-->class="on"<!--@end-->><a href="{getUrl('act','dispBoardAdminBoardInfo')}">{$lang->cmd_view_info}</a></li>
|
||||
<li <!--@if($act=='dispBoardAdminBoardAdditionSetup')-->class="on"<!--@end-->><a href="{getUrl('act','dispBoardAdminBoardAdditionSetup')}">{$lang->cmd_addition_setup}</a></li>
|
||||
<li <!--@if($act=='dispBoardAdminCategoryInfo')-->class="on"<!--@end-->><a href="{getUrl('act','dispBoardAdminCategoryInfo')}" onclick="winopen(this.href,'BoardMenu','width=850,height=800,resizable=yes,scrollbars=yes,toolbars=no');return false;">{$lang->cmd_manage_category}</a></li>
|
||||
<li <!--@if($act=='dispBoardAdminGrantInfo')-->class="on"<!--@end-->><a href="{getUrl('act','dispBoardAdminGrantInfo')}">{$lang->cmd_manage_grant}</a></li>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($board_list as $no => $val)-->
|
||||
<tr>
|
||||
<tr class="row{$cycle_idx}">
|
||||
<td class="center number">{$no}</td>
|
||||
<td class="center"><input type="checkbox" name="cart" value="{$val->module_srl}" /></td>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<td class="wide" >{$skin_info->title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->skin_author}</div></th>
|
||||
<td>
|
||||
<!--@foreach($skin_info->author as $author)-->
|
||||
|
|
@ -21,17 +21,14 @@
|
|||
<!--@endforeach-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if($skin_info->homepage)-->
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->homepage}</div></th>
|
||||
<td><a href="{$skin_info->homepage}" onclick="window.open(this.href);return false;">{$skin_info->homepage}</a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->date}</div></th>
|
||||
<td>{zdate($skin_info->date, 'Y-m-d')}</td>
|
||||
<td>{zdate($skin_info->date, 'Y-m-d')} </td>
|
||||
</tr>
|
||||
<!--@if($skin_info->license || $skin_info->license_link)-->
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->skin_license}</div></th>
|
||||
<td>
|
||||
|
|
@ -39,10 +36,10 @@
|
|||
<!--@if($skin_info->license_link)-->
|
||||
<p><a href="{$skin_info->license_link}" onclick="window.close(); return false;">{$skin_info->license_link}</a></p>
|
||||
<!--@end-->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>{nl2br(trim($skin_info->description))}</td>
|
||||
</tr>
|
||||
|
|
@ -80,7 +77,7 @@
|
|||
<caption>{$group}</caption>
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row"><div>{$val->title}</div></th>
|
||||
<td class="wide">
|
||||
<!--@if($val->type=="text")-->
|
||||
|
|
@ -136,7 +133,7 @@
|
|||
<table cellspacing="0" class="adminTable">
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<td colspan="2" class="right">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue