From: <for...@us...> - 2012-05-17 11:53:21
|
Revision: 9538 http://xoops.svn.sourceforge.net/xoops/?rev=9538&view=rev Author: forxoops Date: 2012-05-17 11:53:10 +0000 (Thu, 17 May 2012) Log Message: ----------- Change the default theme to an HTML5 theme with bootstrap Prepare theme manager part Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme.html Added Paths: ----------- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/index.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/style.css XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/index.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/logo.png XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/index.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/main.php XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/index.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops_version.php XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_c.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_l.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_r.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_left.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_right.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/index.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_head.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_menu.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_user.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_vars.html Removed Paths: ------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/bg-ad-top.png XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/hbar.gif XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/logo.gif XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/poweredby.gif XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/screenshot.png XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/style.css XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleIE8.css XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleMAC.css XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleNN.css XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_c.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_l.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_r.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockleft.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockright.html XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xo-banner_bg.png XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xo-info.php XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops-logo.png XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops-logo.psd Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/bg-ad-top.png =================================================================== (Binary files differ) Property changes on: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css ___________________________________________________________________ Added: tsvn:autoprops + *.php = svn:executable=*;svn:keywords=Author Date Id Rev URL; Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/index.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/index.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/index.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/style.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/style.css (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/css/style.css 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,132 @@ +/** + * Default style + */ + +/* Hero unit style */ +.xo-hero { + background-color: #F0F0F0; + background-image: -moz-linear-gradient(center top , #F9F9F9 0%, #F0F0F0 100%); + background-repeat: repeat-x; + border-bottom: 1px solid #E1E1E1; + margin-top: 40px; + margin-bottom: 20px; +} +.xo-hero-content { + padding: 20px; +} +.xo-block { + margin-bottom: 10px; +} +.xo-block .xo-content { + text-align: justify; +} +/* Blocks left style */ +.xo-block-left .xo-block { + padding: 0 0 8px 0; + margin-bottom: 10px; + background-color: #F5F5F5; + border: 1px solid rgba(0, 0, 0, 0.05); + border-radius: 4px 4px 4px 4px; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; +} +.xo-block-left [class*="xo-title"] { + background-color: #049CD9; + background-image: -moz-linear-gradient(center top , #004D9F 0%, #049CD9 100%); + background-repeat: repeat-x; + border-radius: 4px 4px 0 0; + border-bottom: 1px solid #ccc; + color: #F1F1F1; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); + text-align: center; + padding: 5px; +} +.xo-block-left [class*="xo-content"] {} + +/* Blocks right style */ +.xo-block-right .xo-block { + padding: 0 0 8px 0; + margin-bottom: 10px; + background-color: #F5F5F5; + border: 1px solid rgba(0, 0, 0, 0.05); + border-radius: 4px 4px 4px 4px; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; +} +.xo-block-right [class*="xo-title"] { + background-color: #2f96b4; + background-image: -moz-linear-gradient(center top , #359cba 0%, #2f96b4 100%); + background-repeat: repeat-x; + border-radius: 4px 4px 0 0; + border-bottom: 1px solid #ccc; + color: #F1F1F1; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); + text-align: center; + padding: 5px; +} +.xo-block-right [class*="xo-content"] {} + +/* Blocks center style */ +.xo-block-center [class*="xo-title"] { + font-weight: bold; +} +.xo-block-login { + padding: 4px 10px; +} +.xo-block-search { + padding: 6px; + text-align: center; +} +.xo-block-search .btn-group { + margin: 0 22px; +} +.xo-block-online { + padding: 6px; +} +.xo-block-theme { + padding: 6px; + text-align: center; +} +.xo-block-topuser {} +.xo-block-topuser .thumbnail { + display: inline; + width: 40px; + height: 40px; + padding: 1px; +} +.xo-block-newuser {} +.xo-block-newuser .thumbnail { + display: inline; + width: 40px; + height: 40px; + padding: 1px; +} +.xo-block-siteinfo {} +.xo-block-siteinfo .thumbnail { + display: inline; + width: 40px; + height: 40px; + padding: 1px; + margin-right: 5px; +} + +footer { + background-color: #F5F5F5; + border-top: 1px solid #DDDDDD; + margin-top: 19px; + padding-top: 19px; + color: #999; +} + +table .txt-centered { + text-align: center; +} + + +footer a, a:hover { + /*color: #fff; */ + text-decoration: none; +} + +.xo-footer-floor { + /*background: none repeat scroll 0 0 #1B1B1B; */ + padding: 10px; +} \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/hbar.gif =================================================================== (Binary files differ) Property changes on: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img ___________________________________________________________________ Added: tsvn:autoprops + *.php = svn:executable=*;svn:keywords=Author Date Id Rev URL; Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/index.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/index.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/index.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/logo.png =================================================================== (Binary files differ) Property changes on: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/img/logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Property changes on: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language ___________________________________________________________________ Added: tsvn:autoprops + *.php = svn:executable=*;svn:keywords=Author Date Id Rev URL; Property changes on: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english ___________________________________________________________________ Added: tsvn:autoprops + *.php = svn:executable=*;svn:keywords=Author Date Id Rev URL; Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/index.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/index.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/index.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/main.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/main.php (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/main.php 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,39 @@ +<?php +/* + You may not change or alter any portion of this comment or credits + of supporting developers from this source code or any supporting source code + which is considered copyrighted (c) material of the original comment or credit authors. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +*/ + +/** + * Default language + * + * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ + * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + * @package themes + * @since 2.6.0 + * @author Andricq Nicolas (AKA MusS) + * @version $Id$ + */ + +define("_THEME_LOGIN", "Login"); +define("_THEME_REGISTER", "Register"); + +define("_THEME_HOME", "Home"); + +define("_THEME_WELCOME", "Welcome"); + + +define("_THEME_QUICK", "Quick links"); +define("_THEME_ADMIN", "Administration"); +define("_THEME_MYACCOUNT", "View account"); +define("_THEME_EDITPROFILE", "Edit account"); +define("_THEME_NOTIFICATION", "Notifications"); +define("_THEME_PM", "Inbox"); +define("_THEME_LOGOUT", "Logout"); + +define("_THEME_BACKTOP", "Back to top"); \ No newline at end of file Property changes on: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/english/main.php ___________________________________________________________________ Added: svn:executable + * Added: svn:keywords + Author Date Id Rev URL Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/index.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/index.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/language/index.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/logo.gif =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/poweredby.gif =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/screenshot.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/style.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/style.css 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/style.css 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,251 +0,0 @@ -html, body {color: #000; background-color: #fff; margin: 0; padding: 0; font-size:9pt; font-family: Verdana, Arial, Helvetica, sans-serif;} - -table {width: 100%;} -table td {padding: 0; border-width: 0; vertical-align: top; } - -a {color: #666; text-decoration: none; font-weight: bold; background-color: transparent;} -a:hover {color: #ff6600;} - -h1 {font-size:1.4em;} -h2 {font-size:1.3em;} -h3 {font-size:1.2em;} -h4 {font-size:1.1em;} -h5 {font-size:1em;} -ul { margin: 2px; padding: 2px; list-style: disc inside; text-align: left;} -ol { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;} -li { margin-left: 2px; color: #2A75C5;} - -input.formButton {} - -.item {border: 1px solid #666;} -.itemHead {padding: 3px; background-color: #2A75C5; color: #fff;} -.itemInfo {text-align: right; padding: 3px; background-color: #efefef} -.itemTitle a {font-size: 1.2em; font-weight: bold; font-variant: small-caps; color: #fff; background-color: transparent;} -.itemPoster {font-size: .9em; font-style:italic;} -.itemPostDate {font-size: .9em; font-style:italic;} -.itemStats {font-size: .9em; font-style:italic;} -.itemBody {padding-left: 5px;} -.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;} -.itemText:first-letter {font-size: 1.3em; font-weight: bold;} -.itemFoot {text-align: right; padding: 3px; background-color: #efefef;} -.itemAdminLink {font-size: .9em;} -.itemPermaLink {font-size: .9em;} - -#header { - margin : 0; - padding : 0; - height: 80px; - background: #2A75C5 url(xo-banner_bg.png) repeat-x left top; - padding: 2px; - color: #fff; - border: 1px solid #000; -} -#headerbanner {width: 100%; vertical-align: middle; text-align:center;} -/* fix for banner */ -#xo-bannerfix { - /*position: absolute;*/ - position: relative; - float: right; - top: 5px; - right: 25px; - width: 480px; - height: 72px; - background: url(bg-ad-top.png) no-repeat; - padding: 6px; - z-index:99; -} -#xo-bannerfix object, #xo-bannerfix img {display: block;} -/* end fix for banner */ -#headerlogo img {padding: 0;} -#headerbar {border-bottom: 1px solid #ddd; background-image: url(hbar.gif);} - -#leftcolumn {width: 170px; border-right: 1px solid #ccc; font-size:1em;} -#leftcolumn th {background-color: #2A75C5; color: #fff; vertical-align: middle;} -#leftcolumn .blockTitle {padding: 3px; background-color: #ddd; color: #2A75C5; font-weight: bold;} -#leftcolumn .blockContent {padding: 3px; line-height: 1.2em;} - - -#centercolumn {font-size: 1em; padding: 0 0 0 1px;} -#centercolumn th {background-color: #2A75C5; color: #fff; vertical-align: middle;} - -#centerCcolumn, #bottomCcolumn {padding: 0 3px 1px 3px;} -#centerCcolumn .blockTitle, #bottomCcolumn .blockTitle {padding: 3px; color: #2A75C5; font-weight: bold; margin-top: 0; margin-right: 0; margin-left: 0; font-size:1.1em;} -#centerCcolumn .blockContent, #bottomCcolumn .blockContent {border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ddd; padding: 3px; margin-right: 0; margin-left: 0; margin-bottom: 2px; line-height: 1.2em;} - -#centerLcolumn, #bottomLcolumn, #centerRcolumn, #bottomRcolumn { - width: 50%; padding: 0 3px 0 0; -} -#centerLcolumn .blockTitle, #bottomLcolumn .blockTitle, #centerRcolumn .blockTitle, #bottomRcolumn .blockTitle { - padding: 3px; color: #2A75C5; font-weight: bold; margin-top: 0; -} -#centerLcolumn .blockContent, #centerRcolumn .blockContent, #bottomLcolumn .blockContent, #bottomRcolumn .blockContent { - border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ddd; padding: 3px; margin-left: 2px; margin-right: 3px; margin-bottom: 2px; line-height: 1.2em; -} - -#content {text-align: left; padding: 8px;} - -#rightcolumn {width: 170px; border-left: 1px solid #ccc; font-size:1em;} -#rightcolumn th {background-color: #2A75C5; color: #fff; vertical-align: middle;} -#rightcolumn .blockTitle {padding: 3px; background-color: #ddd; color: #2A75C5; font-weight: bold;} -#rightcolumn .blockContent {padding: 3px; line-height: 1.2em;} - -#footerbar { background-image: url(hbar.gif); font-size:.9em; height : 23px;} -#footerbar td { vertical-align : middle; text-align:center;} - -#mainmenu a {background-color: #e6e6e6; display: block; margin: 0; padding: 4px;} -#mainmenu a:hover {background-color: #fff;} -#mainmenu a.menuTop {padding-left: 3px; border-top: 1px solid #c0c0c0; border-right: 1px solid #666; border-bottom: 1px solid #666; border-left: 1px solid #c0c0c0;} -#mainmenu a.menuMain {padding-left: 3px; border-right: 1px solid #666; border-bottom: 1px solid #666; border-left: 1px solid #c0c0c0;} -#mainmenu a.menuSub {padding-left: 9px; border-right: 1px solid #666; border-bottom: 1px solid #666; border-left: 1px solid #c0c0c0;} -#mainmenu a.maincurrent {background-color:transparent; color:#ff9900;} - -#usermenu { font-size : .9em;} -#usermenu a {background-color: #e6e6e6; display: block; margin: 0; padding: 2px; border-right: 1px solid #666; border-bottom: 1px solid #666; border-left: 1px solid #c0c0c0; font-weight : normal;} -#usermenu a:hover {background-color: #fff;} -#usermenu a.menuTop {border-top: 1px solid #c0c0c0;} -#usermenu a.highlight {background-color: #fcc;} - - -caption {font-weight: bold;} -th, thead {background-color: #2A75C5; padding : 2px; color: #fff; vertical-align : middle;} -.outer {border: 1px solid #c0c0c0;} -.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;} -.even {background-color: #dee3e7; padding: 5px;} -.odd {background-color: #E9E9E9; padding: 5px;} -.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;} -tr.even td {background-color: #dee3e7; padding: 5px;} -tr.odd td {background-color: #E9E9E9; padding: 5px;} -tr.foot td {background-color: #c2cdd6; padding: 5px; color:inherit; font-weight: bold;} - -.errorMsg,.confirmMsg, .resultMsg { padding: .8em; text-align:center; margin-bottom: 1em; border: 2px solid #ddd;} -.errorMsg { background-color: #FBE3E4; color: #D12F19; border-color: #FBC2C4; } -.confirmMsg { background-color: #FFF6BF; color: #817134; border-color: #FFD324; } -.resultMsg { background-color: #E6EFC2; color: #529214; border-color: #C6D880; } -.errorMsg a { background-color: transparent; color: #D12F19; } -.confirmMsg a { background-color: transparent; color: #817134; } -.successMsg a { background-color: transparent; color: #529214; } - -.xoopsCode { background: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; height: 200px; overflow: auto; font-size:.9em;} -.xoopsQuote { background: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0 6px 6px 6px; font-size:.9em;} -blockquote {font-style : italic; line-height:1.4em;} - -.comTitle {font-weight: bold; margin-bottom: 2px;} -.comText {padding: 2px;} -.comUserStat {font-size: .9em; color: #2A75C5; font-weight:bold; border: 1px solid #c0c0c0; background-color: #fff; margin: 2px; padding: 2px;} -.comUserStatCaption {font-weight: normal;} -.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2A75C5; font-weight:bold; font-size: .9em;} -.comUserRank {margin: 2px;} -.comUserRankText {font-size: .9em;font-weight:bold;} -.comUserRankImg {border: 0;} -.comUserName a {color: #fff;} -.comUserImg {margin: 2px;} -.comDate {font-weight: normal; font-style: italic; font-size: .8em;} -.comDateCaption {font-weight: bold; font-style: normal;} - -/*============== Styles for system_siteclosed.html (override system module) =================*/ -#xo-siteclose { - width: 400px; - margin: 100px auto; - background-color: #e2e2e2; - padding: 30px; - color: #000; - font-size: 1.2em; - font-weight: bold; - text-align: center; - border: 1px solid #666; -} -#xo-userbar_siteclosed { - display: block; - background: #2A75C5 url(xo-banner_bg.png) repeat-x left top; - padding-top: 8px; - padding-right: 1em; - color: #fff; - font-size : .8em; - text-align : center; -} -#xo-userbar_siteclosed form { - display: inline; - padding: 0; -} - -#xo-userbar_siteclosed input, #xo-userbar_siteclosed button { - width: 100px; - background-color: transparent; - color: #fff; - font-size : .9em; - margin: 2px; -} -#xo-userbar_siteclosed input:hover {} - -/*============== Styles for system_redirect.html (override system module) =================*/ -#xo-redirect { - width: 780px; - margin: 50px auto; - padding: 1em; - font-weight: bold; - text-align: center; -} -#xo-redirect .notreload { - height: 28px; - background-color: inherit; - padding-top: 2px; - color: #000; -} -#xo-redirect .notreload a { - background-color: inherit; - color: #ff0000; - font-weight: bold; - text-decoration: none; -} -#xo-redirect .message { - min-height: 60px; - background-color: #f3f3f3; - padding: 1em; - color: #333; - font-size: 1.2em; - text-align: center; - border: 1px solid #666; -} -#xo-redirect .message img{ - padding: 1em; -} -/*============== Styles for pagenav =================*/ -#xo-pagenav { - margin: 7px 0; - text-align: center; - font-size: 1.05em; -} -#xo-pagenav a { - text-decoration: none; -} -#xo-pagenav a:hover { - color: #fff; - background-color: #2A75C5; - border: 1px solid #fff; -} -.xo-pagact { - margin: 0; - padding: .2em .5em; - color: #fff; - background-color: #2A75C5; - border: 1px solid #fff; -} -.xo-counterpage, .xo-pagarrow { - margin: 0; - padding: .2em .5em; - color: #000; - background-color: #fff; - border: 1px solid #000; -} -.xo-counterpage:hover {} -.xo-pagarrow { - letter-spacing: 0.2em; -} -/*======= Tinymce background textarea ========*/ -body.mceContentBody { - margin: 0; - padding: 0; - background-color: #fff; - background-image: none; - color: #000; -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleIE8.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleIE8.css 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleIE8.css 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,2 +0,0 @@ -/* specifoc style sheat for IE */ -#xo-bannerfix { padding: 6px 6px 6px 0;} \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleMAC.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleMAC.css 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleMAC.css 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,2 +0,0 @@ -@import url(style.css); -/* Very short Mac-specific additions/changes here (if any) */ Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleNN.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleNN.css 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/styleNN.css 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,2 +0,0 @@ -@import url(style.css); -/* Very short Gecko-specific additions/changes here (if any) */ \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme.html 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,153 +1,147 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> +<!DOCTYPE html> +<html lang="<{$xoops_langcode}>"> <head> - <!-- Assign Theme name --> - <{assign var=theme_name value=$xoTheme->folderName}> - - <!-- Title and meta --> - <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> - <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> - <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title> - <meta name="robots" content="<{$xoops_meta_robots}>" /> - <meta name="keywords" content="<{$xoops_meta_keywords}>" /> - <meta name="description" content="<{$xoops_meta_description}>" /> - <meta name="rating" content="<{$xoops_meta_rating}>" /> - <meta name="author" content="<{$xoops_meta_author}>" /> - <meta name="copyright" content="<{$xoops_meta_copyright}>" /> - <meta name="generator" content="XOOPS" /> - - <!-- Rss --> - <link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" /> - - <!-- Favicon --> - <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> - <link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>" /> - - <!-- Sheet Css --> - <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" /> - <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl style.css}>" /> - <!--[if lte IE 8]> - <link rel="stylesheet" href="<{xoImgUrl styleIE8.css}>" type="text/css" /> - <![endif]--> - - <!-- customized header contents --> - <{$xoops_module_header}> + <!-- Assign Theme variables --> + <{includeq file="$theme_tpl/theme_vars.html"}> + <!-- Title, meta, CSS and javascript --> + <{includeq file="$theme_tpl/theme_head.html"}> </head> <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> - -<!-- Start Header --> -<table cellspacing="0"> - <tr id="header"> - <td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl xoops-logo.png}>" alt="<{$xoops_sitename}>" /></a></td> - <td id="headerbanner"><div id="xo-bannerfix"><{$xoops_banner}></div></td> - </tr> - <tr> - <td id="headerbar" colspan="2"> </td> - </tr> -</table> -<!-- End header --> - -<table cellspacing="0"> - <tr> - <!-- Start left blocks loop --> +<div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> + <a class="brand" href="<{xoAppUrl }>" title="<{$xoops_sitename}>"> + <img src="<{xoImgUrl img/logo.png}>" alt="<{$xoops_sitename}>" /> + </a> + <!-- Navigation bar menu --> + <{includeq file="$theme_tpl/theme_menu.html"}> + <!-- User menu --> + <{includeq file="$theme_tpl/theme_user.html"}> + </div> + </div> +</div> +<div class="xo-hero"> + <div class="container xo-hero-content"> + <h1>XOOPS. Powered by You!</h1> + <p>easy to use dynamic web content management system written in PHP</p> + <p> + <a class="btn btn-warning btn-large"> + Learn more + </a> + </p> + </div> +</div> +<div class="container"> + <div class="row"> <{if $xoops_showlblock}> - <td id="leftcolumn"> + <div class="span3 xo-block-left"> <{foreach item=block from=$xoBlocks.canvas_left}> - <{includeq file="$theme_name/theme_blockleft.html"}> + <{includeq file="$theme_tpl/block_left.html"}> <{/foreach}> - </td> + </div> <{/if}> - <!-- End left blocks loop --> - - <td id="centercolumn"> - <!-- Display center blocks if any --> + <div class="span<{$col_span}> xo-block-center"> <{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> - <table cellspacing="0"> - <tr> - <td id="centerCcolumn" colspan="2"> - <!-- Start center-center blocks loop --> - <{foreach item=block from=$xoBlocks.page_topcenter}> - <{includeq file="$theme_name/theme_blockcenter_c.html"}> - <{/foreach}> - <!-- End center-center blocks loop --> - </td> - </tr> - <tr> - <td id="centerLcolumn"> - <!-- Start center-left blocks loop --> - <{foreach item=block from=$xoBlocks.page_topleft}> - <{includeq file="$theme_name/theme_blockcenter_l.html"}> - <{/foreach}> - <!-- End center-left blocks loop --> - </td> - <td id="centerRcolumn"> - <!-- Start center-right blocks loop --> - <{foreach item=block from=$xoBlocks.page_topright}> - <{includeq file="$theme_name/theme_blockcenter_r.html"}> - <{/foreach}> - <!-- End center-right blocks loop --> - </td> - </tr> - </table> + <!-- Display center blocks if any --> + <div class="row"> + <div class="span<{$col_span}> xo-top"> + <div class="row"> + <div class="span<{$col_span}> xo-center"> + <!-- Start center-center blocks loop --> + <{foreach item=block from=$xoBlocks.page_topcenter}> + <{includeq file="$theme_tpl/block_center_c.html"}> + <{/foreach}> + <!-- End center-center blocks loop --> + </div> + </div> + <div class="row"> + <div class="span<{$col_span_mid}> xo-left"> + <!-- Start center-left blocks loop --> + <{foreach item=block from=$xoBlocks.page_topleft}> + <{includeq file="$theme_tpl/block_center_l.html"}> + <{/foreach}> + <!-- End center-left blocks loop --> + </div> + <{if $col_span_mid == 4}><div class="span1"> </div><{/if}> + <div class="span<{$col_span_mid}> xo-right"> + <!-- Start center-right blocks loop --> + <{foreach item=block from=$xoBlocks.page_topright}> + <{includeq file="$theme_tpl/block_center_r.html"}> + <{/foreach}> + <!-- End center-right blocks loop --> + </div> + </div> + </div> + </div> <{/if}> - <!-- End center top blocks loop --> - + <{if $xoops_contents && ($xoops_contents != ' ') }> <!-- Start content module page --> - <{if $xoops_contents && ($xoops_contents != ' ') }><div id="content"><{$xoops_contents}></div><{/if}> + <div class="row"> + <div class="span<{$col_span}>"> + <{$xoops_contents}> + </div> + </div> <!-- End content module --> - - <!-- Start center bottom blocks loop --> - <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> - <table cellspacing="0"> - <{if $xoBlocks.page_bottomcenter}> - <tr> - <td id="bottomCcolumn" colspan="2"> - <{foreach from=$xoBlocks.page_bottomcenter item=block}> - <{include file="$theme_name/theme_blockcenter_c.html"}> + <{/if}> + <div class="row"> + <div class="span<{$col_span}> xo-bottom"> + <div class="row"> + <div class="span<{$col_span}> xo-center"> + <!-- Start center-center blocks loop --> + <{foreach item=block from=$xoBlocks.page_bottomcenter}> + <{includeq file="$theme_tpl/block_center_c.html"}> <{/foreach}> - </td> - </tr> - <{/if}> - - <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> - <tr> - <td id="bottomLcolumn"> - <{foreach from=$xoBlocks.page_bottomleft item=block}> - <{include file="$theme_name/theme_blockcenter_l.html"}> + <!-- End center-center blocks loop --> + </div> + </div> + <div class="row"> + <div class="span<{$col_span_mid}> xo-left"> + <!-- Start center-left blocks loop --> + <{foreach item=block from=$xoBlocks.page_bottomright}> + <{includeq file="$theme_tpl/block_center_l.html"}> <{/foreach}> - </td> - - <td id="bottomRcolumn"> - <{foreach from=$xoBlocks.page_bottomright item=block}> - <{include file="$theme_name/theme_blockcenter_r.html"}> + <!-- End center-left blocks loop --> + </div> + <{if $col_span_mid == 4}><div class="span1"> </div><{/if}> + <div class="span<{$col_span_mid}> xo-right"> + <!-- Start center-right blocks loop --> + <{foreach item=block from=$xoBlocks.page_bottomright}> + <{includeq file="$theme_tpl/block_center_r.html"}> <{/foreach}> - </td> - </tr> - <{/if}> - </table> - <{/if}> - <!-- End center bottom blocks loop --> - </td> - - <!-- Start right blocks loop --> + <!-- End center-right blocks loop --> + </div> + </div> + </div> + </div> + </div> <{if $xoops_showrblock}> - <td id="rightcolumn"> + <div class="span3 xo-block-right"> <{foreach item=block from=$xoBlocks.canvas_right}> - <{includeq file="$theme_name/theme_blockright.html"}> + <{includeq file="$theme_tpl/block_right.html"}> <{/foreach}> - </td> + </div> <{/if}> - <!-- End right blocks loop --> - </tr> -</table> - -<!-- Start footer --> -<table cellspacing="0"> -<tr id="footerbar"> - <td><{$xoops_footer}></td> -</tr> -</table> -<!-- End footer --> -<!--{xo-logger-output}--> + </div> +</div> +<footer> + <div class="container"> + <div class="row"> + <div class="container"> + <div class="span12"> + <p class="pull-right"><a href="#"><{$smarty.const._THEME_BACKTOP}></a></p> + <div class="pagination-centered"> + <{$xoops_footer}> + </div> + <!--{xo-logger-output}--> + </div> + </div> + </div> + </div> +</footer> +<script type="text/javascript" src="<{xoAppUrl media/jquery/jquery.js}>"></script> +<script type="text/javascript" src="<{xoAppUrl media/bootstrap/js/bootstrap.min.js}>"></script> +<script type="text/javascript"> + $().dropdown(); +</script> </body> </html> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_c.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_c.html 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_c.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,8 +0,0 @@ -<div style="padding: 5px;"> - <fieldset> - <{if $block.title}> - <legend class="blockTitle"><{$block.title}></legend> - <{/if}> - <div class="blockContent"><{$block.content}></div> - </fieldset> -</div> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_l.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_l.html 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_l.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,8 +0,0 @@ -<div style="padding: 0px 0px 0px 8px;"> - <fieldset> - <{if $block.title}> - <legend class="blockTitle"><{$block.title}></legend> - <{/if}> - <div class="blockContent"><{$block.content}></div> - </fieldset> -</div> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_r.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_r.html 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockcenter_r.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,8 +0,0 @@ -<div style="padding: 0px 5px 0px 0px;"> - <fieldset> - <{if $block.title}> - <legend class="blockTitle"><{$block.title}></legend> - <{/if}> - <div class="blockContent"><{$block.content}></div> - </fieldset> -</div> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockleft.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockleft.html 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockleft.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,4 +0,0 @@ -<{if $block.title}> - <div class="blockTitle"><{$block.title}></div> -<{/if}> -<div class="blockContent"><{$block.content}></div> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockright.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockright.html 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_blockright.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,4 +0,0 @@ -<{if $block.title}> - <div class="blockTitle"><{$block.title}></div> -<{/if}> -<div class="blockContent"><{$block.content}></div> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xo-banner_bg.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xo-info.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xo-info.php 2012-05-17 11:51:37 UTC (rev 9537) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xo-info.php 2012-05-17 11:53:10 UTC (rev 9538) @@ -1,31 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * XOOPS default theme configuration file - * - * Not used yet, for forward compat - * - * @copyright The Xoops project http://www.xoops.org/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Taiwen Jiang <ph...@us...> - * @since 2.3 - * @version $Id$ - */ - - -return array( - 'copyright' => '© XOOPS Core Team, maintained by XOOPS Design Team led by Kris', - // Types of language constants - "languages" => array("main", "admin"), -); - -?> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops-logo.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops-logo.psd =================================================================== (Binary files differ) Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops_version.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops_version.php (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xoops_version.php 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,41 @@ +<?php +/* + You may not change or alter any portion of this comment or credits + of supporting developers from this source code or any supporting source code + which is considered copyrighted (c) material of the original comment or credit authors. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +*/ + +/** + * System menu + * + * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ + * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + * @package themes + * @author Andricq Nicolas (AKA MusS) + * @version $Id$ + */ + +// Main +$theme_version['name'] = 'Default'; +$theme_version['description'] = 'Default Xoops template'; +$theme_version['version'] = 0.1; +$theme_version['author'] = 'Andricq Nicolas'; +$theme_version['nickname'] = 'MusS'; +$theme_version['credits'] = 'The XOOPS Project'; +$theme_version['license'] = 'GNU GPL 2.0'; +$theme_version['license_url'] = 'www.gnu.org/licenses/gpl-2.0.html/'; +$theme_version['official'] = 1; +$theme_version['image'] = 'icons/logo.png'; +$theme_version['dirname'] = 'default'; +// About +$theme_version['release_date'] = '2012/05/13'; +$theme_version['theme_website_url'] = 'http://www.xoops.org/'; +$theme_version['theme_website_name'] = 'XOOPS'; +$theme_version['theme_status'] = 'ALPHA'; + + + Property changes on: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl ___________________________________________________________________ Added: tsvn:autoprops + *.php = svn:executable=*;svn:keywords=Author Date Id Rev URL; Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_c.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_c.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_c.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,4 @@ +<div class="xo-block"> + <{if $block.title}><div class="xo-title"><h4><{$block.title}></h4></div><{/if}> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_l.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_l.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_l.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,4 @@ +<div class="xo-block"> + <{if $block.title}><div class="xo-title"><h4><{$block.title}></h4></div><{/if}> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_r.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_r.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_center_r.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,4 @@ +<div class="xo-block"> + <{if $block.title}><div class="xo-title"><h4><{$block.title}></h4></div><{/if}> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_left.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_left.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_left.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,4 @@ +<div class="xo-block"> + <div class="xo-title"><{$block.title}></div> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_right.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_right.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/block_right.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,4 @@ +<div class="xo-block"> + <div class="xo-title"><{$block.title}></div> + <div class="xo-content"><{$block.content}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/index.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/index.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/index.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_head.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_head.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_head.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,35 @@ +<!-- Title and meta --> + <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> + <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title> + <meta name="robots" content="<{$xoops_meta_robots}>" /> + <meta name="keywords" content="<{$xoops_meta_keywords}>" /> + <meta name="description" content="<{$xoops_meta_description}>" /> + <meta name="rating" content="<{$xoops_meta_rating}>" /> + <meta name="author" content="<{$xoops_meta_author}>" /> + <meta name="generator" content="XOOPS" /> + + <!-- Rss --> + <link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" /> + + <!-- Favicon --> + <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> + <link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>" /> + + <!-- Xoops style sheet --> + <link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl xoops.css}>" /> + <link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl media/xoops/css/icons.css}>" /> + <link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl media/bootstrap/css/xoops.bootstrap.css}>" /> + <!--<link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl media/bootstrap/css/bootstrap-responsive.min.css}>" />--> + <!-- Theme style sheet --> + <link rel="stylesheet" type="text/css" media="screen" href="<{xoImgUrl css/style.css}>" /> + <!--[if lte IE 8]> + <link rel="stylesheet" href="<{xoImgUrl styleIE8.css}>" type="text/css" /> + <![endif]--> + + <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + + <!-- customized header contents --> + <{$xoops_module_header}> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_menu.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_menu.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_menu.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,5 @@ +<ul class="nav nav-pills"> + <li class="active"> + <a href="<{xoAppUrl }>"><{$smarty.const._THEME_HOME}></a> + </li> +</ul> \ No newline at end of file Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_user.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_user.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_user.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,70 @@ +<div class="pull-right"> + <{if !$xoops_isuser}> + <a class="btn btn-primary" href="<{xoAppUrl user.php}>"> + <i class="icon-white icon-user"></i> + <{$smarty.const._THEME_LOGIN}> + </a> + <a class="btn btn-info" href="<{xoAppUrl register.php}>"> + <i class="icon-white icon-leaf"></i> + <{$smarty.const._THEME_REGISTER}> + </a> + <{else}> + <ul class="nav pull-right"> + <li class="divider-vertical"></li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#"><i class="ico-lightning"></i> <{$smarty.const._THEME_QUICK}><i class="caret"></i></a> + <ul class="dropdown-menu"> + <{if $xoops_isadmin}> + <li> + <a href="<{xoAppUrl admin.php}>" title="<{$smarty.const._THEME_ADMIN}>"> + <i class="icon-wrench"></i> + <{$smarty.const._THEME_ADMIN}> + </a> + </li> + <{/if}> + <li> + <a href="<{xoAppUrl user.php}>" title="<{$smarty.const._THEME_MYACCOUNT}>"> + <i class="icon-user"></i> + <{$smarty.const._THEME_MYACCOUNT}> + </a> + </li> + <li> + <a href="<{xoAppUrl edituser.php}>" title="<{$smarty.const._THEME_EDITPROFILE}>"> + <i class="icon-edit"></i> + <{$smarty.const._THEME_EDITPROFILE}> + </a> + </li> + <li> + <a href="<{xoAppUrl /notifications.php}>" title="<{$smarty.const._THEME_NOTIFICATION}>"> + <i class="icon-comment"></i> + <{$smarty.const._THEME_NOTIFICATION}> + </a> + </li> + <{xoInboxCount assign=pm_count}> + <{if $pm_count}> + <li> + <a href="<{xoAppUrl viewpmsg.php}>" title="<{$smarty.const._THEME_PM}>"> + <i class="icon-envelope"></i> + <{$smarty.const._THEME_PM}> (<strong><{$pm_count}></strong>) + </a> + </li> + <{else}> + <li> + <a href="<{xoAppUrl viewpmsg.php}>" title="<{$smarty.const._THEME_PM}>"> + <i class="icon-envelope"></i> + <{$smarty.const._THEME_PM}> + </a> + </li> + <{/if}> + <li class="divider"></li> + <li> + <a href="<{xoAppUrl user.php?op=logout}>" title="<{$smarty.const._THEME_LOGOUT}>"> + <i class="icon-off"></i> + <{$smarty.const._THEME_LOGOUT}> + </a> + </li> + </ul> + </li> + </ul> + <{/if}> +</div> Added: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_vars.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_vars.html (rev 0) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_vars.html 2012-05-17 11:53:10 UTC (rev 9538) @@ -0,0 +1,20 @@ +<!-- Assign Theme variables --> +<{if !$xoops_showlblock && $xoops_showrblock}> +<{assign var=col_span value=9}> +<{assign var=col_span_mid value=4}> +<{/if}> + +<{if $xoops_showlblock && !$xoops_showrblock}> +<{assign var=col_span value=9}> +<{assign var=col_span_mid value=4}> +<{/if}> + +<{if $xoops_showlblock && $xoops_showrblock}> +<{assign var=col_span value=6}> +<{assign var=col_span_mid value=3}> +<{/if}> + +<{if !$xoops_showlblock && !$xoops_showrblock}> +<{assign var=col_span value=12}> +<{assign var=col_span_mid value=6}> +<{/if}> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |