위젯 스타일 이름 및 분류 재정의

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5937 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2009-03-23 10:10:51 +00:00
parent f49953c7d7
commit 9a3a7619a6
99 changed files with 1132 additions and 547 deletions

View file

@ -1,15 +0,0 @@
<!--@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>