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/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!--%import("css/widget.css")-->
|
|
<!--%import("../../admin/tpl/css/admin.css")-->
|
|
|
|
<div id="popBody">
|
|
<table cellspacing="0" class="adminTable">
|
|
<col width="100" />
|
|
<col />
|
|
<caption>{$lang->widget_maker}</caption>
|
|
<tr>
|
|
<th scope="row">{$lang->title}</th>
|
|
<td>{$widget_info->title} ver {$widget_info->version}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->author}</th>
|
|
<td><a href="mailto:{$widget_info->author->email_address}">{$widget_info->author->name}</a></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->homepage}</th>
|
|
<td><a href="{$widget_info->author->homepage}" onclick="window.open(this.href);return false;">{$widget_info->author->homepage}</a></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->regdate}</th>
|
|
<td>{$widget_info->author->date}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->description}</th>
|
|
<td>{nl2br(trim($widget_info->author->description))}</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="popFooter" class="tCenter gap1">
|
|
<a href="#" onclick="window.close(); return false;" class="button"><span>{$lang->cmd_close}</span></a>
|
|
</div>
|