rhymix/modules/widget/tpl/header.html
2012-12-17 05:18:26 +00:00

12 lines
545 B
HTML

<div class="x_page-header">
<h1>
{$lang->installed_widgets} <a class="x_icon-question-sign" href="./help/index.html#UMAN_advanced_installed_widget" target="_blank">도움말</a>
<span class="path" cond="$widget_info">
&gt; {$widget_info->title}
</span>
<a cond="$widget_info" href="#widgetInfo" class="x_icon-question-sign x_pull-right" data-toggle style="margin-top:15px">{$lang->help}</a>
</h1>
</div>
<div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>