mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
위젯 스타일 simple 폴더 복원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5943 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8b6023f91e
commit
2fc2029ecf
4 changed files with 83 additions and 0 deletions
15
widgetstyles/simple/widgetstyle.html
Normal file
15
widgetstyles/simple/widgetstyle.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!--@if($widgetstyle_extar_var->ws_colorset == "black")-->
|
||||
{@ $_wsClassName = "black"}
|
||||
<!--@elseif($widgetstyle_extar_var->ws_colorset == "white")-->
|
||||
{@ $_wsClassName = "white"}
|
||||
<!--@else-->
|
||||
{@ $_wsClassName = $layout_info->colorset}
|
||||
<!--@end-->
|
||||
|
||||
<!--%import("style.css")-->
|
||||
|
||||
<div class="simpleWidgetStyle {$_wsClassName}">
|
||||
<h2>{$widgetstyle_extar_var->ws_title}</h2>
|
||||
<!--@if($widgetstyle_extar_var->ws_more_url)--><a href="{$widgetstyle_extar_var->ws_more_url}" class="widgetMoreLink">{$widgetstyle_extar_var->ws_more_text}</a><!--@end-->
|
||||
{$widget_content}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue