2-3-1
theme.html
002 | < html lang="<{$xoops_langcode}>"> |
005 | <{assign var=theme_name value=$xoTheme->folderName}> |
008 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/get_var.html"}> |
010 | < meta charset="<{$xoops_charset}>"> |
012 | < meta name = "robots" content="<{$xoops_meta_robots}>" /> |
014 | < meta name = "keywords" content="<{$xoops_meta_keywords}>" /> |
016 | < meta name = "description" content="<{$xoops_meta_description}>" /> |
018 | < meta name = "rating" content="<{$xoops_meta_rating}>" /> |
020 | < meta name = "author" content="<{$xoops_meta_author}>" /> |
022 | < meta name = "copyright" content="<{$xoops_meta_copyright}>" /> |
024 | < meta name = "generator" content = "XOOPS" /> |
027 | < title ><{$xoops_sitename}> - <{$xoops_pagetitle}></ title > |
030 | < link rel = "alternate" type = "application/rss+xml" title = "" href="<{xoAppUrl backend.php}>" /> |
033 | < link rel = "shortcut icon" type = "image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> |
034 | < link rel = "icon" type = "image/png" href="<{xoImgUrl icons/favicon.png}>" /> |
038 | < link rel = "stylesheet" type = "text/css" media = "all" title = "Style sheet" href="<{xoAppUrl xoops.css}>" /> |
040 | < link rel = "stylesheet" type = "text/css" media = "all" title = "Style sheet" href="<{xoImgUrl css/xoops.css}>" /> |
042 | < link href="<{xoAppUrl modules/tadtools/bootstrap/css/bootstrap.css}>" rel="stylesheet" media="screen"> |
052 | < link href="<{xoImgUrl scripts/icons/general/stylesheets/general_foundicons.css}>" media="screen" rel="stylesheet" type="text/css" /> |
053 | < link href="<{xoImgUrl scripts/icons/social/stylesheets/social_foundicons.css}>" media="screen" rel="stylesheet" type="text/css" /> |
058 | < link rel = "stylesheet" href="<{xoImgUrl scripts/fontawesome/css/font-awesome.min.css}>"> |
070 | < link href="<{xoImgUrl styles/custom.css}>" rel="stylesheet" type="text/css" /> |
073 | <{$xoops_module_header}> |
076 | < style type = "text/css" > |
078 | font-family:<{$font_family}>; |
080 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/theme_css_blocks.html"}> |
085 | < script type = 'text/javascript' > |
086 | if(typeof jQuery == 'undefined') { |
087 | document.write("< script type = 'text/javascript' src='<{xoAppUrl modules/tadtools/jquery/jquery.js}>'><\/script>"); |
093 | < div id = "divBoxed" class = "container" > |
095 | < div class = "transparent-bg" style = "position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;zoom: 1;" ></ div > |
097 | < div class = "divPanel notop nobottom" > |
098 | < div class = "row-fluid" > |
101 | < div id = "divLogo" class = "pull-left" > |
102 | < a href = "index.html" id = "divSiteTitle" >網站標題</ a >< br /> |
103 | < a href = "index.html" id = "divTagLine" >Your Tag Line Here</ a > |
106 | < div id = "divMenuRight" class = "pull-right" > |
113 | < div class = "row-fluid" > |
115 | < div id = "contentInnerSeparator" ></ div > |
120 | < div class = "contentArea" > |
122 | < div class = "divPanel notop page-content" > |
125 | < div id = "footerInnerSeparator" ></ div > |
129 | < div id = "footerOuterSeparator" ></ div > |
131 | < div id = "divFooter" class = "footerArea" > |
133 | < div class = "divPanel" > |
140 | < script src = "scripts/jquery.min.js" type = "text/javascript" ></ script > |
141 | < script src = "scripts/bootstrap/js/bootstrap.min.js" type = "text/javascript" ></ script > |
142 | < script src = "scripts/default.js" type = "text/javascript" ></ script > |