:::
所有書籍
「[1061] XOOPS佈景設計」目錄
MarkDown
2. 用CSS3美化版面
1. HTML5的開發環境與基礎
1-1 index.html
2. 用CSS3美化版面
2-1 index.html
2-2 style.css
3. 自適應CSS排版
3-1 index.html
3-2 style.css
3-3 index.html 動態標題背景
3-4 style.css 動態標題背景
4. BootStrap響應式框架
4-1 bootstrap/index.html
5. 同上週~
6. XOOPS可調式佈景開發(上)
6-1 tad2017/theme.tpl
6-2 tad2017/css/style.css
7. XOOPS可調式佈景開發(下)
7-1 tad2017/config.php
7-2 tad2017/theme.tpl
7-3 tad2017/css/style.css
7-4 tad2017/config2.php
8. 現有網頁改製為XOOPS佈景
8-1 themes/eElectronics/theme.html
8-2 themes/eElectronics/config.php
8-3 themes/eElectronics/css/style.css
8-4 themes/photography/theme.html
8-5 themes/photography/config.php
8-6 themes/photography/xotpl/logo.tpl
8-7 themes/photography/css/style.css
9. XOOPS佈景運作原理
9-1 themes/eElectronics/theme.html
9-2 themes/eElectronics/css/style.css
9-3 themes/eElectronics/config2.php
9-4 themes/eElectronics/xotpl/slider.tpl
9-5 themes/eElectronics/xotpl/system.tpl
9-6 themes/photography/xotpl/footer.tpl
9-7 themes/eElectronics/modules/system/system_siteclosed.tpl
2-2 style.css
\[1061\] XOOPS佈景設計 ================== ``` <pre class="brush:xml;"> <html lang="zh-Hant-TW"> <head> <meta charset="UTF-8"> <title>佈景設計</title> <link rel="stylesheet" href="style.css"> </head> <body> <!-- container 頁面容器 --> <div class="container"> <header id="Home"> <hgroup> <h1>點兩下電腦工作室</h1> <h2>只要點兩下滑鼠,這個世界就能連起更多友善的網</h2> </hgroup> <!-- 導覽列 --> <nav> <ul> <li><a href="#About">關於我們</a></li> <li><a href="#Service">服務項目</a></li> <li><a href="#Contact">聯繫我們</a></li> </ul> </nav> </header> <div class="row"> <article> <section id="About"> <h3>關於我們</h3> <a href="#Home">Top</a> <h4>【緣起】</h4> <p>XOOPS 正體中文延伸計畫網站的站長 Tad在台南社大任教三年後,成立了點兩下資訊社,讓有興趣從事網頁設計、網站架設、PHP程式開發、佈景設計的學員們得有更進一步學習的空間。</p> <p>在點兩下資訊社運做一年後,部份成員學有專精,但空有一身功夫卻無處發揮,甚為可惜。因此,在 Tad老師提議,經大夥兒討論後,成立了點兩下工作室。</p> <h4>【願景】</h4> <p>隨著 XOOPS 網站越來越成熟,使用者也越來越多,但國內資源始終缺乏整合,而社團成員來自各個產業,最明白各種產業需求,因此點兩下工作室除了以資源整合為目標外,更希望成為國內 XOOPS 資源開發的推手。</p> <p>XOOPS 的綜合應用、困難排解為工作室成員基礎能力,而模組開發、佈景設計則列為主要項目,未來希望工作室能推出各種模組來供大家使用。</p> <p>此外,我們也希望對於弱勢團體、公益團體、或者社區成長有所協助,故每個月我們預計會有一定名額,來幫這些對象架設網站,提供技術協助。(相關辦法經成員討論後會另行發佈)</p> <p>若有公司行號或其他單位,對於 XOOPS 系統有客製化需求,我們也可以在討論評估後提供相關服務。</p> </section> <section id="Service"> <h3>服務項目</h3> <a href="#Home">Top</a> <ol> <li>XOOPS 網站架設</li> <li>XOOPS 客製化模組開發</li> <li>XOOPS 佈景設計</li> <li>XOOPS 轉碼、升級</li> </ol> </section> <section id="Contact"> <h3>聯繫我們</h3> <a href="#Home">Top</a> <form action="#"> <div> <label>姓名:</label> <input type="text" name="user_name" placeholder="請輸入姓名"> </div> <div> <label>姓別:</label> <input type="radio" name="user_sex" id="boy" value="先生"> <label for="boy">先生</label> <input type="radio" name="user_sex" id="girl" value="女士"> <label for="girl">女士</label> </div> <div> <label>問題類型:</label> <select name="q_type" id=""> <option value="XOOPS 網站架設">XOOPS 網站架設</option> <option value="XOOPS 客製化模組開發">XOOPS 客製化模組開發</option> <option value="XOOPS 佈景設計">XOOPS 佈景設計</option> <option value="XOOPS 轉碼、升級">XOOPS 轉碼、升級</option> </select> </div> <div> <label>留言:</label> <textarea name="user_content" id="" cols="30" rows="10" placeholder="請輸入您的意見">
```
:::
搜尋
search
進階搜尋
QR Code 區塊
快速登入
所有討論區
「PHP全端開發」線上課程討論區
XOOPS使用討論區
一般研習學員
社大學員專用
路過哈啦區
XOOPS佈景設計
XOOPS模組開發
Tad書籍區
即時留言簿
書籍目錄
總目錄
1.HTML5的開發環境與基礎
1-1index.html
2.用CSS3美化版面
2-1index.html
2-2style.css
3.自適應CSS排版
3-1index.html
3-2style.css
3-3index.html 動態標題背景
3-4style.css 動態標題背景
4.BootStrap響應式框架
4-1bootstrap/index.html
5.同上週~
6.XOOPS可調式佈景開發(上)
6-1tad2017/theme.tpl
6-2tad2017/css/style.css
7.XOOPS可調式佈景開發(下)
7-1tad2017/config.php
7-2tad2017/theme.tpl
7-3tad2017/css/style.css
7-4tad2017/config2.php
8.現有網頁改製為XOOPS佈景
8-1themes/eElectronics/theme.html
8-2themes/eElectronics/config.php
8-3themes/eElectronics/css/style.css
8-4themes/photography/theme.html
8-5themes/photography/config.php
8-6themes/photography/xotpl/logo.tpl
8-7themes/photography/css/style.css
9.XOOPS佈景運作原理
9-1themes/eElectronics/theme.html
9-2themes/eElectronics/css/style.css
9-3themes/eElectronics/config2.php
9-4themes/eElectronics/xotpl/slider.tpl
9-5themes/eElectronics/xotpl/system.tpl
9-6themes/photography/xotpl/footer.tpl
9-7themes/eElectronics/modules/system/system_siteclosed.tpl
展開
|
闔起
線上使用者
38
人線上 (
9
人在瀏覽
線上書籍
)
會員: 0
訪客: 38
更多…
:::
主選單
NTPC OpenID
活動報名
模組控制台
進階區塊管理
站長工具箱(急救版)
網站地圖
Tad Tools 工具包
站長工具箱
行事曆
討論留言
嵌入區塊模組
快速登入
網站計數器
好站連結
最新消息
檔案下載
線上書籍
電子相簿
影音播放
常見問題
萬用表單
友站消息
社大學員
新聞
下載
教材
影音
討論
其他選單
好站連結
行事曆
電子相簿
常見問題
萬用表單
即時留言簿
友站消息
社大學員
登入
登入
帳號
密碼
登入