mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
509 B
HTML
15 lines
509 B
HTML
<!--%import("./js/content_widget.js")-->
|
|
|
|
<!--@if($colorset == "black" || $colorset == "white")-->
|
|
<!--%import("./css/widget.css")-->
|
|
<!--@end-->
|
|
|
|
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
|
<!--@if($widget_info->tab_type == "tab_left")-->
|
|
<!--#include("./_tab_left.html")-->
|
|
<!--@elseif($widget_info->tab_type == "tab_top")-->
|
|
<!--#include("./_tab_top.html")-->
|
|
<!--@else-->
|
|
<!--#include("./_tab_none.html")-->
|
|
<!--@end-->
|
|
</div>
|