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

This commit is contained in:
zero 2007-06-19 09:18:44 +00:00
parent c814771f0f
commit 00c9be280d
18 changed files with 0 additions and 0 deletions

View file

@ -1,26 +0,0 @@
<!--%import("css/widget.css")-->
<div class="widget_detail_info_window">
<div class="widget_title">{$lang->widget_maker}</div>
<div class="widget_header">{$lang->title}</div>
<div class="widget_body">{$widget_info->title} ver {$widget_info->version}</div>
<div class="widget_header">{$lang->author}</div>
<div class="widget_body"><a href="mailto:{$widget_info->author->email_address}">{$widget_info->author->name}</a></div>
<div class="widget_header">{$lang->homepage}</div>
<div class="widget_body"><a href="#" onclick="window.open('{$widget_info->author->homepage}');return false;">{$widget_info->author->homepage}</a></div>
<div class="widget_header">{$lang->regdate}</div>
<div class="widget_body">{$widget_info->author->date}</div>
<div class="widget_header">{$lang->description}</div>
<div class="widget_body">{nl2br($widget_info->author->description)}</div>
<div class="widget_button_area">
<a href="#" onclick="window.close();">{$lang->cmd_close}</a>
</div>
</div>