mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@818 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8a4280e93a
commit
cfae38adb5
13 changed files with 25 additions and 18 deletions
26
modules/plugin/tpl/plugin_detail_info.html
Normal file
26
modules/plugin/tpl/plugin_detail_info.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!--%import("css/plugin.css")-->
|
||||
|
||||
<div class="plugin_detail_info_window">
|
||||
|
||||
<div class="plugin_title">{$lang->plugin_maker}</div>
|
||||
|
||||
<div class="plugin_header">{$lang->title}</div>
|
||||
<div class="plugin_body">{$plugin_info->title} ver {$plugin_info->version}</div>
|
||||
|
||||
<div class="plugin_header">{$lang->author}</div>
|
||||
<div class="plugin_body"><a href="mailto:{$plugin_info->author->email_address}">{$plugin_info->author->name}</a></div>
|
||||
|
||||
<div class="plugin_header">{$lang->homepage}</div>
|
||||
<div class="plugin_body"><a href="#" onclick="window.open('{$plugin_info->author->homepage}');return false;">{$plugin_info->author->homepage}</a></div>
|
||||
|
||||
<div class="plugin_header">{$lang->regdate}</div>
|
||||
<div class="plugin_body">{$plugin_info->author->date}</div>
|
||||
|
||||
<div class="plugin_header">{$lang->description}</div>
|
||||
<div class="plugin_body">{nl2br($plugin_info->author->description)}</div>
|
||||
|
||||
<div class="plugin_button_area">
|
||||
<a href="#" onclick="window.close();">{$lang->cmd_close}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue