mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9371 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
773c18bde2
commit
12ca869ccd
75 changed files with 2992 additions and 3093 deletions
|
|
@ -1,16 +1,12 @@
|
|||
<div id="popHeader" class="wide">
|
||||
<h3 class="xeAdmin">{$lang->module_maker}</h3>
|
||||
</div>
|
||||
|
||||
<div id="popBody">
|
||||
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<h1 class="h1">{$lang->module_maker}</h1>
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->title}</div></th>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
<td>{$module_info->title} ver {$module_info->version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->author}</div></th>
|
||||
<th scope="row">{$lang->author}</th>
|
||||
<td class="blue">
|
||||
<!--@foreach($module_info->author as $author)-->
|
||||
{$author->name} <!--@if($author->homepage || $author->email_address)-->(<!--@if($author->homepage)--><a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->homepage}</a><!--@end--><!--@if($author->homepage && $author->email_address)-->, <!--@end--><!--@if($author->email_address)--><a href="mailto:{$author->email_address}">{$author->email_address}</a><!--@end-->)<!--@end--><br />
|
||||
|
|
@ -19,17 +15,17 @@
|
|||
</tr>
|
||||
<!--@if($module_info->homepage)-->
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->homepage}</div></th>
|
||||
<th scope="row">{$lang->homepage}</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"><div>{$lang->regdate}</div></th>
|
||||
<th scope="row">{$lang->regdate}</th>
|
||||
<td>{zdate($module_info->date, 'Y-m-d')}</td>
|
||||
</tr>
|
||||
<!--@if($module_info->license || $module_info->license_link)-->
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->module_license}</div></th>
|
||||
<th scope="row">{$lang->module_license}</th>
|
||||
<td>
|
||||
{nl2br(trim($module_info->license))}
|
||||
<!--@if($module_info->license_link)-->
|
||||
|
|
@ -39,21 +35,18 @@
|
|||
</tr>
|
||||
<!--@endif--><!--@if($module_info->description)-->
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<th scope="row">{$lang->description}</th>
|
||||
<td>{nl2br(trim($module_info->description))}</td>
|
||||
</tr>
|
||||
<!--@endif-->
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!--@if($module_info->history)-->
|
||||
<div id="popHistoryHeadder">
|
||||
<h3 class="xeAdmin">{$lang->module_history}</h3>
|
||||
</div>
|
||||
<h1 class="h1">{$lang->module_history}</h1>
|
||||
|
||||
<div id="popHistoryBody">
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<col width="100" />
|
||||
<col />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue