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 class="starter-template">
<!-- table view -->
<!--<table class="table table-bordered" style="background-color:#fff;">-->
<!--<thead>-->
<!--<tr>-->
<!--<th colspan="2">-->
<!--<label>-->
<!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
<!--Hepsini Seç-->
<!--</label>-->
<!--</th>-->
<!--<th>First Name</th>-->
<!--<th>Last Name</th>-->
<!--<th>Username</th>-->
<!--</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 class="row">
<div class="major-buttons">
<div class="col-md-4">
<a href=""><button type="button" class="btn btn-personnel brand-bg"><i class="fa fa-user"></i> PERSONEL İŞLERİ</button></a>
</div>
<div class="col-md-4">
<a href=""><button type="button" class="btn btn-student brand-bg"><i class="fa fa-graduation-cap"></i> ÖĞRENCİ İŞLERİ</button></a>
</div>
<div class="col-md-4">
<a href=""><button type="button" class="btn btn-system brand-bg"><i class="fa fa-gears"></i> SİSTEM</button></a>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
......@@ -21,7 +21,7 @@ var app = angular.module(
//'ulakbus.staff',
//'ulakbus.student',
'ulakbus.crud',
//'ulakbus.version',
'ulakbus.version',
'schemaForm',
'gettext',
// @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