mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
29
modules/editor/tpl/view_component.html
Normal file
29
modules/editor/tpl/view_component.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!--%import("css/editor.css")-->
|
||||
<!--%import("../../../modules/admin/tpl/css/admin.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="{$component->author->link}" onclick="window.open(this.href);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" class="tCenter gap1">
|
||||
<a href="#" onclick="window.close(); return false;" class="button"><span>{$lang->cmd_close}</span></a>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue