Skip to content

Commit

Permalink
Merge branch 'master' of github.com:slims/slims7_cendana
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif Syamsudin committed May 6, 2013
2 parents 00c785f + f46df89 commit 2137844
Show file tree
Hide file tree
Showing 146 changed files with 4,361 additions and 3,087 deletions.
27 changes: 23 additions & 4 deletions admin/admin_template/default/index_template.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<script type="text/javascript" src="<?php echo JWB; ?>chosen/ajax-chosen.min.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>tooltipsy.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>colorbox/jquery.colorbox-min.js"></script>
<!-- new them for Meranti by Eddy Subratha -->
</head>
<body>
<!-- main menu -->
Expand All @@ -41,15 +40,15 @@

<table id="main" cellpadding="0" cellspacing="0">
<tr>
<td id="sidepan">
<?php echo $sub_menu; ?>
</td>
<td>
<a name="top"></a>
<div class="loader"><?php echo $info; ?></div>
<div id="mainContent">
<?php echo $main_content; ?>
</div>
<div id="sidepan">
<?php echo $sub_menu; ?>
</div>
</td>
</tr>
</table>
Expand All @@ -58,6 +57,26 @@
<div id="footer"><?php echo $sysconf['page_footer']; ?></div>
<!-- license info end -->

<script type="text/javascript">
jQuery(document).ready( function() {

var timeOut = null;
jQuery('#mainMenu .menuCurrent, #mainMenu .home').bind('mouseover', function() {
var menu = jQuery(this);
var menuPos = menu.position();
jQuery('#sidepan').css({left: menuPos.left+'px'}).slideDown().bind('mouseover', function() {
clearTimeout(timeOut);
});
}).bind('mouseout', function() {
timeOut = setTimeout( function() { jQuery('#sidepan').slideUp(); }, 1000 );
});

jQuery('body').not('#sidepan a').click( function() { jQuery('#sidepan').fadeOut(); clearTimeout(timeOut); } );

})

</script>

<!-- fake submit iframe for search form, DONT REMOVE THIS! -->
<iframe name="blindSubmit" style="visibility: hidden; width: 0; height: 0;"></iframe>
<!-- <iframe name="blindSubmit" style="visibility: visible; width: 100%; height: 300px;"></iframe> -->
Expand Down
121 changes: 56 additions & 65 deletions admin/admin_template/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ div.clear {
-----------*/
#mainMenu {
position:fixed;
bottom:0px;
width:100%;
background-color: #222;
background-color: #222222;
Expand Down Expand Up @@ -198,7 +199,6 @@ header

#header {
position: fixed;
bottom:0px;
width:100%;
background-color: #222;
background-color: #222222;
Expand All @@ -216,6 +216,7 @@ header
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
color:#fff;
padding:5px;
height: 40px;
z-index: 1000;
}

Expand Down Expand Up @@ -252,37 +253,42 @@ submenu
-----------*/

#sidepan {
width: 210px;
background: #eee url(media/bg_noise.jpg) top left repeat !important;
box-shadow: inset -5px 0px 10px #e6e6e6 !important;
-webkit-box-shadow: inset -5px 0px 10px #e6e6e6 !important;
-moz-box-shadow: inset -5px 0px 10px #e6e6e6 !important;
padding-top:45px !important;
height:900px;
}

.subMenuHeader {
background-color: #ccc;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#cccccc), to(#b3b3b3));
background-image: -moz-linear-gradient(center top , #cccccc, #b3b3b3);
background-image: -ms-linear-gradient(top, #cccccc, #b3b3b3);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #b3b3b3));
background-image: -webkit-linear-gradient(top, #cccccc, #b3b3b3);
background-image: -o-linear-gradient(top, #cccccc, #b3b3b3);
background-image: linear-gradient(top, #cccccc, #b3b3b3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#b3b3b3', GradientType=0);
border-bottom-color: rgba(0, 0, 0, 0.25);
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: rgba(0, 0, 0, 0.1);
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.1);
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
padding:10px;
width: 250px;
background: #fff;
box-shadow: 0px 0px 10px #999 !important;
-webkit-box-shadow: 0px 0px 10px #999 !important;
-moz-box-shadow: 0px 0px 10px #999 !important;
overflow: hidden;
position: fixed;
bottom: 45px;
height: 300px;
max-height: 300px;
display: none;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#sidepan:hover {
overflow-y: scroll;
}

.subMenuHeader, .per_title {
background: #89c1db; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5YzFkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MmFjY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #89c1db 0%, #62accf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89c1db), color-stop(100%,#62accf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #89c1db 0%,#62accf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #89c1db 0%,#62accf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #89c1db 0%,#62accf 100%); /* IE10+ */
background: linear-gradient(to bottom, #89c1db 0%,#62accf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c1db', endColorstr='#62accf',GradientType=0 ); /* IE6-8 */
border-top: solid 1px #b0d6e7;
border-bottom: solid 1px #999;
padding:10px;
color: #fff;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}

.loader {
Expand Down Expand Up @@ -315,7 +321,7 @@ submenu
color:#4d4d4d;
clear:both;
padding:6px 10px;
background: transparent url(media/arrow.png) 175px center no-repeat;
background: #fff;
border-bottom: solid 1px #ddd;
border-top: solid 1px #fff;
}
Expand Down Expand Up @@ -375,16 +381,6 @@ a.printReport:active {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button-danger {
background-image: -khtml-gradient(linear, left top, left bottom, from(#e80000), to(#4e0000));
background-image: -moz-linear-gradient(top, #e80000, #4e0000);
background-image: -ms-linear-gradient(top, #e80000, #4e0000);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e80000), color-stop(100%, #4e0000));
background-image: -webkit-linear-gradient(top, #e80000, #4e0000);
background-image: -o-linear-gradient(top, #e80000, #4e0000);
background-image: linear-gradient(top, #e80000, #4e0000);
}

.headerText2 {
float: right;
background-color:#000 !important;
Expand Down Expand Up @@ -492,23 +488,6 @@ input[type=file]:focus, input[type=checkbox]:focus, select:focus {
outline: 1px dotted #4fc8fa;
}

.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
*background-color: #bd362f;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

select {
font-size: 13px;
color:#808080;
Expand Down Expand Up @@ -1041,11 +1020,6 @@ icon
margin:0;
}

.per_title
{
background-color:#bbd5f9;
padding:10px;
}

.per_title h2 div
{
Expand Down Expand Up @@ -1116,3 +1090,20 @@ input.small_input {
background: url(media/gear.png) center center no-repeat;
padding: 20px 14px 6px;
}

.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
*background-color: #bd362f;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
64 changes: 64 additions & 0 deletions admin/admin_template/meranti/index_template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html><head><title><!--PAGE_TITLE--></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="Expires" content="Sat, 26 Jul 1997 05:00:00 GMT" />
<link rel="icon" href="../webicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="../webicon.ico" type="image/x-icon" />
<link href="../template/core.style.css" rel="stylesheet" type="text/css" />
<link href="<!--CSS-->" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../tooltipster/tooltipster.css"></script>
<script type="text/javascript" src="../js/jquery.js"></script>
<script type="text/javascript" src="../js/updater.js"></script>
<script type="text/javascript" src="../js/gui.js"></script>
<script type="text/javascript" src="../js/form.js"></script>
<script type="text/javascript" src="../js/calendar.js"></script>
<script type="text/javascript" src="../js/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" src="../js/keyboard.js"></script>
<script type="text/javascript" src="../tooltipster/tooltipster.js"></script>
<!-- new them for Meranti by Eddy Subratha -->
</head>
<body>
<!-- main menu -->
<div id="mainMenu"><!--MAIN_MENU--></div>
<!-- main menu end -->

<!-- header-->
<div id="header">
<div id="headerImage">&nbsp;</div>
<div id="libraryName">
<!--LIBRARY_NAME-->
</div>
<div id="librarySubName">
<!--LIBRARY_SUBNAME-->
</div>
</div>
<!-- header end-->

<table id="main" cellpadding="0" cellspacing="0">
<tr>
<td id="sidepan">
<!--SUB_MENU-->
</td>
<td>
<a name="top"></a>
<div class="loader"><!--INFO--></div>
<div id="mainContent">
<!--MAIN_CONTENT-->
</div>
</td>
</tr>
</table>

<!-- license info -->
<div id="footer"><!--FOOTER--></div>
<!-- license info end -->

<!-- fake submit iframe for search form, DONT REMOVE THIS! -->
<iframe name="blindSubmit" style="visibility: hidden; width: 0; height: 0;"></iframe>
<!-- <iframe name="blindSubmit" style="visibility: visible; width: 100%; height: 300px;"></iframe> -->
<!-- fake submit iframe -->

</body>
</html>
67 changes: 67 additions & 0 deletions admin/admin_template/meranti/index_template.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html><head><title><?php echo $page_title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="Expires" content="Sat, 26 Jul 1997 05:00:00 GMT" />
<link rel="icon" href="<?php echo SWB; ?>webicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo SWB; ?>webicon.ico" type="image/x-icon" />
<link href="<?php echo SWB; ?>template/core.style.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $sysconf['admin_template']['css']; ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo JWB; ?>chosen/chosen.css" rel="stylesheet" type="text/css" />
<link href="<?php echo JWB; ?>colorbox/colorbox.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<?php echo JWB; ?>jquery.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>updater.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>gui.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>form.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>calendar.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>chosen/chosen.jquery.min.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>chosen/ajax-chosen.min.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>tooltipsy.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>colorbox/jquery.colorbox-min.js"></script>
<!-- new them for Meranti by Eddy Subratha -->
</head>
<body>
<!-- main menu -->
<div id="mainMenu"><?php echo $main_menu; ?></div>
<!-- main menu end -->

<!-- header-->
<div id="header">
<div id="headerImage">&nbsp;</div>
<div id="libraryName">
<?php echo $sysconf['library_name']; ?>
</div>
<div id="librarySubName">
<?php echo $sysconf['library_subname']; ?>
</div>
</div>
<!-- header end-->

<table id="main" cellpadding="0" cellspacing="0">
<tr>
<td id="sidepan">
<?php echo $sub_menu; ?>
</td>
<td>
<a name="top"></a>
<div class="loader"><?php echo $info; ?></div>
<div id="mainContent">
<?php echo $main_content; ?>
</div>
</td>
</tr>
</table>

<!-- license info -->
<div id="footer"><?php echo $sysconf['page_footer']; ?></div>
<!-- license info end -->

<!-- fake submit iframe for search form, DONT REMOVE THIS! -->
<iframe name="blindSubmit" style="visibility: hidden; width: 0; height: 0;"></iframe>
<!-- <iframe name="blindSubmit" style="visibility: visible; width: 100%; height: 300px;"></iframe> -->
<!-- fake submit iframe -->

</body>
</html>
Binary file added admin/admin_template/meranti/media/arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added admin/admin_template/meranti/media/block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/body.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/cal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/drag_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/extend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/gear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/lock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/admin_template/meranti/media/no_extend.png
Binary file added admin/admin_template/meranti/media/pie.png
Binary file added admin/admin_template/meranti/media/printer.png
Binary file added admin/admin_template/meranti/media/return.png
Binary file added admin/admin_template/meranti/media/trash.png
Binary file added admin/admin_template/meranti/media/upload.png
Binary file added admin/admin_template/meranti/media/view.png
Loading

0 comments on commit 2137844

Please sign in to comment.