線上書籍

Home

[1061] XOOPS佈景設計

<!DOCTYPE html> <html lang="<{$xoops_langcode}>"> <head> <!--目前$_SESSION['bootstrap']="<{php}>echo $_SESSION['bootstrap'];<{/php}>"; --> <!--將目前的資料夾名稱,設定為樣板標籤變數 theme_name--> <{assign var=theme_name value=$xoTheme->folderName}> <!--載入由使用者設定的各項佈景變數--> <{includeq file="$xoops_rootpath/modules/tadtools/themes_common/get_var.tpl"}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_common/meta.tpl"}> <!-- 網站的標題及標語 --> <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> <{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/link_css.tpl"}> <!-- 給模組套用的樣板標籤 --> <{$xoops_module_header}> <!-- 局部套用的樣式,如果有載入完整樣式 theme_css.tpl 那就不需要這一部份 --> <{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/theme_css.tpl"}> <style type="text/css"> body{ font-family:<{$font_family}>; } </style> </head> <body> <div id="page"> <div id="header"> <a href="<{$xoops_url}>/index.php" class="logo"><{includeq file="$theme_name/xotpl/logo.tpl"}></a> <!-- nav-pills 選單($menu_var_kind 建議用 all) --> <{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/menu/nav-pills/menu.tpl"}> </div> <div id="body"> <ul class="navigation"> <li> <a class="link1" href="maternity.html">maternity</a> </li> <li> <a class="link2" href="baby.html">baby</a> </li> <li> <a class="link3" href="family.html">family</a> </li> </ul> <div class="content"> <div class="header"> <span></span> <img src="<{xoImgUrl}>images/mom-and-child.jpg" alt=""> </div> <div class="body"> <div class="aside"> <h2>packages</h2> <ul> <li> <div class="article"> <b>package A-123</b> <p> This is just a place holder,<span>&#36; 12.34</span> </p> </div> <div class="figure"> <a href="#" ><img src="<{xoImgUrl}>images/baby.jpg" alt=""></a> </div> </li> <li> <div class="article"> <b>package B-456</b> <p> This is just a place holder,<span>&#36; 23.45</span> </p> </div> <div class="figure"> <a href="#" ><img src="<{xoImgUrl}>images/family.jpg" alt=""></a> </div> </li> <li> <div class="article"> <b>package C-789</b> <p> This is just a place holder,<span>&#36; 67.89</span> </p> </div> <div class="figure"> <a href="#" ><img src="<{xoImgUrl}>images/pregnant.jpg" alt=""></a> </div> </li> </ul> </div> <div class="section"> <h2>blog</h2> <ul> <li> <small>04.26.12</small> <p> You can remove any link to our website from this website template, you're free to use this website template without linking back to us. <a href="blog.html" class="more">(more)</a> </p> </li> <li> <small>14.27.12</small> <p> You can remove any link to our website from this website template, you're free to use this website template without linking back to us. <a href="blog.html" class="more">(more)</a> </p> </li> <li> <small>05.11.12</small> <p> This is just a place holder, so you can see what the site would look like.This is just a place holder. <a href="blog.html" class="more">(more)</a> </p> </li> <li> <small>05.15.12</small> <p> This is just a place holder, so you can see what the site would look like. <a href="blog.html" class="more">(more)</a> </p> </li> </ul> </div> <div class="aside"> <div> <h2>newsletter</h2> <p> This is just a place holder </p> <form action="index.html"> <input type="text" class="email" value="Enter Email Address"> <input type="submit" class="submit" value=""> </form> </div> <div class="connect"> <h2>follow</h2> <ul> <li class="facebook"> <a href="http://freewebsitetemplates.com/go/facebook/">facebook</a> </li> <li class="twitter"> <a href="http://freewebsitetemplates.com/go/twitter/">twitter</a> </li> <li class="googleplus"> <a href="http://freewebsitetemplates.com/go/googleplus/">googleplus</a> </li> </ul> </div> <div class="contact"> <h2>contact</h2> <h4>Telephone</h4> <ul> <li> 123 987 456 000 </li> </ul> <h4>Email</h4> <ul> <li> <a href="http://www.freewebsitetemplates.com/misc/contact">[email protected]</a> </li> </ul> <h4>Location</h4> <ul> <li> UR 5417, This is just a place holder, SVR 9876 </li> </ul> </div> </div> </div> </div> </div> <div id="footer"> <p> &copy; Copyright 2012. All rights reserved. </p> </div> </div> <!-- 載入bootstrap --> <{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/bootstrap_js.tpl"}> <!-- 載入自訂js --> <{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/my_js.tpl"}> <{$my_code}> <!-- 顯示參數,開發用,開發完可刪除 --> <{if $show_var=='1'}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_common/show_var.tpl"}> <{/if}> </body> </html>