git-svn-id: http://xe-core.googlecode.com/svn/trunk@1766 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 06:52:54 +00:00
parent 9eaaa2f894
commit 9fb8fb947c
41 changed files with 1016 additions and 1673 deletions

View file

@ -1,29 +1,28 @@
<!--%import("css/editor.css")-->
<div class="component_view_window">
<input type="hidden" name="component_name" value="{$component_name}" />
<div id="popHeadder">
<h1>{$component->title} ver. {$component->version}</h1>
</div>
<table border="1" width="100%">
<div id="popBody">
<table cellspacing="0" class="tableType5">
<col width="100" />
<col />
<tr>
<th>{$lang->component_name}</th>
<td>{$component->title} ver. {$component->version}</td>
</tr>
<tr>
<th>{$lang->component_author}</th>
<th scope="row">{$lang->component_author}</th>
<td><a href="mailto:{$component->author->email_address}">{$component->author->name}</a></td>
</tr>
<tr>
<th>{$lang->component_link}</th>
<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>{$lang->component_description}</th>
<th scope="row">{$lang->component_description}</th>
<td>{nl2br($component->description)}</td>
</tr>
<tr>
<td colspan="2">
<input type="button" value="{$lang->cmd_close}" class="editor_button" onclick="window.close();"/>
</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>