git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4661 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-21 01:09:53 +00:00
parent 5b2627ae4d
commit e56f5091a0
58 changed files with 324 additions and 293 deletions

View file

@ -10,7 +10,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)-->

View file

@ -16,7 +16,7 @@
<!--@else-->
<li><a href="{getUrl('act','')}">{$lang->cmd_back}</a></li>
<!--@end-->
<li <!--@if($act=='dispLifepodAdminLifepodInfo')-->class="on"<!--@end-->><a href="{getUrl('act','dispLifepodAdminLifepodInfo')}">{$lang->cmd_view_info}</a></li>
<li <!--@if($act=='dispLifepodAdminLifepodInfo'||$act=='dispLifepodAdminInsertLifepod')-->class="on"<!--@end-->><a href="{getUrl('act','dispLifepodAdminLifepodInfo')}">{$lang->cmd_view_info}</a></li>
<li <!--@if($act=='dispLifepodAdminGrantInfo')-->class="on"<!--@end-->><a href="{getUrl('act','dispLifepodAdminGrantInfo')}">{$lang->cmd_manage_grant}</a></li>
<li <!--@if($act=='dispLifepodAdminSkinInfo')-->class="on"<!--@end-->><a href="{getUrl('act','dispLifepodAdminSkinInfo')}">{$lang->cmd_manage_skin}</a></li>
</ul>

View file

@ -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 class="wide">
<!--@if(!$module_info->module_category_srl)-->
@ -15,7 +15,7 @@
<th scope="row"><div>{$lang->calendar_address}</div></th>
<td>{$module_info->calendar_address}&nbsp;</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->layout}</div></th>
<td>
<!--@if($module_info->layout_srl)-->
@ -30,7 +30,7 @@
<th scope="row"><div>{$lang->skin}</div></th>
<td>{$module_info->skin_title} ({$module_info->skin})</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->browser_title}</div></th>
<td>{htmlspecialchars($module_info->browser_title)}</td>
</tr>
@ -38,7 +38,7 @@
<th scope="row"><div>{$lang->use_category}</div></th>
<td><!--@if($module_info->use_category=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->list_count}</div></th>
<td>{$module_info->list_count?$module_info->list_count:20}</td>
</tr>
@ -46,7 +46,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->description}</div></th>
<td>{nl2br(htmlspecialchars($module_info->description))}&nbsp;</td>
</tr>
@ -54,7 +54,7 @@
<th scope="row"><div>{$lang->header_text}</div></th>
<td>{htmlspecialchars($module_info->header_text)}&nbsp;</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->footer_text}</div></th>
<td>{htmlspecialchars($module_info->footer_text)}&nbsp;</td>
</tr>
@ -62,7 +62,7 @@
<th scope="row"><div>{$lang->admin_id}</div></th>
<td>{implode(",",$module_info->admin_id)}&nbsp;</td>
</tr>
<tr>
<tr class="row2">
<td colspan="2" class="right">
<a href="{getUrl('act','dispLifepodAdminInsertLifepod')}" class="button"><span>{$lang->cmd_modify}</span></a>
<!--@if($module=="admin")-->

View file

@ -12,7 +12,7 @@
<input type="hidden" name="use_category" value="N" />
<table cellspacing="0" class="adminTable">
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->mid}</div></th>
<td class="wide">
<input type="text" name="mid" value="{$module_info->mid}" class="inputTypeText w200" />
@ -28,7 +28,7 @@
</td>
</tr>
<!--@end-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->module_category}</div></th>
<td>
<select name="module_category_srl">
@ -48,7 +48,7 @@
</td>
</tr>
<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 w300" />
@ -67,7 +67,7 @@
<p>{$lang->about_layout}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->skin}</div></th>
<td>
<select name="skin">
@ -85,7 +85,7 @@
<p>{$lang->about_description}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->header_text}</div></th>
<td>
<textarea name="header_text" class="inputTypeTextArea w400">{htmlspecialchars($module_info->header_text)}</textarea>
@ -99,14 +99,14 @@
<p>{$lang->about_footer_text}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->admin_id}</div></th>
<td>
<textarea name="admin_id" class="inputTypeTextArea w400"><!--@if($module_info->admin_id)-->{implode(",",$module_info->admin_id)}<!--@end--></textarea>
<p>{$lang->about_admin_id}</p>
</td>
</tr>
<tr>
<tr class="row2">
<td scope="row" colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>

View file

@ -9,7 +9,7 @@
<table cellspacing="0" class="adminTable">
<caption>{$lang->skin_default_info}</caption>
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->skin}</div></th>
<td class="wide" >{$skin_info->title}</td>
</tr>
@ -21,27 +21,24 @@
<!--@endforeach-->
</td>
</tr>
<!--@if($skin_info->homepage)-->
<tr>
<tr class="row2">
<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>
<td><a href="{$skin_info->homepage}" onclick="window.open(this.href);return false;">{$skin_info->homepage}</a>&nbsp;</td>
</tr>
<!--@end-->
<tr>
<th scope="row"><div>{$lang->date}</div></th>
<td>{zdate($skin_info->date, 'Y-m-d')}</td>
</tr>
<!--@if($skin_info->license || $skin_info->license_link)-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->skin_license}</div></th>
<td>
{nl2br(trim($skin_info->license))}
<!--@if($skin_info->license_link)-->
<p><a href="{$skin_info->license_link}" onclick="window.close(); return false;">{$skin_info->license_link}</a></p>
<!--@end-->
&nbsp;
</td>
</tr>
<!--@end-->
<tr>
<th scope="row"><div>{$lang->description}</div></th>
<td>{nl2br($skin_info->description)}</td>
@ -82,7 +79,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")-->
@ -138,7 +135,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>