Skip to content

Commit

Permalink
Add new template Schils...yeaaah baby!
Browse files Browse the repository at this point in the history
  • Loading branch information
mucill committed Nov 30, 2018
1 parent bf4a978 commit 8bfbe26
Show file tree
Hide file tree
Showing 67 changed files with 2,446 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/admin_template/schils/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions admin/admin_template/schils/font-awesome.min.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions admin/admin_template/schils/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(./fonts/Montserrat-Regular.ttf) format('truetype');
}
/* latin */
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: local('Nunito Regular'), local('Nunito-Regular'), url(./fonts/Nunito-Regular.ttf) format('truetype');
}
Binary file added admin/admin_template/schils/fonts/FontAwesome.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
520 changes: 520 additions & 0 deletions admin/admin_template/schils/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
288 changes: 288 additions & 0 deletions admin/admin_template/schils/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
63 changes: 63 additions & 0 deletions admin/admin_template/schils/index_template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!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>
</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>
90 changes: 90 additions & 0 deletions admin/admin_template/schils/index_template.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!doctype html>
<html>
<head>
<title><?php echo $page_title; ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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 JWB; ?>colorbox/colorbox.css" rel="stylesheet" type="text/css" />
<link href="<?php echo JWB; ?>chosen/chosen.css" rel="stylesheet" type="text/css" />
<link href="<?php echo JWB; ?>jquery.imgareaselect/css/imgareaselect-default.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $sysconf['admin_template']['css'].'?'.date('tHis'); ?>" 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; ?>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>
<script type="text/javascript" src="<?php echo JWB; ?>jquery.imgareaselect/scripts/jquery.imgareaselect.pack.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>webcam.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>scanner.js"></script>
<script type="text/javascript" src="<?php echo JWB; ?>jquery.nicescroll.min.js"></script>
</head>
<body>

<header id="header">
<div class="s-user" id="profile">
<div class="s-user-frame">
<a href="<?php echo MWB.'system/app_user.php?changecurrent=true&action=detail'; ?>" class="s-user-photo subMenuItem">
<img src="<?php echo '../lib/minigalnano/createthumb.php?filename=../../'.IMG.'/persons/'.urlencode(urlencode($_SESSION['upict'])).'&width=200'?>" alt="Photo <?php echo $_SESSION['realname']?>">
</a>
</div>
<a href="<?php echo MWB.'system/app_user.php?changecurrent=true&action=detail'; ?>">
<h4 class="s-user-name"><?php echo $_SESSION['realname']?></h4>
<?php echo isset($_SESSION['nname']) ? $_SESSION['nname'] : __('Librarian'); ?>
</a>
</div>
<nav id="mainMenu">
<?php echo $main_menu; ?>
</nav>
</header>

<nav id="sidepan">
<?php echo $sub_menu; ?>
</nav>


<div id="mainContent">
<?php if(isset($_GET['mod'])) : ?>
<div class="loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
<?php endif ?>

<?php echo $main_content; ?>
</div>

<footer>
<div class="row">
<div class="col-md-6"><?php echo SENAYAN_VERSION; ?></div>
<div class="col-md-6 text-right"><?php echo $sysconf['page_footer']; ?></div>
</div>
</footer>

<!-- 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 -->

<script>
$(document).ready(function() {
$("#sidepan").niceScroll({cursorborder : 'transparent', cursorcolor : '#ccc', cursorwidth : '8'});
});
</script>

</body>
</html>
Binary file added admin/admin_template/schils/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/schils/media/bg.jpg
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/schils/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.
Binary file added admin/admin_template/schils/media/bg_noise.jpg
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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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/schils/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.
Binary file added admin/admin_template/schils/media/no_extend.png
Binary file added admin/admin_template/schils/media/pie.png
Binary file added admin/admin_template/schils/media/printer.png
Binary file added admin/admin_template/schils/media/return.png
Binary file added admin/admin_template/schils/media/trash.png
Binary file added admin/admin_template/schils/media/upload.png
Binary file added admin/admin_template/schils/media/view.png
Binary file added admin/admin_template/schils/preview.png
Loading

3 comments on commit 8bfbe26

@desawarna
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ihir :)

@pustakawan
Copy link

@pustakawan pustakawan commented on 8bfbe26 Dec 4, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pustakawan
Copy link

@pustakawan pustakawan commented on 8bfbe26 Dec 4, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.