mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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
|
|
@ -11,24 +11,22 @@
|
|||
|
||||
<div id="popBody">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div><label for="textfield1">{$lang->title}</label></div></th>
|
||||
<td>{$addon_info->title} ver. {$addon_info->version} ({zdate($addon_info->date, 'Y-m-d')})</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->author}</div></th>
|
||||
<td class="blue">
|
||||
<td>
|
||||
<!--@foreach($addon_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-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if($addon_info->homepage)-->
|
||||
<tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div><label for="textfield2">{$lang->homepage}</label></div></th>
|
||||
<td class="blue"><a href="{$addon_info->homepage}" onclick="window.open(this.href);return false;">{$addon_info->homepage}</a></td>
|
||||
<td class="blue"><a href="{$addon_info->homepage}" onclick="window.open(this.href);return false;">{$addon_info->homepage}</a> </td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($addon_info->extra_vars as $id => $var)-->
|
||||
|
||||
|
|
@ -41,7 +39,7 @@
|
|||
<caption>{$group}</caption>
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row"><div>{$var->title}</div></th>
|
||||
<td>
|
||||
<!--@if($var->type == 'text')-->
|
||||
|
|
@ -65,8 +63,6 @@
|
|||
<!--@if($group)-->
|
||||
</table>
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="100" />
|
||||
<col width="*" />
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue