Commit 8b9e7ac5 authored by Evren Kutar's avatar Evren Kutar

v0.0.3.1

dashboard seperated navigations for personel student and system tasks
version info activated without template (below sidebar there will be the template)
parent b4e9bf32
<div ng-app="ulakbus.dashboard"> <div ng-app="ulakbus.dashboard">
<div class="starter-template"> <div class="starter-template">
<!-- table view --> <div class="row">
<!--<table class="table table-bordered" style="background-color:#fff;">--> <div class="major-buttons">
<!--<thead>--> <div class="col-md-4">
<!--<tr>--> <a href=""><button type="button" class="btn btn-personnel brand-bg"><i class="fa fa-user"></i> PERSONEL İŞLERİ</button></a>
<!--<th colspan="2">--> </div>
<!--<label>--> <div class="col-md-4">
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">--> <a href=""><button type="button" class="btn btn-student brand-bg"><i class="fa fa-graduation-cap"></i> ÖĞRENCİ İŞLERİ</button></a>
<!--Hepsini Seç--> </div>
<!--</label>--> <div class="col-md-4">
<!--</th>--> <a href=""><button type="button" class="btn btn-system brand-bg"><i class="fa fa-gears"></i> SİSTEM</button></a>
<!--<th>First Name</th>--> </div>
<!--<th>Last Name</th>--> </div>
<!--<th>Username</th>--> </div>
<!--</tr>-->
<!--</thead>-->
<!--<tbody>-->
<!--<tr>-->
<!--<td width="60">-->
<!--<label>-->
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
<!--</label>-->
<!--</td>-->
<!--<th scope="row" style="text-align:center">1</th>-->
<!--<td>Mark</td>-->
<!--<td>Otto</td>-->
<!--<td>@mdo</td>-->
<!--</tr>-->
<!--<tr>-->
<!--<td>-->
<!--<label>-->
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
<!--</label>-->
<!--</td>-->
<!--<th scope="row" style="text-align:center">2</th>-->
<!--<td>Jacob</td>-->
<!--<td>Thornton</td>-->
<!--<td>@fat</td>-->
<!--</tr>-->
<!--<tr>-->
<!--<td>-->
<!--<label>-->
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
<!--</label>-->
<!--</td>-->
<!--<th scope="row" style="text-align:center">3</th>-->
<!--<td>Larry</td>-->
<!--<td>the Bird</td>-->
<!--<td>@twitter</td>-->
<!--</tr>-->
<!--<tr>-->
<!--<td width="60">-->
<!--<label>-->
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
<!--</label>-->
<!--</td>-->
<!--<th scope="row" style="text-align:center">4</th>-->
<!--<td>Mark</td>-->
<!--<td>Otto</td>-->
<!--<td>@mdo</td>-->
<!--</tr>-->
<!--<tr>-->
<!--<td>-->
<!--<label>-->
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
<!--</label>-->
<!--</td>-->
<!--<th scope="row" style="text-align:center">5</th>-->
<!--<td>Jacob</td>-->
<!--<td>Thornton</td>-->
<!--<td>@fat</td>-->
<!--</tr>-->
<!--<tr>-->
<!--<td>-->
<!--<label>-->
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
<!--</label>-->
<!--</td>-->
<!--<th scope="row" style="text-align:center">6</th>-->
<!--<td>Larry</td>-->
<!--<td>the Bird</td>-->
<!--<td>@twitter</td>-->
<!--</tr>-->
<!--</tbody>-->
<!--</table>-->
<!--&lt;!&ndash; end of table view &ndash;&gt;-->
<!--<div class="btn-group">-->
<!--<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"-->
<!--aria-expanded="false">-->
<!--İşlemler <span class="caret"></span>-->
<!--</button>-->
<!--<ul class="dropdown-menu">-->
<!--<li><a href="">İşlem 1</a></li>-->
<!--<li><a href="">İşlem 2</a></li>-->
<!--<li><a href="">İşlem 3</a></li>-->
<!--<li role="separator" class="divider"></li>-->
<!--<li><a href="">İşlem 4</a></li>-->
<!--</ul>-->
<!--</div>-->
<!--<hr>-->
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -21,7 +21,7 @@ var app = angular.module( ...@@ -21,7 +21,7 @@ var app = angular.module(
//'ulakbus.staff', //'ulakbus.staff',
//'ulakbus.student', //'ulakbus.student',
'ulakbus.crud', 'ulakbus.crud',
//'ulakbus.version', 'ulakbus.version',
'schemaForm', 'schemaForm',
'gettext', 'gettext',
// @if NODE_ENV='PRODUCTION' // @if NODE_ENV='PRODUCTION'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment