Toggle main menu visibility
新聞
下載
教材
影音
討論
其他選單
好站連結
行事曆
電子相簿
常見問題
萬用表單
即時留言簿
友站消息
社大學員
:::
登入
登入
帳號
密碼
登入
重整畫面
:::
所有書籍
「XOOPS 新版佈景設計」目錄
MarkDown
6. beauty_class 佈景素材及範例原始碼
1. 關於XOOPS佈景
1-1 安裝各種輔助工具
2. HTML5入門
2-1 HTML表單(僅參考,不上)
3. CSS3入門
3-1 常用屬性
3-2 CSS盒狀模型
3-3 版面布局設計
3-4 CSS3 新功能(僅參考,不上)
4. BootStrap入門
4-1 BootStrap的版面布局
4-2 常用BootStrap效果
5. XOOPS佈景開發
5-1 XOOPS佈景開發
5-2 關於 config.php
5-3 關於 theme_css.html(佈景CSS設定)
5-4 滑動圖文
5-5 導覽列選單
5-6 logo 設定
5-7 進階佈景設計
5-8 關於 config2.php 額外設定
5-9 xoops內建的樣板標籤
5-10 區塊標題技法
6. beauty_class 佈景素材及範例原始碼
6-1 theme.html
6-2 css/style.css
6-3 theme.ini
6-4 config.php
6-5 config2.php
6-6 上方選單設定值
6-7 language/tchinese_utf8/main.php
6-8 xotpl/templatemo_slider.html
6-9 css/nivo-slider.css
7. white 佈景素材及範例原始碼
7-1 theme.html
7-2 css/style.css
7-3 theme.ini
7-4 README
7-5 config.php
7-6 config2.php
7-7 xotpl/contentslider.html
7-8 language/tchinese_utf8/main.php
6-2 css/style.css
XOOPS 新版佈景設計 ============ ``` <{assign var=theme_name value=$xoTheme->folderName}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/get_var.html"}>
<{$xoops_sitename}> - <{$xoops_pagetitle}>
<{$xoops_module_header}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/theme_css.html"}>
<{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/navbar.html"}>
<{if $logo_img}>
<{else}>
<{$xoops_sitename}>
<{/if}>
<{foreach from=$topmenu item=tm}>
<{$tm.name}>
<{/foreach}>
<{includeq file="$xoops_rootpath/themes/$theme_name/xotpl/templatemo_slider.html"}>
<{if $marquee}>
<{$smarty.const.TF_MARQUEE_PREFIX}><{$marquee}>
<{/if}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/$theme_type.html"}>
<{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/my_js.html"}> <{if $show_var==1}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/show_var.html"}> <{/if}> ```