mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!--%import("./js/site_info.js")-->
|
|
<!--%import("./css/widget.css")-->
|
|
|
|
<!--@if($colorset=="black")-->
|
|
<!--%import("./css/black.css")-->
|
|
<!--@elseif($colorset=="white" || $colorset=="default")-->
|
|
<!--%import("./css/white.css")-->
|
|
<!--@else-->
|
|
<!--@if($layout_info->colorset=="black")-->
|
|
<!--%import("./css/black.css")-->
|
|
<!--@else-->
|
|
<!--%import("./css/white.css")-->
|
|
<!--@end-->
|
|
<!--@end-->
|
|
|
|
<div class="widgetContainer">
|
|
<dl class="widgetDlistA">
|
|
<dt>{$lang->member}:</dt>
|
|
<dd>{number_format($widget_info->member_count)}</dd>
|
|
<dt class="div">{$lang->new_document_count}:</dt>
|
|
<dd>{number_format($widget_info->new_documents)}</dd>
|
|
<dt>{$lang->regdate}:</dt>
|
|
<dd>{zdate($widget_info->created, "Y.m.d")}</dd>
|
|
</dl>
|
|
|
|
<!--@if($is_logged)-->
|
|
<!--@if(!$widget_info->joined)-->
|
|
<a href="#" onclick="doSiteSignUp(); return false;" class="button green strong"><span>{$lang->cmd_site_signup}</span></a>
|
|
<!--@else-->
|
|
<a href="#" onclick="doSiteLeave('{$lang->confirm_leave}'); return false;" class="button"><span>{$lang->cmd_leave}</span></a>
|
|
<!--@end-->
|
|
<!--@end-->
|
|
</div>
|