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/trunk@404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c44a6f07f8
commit
51abcab1a6
14 changed files with 118 additions and 27 deletions
|
|
@ -2,33 +2,33 @@
|
|||
<col width="100" />
|
||||
<col width="300" />
|
||||
<tr>
|
||||
<th colspan="2">{$lang->module_maker}</th>
|
||||
<th colspan="2">{$lang->addon_maker}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->title}</th>
|
||||
<td>{$module_info->title}</td>
|
||||
<td>{$addon_info->title} ver. {$addon_info->version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->author}</th>
|
||||
<td><a href="mailto:{$module_info->author->email_address}">{$module_info->author->name}</a></td>
|
||||
<td><a href="mailto:{$addon_info->author->email_address}">{$addon_info->author->name}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->homepage}</th>
|
||||
<td><a href="#" onclick="window.open({$module_info->author->homepage});return false;">{$module_info->author->homepage}</a></td>
|
||||
<td><a href="#" onclick="window.open({$addon_info->author->homepage});return false;">{$addon_info->author->homepage}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->regdate}</th>
|
||||
<td>{$module_info->author->date}</td>
|
||||
<td>{$addon_info->author->date}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->description}</th>
|
||||
<td>{nl2br($module_info->author->description)}</td>
|
||||
<td>{nl2br($addon_info->author->description)}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th colspan="2">{$lang->module_history}</th>
|
||||
<th colspan="2">{$lang->addon_history}</th>
|
||||
</tr>
|
||||
<!--@foreach($module_info->history as $history)-->
|
||||
<!--@foreach($addon_info->history as $history)-->
|
||||
<!--@if($history->name)-->
|
||||
<tr>
|
||||
<th>{$lang->name}</th>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
<td>{$lang->author}</td>
|
||||
<td>{$lang->date}</td>
|
||||
<td>{$lang->installed_path}</td>
|
||||
<td>{$lang->addon_info}</td>
|
||||
<td>{$lang->use}</td>
|
||||
</tr>
|
||||
<!--@foreach($addon_list as $key => $val)-->
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
<td><a href="#" onclick="window.open('{$val->author->homepage}')">{$val->author->name}</a></td>
|
||||
<td>{$val->author->date}</td>
|
||||
<td>{$val->path}</td>
|
||||
<td rowspan="2"><a href="#" onclick="winopen('{getUrl('','module','addon','act','dispAddonInfo','selected_addon',$val->addon)}','addon_info','width=10,height=10,toolbars=no,scrollbars=yes,resizable=yes');return false">{$lang->cmd_view}</a></td>
|
||||
<td rowspan="2">
|
||||
<!--@if($val->activated)-->
|
||||
<a href="#" onclick="doToggleAddon('{$val->addon}');return false;">{$lang->notuse}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue