mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#19287261 페이징 기능을 사용할 때만 JS 파일 로드 + 새 템플릿 문법 일부 적용
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8050 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5cd1de5bf7
commit
9f73532e14
1 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,5 @@
|
|||
<!--%import("./js/content_widget.js")-->
|
||||
|
||||
<!--@if($colorset == "black" || $colorset == "white")-->
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@end-->
|
||||
<load target="./js/content_widget.js" cond="$widget_info->page_count > 1" />
|
||||
<load target="./css/widget.css" cond="$colorset == 'black' || $colorset == 'white'" />
|
||||
|
||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<!--@if($widget_info->tab_type == "tab_left")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue