mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<div id="popHeadder">
|
|
<h1>{$lang->module_maker}</h1>
|
|
</div>
|
|
|
|
<div id="popBody">
|
|
|
|
<table cellspacing="0" class="tableType5">
|
|
<col width="100" />
|
|
<col />
|
|
<tr>
|
|
<th scope="row">{$lang->title}</th>
|
|
<td>{$module_info->title} ver {$module_info->version}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->author}</th>
|
|
<td><a href="mailto:{$module_info->author->email_address}">{$module_info->author->name}</a></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->homepage}</th>
|
|
<td><a href="#" onclick="window.open('{$module_info->author->homepage}');return false;">{$module_info->author->homepage}</a></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->regdate}</th>
|
|
<td>{$module_info->author->date}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->description}</th>
|
|
<td>{nl2br($module_info->author->description)}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div id="popFooter">
|
|
<span class="close"><a href="#" onclick="window.close(); return false;" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_close}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></span>
|
|
</div>
|