|
From: <txm...@us...> - 2015-03-16 10:32:00
|
Revision: 13017
http://sourceforge.net/p/xoops/svn/13017
Author: txmodxoops
Date: 2015-03-16 10:31:53 +0000 (Mon, 16 Mar 2015)
Log Message:
-----------
Updated
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/bootnewage.php
XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/language/english/admin.php
XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.html
XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.html
Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/bootnewage.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/bootnewage.php 2015-03-14 18:51:12 UTC (rev 13016)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/bootnewage.php 2015-03-16 10:31:53 UTC (rev 13017)
@@ -301,7 +301,7 @@
}
return;
}
-
+ $item_id = 1;
foreach ($mods as $mod) {
$sadmin = $moduleperm_handler->checkRight ( 'module_admin', $mod->getVar ( 'mid' ), $xoopsUser->getGroups () );
if ($sadmin) {
@@ -312,6 +312,7 @@
} else {
$rtn ['link'] = XOOPS_URL . '/modules/system/admin.php?fct=preferences&op=showmod&mod=' . $mod->getVar ( 'mid' );
}
+ $rtn ['id'] = $item_id;
$rtn ['title'] = htmlspecialchars($mod->getVar ('name'), ENT_QUOTES);
$rtn ['image'] = $mod->getInfo('image');
$rtn ['description'] = $mod->getInfo('description');
@@ -323,7 +324,9 @@
}
$tpl->append ( 'modules', $rtn );
}
+ $item_id++;
}
+ unset($item_id);
}
/*function footer()
Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/language/english/admin.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/language/english/admin.php 2015-03-14 18:51:12 UTC (rev 13016)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/language/english/admin.php 2015-03-16 10:31:53 UTC (rev 13017)
@@ -2,6 +2,10 @@
// $Id: admin.php 12609 2014-06-16 06:30:00Z beckmi $
define('_OXYGEN_SYSOPTIONS',"System Options");
define('_OXYGEN_INSTALLEDMODULES',"Installed Modules");
+define('_OXYGEN_INSTALLEDMODULES_NUM',"N°");
+define('_OXYGEN_INSTALLEDMODULES_IMAGE',"Image");
+define('_OXYGEN_INSTALLEDMODULES_NAME',"Name");
+define('_OXYGEN_INSTALLEDMODULES_DESCRIPTION',"Description");
define('_OXYGEN_XOOPSTHEMES',"XOOPS Themes");
define('_OXYGEN_XOOPSMODULES',"XOOPS Modules");
define('_OXYGEN_INTERESTSITES',"Links");
Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.html 2015-03-14 18:51:12 UTC (rev 13016)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_modules.html 2015-03-16 10:31:53 UTC (rev 13017)
@@ -1,8 +1,14 @@
<table class="table table-striped">
<thead>
<tr>
- <th colspan="4"><{$smarty.const._OXYGEN_INSTALLEDMODULES}></th>
+ <h4 colspan="4"><{$smarty.const._OXYGEN_INSTALLEDMODULES}></h4>
</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}>
Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.html 2015-03-14 18:51:12 UTC (rev 13016)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_page.html 2015-03-16 10:31:53 UTC (rev 13017)
@@ -3,7 +3,7 @@
<hr />
<div class="row">
<!-- center left-->
- <div class="col-md-9">
+ <div class="col-md-12">
<{if $xo_sys_breadcrumb}>
<div class="row">
<div class="col-lg-12">
@@ -31,21 +31,20 @@
<{/if}>
<{if $modules}>
<div class="row">
- <div class="col-lg-12">
+ <div class="col-lg-9">
<div class="panel panel-default">
<div class="panel-body">
<{includeq file="$theme_tpl/theme_modules.html"}>
</div>
</div>
</div>
- </div><{* /.row *}>
- <hr />
- <{/if}>
- </div><!--/col-->
- <!--center-right-->
- <div class="col-md-3">
- <{includeq file="$theme_tpl/theme_tabs.html"}>
- <hr />
- <{includeq file="$theme_tpl/theme_accordion.html"}>
- </div><!--/col-span-3-->
+ <!--center-right-->
+ <div class="col-md-3">
+ <{includeq file="$theme_tpl/theme_tabs.html"}>
+ <hr />
+ <{includeq file="$theme_tpl/theme_accordion.html"}>
+ </div><!--/col-->
+ </div><{* /.row *}><hr />
+ <{/if}>
+ </div><!--/col-span-12-->
</div><!--/row-->
\ No newline at end of file
|
|
From: <txm...@us...> - 2015-04-16 21:43:55
|
Revision: 13037
http://sourceforge.net/p/xoops/svn/13037
Author: txmodxoops
Date: 2015-04-16 21:43:53 +0000 (Thu, 16 Apr 2015)
Log Message:
-----------
Updated
Modified Paths:
--------------
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/xotpl/theme_header.tpl
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-04-07 18:36:06 UTC (rev 13036)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css 2015-04-16 21:43:53 UTC (rev 13037)
@@ -69,12 +69,96 @@
font-size:18px;
}
-footer {
- margin-top:20px;
- padding-top:20px;
- padding-bottom:20px;
- background-color:#efefef;
+#g-color-menu {
+ margin: 0;
+ padding: 15px 0 0 15px;
}
+#g-color-menu li {
+ display: inline-block;
+ border: 2px solid black;
+ height: 30px;
+ width: 30px;
+ margin: 0 15px 15px 0;
+}
+#g-color-menu li:hover {
+ border: 2px solid white;
+}
+#g-color-menu .color-theme1 {
+ display: block;
+ width: 0px;
+ height: 0px;
+ border-left-color: transparent !important;
+ border-top-color: transparent !important;
+ position: relative;
+ z-index: 1
+}
+#g-color-menu .color-theme2 {
+ display: block;
+ width: 26px;
+ height: 26px;
+ position: relative;
+ top: -26px;
+}
+#g-color-menu li.theme1 {
+ display: none
+}
+#g-color-menu li {
+ cursor: pointer
+}
+#g-color-menu .theme1 .color1 {
+ border: 13px solid #ffffff;
+}
+#g-color-menu .theme1 .color2 {
+ background: #484848;
+}
+#g-color-menu .theme2 .color1 {
+ border: 13px solid #f6f6f6;
+}
+#g-color-menu .theme2 .color2 {
+ background: #f2404e;
+}
+#g-color-menu .theme3 .color1 {
+ border: 13px solid #cbccbe;
+}
+#g-color-menu .theme3 .color2 {
+ background: #584336;
+}
+#g-color-menu .theme4 .color1 {
+ border: 13px solid #fdfdfd;
+}
+#g-color-menu .theme4 .color2 {
+ background: #eac12d;
+}
+#g-color-menu .theme5 .color1 {
+ border: 13px solid #f5f1e8;
+}
+#g-color-menu .theme5 .color2 {
+ background: #b04444;
+}
+#g-color-menu .theme6 .color1 {
+ border: 13px solid #ffffff;
+}
+#g-color-menu .theme6 .color2 {
+ background: #729f42;
+}
+#g-color-menu .theme7 .color1 {
+ border: 13px solid #f1f1f1;
+}
+#g-color-menu .theme7 .color2 {
+ background: #317081;
+}
+#g-color-menu .theme8 .color1 {
+ border: 13px solid #fcfcfc;
+}
+#g-color-menu .theme8 .color2 {
+ background: #43bebc;
+}
+#g-color-menu .theme9 .color1 {
+ border: 13px solid #f9f6ed;
+}
+#g-color-menu .theme9 .color2 {
+ background: #eea200;
+}
.nav>li .count {
position: absolute;
@@ -95,7 +179,7 @@
/* Dropdown Submenu Top */
-.dropdown-submenu{
+.dropdown-submenu {
position:relative;
}
@@ -188,6 +272,13 @@
margin: 20px 0 0 10px;
}
+footer {
+ margin-top:20px;
+ padding-top:20px;
+ padding-bottom:20px;
+ background-color:#efefef;
+}
+
@media(max-width:767px) {
.sidenav {
margin-top: -20px;
Modified: 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 2015-04-07 18:36:06 UTC (rev 13036)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl 2015-04-16 21:43:53 UTC (rev 13037)
@@ -12,6 +12,7 @@
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
+ <li class="home"><a href="<{xoAppUrl /}>"><i class="glyphicon glyphicon-home"></i></a></li>
<{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>
@@ -37,11 +38,11 @@
<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">
+ <ul id="g-color-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-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>
|