rhymix/modules/editor/tpl/view_component.html

28 lines
1 KiB
HTML

<!--%import("css/editor.css")-->
<div id="popHeadder">
<h1>{$component->title} ver. {$component->version}</h1>
</div>
<div id="popBody">
<table cellspacing="0" class="tableType5">
<col width="100" />
<col />
<tr>
<th scope="row">{$lang->component_author}</th>
<td><a href="mailto:{$component->author->email_address}">{$component->author->name}</a></td>
</tr>
<tr>
<th scope="row">{$lang->component_link}</th>
<td><a href="#" onclick="winopen('{$component->author->link}');return false;">{$component->author->link}</a></td>
</tr>
<tr>
<th scope="row">{$lang->component_description}</th>
<td>{nl2br($component->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>