From: <txm...@us...> - 2015-04-03 16:37:35
|
Revision: 13032 http://sourceforge.net/p/xoops/svn/13032 Author: txmodxoops Date: 2015-04-03 16:37:24 +0000 (Fri, 03 Apr 2015) Log Message: ----------- Updated changed extension .html to .tpl of all admin themes Warning: This change was made in the file class/theme.php Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/theme.php XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/js/bootnewage.js XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html Added Paths: ----------- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/img/back-top-btn.png XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/theme.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_accordion.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_footer.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_metas.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_scripts.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_sidenav.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_tabs.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/dashboard/theme.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/theme.tpl XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/theme.tpl Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/theme.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/theme.php 2015-03-31 01:46:35 UTC (rev 13031) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/theme.php 2015-04-03 16:37:24 UTC (rev 13032) @@ -168,7 +168,7 @@ * * @var string */ - var $canvasTemplate = 'theme.html'; + var $canvasTemplate = 'theme.tpl'; /** * Theme folder path @@ -497,7 +497,7 @@ $this->template->assign_by_ref('xoops_contents', $this->content); - // Do not cache the main (theme.html) template output + // Do not cache the main (theme.tpl) template output $this->template->caching = 0; $this->template->display($this->path . '/' . $this->canvasTemplate); $this->renderCount++; Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css 2015-03-31 01:46:35 UTC (rev 13031) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css 2015-04-03 16:37:24 UTC (rev 13032) @@ -51,6 +51,20 @@ height: 40px; } +#toTop { + width:42px; + height:42px; + background:url(../img/back-top-btn.png) no-repeat; + text-align:center; + position:fixed; + bottom:10px; + right:20px; + cursor:pointer; + display:none; + text-indent:-9999px; + z-index:12; +} + i { font-size:18px; } Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/img/back-top-btn.png =================================================================== (Binary files differ) Index: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/img/back-top-btn.png =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/img/back-top-btn.png 2015-03-31 01:46:35 UTC (rev 13031) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/img/back-top-btn.png 2015-04-03 16:37:24 UTC (rev 13032) Property changes on: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/img/back-top-btn.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/js/bootnewage.js =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/js/bootnewage.js 2015-03-31 01:46:35 UTC (rev 13031) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/js/bootnewage.js 2015-04-03 16:37:24 UTC (rev 13032) @@ -56,4 +56,17 @@ } }); }); + $(function() { + $(window).scroll(function() { + if($(this).scrollTop() != 0) { + $('#toTop').fadeIn(); + } else { + $('#toTop').fadeOut(); + } + }); + + $('#toTop').click(function() { + $('body,html').animate({scrollTop:0},800); + }); + }); }); \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/theme.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/theme.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/theme.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <{includeq file="$theme_tpl/theme_metas.tpl"}> + </head> + <body> + <{includeq file="$theme_tpl/theme_header.tpl"}> + <!-- Main --> + <div class="container-fluid"> + <!-- upper section --> + <div class="row"> + <div class="sidenav col-sm-2"> + <{includeq file="$theme_tpl/theme_sidenav.tpl"}> + </div><!-- /span-2 --> + <div class="col-sm-10"> + <{includeq file="$theme_tpl/theme_page.tpl"}> + </div><!--/col-span-10--> + </div><!--/row--> + <!-- /upper section --> + </div><!--/container-fluid--> + <!-- /Main --> + <{includeq file="$theme_tpl/theme_footer.tpl"}> + </body> +</html> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_accordion.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_accordion.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_accordion.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,101 @@ + <div id="accordion"> + <h5><{$smarty.const._MD_CPANEL_OVERVIEW}></h5> + <div class="pane"> + <table class="table table-hover"> + <tr> + <td><{$smarty.const._OXYGEN_VERSION_XOOPS}></td> + <td><{$xoops_version}></td> + </tr> + <tr> + <td><{$smarty.const._OXYGEN_VERSION_PHP}></td> + <td><{$lang_php_vesion}></td> + </tr> + <tr> + <td><{$smarty.const._OXYGEN_VERSION_MYSQL}></td> + <td><{$lang_mysql_version}></td> + </tr> + <tr> + <td><{$smarty.const._OXYGEN_SERVER_API}></td> + <td><{$lang_server_api}></td> + </tr> + <tr> + <td><{$smarty.const._OXYGEN_OS}></td> + <td><{$lang_os_name}></td> + </tr> + <tr> + <td>safe_mode</td> + <td><{$safe_mode}></td> + </tr> + <tr> + <td>register_globals</td> + <td><{$register_globals}></td> + </tr> + <tr> + <td>magic_quotes_gpc</td> + <td><{$magic_quotes_gpc}></td> + </tr> + <tr> + <td>allow_url_fopen</td> + <td><{$allow_url_fopen}></td> + </tr> + <tr> + <td>fsockopen</td> + <td><{$fsockopen}></td> + </tr> + <tr> + <td>post_max_size</td> + <td><{$post_max_size}></td> + </tr> + <tr> + <td>max_input_time</td> + <td><{$max_input_time}></td> + </tr> + <tr> + <td>output_buffering</td> + <td><{$output_buffering}></td> + </tr> + <tr> + <td>max_execution_time</td> + <td><{$max_execution_time}></td> + </tr> + <tr> + <td>memory_limit</td> + <td><{$memory_limit}></td> + </tr> + <tr> + <td>file_uploads</td> + <td><{$file_uploads}></td> + </tr> + <tr> + <td>upload_max_filesize</td> + <td><{$upload_max_filesize}></td> + </tr> + </table> + </div> + <h5><{$smarty.const._OXYGEN_XOOPS_LICENSE}></h5> + <div class="pane"> + <p id="xolicenses"><a rel="external" href="http://www.gnu.org/licenses/gpl-2.0.html" title="<{$smarty.const.XOOPS_LICENSE_TEXT}>"><{$smarty.const.XOOPS_LICENSE_TEXT}></a></p> + </div> + <h5><{$smarty.const._OXYGEN_ABOUT}></h5> + <div class="pane"><{$smarty.const._OXYGEN_ABOUT_TEXT}></div> + <h5><{$smarty.const._OXYGEN_XOOPS_LINKS}></h5> + <div class="pane"> + <table class="table table-condensed"> + <tr> + <td><a rel="external" href="http://sourceforge.net/projects/xoops"><{$smarty.const._OXYGEN_XOOPSPROJECT}></a></td> + <td><a rel="external" href="http://xoops.org"><{$smarty.const._OXYGEN_WEBSITE}></a></td> + </tr> + <tr> + <td><a rel="external" href="http://www.xoops.org/modules/core"><{$smarty.const._OXYGEN_XOOPSCORE}></a></td> + <td><a rel="external" href="http://www.xoops.org/modules/mediawiki/index.php/Main_Page"><{$smarty.const._OXYGEN_XOOPSWIKI}></a></td> + </tr> + <tr> + <td><a rel="external" href="http://www.xoops.org/modules/xoopspartners"><{$smarty.const._OXYGEN_LOCALSUPPORT}></a></td> + <td><a rel="external" href="http://xoops.svn.sourceforge.net/viewvc/xoops"><{$smarty.const._OXYGEN_CODESVN}></a></td> + </tr> + <tr> + <td><a rel="external" href="http://sourceforge.net/tracker/?group_id=41586&atid=430840"><{$smarty.const._OXYGEN_REPORTBUG}></a></td> + </tr> + </table> + </div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_footer.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_footer.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_footer.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,8 @@ +<div id="toTop">Back to Top</div> +<footer class="text-center"><span class="text-center"><{$xoops_footer}></span></footer> + <!-- script references --> +<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> + <script src="<{xoAppUrl browse.php?Frameworks/jquery/plugins/jquery.ui.js}>"></script> + <script src="<{xoImgUrl assets/js/bootstrap.min.js}>"></script> + <script src="<{xoImgUrl assets/js/bootnewage.js}>"></script> +<nav class="navbar navbar-inverse navbar-fixed-bottom nav-footer"><span class="text-center"><i class="fa fa-copyright fa-lg"></i> <{$xoops_footer}></span><ul class="social-icons pull-right"><li><a href="http://twitter.com/txmodxoops" class="fa fa-twitter fa-lg" target="_blank"></a></li><li><a href="https://www.facebook.com/txmodxoops" target="_blank"><i class="fa fa-facebook fa-lg"></i></a></li><li><a href="https://www.youtube.com/channel/UCIpn7ZwJGSQc5iOUEaUt1sA" target="_blank"><i class="fa fa-youtube fa-lg"></i></a></li></ul></nav> --> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,64 @@ + <!-- Header --> + <nav id="top-nav" class="navbar navbar-inverse navbar-static-top" role="navigation"> + <div class="container-fluid"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="<{xoAppUrl admin.php}>"><img src="<{xoImgUrl assets/img/logo.png}>" /></a> + </div> + <div class="navbar-collapse collapse"> + <ul class="nav navbar-nav navbar-right"> + <{foreach item=item from=$navitems}> + <li class="dropdown"> + <a href="<{$item.link}>" class="dropdown-toggle" title="<{$item.title}>" data-toggle="dropdown" data-hover="dropdown-menu"> <i class="glyphicon glyphicon-<{$item.icon}>"></i> <span class="caret"></span></a> + <ul class="dropdown-menu multi-level" role="menu" aria-labelledby="dropdown-menu"> + <{foreach item=sub from=$item.menu}> + <li tabindex="-1" class="dropdown-submenu"> + <{if $sub.options != 0}> + <a class="submenu-after" tabindex="-1" href="<{$sub.link}>"> <{$sub.title}> </a> + <ul class="dropdown-menu"> + <{foreach item=option from=$sub.options}> + <li><a href="<{$sub.url}><{$option.link}>"><{$option.title}></a></li> + <{/foreach}> + </ul> + <{else}> + <a href="<{$sub.link}>" title="<{$sub.title}>"<{if $sub.target}> target="<{$sub.target}>"<{/if}>><{$sub.title}></a> + <{/if}> + </li> + <{/foreach}> + </ul> + </li> + <{/foreach}> + <li id="choosestyle" class="dropdown"> + <a href="#" class="dropdown-toggle" role="button" data-toggle="dropdown" title="<{$smarty.const._OXYGEN_THEME_COLOR}>"> + <i class="glyphicon glyphicon-tint"></i> <span class="caret"></span> + </a> + <ul id="g-account-menu" class="dropdown-menu" role="menu"> + <li class="bg-color bg-dark"><a id="dark" href="<{$theme_css}>/index.html?style=dark" rel="dark" class="styleswitch"><{$smarty.const._OXYGEN_DARK}></a></li> + <li class="bg-color bg-silver"><a id="silver" href="<{$theme_css}>/index.html?style=silver" rel="silver" class="styleswitch"><{$smarty.const._OXYGEN_SILVER}></a></li> + <li class="bg-color bg-orange"><a id="orange" href="<{$theme_css}>/index.html?style=orange" rel="orange" class="styleswitch"><{$smarty.const._OXYGEN_ORANGE}></a></li> + <li class="bg-color bg-red"><a id="red" href="<{$theme_css}>/index.html?style=red" rel="red" class="styleswitch"><{$smarty.const._OXYGEN_RED}></a></li> + <li class="bg-color bg-green"><a id="green" href="<{$theme_css}>/index.html?style=green" rel="green" class="styleswitch"><{$smarty.const._OXYGEN_GREEN}></a></li> + <li class="bg-color bg-yellow"><a id="yellow" href="<{$theme_css}>/index.html?style=yellow" rel="yellow" class="styleswitch"><{$smarty.const._OXYGEN_YELLOW}></a></li> + <li class="bg-color bg-blue"><a id="blue" href="<{$theme_css}>/index.html?style=blue" rel="blue" class="styleswitch"><{$smarty.const._OXYGEN_BLUE}></a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" role="button" data-toggle="dropdown"> + <img class="user-avatar" src="<{$xoops_avatar}>" alt="<{$xoops_uname}>"><{$xoops_uname}> <span class="caret"></span> + <ul id="g-account-menu" class="dropdown-menu" role="menu"> + <li><a href="<{xoAppUrl modules/profile/index.php}>"><i class="glyphicon glyphicon-user"></i> Profile</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=users&op=users_edit&uid=1}>"><i class="glyphicon glyphicon-edit"></i> Edit</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=preferences&op=show&confcat_id=2}>"><i class="glyphicon glyphicon-cog"></i> Settings</a></li> + <li><a href="<{xoAppUrl user.php?op=logout}>"><i class="glyphicon glyphicon-log-out"></i> <{$smarty.const._LOGOUT}></a></li> + </ul> + </li> + </ul> + </div> + </div><!-- /container --> + </nav> + <!-- /Header --> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_metas.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_metas.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_metas.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,26 @@ + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <!-- title and metas --> + <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title> + <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> + <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}> + <!-- Rss --> + <link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" /> + <!-- path favicon --> + <link rel="shortcut icon" type="image/ico" href="<{xoAppUrl favicon.ico}>" /> + <!-- customized header contents --> + <{$xoops_module_header}> + <!--[if lt IE 9]> + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> + <![endif]--> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,34 @@ +<table class="table table-striped table-bordered table-hover"> + <thead> + <tr> + <th colspan="4"><{$smarty.const._OXYGEN_INSTALLEDMODULES}></th> + </tr> + <tr> + <th class="text-center"><{$smarty.const._OXYGEN_INSTALLEDMODULES_NUM}></th> + <th class="text-center"><{$smarty.const._OXYGEN_INSTALLEDMODULES_IMAGE}></th> + <th class="text-center"><{$smarty.const._OXYGEN_INSTALLEDMODULES_NAME}></th> + <th class="text-center"><{$smarty.const._OXYGEN_INSTALLEDMODULES_DESCRIPTION}></th> + </tr> + </thead> + <tbody> + <{foreach item=mod from=$modules}> + <tr> + <td class="box-icon text-center"><{$mod.id}></td> + <td class="box-icon text-center"><a class="thumbnail" href="<{$mod.link}>" title="<{$mod.title}>"> + <img class="img-rounded" src='<{$mod.icon|default:"$theme_img/modules.png"}>' alt="<{$mod.title}>" /> + </a> + </td> + <td class="box-icon text-center"><a class="thumbnail" href="<{$mod.link}>" title="<{$mod.title}>"><span><{$mod.title}></span></a> + </td> + <td class="box-icon text-center"><span><{$mod.description}></span></td> + </tr> + <{/foreach}> + </tbody> + <{if $pagenav}> + <tfoot> + <tr> + <td colspan="4"> <{$pagenav}></td> + </tr> + </tfoot> + <{/if}> +</table> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,50 @@ + <!-- column 2 --> + <h3><i class="glyphicon glyphicon-dashboard"></i> Dashboard</h3> + <hr /> + <div class="row"> + <!-- center left--> + <div class="col-md-12"> + <{if $xo_sys_breadcrumb}> + <div class="row"> + <div class="col-lg-12"> + <ul class="breadcrumb"> + <{foreach item=item from=$xo_sys_breadcrumb}> + <li><{if $item.link}><a href="<{$item.link}>" title="<{$item.title}>"><{$item.title}></a><{else}><{$item.title}><{/if}></li> + <{/foreach}> + </ul> + </div> + </div><{* /.row <hr /> *}> + <{/if}> + <{if $xoops_contents && $admin_warnings_enable !== false}> + <div class="row"> + <div class="col-lg-12"> + <div class="panel panel-default"> + <div class="panel-body"> + <{* Display Admin menu *}> + <{if $xo_system_menu}><{$xo_system_menu}><{/if}> + <{$xoops_contents}> + </div> + </div> + </div> + </div><{* /.row *}> + <hr /> + <{/if}> + <{if $modules}> + <div class="row"> + <div class="col-lg-9"> + <div class="panel panel-default"> + <div class="panel-body"> + <{includeq file="$theme_tpl/theme_modules.tpl"}> + </div> + </div> + </div> + <!--center-right--> + <div class="col-md-3"> + <{includeq file="$theme_tpl/theme_tabs.tpl"}> + <hr /> + <{includeq file="$theme_tpl/theme_accordion.tpl"}> + </div><!--/col--> + </div><{* /.row *}><hr /> + <{/if}> + </div><!--/col-span-12--> + </div><!--/row--> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_scripts.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_scripts.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_scripts.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,6 @@ + + <script src="<{xoImgUrl include/xoops.js}>" type="text/javascript"></script> + <script src="<{xoImgUrl browse.php?Frameworks/jquery/jquery.js}>" type="text/javascript"></script> + <script src="<{xoImgUrl browse.php?Frameworks/jquery/plugins/jquery.ui.js}>" type="text/javascript"></script> + <script src="<{xoImgUrl assets/js/bootstrap.min.js}>" type="text/javascript"></script> + <script src="<{xoImgUrl assets/js/bootnewage.js}>" type="text/javascript"></script> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_sidenav.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_sidenav.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_sidenav.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,21 @@ + <!-- left --> + <h3><i class="glyphicon glyphicon-briefcase"></i> Toolbox</h3> + <hr /> + <ul class="nav nav-stacked"> + <li><a href="<{xoAppUrl admin.php}>"><i class="glyphicon glyphicon-dashboard"></i> Dashboard</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=avatars}>"><i class="glyphicon glyphicon-asterisk"></i> Avatars</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=banners}>"><i class="glyphicon glyphicon-link"></i> Banners</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=blocksadmin}>"><i class="glyphicon glyphicon-th-list"></i> Blocks</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=comments}>"><i class="glyphicon glyphicon-comment"></i> Comments</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=groups}>"><i class="glyphicon glyphicon-th"></i> Groups</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=images}>"><i class="glyphicon glyphicon-picture"></i> Image Manager</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=mailusers}>"><i class="glyphicon glyphicon-envelope"></i> Email User</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=maintenance}>"><i class="glyphicon glyphicon-trash"></i> Maintenance</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=modulesadmin}>"><i class="glyphicon glyphicon-gift"></i> Modules</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=preferences}>"><i class="glyphicon glyphicon-cog"></i> Preferences</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=smilies}>"><i class="glyphicon glyphicon-eye-open"></i> Smilies</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=tplsets}>"><i class="glyphicon glyphicon-list"></i> Templates</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=userrank}>"><i class="glyphicon glyphicon-star"></i> User Rank</a></li> + <li><a href="<{xoAppUrl modules/system/admin.php?fct=users}>"><i class="glyphicon glyphicon-user"></i> Users</a></li> + </ul> + <hr /> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_tabs.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_tabs.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_tabs.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,29 @@ +<!-- the tabs --> +<ul id="tabNav" class="nav nav-tabs"> + <li class="active" role="presentation"><a href="#" title="<{$smarty.const._AM_SYSTEM_HELP}>" data-toggle="tab"><i class="glyphicon glyphicon-earphone"></i></a></li> + <li role="presentation"><a href="#" title="<{block id=4 display='title'}>" data-toggle="tab"><i class="glyphicon glyphicon-time"></i></a></li> + <li role="presentation"><a href="#" title="<{block id=9 display='title'}>" data-toggle="tab"><i class="glyphicon glyphicon-edit"></i></a></li> + <li role="presentation"><a href="#" title="<{block id=8 display='title'}>" data-toggle="tab"><i class="glyphicon glyphicon-user"></i></a></li> + <li role="presentation"><a href="#" title="<{block id=10 display='title'}>" data-toggle="tab"><i class="glyphicon glyphicon-comment"></i></a></li> +</ul> +<!-- tab "panes" --> +<div id="tabContent" class="panes"> + <div> + <div class="help"> + <a href="#" ><{$smarty.const._OXYGEN_HELP_1}></a> + <p><{$smarty.const._OXYGEN_HELP_DESC_1}></p> + </div> + <div class="help"> + <a href="#" ><{$smarty.const._OXYGEN_HELP_2}></a> + <p><{$smarty.const._OXYGEN_HELP_DESC_2}></p> + </div> + <div class="help"> + <a href="#" ><{$smarty.const._OXYGEN_HELP_3}></a> + <p><{$smarty.const._OXYGEN_HELP_DESC_3}></p> + </div> + </div> + <div><{block id=4}></div> + <div><{block id=9}></div> + <div><{block id=8}></div> + <div><{block id=10}></div> +</div> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/dashboard/theme.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/dashboard/theme.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/dashboard/theme.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> +<head> + <{includeq file="$theme_tpl/theme_metas.html"}> +</head> +<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> + <div id="wrapper"> + <{includeq file="$theme_tpl/theme_header.html"}> + <{includeq file="$theme_tpl/theme_sidenav.html"}> + <{includeq file="$theme_tpl/theme_page.html" }> + <{includeq file="$theme_tpl/theme_footer.html"}> + </div><{* /#wrapper *}> + <{includeq file="$theme_tpl/theme_scripts.html"}> +</body> +</html> \ No newline at end of file Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/theme.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/theme.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/theme.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,14 @@ +<!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> + <{includeq file="$theme_tpl/xo_metas.html"}> + <{includeq file="$theme_tpl/xo_scripts.html"}> +</head> +<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> + <{includeq file="$theme_tpl/xo_head.html"}> + <{includeq file="$theme_tpl/xo_globalnav.html"}> + <{includeq file="$theme_tpl/xo_toolbar.html"}> + <{includeq file="$theme_tpl/xo_page.html" }> + <{includeq file="$theme_tpl/xo_footer.html"}> +</body> +</html> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html 2015-03-31 01:46:35 UTC (rev 13031) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html 2015-04-03 16:37:24 UTC (rev 13032) @@ -8,7 +8,7 @@ <img class="img-rounded" src='<{$op.icon|default:"$theme_icons/icon_options.png"}>' alt="<{$op.title}>" /> </a> <{/foreach}> - <{if $moddir!='system' && $mod_options}> + <{if $moddir !='system' && $mod_options}> <a href="<{$xoops_url}>/modules/system/admin.php?fct=preferences&op=showmod&mod=<{$modid}>" data-toggle="tooltip" data-original-title="<{$smarty.const._OXYGEN_SITEPREF}>" title="<{$smarty.const._OXYGEN_SITEPREF}>"> <img class="img-rounded" src="<{$theme_icons}>/prefs.png" alt="<{$smarty.const._OXYGEN_SITEPREF}>" /> </a> Added: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/theme.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/theme.tpl (rev 0) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/theme.tpl 2015-04-03 16:37:24 UTC (rev 13032) @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> +<head> + <{includeq file="$theme_tpl/metas.html"}> +</head> +<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> + <div id="wrapper"> + <{includeq file="$theme_tpl/header.html"}> + <{includeq file="$theme_tpl/page.html" }> + <{includeq file="$theme_tpl/footer.html"}> + <{includeq file="$theme_tpl/scripts.html"}> + </div><{* /#wrapper *}> +</body> +</html> \ No newline at end of file |