From: <txm...@us...> - 2012-06-01 06:44:18
|
Revision: 9607 http://xoops.svn.sourceforge.net/xoops/?rev=9607&view=rev Author: txmodxoops Date: 2012-06-01 06:44:10 +0000 (Fri, 01 Jun 2012) Log Message: ----------- Added theme default-timgno Added Paths: ----------- XoopsThemes/default-timgno/ XoopsThemes/default-timgno/css/ XoopsThemes/default-timgno/css/style-noCol.css XoopsThemes/default-timgno/css/style-noLcol.css XoopsThemes/default-timgno/css/style-noRcol.css XoopsThemes/default-timgno/css/style.css XoopsThemes/default-timgno/css/theme.html XoopsThemes/default-timgno/css/xoops-style.css XoopsThemes/default-timgno/icons/ XoopsThemes/default-timgno/icons/ajax_indicator_01.gif XoopsThemes/default-timgno/icons/favicon.ico XoopsThemes/default-timgno/icons/favicon.png XoopsThemes/default-timgno/icons/index.html XoopsThemes/default-timgno/img/ XoopsThemes/default-timgno/img/block-title_bg.png XoopsThemes/default-timgno/img/footer_bg.png XoopsThemes/default-timgno/img/logo.png XoopsThemes/default-timgno/img/menubar.png XoopsThemes/default-timgno/img/theme.html XoopsThemes/default-timgno/img/top-header_bg.png XoopsThemes/default-timgno/img/xo-banner_bg.png XoopsThemes/default-timgno/img/xoops-logo.png XoopsThemes/default-timgno/img/xoops-logo.psd XoopsThemes/default-timgno/index.html XoopsThemes/default-timgno/js/ XoopsThemes/default-timgno/js/index.html XoopsThemes/default-timgno/js/jq.init.mini.js XoopsThemes/default-timgno/modules/ XoopsThemes/default-timgno/modules/index.html XoopsThemes/default-timgno/modules/system/ XoopsThemes/default-timgno/modules/system/index.html XoopsThemes/default-timgno/modules/system/system_redirect.html XoopsThemes/default-timgno/modules/system/system_siteclosed.html XoopsThemes/default-timgno/plugins/ XoopsThemes/default-timgno/plugins/index.html XoopsThemes/default-timgno/screenshot.gif XoopsThemes/default-timgno/screenshot.png XoopsThemes/default-timgno/system_homepage.html XoopsThemes/default-timgno/theme.html XoopsThemes/default-timgno/tpl/ XoopsThemes/default-timgno/tpl/theme.html XoopsThemes/default-timgno/tpl/theme_blockcenter_c.html XoopsThemes/default-timgno/tpl/theme_blockcenter_l.html XoopsThemes/default-timgno/tpl/theme_blockcenter_r.html XoopsThemes/default-timgno/tpl/theme_blockcenterbottom.html XoopsThemes/default-timgno/tpl/theme_blockcentertop.html XoopsThemes/default-timgno/tpl/theme_blockleft.html XoopsThemes/default-timgno/tpl/theme_blockright.html XoopsThemes/default-timgno/tpl/theme_content.html XoopsThemes/default-timgno/tpl/theme_footer.html XoopsThemes/default-timgno/tpl/theme_header.html XoopsThemes/default-timgno/tpl/theme_leftblocks.html XoopsThemes/default-timgno/tpl/theme_metas.html XoopsThemes/default-timgno/tpl/theme_rightblocks.html XoopsThemes/default-timgno/tpl/theme_scripts.html XoopsThemes/default-timgno/xo-info.php Added: XoopsThemes/default-timgno/css/style-noCol.css =================================================================== --- XoopsThemes/default-timgno/css/style-noCol.css (rev 0) +++ XoopsThemes/default-timgno/css/style-noCol.css 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,17 @@ +#colmid { + left: 0px;/* Left column width */ + border-left: 0px solid #cccccc;/* Left column border */ +} + +#colright { + margin-left: 0px;/*Right column width + Left column width */ + border-left: 0px solid #cccccc;/* Right column border */ +} + +#col1pad { + margin: 0 10px 0 10px;/* Left Col width + Right Col + 10px margin*/ +} + +#col2 { + left: 0px;/* Right column width -1px margin */ +} \ No newline at end of file Added: XoopsThemes/default-timgno/css/style-noLcol.css =================================================================== --- XoopsThemes/default-timgno/css/style-noLcol.css (rev 0) +++ XoopsThemes/default-timgno/css/style-noLcol.css 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,16 @@ +#colmid { + left: 0px;/* Left column width */ + border-left: 0px solid #cccccc;/* Left column border */ +} + +#colright { + margin-left: -170px;/*Right column width + Left column width */ +} + +#col1pad { + margin: 0 10px 0 180px;/* Left Col width + Right Col + 10px margin*/ +} + +#col2 { + left: 0px;/* Right column width -1px margin */ +} \ No newline at end of file Added: XoopsThemes/default-timgno/css/style-noRcol.css =================================================================== --- XoopsThemes/default-timgno/css/style-noRcol.css (rev 0) +++ XoopsThemes/default-timgno/css/style-noRcol.css 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,16 @@ +#colmid { + left: 170px;/* Left column width */ +} + +#colright { + margin-left: -170px;/* Right column width + Left column width */ + border-left: 0px solid #cccccc;/* Right column border */ +} + +#col1pad { + margin: 0 10px 0 180px;/* Left Col width + Right col width + 10px margin*/ +} + +#col2 { + left: -1px;/* Right column width -1px margin */ +} \ No newline at end of file Added: XoopsThemes/default-timgno/css/style.css =================================================================== --- XoopsThemes/default-timgno/css/style.css (rev 0) +++ XoopsThemes/default-timgno/css/style.css 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,100 @@ +@import url(xoops-style.css); + +body { + margin: 0; + padding: 0; + width: 100%; + background-color: #ffffff; + font-size: 9pt; + font-family: Verdana, Arial, Helvetica, sans-serif; + height: auto; +} + +#container { + width: 100%;/* width of whole page */ + overflow: hidden;/* This chops off any overhanging divs */ + background-color: #ffffff;/* Left column background colour */ +} + +#colleft { + float: left; + width: 15%; +} + +#colmid { + float: left; + width: 70%; +} + +#colright { + float: left; + width: 15%; +} +/* +#col2wrap { + width:100%; +} +#col2pad { + margin:0 1px 0 1px; + overflow:hidden; +} +*/ + +#col1{ + padding: 2px; + overflow: hidden; +} + +#col2 { + width: 100%; + overflow: hidden; + padding: 2px; +} + +#col3 { + padding: 2px; + overflow: hidden; +} + +#footer { + clear: both; + float: left; + width: 100%; + height: 100px; + padding: 0; + margin: 0; + text-align: center; + color: #E3E3E3; + background: #555555 url(../img/footer_bg.png) repeat-x; +} + +#footer a { + color: #A3A3A3; + background: transparent; + text-decoration: underline; +} + +#footer a:hover { + color: #C9C9C9; + background: transparent; + text-decoration: none; +} +/* Hack for floating content based on FabClearing by Fcaldera www.html.it*/ + +#centercolumn .blockContent:after { + content: "."; + display: block; + height: 0px; + clear: both; + visibility: hidden; +} +/*\*//*/ +#centercolumn .blockContent { + display: inline-block; +} +/**/ + +#centercolumn .blockContent { + clear: both;/* for Gecko */ + height: 1%;/* for IE */ +} \ No newline at end of file Added: XoopsThemes/default-timgno/css/theme.html =================================================================== --- XoopsThemes/default-timgno/css/theme.html (rev 0) +++ XoopsThemes/default-timgno/css/theme.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,170 @@ +<!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}>"> +<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="<{if $xoops_dirname != system}><{$xoops_pagetitle}>, <{/if}><{$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" /> + <meta name="revisit-after" content="7 days" /> + + <!-- 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}>" /> + <{* Code for different layout structure [1/2 or 3columns]- Allows 3 Columns by default *}> + <{if $xoops_showrblock == '' & $xoops_showlblock == ''}> + <style type="text/css"> @import url(<{xoImgUrl style-noCol.css}>);</style> + <{elseif $xoops_showrblock == 1 & $xoops_showlblock == ''}> + <style type="text/css"> @import url(<{xoImgUrl style-noLcol.css}>);</style> + <{elseif $xoops_showrblock == '' & $xoops_showlblock == 1}> + <style type="text/css"> @import url(<{xoImgUrl style-noRcol.css}>);</style> + <{/if}> + + <!-- customized header contents --> + <{$xoops_module_header}> + + <!-- Dublin Core MetaData [DCMI] Tags --> + <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> + <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> + <meta name="DC.title" lang="<{$xoops_langcode}>" content="<{$xoops_pagetitle}> - <{$xoops_sitename}>" /> + <meta name="DC.creator" content="<{$xoops_sitename}>" /> + <meta name="DC.subject" lang="<{$xoops_langcode}>" content="<{$xoops_meta_keywords}>, <{$xoops_pagetitle}>" /> + <meta name="DC.description" lang="<{$xoops_langcode}>" content="<{$xoops_pagetitle}> - <{$xoops_meta_description}>" /> + <meta name="DC.publisher" content="<{$xoops_meta_author}>" /> + <meta name="DC.type" content="text" /> + <meta name="DC.format" content="text/html; charset=<{$xoops_charset}>" /> + <meta name="DC.identifier" scheme="DCTERMS.URI" content="<{$xoops_url}>" /> + <meta name="DC.language" scheme="DCTERMS.RFC1766" content="<{$xoops_langcode}>" /> + <meta name="DC.rights" content="<{$xoops_meta_copyright}>" /> + +</head> +<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> + <div id="header"> + <div id="headerlogo"> + <a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"> + <img src="<{xoImgUrl xoops-logo.png}>" alt="<{$xoops_sitename}>" /> + </a> + </div> + <div id="headerbanner"><{$xoops_banner}></div> + </div> + <div id="headerbar"> </div> + <div id="colmask"> + <div id="colmid"> + <div id="colright"> + <div id="col1wrap"> + <div id="col1pad"> + <div id="col1"> + <div id="centercolumn"> + <!-- Display center blocks if any --> + <{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> + <div id="centerCcolumn"> + <!-- 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 --> + </div> + <div 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 --> + </div> + <div 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 --> + </div> + <{/if}> + <!-- End center top blocks loop --> + + <!-- Start content module page --> + <{if $xoops_contents && ($xoops_contents != ' ') }> + <div id="content"><{$xoops_contents}></div> + <{/if}> + <!-- End content module --> + + <!-- Start center bottom blocks loop --> + <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> + <div class="clear"> </div> + <{if $xoBlocks.page_bottomcenter}> + <div id="bottomCcolumn"> + <{foreach from=$xoBlocks.page_bottomcenter item=block}> + <{include file="$theme_name/theme_blockcenter_c.html"}> + <{/foreach}> + </div> + <{/if}> + + <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> + <div id="bottomLcolumn"> + <{foreach from=$xoBlocks.page_bottomleft item=block}> + <{include file="$theme_name/theme_blockcenter_l.html"}> + <{/foreach}> + </div> + + <div id="bottomRcolumn"> + <{foreach from=$xoBlocks.page_bottomright item=block}> + <{include file="$theme_name/theme_blockcenter_r.html"}> + <{/foreach}> + </div> + <{/if}> + <{/if}> + <!-- End center bottom blocks loop --> + </div> + </div> <!-- End of col1 --> + </div> + </div> + <div id="col2"> + <!-- Start left blocks loop --> + <{if $xoops_showlblock}> + <div id="leftcolumn"> + <{foreach item=block from=$xoBlocks.canvas_left}> + <{includeq file="$theme_name/theme_blockleft.html"}> + <{/foreach}> + </div> + <{/if}> + <!-- End left blocks loop --> + </div> + <div id="col3"> + <!-- Start right blocks loop --> + <{if $xoops_showrblock}> + <div id="rightcolumn"> + <{foreach item=block from=$xoBlocks.canvas_right}> + <{includeq file="$theme_name/theme_blockright.html"}> + <{/foreach}> + </div> + <{/if}> + <!-- End right blocks loop --> + </div> + </div> + </div> + </div> + <!-- Start footer --> + <div id="footer"> + <div id="footerbar"> + <{$xoops_footer}> + </div> + </div> + <!-- End footer --> + <!--{xo-logger-output}--> +</body> +</html> \ No newline at end of file Added: XoopsThemes/default-timgno/css/xoops-style.css =================================================================== --- XoopsThemes/default-timgno/css/xoops-style.css (rev 0) +++ XoopsThemes/default-timgno/css/xoops-style.css 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,619 @@ +/*HTML ATTRIBUTES */ +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 {} + +fieldset { + border: 1px solid #cccccc; + margin-bottom: 10px; +} + +table { + width: 100%; +} + +table td { + padding: 0; + border-width: 0; + vertical-align: top; +} +/* HEADER */ + +#header { + float: left; + width: 100%; + padding: 0; + margin: 0; + height: 100px; + background: #2A75C5 url(../img/xo-banner_bg.png) repeat-x left top; + border-bottom: 1px solid #000000; +} + +#headertop { + background: #333 url(../img/top-header_bg.png) repeat-x left top; + height: 15px; +} + +#headerlogo { + float: left; + width: 250px; +} + +#headerlogo img { + padding: 0; +} + +#headerbanner { + float: right; + width: 60%; + text-align: right; + margin-left: -250px; +} +/* fix for banner */ + +#xo-bannerfix { +/*position: absolute;*/ +/* z-index:99;*/ + width: 480px; + height: 73px; + background: url(../img/bg-ad-top.png) no-repeat; + padding-top: 6px; + position: relative; + top: 7px; + right: 40px; + text-align: center; + margin: 0 0 0 auto; +} + +#xo-bannerfix object, #xo-bannerfix img { + display: block; + margin: 0 auto; + vertical-align: middle; +} + +#headerbar { + border-bottom: 1px solid #ddd; + background-image: url(../img/menubar.png); + width: 100%; + height: 30px; + float: left; +} +/* XOOPS STANTARD ELEMENTS*/ + +#leftcolumn {} + +#leftcolumn th { + background-color: #2A75C5; + color: #fff; + vertical-align: middle; +} + +#leftcolumn .blockTitle { + padding: 3px; + background: #ddd url(../img/block-title_bg.png) repeat-x; + color: #2A75C5; + font-weight: bold; +} + +#leftcolumn .blockContent { + padding: 3px; + line-height: 1.2em; +} + +#centercolumn { + font-size: 1em; + padding: 0; +} + +#centercolumn th { + background-color: #2A75C5; + color: #fff; + vertical-align: middle; +} + +#centerCcolumn, #bottomCcolumn { + padding: 0 5px; +} + +#centerCcolumn .blockTitle, #bottomCcolumn .blockTitle { + padding: 3px; + color: #2A75C5; + background: #ddd url(../img/block-title_bg.png) repeat-x; + 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 { + float: left; + width: 48.5%; + padding: 0 3px 0 5px; +} + +#centerRcolumn, #bottomRcolumn { + float: right; + width: 48.5%; + padding: 0 5px 0 3px; + margin-left: -48%; +} + +#centerLcolumn .blockTitle, #bottomLcolumn .blockTitle, #centerRcolumn .blockTitle, #bottomRcolumn .blockTitle { + padding: 3px; + color: #2A75C5; + background: #ddd url(../img/block-title_bg.png) repeat-x; + 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: 0 5px 5px 5px; +} + +#rightcolumn {} + +#rightcolumn th { + background-color: #2A75C5; + color: #fff; + vertical-align: middle; +} + +#rightcolumn .blockTitle { + padding: 3px; + background: #ddd url(../img/block-title_bg.png) repeat-x; + color: #2A75C5; + font-weight: bold; +} + +#rightcolumn .blockContent { + padding: 3px; + line-height: 1.2em; +} + +#footerbar { + background-image: url(hbar.gif); + font-size: .9em; + height: 18px; + padding-top: 5px; + 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 #ccc; + border-right: 1px solid #aaa; + border-bottom: 1px solid #aaa; + border-left: 1px solid #ccc; +} + +#mainmenu a.menuMain { + padding-left: 3px; + border-right: 1px solid #aaa; + border-bottom: 1px solid #aaa; + border-left: 1px solid #ccc; +} + +#mainmenu a.menuSub { + padding-left: 9px; + border-right: 1px solid #aaa; + border-bottom: 1px solid #aaa; + border-left: 1px solid #ccc; +} + +#mainmenu a.maincurrent { + background-color: transparent; + color: #ff9900; +} + +#usermenu { + font-size: .9em; +} + +#usermenu a { + background-color: #e6e6e6; + display: block; + margin: 0 5px 0 5px; + padding: 2px; + border-right: 1px solid #aaa; + border-bottom: 1px solid #aaa; + border-left: 1px solid #ccc; + font-weight: normal; +} + +#usermenu a:hover { + background-color: #fff; +} + +#usermenu a.menuTop { + border-top: 1px solid #ccc; +} + +#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; +} \ No newline at end of file Added: XoopsThemes/default-timgno/icons/ajax_indicator_01.gif =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/icons/ajax_indicator_01.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/icons/favicon.ico =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/icons/favicon.ico ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/icons/favicon.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/icons/favicon.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/icons/index.html =================================================================== --- XoopsThemes/default-timgno/icons/index.html (rev 0) +++ XoopsThemes/default-timgno/icons/index.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsThemes/default-timgno/img/block-title_bg.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/block-title_bg.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/img/footer_bg.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/footer_bg.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/img/logo.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/img/menubar.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/menubar.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/img/theme.html =================================================================== --- XoopsThemes/default-timgno/img/theme.html (rev 0) +++ XoopsThemes/default-timgno/img/theme.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,170 @@ +<!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}>"> +<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="<{if $xoops_dirname != system}><{$xoops_pagetitle}>, <{/if}><{$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" /> + <meta name="revisit-after" content="7 days" /> + + <!-- 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}>" /> + <{* Code for different layout structure [1/2 or 3columns]- Allows 3 Columns by default *}> + <{if $xoops_showrblock == '' & $xoops_showlblock == ''}> + <style type="text/css"> @import url(<{xoImgUrl style-noCol.css}>);</style> + <{elseif $xoops_showrblock == 1 & $xoops_showlblock == ''}> + <style type="text/css"> @import url(<{xoImgUrl style-noLcol.css}>);</style> + <{elseif $xoops_showrblock == '' & $xoops_showlblock == 1}> + <style type="text/css"> @import url(<{xoImgUrl style-noRcol.css}>);</style> + <{/if}> + + <!-- customized header contents --> + <{$xoops_module_header}> + + <!-- Dublin Core MetaData [DCMI] Tags --> + <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> + <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> + <meta name="DC.title" lang="<{$xoops_langcode}>" content="<{$xoops_pagetitle}> - <{$xoops_sitename}>" /> + <meta name="DC.creator" content="<{$xoops_sitename}>" /> + <meta name="DC.subject" lang="<{$xoops_langcode}>" content="<{$xoops_meta_keywords}>, <{$xoops_pagetitle}>" /> + <meta name="DC.description" lang="<{$xoops_langcode}>" content="<{$xoops_pagetitle}> - <{$xoops_meta_description}>" /> + <meta name="DC.publisher" content="<{$xoops_meta_author}>" /> + <meta name="DC.type" content="text" /> + <meta name="DC.format" content="text/html; charset=<{$xoops_charset}>" /> + <meta name="DC.identifier" scheme="DCTERMS.URI" content="<{$xoops_url}>" /> + <meta name="DC.language" scheme="DCTERMS.RFC1766" content="<{$xoops_langcode}>" /> + <meta name="DC.rights" content="<{$xoops_meta_copyright}>" /> + +</head> +<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> + <div id="header"> + <div id="headerlogo"> + <a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"> + <img src="<{xoImgUrl xoops-logo.png}>" alt="<{$xoops_sitename}>" /> + </a> + </div> + <div id="headerbanner"><{$xoops_banner}></div> + </div> + <div id="headerbar"> </div> + <div id="colmask"> + <div id="colmid"> + <div id="colright"> + <div id="col1wrap"> + <div id="col1pad"> + <div id="col1"> + <div id="centercolumn"> + <!-- Display center blocks if any --> + <{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> + <div id="centerCcolumn"> + <!-- 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 --> + </div> + <div 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 --> + </div> + <div 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 --> + </div> + <{/if}> + <!-- End center top blocks loop --> + + <!-- Start content module page --> + <{if $xoops_contents && ($xoops_contents != ' ') }> + <div id="content"><{$xoops_contents}></div> + <{/if}> + <!-- End content module --> + + <!-- Start center bottom blocks loop --> + <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> + <div class="clear"> </div> + <{if $xoBlocks.page_bottomcenter}> + <div id="bottomCcolumn"> + <{foreach from=$xoBlocks.page_bottomcenter item=block}> + <{include file="$theme_name/theme_blockcenter_c.html"}> + <{/foreach}> + </div> + <{/if}> + + <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> + <div id="bottomLcolumn"> + <{foreach from=$xoBlocks.page_bottomleft item=block}> + <{include file="$theme_name/theme_blockcenter_l.html"}> + <{/foreach}> + </div> + + <div id="bottomRcolumn"> + <{foreach from=$xoBlocks.page_bottomright item=block}> + <{include file="$theme_name/theme_blockcenter_r.html"}> + <{/foreach}> + </div> + <{/if}> + <{/if}> + <!-- End center bottom blocks loop --> + </div> + </div> <!-- End of col1 --> + </div> + </div> + <div id="col2"> + <!-- Start left blocks loop --> + <{if $xoops_showlblock}> + <div id="leftcolumn"> + <{foreach item=block from=$xoBlocks.canvas_left}> + <{includeq file="$theme_name/theme_blockleft.html"}> + <{/foreach}> + </div> + <{/if}> + <!-- End left blocks loop --> + </div> + <div id="col3"> + <!-- Start right blocks loop --> + <{if $xoops_showrblock}> + <div id="rightcolumn"> + <{foreach item=block from=$xoBlocks.canvas_right}> + <{includeq file="$theme_name/theme_blockright.html"}> + <{/foreach}> + </div> + <{/if}> + <!-- End right blocks loop --> + </div> + </div> + </div> + </div> + <!-- Start footer --> + <div id="footer"> + <div id="footerbar"> + <{$xoops_footer}> + </div> + </div> + <!-- End footer --> + <!--{xo-logger-output}--> +</body> +</html> \ No newline at end of file Added: XoopsThemes/default-timgno/img/top-header_bg.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/top-header_bg.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/img/xo-banner_bg.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/xo-banner_bg.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/img/xoops-logo.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/xoops-logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/img/xoops-logo.psd =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/img/xoops-logo.psd ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/index.html =================================================================== --- XoopsThemes/default-timgno/index.html (rev 0) +++ XoopsThemes/default-timgno/index.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsThemes/default-timgno/js/index.html =================================================================== --- XoopsThemes/default-timgno/js/index.html (rev 0) +++ XoopsThemes/default-timgno/js/index.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsThemes/default-timgno/js/jq.init.mini.js =================================================================== --- XoopsThemes/default-timgno/js/jq.init.mini.js (rev 0) +++ XoopsThemes/default-timgno/js/jq.init.mini.js 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,9 @@ +/* + * File jq.init.mini.js + * + * version: 1.0 + * author: TXMod Xoops - www.txmodxoops.org + * +$(document)["ready"](function (){$("button, input:button, input:submit, input:file, input:reset")["css"]("color","inherit")["button"]();$(".check")["css"]("color","#fff")["button"]();$(".radio")["css"]("color","#fff")["buttonset"]();$(".toolbar")["css"]("color","#000")["buttonset"]();$("#notifform")["hide"]();$("div#notifbox")["click"](function (){$(this)["next"]("#notifform")["slideToggle"]("slow");} );$(".slideTogglebox")["hide"]();$("#slideToggle")["click"](function (){$(".slideTogglebox")["slideToggle"]("slow");} );$(function (){$("ul.tabs")["tabs"]("div.panes \x3E div");} );$(function (){$("ul.tabs-block")["tabs"]("div.panes \x3E div");} );$(function (){$("ul.css-tabs")["tabs"]("div.css-panes \x3E div",{effect:"ajax"});} );$(function (){$("#nav ul")["tabs"]("#panes \x3E div",{effect:"fade",fadeOutSpeed:400});} );$(function (){$(".scrollable")["scrollable"]({circular:true,mousewheel:true})["navigator"]()["autoscroll"]({interval:3000});} );$(function (){$(".slidetabs")["tabs"](".images \x3E div",{effect:"fade",fadeOutSpeed:"slow",rotate:true})["slideshow"]({autoplay:true,interval:3000});} );} ); + */ +$(document).ready(function(){$("button, input:button, input:submit, input:file, input:reset").css("color","inherit").button();$("input[type:checkbox]").css("color","#fff").button();$("input[type:radio]").css("color","#fff").buttonset();$(".toolbar").css("color","#000").buttonset();$('#notifform').hide();$('div#notifbox').click(function(){$(this).next('#notifform').slideToggle('slow')});$('.slideTogglebox').hide();$("#slideToggle").click(function(){$('.slideTogglebox').slideToggle('slow')});$(function(){$("ul.tabs").tabs("div.panes > div")});$(function(){$("ul.tabs-block").tabs("div.panes > div")});$(function(){$("ul.css-tabs").tabs("div.css-panes > div",{effect:'ajax'})});$(function(){$("#nav ul").tabs("#panes > div",{effect:'fade',fadeOutSpeed:400})});$(function(){$(".scrollable").scrollable({circular:true,mousewheel:true,speed:1000,wheelSpeed:10}).navigator().autoscroll({interval:5000})});$(function(){$(".slidetabs").tabs(".images > div",{effect:'fade',fadeOutSpeed:"slow",rotate:true}).slideshow({autoplay:true,interval:3000})})}); \ No newline at end of file Added: XoopsThemes/default-timgno/modules/index.html =================================================================== --- XoopsThemes/default-timgno/modules/index.html (rev 0) +++ XoopsThemes/default-timgno/modules/index.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1 @@ +<script>history.go(-1);</script> \ No newline at end of file Added: XoopsThemes/default-timgno/modules/system/index.html =================================================================== --- XoopsThemes/default-timgno/modules/system/index.html (rev 0) +++ XoopsThemes/default-timgno/modules/system/index.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsThemes/default-timgno/modules/system/system_redirect.html =================================================================== --- XoopsThemes/default-timgno/modules/system/system_redirect.html (rev 0) +++ XoopsThemes/default-timgno/modules/system/system_redirect.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,55 @@ +<!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}>"> +<head> +<!-- title and metas --> +<title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title> +<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> +<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" /> +<{if $url}> + <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> +<{/if}> + +<!-- Force MSIE without javascript actived to take the default theme. not conforms to the standards but functional --> +<{if $isMsie}> + <noscript> + <meta http-equiv="refresh" content="0; url=<{xoAppUrl . xoops_theme_select=default}>" /> + </noscript> +<{/if}> + +<!-- path favicon --> +<link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> +<link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>" /> + +<!-- include xoops.js and others via header.php --> +<{$xoops_module_header}> + +<!-- Xoops style sheet --> +<link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl xoops.css}>" /> + +<!-- Theme style sheets --> +<link rel="stylesheet" type="text/css" media="screen" title="Color" href="<{xoImgUrl style.css}>" /> + +</head> +<body id="xo-refresh"> +<div id="xo-wrapper" class="container center"> + <div id="xo-redirect"> + <div class="message"> + <{$message}> + <br /> + <img src="<{xoImgUrl icons/ajax_indicator_01.gif}>" alt="<{$message}>"/> + </div> + <div class="notreload"> + <{$lang_ifnotreload}> + </div> + <{if $xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}> + </div> +</div> + +</body> +</html> \ No newline at end of file Added: XoopsThemes/default-timgno/modules/system/system_siteclosed.html =================================================================== --- XoopsThemes/default-timgno/modules/system/system_siteclosed.html (rev 0) +++ XoopsThemes/default-timgno/modules/system/system_siteclosed.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,92 @@ +<!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}>"> +<head> + <!-- title and metas --> + <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title> + <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> + <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" /> + <{if $url}> + <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> + <{/if}> + + <!-- Force MSIE without javascript actived to take the default theme. not conforms to the standards but functional --> + <{if $isMsie}> + <noscript> + <meta http-equiv="refresh" content="0; url=<{xoAppUrl . xoops_theme_select=default}>" /> + </noscript> + <{/if}> + + <!-- path favicon --> + <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> + <link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>" /> + + <!-- include xoops.js and others via header.php --> + <{$xoops_module_header}> + + <!-- Xoops style sheet --> + <link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl xoops.css}>" /> + + <!-- Theme style sheets --> + <link rel="stylesheet" type="text/css" media="screen" title="Color" href="<{xoImgUrl style.css}>" /> +</head> +<body> + +<div id="xo-canvas"<{if $columns_layout}> class="<{$columns_layout}>"<{/if}>> + <div class="xo-wrapper"> + <div id="xo-bgstatic" class="<{$xoops_dirname}>"></div> + <div id="xo-header" class="<{$xoops_dirname}>"> + <div id="xo-top"> + <!-- include du bloc Utilisateur dans le header --> + </div> + <!-- 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"><{$xoops_banner}></td> + <td id="xo-userbar_siteclosed"> + <!-- menu in anonymous mode --> + <form method="post" action="<{xoAppUrl /user.php op=login}>"> + <input name="uname" type="text" title="" /> + <input name="pass" type="password" title=""/> + <input type="hidden" name="xoops_redirect" value="<{$smarty.server.REQUEST_URI}>" /> + <{if $lang_siteclosemsg}> + <input type="hidden" name="xoops_login" value="1" /> + <{/if}> + <input type="hidden" name="op" value="login" /> + <input type="submit" value="<{$lang_login}>" /> + </form> + </td> + </tr> + <tr> + <td id="headerbar" colspan="3"> </td> + </tr> + </table> + <!-- End header --> + </div> + + <div id="xo-canvas-content"> + <div id="xo-page"> + <div id="xo-siteclose"><{$lang_siteclosemsg}></div> + </div> + </div> + + <!-- Start footer --> + <table cellspacing="0"> + <tr id="footerbar"> + <td><{$xoops_footer}></td> + </tr> + </table> + <!-- End footer --> + + <!--{xo-logger-output}--> + </div> +</div> + +</body> +</html> Added: XoopsThemes/default-timgno/plugins/index.html =================================================================== --- XoopsThemes/default-timgno/plugins/index.html (rev 0) +++ XoopsThemes/default-timgno/plugins/index.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsThemes/default-timgno/screenshot.gif =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/screenshot.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/screenshot.png =================================================================== (Binary files differ) Property changes on: XoopsThemes/default-timgno/screenshot.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: XoopsThemes/default-timgno/system_homepage.html =================================================================== --- XoopsThemes/default-timgno/system_homepage.html (rev 0) +++ XoopsThemes/default-timgno/system_homepage.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,285 @@ +<!-- tab panes --> + +<div id="panes"> + + <div> + + <{$image_home_m}> + + <h3><{$smarty.const._HP_HOMEPAGE_TITLE}></h3> + + <p class="more"><{$smarty.const._HP_HOMEPAGE_DESCTOP}></p> + + <p><{$smarty.const._HP_HOMEPAGE_DESCBOTTOM}></p> + + </div> + + <div> + + <{$image_modules_m}> + + <h3><{$smarty.const._HP_MODULES_TITLE}></h3> + + <p class="more"><{$smarty.const._HP_MODULES_DESCTOP}></p> + + <p><{$smarty.const._HP_MODULES_DESCBOTTOM}></p> + + </div> + + <div> + + <{$image_themes_m}> + + <h3><{$smarty.const._HP_THEMES_TITLE}></h3> + + <p class="more"><{$smarty.const._HP_THEMES_DESCTOP}></p> + + <p><{$smarty.const._HP_THEMES_DESCBOTTOM}></p> + + </div> + + <div> + + <{$image_hacking_m}> + + <h3><{$smarty.const._HP_HACKING_TITLE}></h3> + + <p class="more"><{$smarty.const._HP_HACKING_DESCTOP}></p> + + <p><{$smarty.const._HP_HACKING_DESCBOTTOM}></p> + + </div> + +</div> + +<br clear="all" /> + +<!-- navigator --> + +<div id="nav"> + + <ul> + + <li> + + <a href="#1"> + + <{$image_home_s}> + + <strong><{$smarty.const._HP_HOMEPAGE_STRONGTITLE}></strong> + + <small><{$smarty.const._HP_HOMEPAGE_SMALLTEXT}></small> + + </a> + + </li> + + <li> + + <a href="#2"> + + <{$image_modules_s}> + + <strong><{$smarty.const._HP_MODULES_STRONGTITLE}></strong> + + <small class="red"><{$smarty.const._HP_MODULES_SMALLTEXT}></small> + + </a> + + </li> + + <li> + + <a href="#3"> + + <{$image_themes_s}> + + <strong><{$smarty.const._HP_THEMES_STRONGTITLE}></strong> + + <small class="red"><{$smarty.const._HP_THEMES_SMALLTEXT}></small> + + </a> + + </li> + + <li> + + <a href="#3"> + + <{$image_hacking_s}> + + <strong><{$smarty.const._HP_HACKING_STRONGTITLE}></strong> + + <small><{$smarty.const._HP_HACKING_SMALLTEXT}></small> + + </a> + + </li> + + </ul> + +</div> + +<br clear="all" /> + +<div class="center"> + +<script type="text/javascript"><!-- + +google_ad_client = "ca-pub-3352884075259517"; + +/* 468x60, creato 01/06/10 */ + +google_ad_slot = "2796255493"; + +google_ad_width = 468; + +google_ad_height = 60; + +//--> + +</script> + +<script type="text/javascript" + +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> + +</script> + +</div> + +<br clear="all" /> + +<div class="wrap"> + + <!-- the tabs --> + + <ul class="tabs"> + + <li><a href="#"><{$smarty.const._HP_LAST_NEWS}></a></li> + + <li><a href="#"><{$smarty.const._HP_LAST_TUTORIALS}></a></li> + + <li><a href="#"><{$smarty.const._HP_LAST_DOWNLOADS}></a></li> + + <li><a href="#"><{$smarty.const._HP_LAST_DIRECTORY}></a></li> + + <li><a href="#"><{$smarty.const._HP_LAST_VIDEOS}></a></li> + + </ul> + + <{* tab 'panes' *}> + + <div class="panes"> + + <div class="pane"> + + <{$image_tab_1}><br /> + + <p class="left" style="font-weight:bold; text-align: left; padding-bottom: 3px;"><{$news.title}></p><br /><br /> + + <p class="left" style="text-align: left; padding-left: 5px; font-size: 12px;"><{$news.description}>... <a href='<{$news.url}>' title='<{$news.title}>'>maggiori dettagli</a></p> + + </div> + + <div class="pane"> + + <{$image_tab_2}><br /> + + <p class="left" style="font-weight:bold; text-align: left; padding-bottom: 3px;"><{$tutorials.title}></p><br /><br /> + + <p class="left" style="text-align: left; padding-left: 5px; font-size: 12px;"><{$tutorials.description}>... <a href='<{$tutorials.url}>' title='<{$tutorials.title}>'>maggiori dettagli</a></p> + + </div> + + <div class="pane"> + + <{$image_tab_3}><br /> + + <p class="left" style="font-weight:bold; text-align: left; padding-bottom: 3px;"><{$down.title}></p><br /><br /> + + <p class="left" style="text-align: left; padding-left: 5px; font-size: 12px;"><{$down.description}>... <a href='<{$down.url}>' title='<{$down.title}>'>maggiori dettagli</a></p> + + </div> + + <div class="pane"> + + <{$image_tab_4}><br /> + + <p class="left" style="font-weight:bold; text-align: left; padding-bottom: 3px;"><{$directory.title}></p><br /><br /> + + <p class="left" style="text-align: left; padding-left: 5px; font-size: 12px;"><{$directory.description}>... <a href='<{$directory.url}>' title='<{$directory.title}>'>maggiori dettagli</a></p> + + </div> + + <div class="pane"> + + <{$image_tab_5}><br /> + + <p class="left" style="font-weight:bold; text-align: left; padding-bottom: 3px;"><{$videos.title}></p><br /><br /> + + <p class="left" style="text-align: left; padding-left: 5px; font-size: 12px;"><{$videos.description}>... <a href='<{$videos.url}>' title='<{$videos.title}>'>maggiori dettagli</a></p> + + </div> + + </div> + +</div> + +<br clear="all" /> + +<div class="center"> + +<{* Bottom-Center-468x60 *}> + +<div class="center"> + +<script type='text/javascript'> + +GA_googleFillSlot("Bottom-Center-468x60"); + +</script> + +</div> + +</div> + +<br clear="all" /> + +<!-- wrapper for navigator elements --> + +<div class="navi"></div> + +<!-- "previous page" action --> + +<a class="prev browse left"></a> + +<!-- root element for scrollable --> + +<div class="scrollable" id="chained"> + + <!-- root element for the items --> + + <div class="items"> + + <{* 1-5 *}> + + <div><{$image_1_1}><{$image_1_2}><{$image_1_3}><{$image_1_4}><{$image_1_5}><{$image_1_6}></div> + + <{* 5-10 *}> + + <{* <div><{$image_2_1}><{$image_2_2}><{$image_2_3}><{$image_2_4}><{$image_2_5}></div> + + 10-15 + + <div><{$image_3_1}><{$image_3_2}><{$image_3_3}><{$image_3_4}><{$image_3_5}></div> *}> + + </div> + +</div> + +<!-- "next page" action --> + +<a class="next browse right"></a> + +<br clear="all" /> \ No newline at end of file Added: XoopsThemes/default-timgno/theme.html =================================================================== --- XoopsThemes/default-timgno/theme.html (rev 0) +++ XoopsThemes/default-timgno/theme.html 2012-06-01 06:44:10 UTC (rev 9607) @@ -0,0 +1,84 @@ +<!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}>"> +<head> +<{assign var=theme_top_order value=clr}> +<{assign var=theme_bottom_order value=clr}> +<{* Theme name *}> +<{assign var=theme_name value=$xoTheme->folderName}> +<{* Directory html blocks files or additional html files by include *}> +<{assign var=theme_tpl value=$xoTheme->folderName|cat:'/tpl'}> +<{* Directory html plugins files *}> +<{assign var=theme_plugin value=$xoTheme->folderName|cat:'/plugins'}> +<{* Directory html js files *}> +<{assign var=theme_js value=$xoTheme->folderName|cat:'/js'}> +<{* Metas, Titles, and Style Sheets *}> +<{includeq file="$theme_tpl/theme_metas.html"}> +<{* Additionals Scripts *}> +<{includeq file="$theme_tpl/theme_scripts.html"}> +</head> +<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> +<{* For google bots *}> +<noscript><h1><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}><{else}><{$xoops_sitename}><{/if}></h1></noscript> + <{* Start of header *}> + <{includeq file="$theme_tpl/theme_header.html"}> + <div class="clear"></div> + <{* End of header *}> + <{* Start of colmask *}> + <div id="container"> + <{* Start of colleft *}> + <div id="colleft"> + <{* Start of col1 *}> + <div id="col1"> + <{includeq file="$theme_tpl/theme_leftblocks.html"}> + </div> + <{* End of col1 *}> + </div> + <{* End of colleft *}> + <{* Start of colmid *}> + <div id="colmid"> + <{* Start of col2wrap *}> + <div id="col2wrap"> + <{* Start of col2pad *}> + <div id="col2pad"> + <{* Start of col2 *}> + <div id="col2"> + <{* Start of centercolumn *}> + <div id="centercolumn"> + <{* Start of blockcentertop *}> + <{includeq file="$theme_tpl/theme_blockcentertop.html"}> + <{* End of blockcentertop *}> + <div class="clear"></div> + <{* Start of content *}> + <{includeq file="$theme_tpl/theme_content.html"}> + <{* End of content *}> + <div class="clear"></div> + <{* Start of blockcenterbottom *}> + <{includeq file="$theme_tpl/theme_blockcenterbottom.html"}> + <{* End of blockcenterbottom *}> + <div class="clear"></div> + </div> + <{* End of centercolumn *}> + </div> + <{* End of col2 *}> + </div> + <{* End of col2pad *}> + </div> + <{* End of col2wrap *}> + </div> + <{* End of colmid *}> + <{* Start of colright *}> + <div id="colright"> + <{* Start of col3 *}> + <div id="col3"> + <{includeq file="$theme_tpl/theme_rightblocks.html"}> + </div> + <{* End of col3 *}> + </div> + <{* End of colright *}> + </div> + <{* End of colmask *}> + <{* Start of footer *}> + <{includeq file="$theme_tpl/theme_footer.html"}> + <{* End of footer *}> +</body> +</html> \ No newline at end of file Added: XoopsThemes/default-timgno/tpl/theme.html =================================================================== --- XoopsThe... [truncated message content] |