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

edit page model to form implementation

dashboard cleanup
parent 38722004
...@@ -118,13 +118,14 @@ module.exports = function (grunt) { ...@@ -118,13 +118,14 @@ module.exports = function (grunt) {
"app/bower_components/angular-loading-bar/build/loading-bar.min.js", "app/bower_components/angular-loading-bar/build/loading-bar.min.js",
"app/bower_components/metisMenu/dist/metisMenu.min.js", "app/bower_components/metisMenu/dist/metisMenu.min.js",
"app/bower_components/Chart.js/Chart.min.js", "app/bower_components/Chart.js/Chart.min.js",
"app/shared/scripts/jquery-ui.min.js", "app/shared/scripts/jquery-ui.min.js"
], ],
dest: 'dist/bower_components/components.js' dest: 'dist/bower_components/components.js'
}, },
css: { css: {
files: { files: {
'dist/css/app.css': [ 'dist/css/app.css': [
"app/bower_components/angular-bootstrap/ui-bootstrap-csp.css",
"app/bower_components/bootstrap/dist/css/bootstrap.min.css", "app/bower_components/bootstrap/dist/css/bootstrap.min.css",
"app/app.css", "app/app.css",
"app/bower_components/metisMenu/dist/metisMenu.min.css", "app/bower_components/metisMenu/dist/metisMenu.min.css",
......
...@@ -2,107 +2,107 @@ ...@@ -2,107 +2,107 @@
<div class="starter-template"> <div class="starter-template">
<!-- table view --> <!-- table view -->
<table class="table table-bordered" style="background-color:#fff;"> <!--<table class="table table-bordered" style="background-color:#fff;">-->
<thead> <!--<thead>-->
<tr> <!--<tr>-->
<th colspan="2"> <!--<th colspan="2">-->
<label> <!--<label>-->
<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;"> <!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
Hepsini Seç <!--Hepsini Seç-->
</label> <!--</label>-->
</th> <!--</th>-->
<th>First Name</th> <!--<th>First Name</th>-->
<th>Last Name</th> <!--<th>Last Name</th>-->
<th>Username</th> <!--<th>Username</th>-->
</tr> <!--</tr>-->
</thead> <!--</thead>-->
<tbody> <!--<tbody>-->
<tr> <!--<tr>-->
<td width="60"> <!--<td width="60">-->
<label> <!--<label>-->
<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;"> <!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
</label> <!--</label>-->
</td> <!--</td>-->
<th scope="row" style="text-align:center">1</th> <!--<th scope="row" style="text-align:center">1</th>-->
<td>Mark</td> <!--<td>Mark</td>-->
<td>Otto</td> <!--<td>Otto</td>-->
<td>@mdo</td> <!--<td>@mdo</td>-->
</tr> <!--</tr>-->
<tr> <!--<tr>-->
<td> <!--<td>-->
<label> <!--<label>-->
<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;"> <!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
</label> <!--</label>-->
</td> <!--</td>-->
<th scope="row" style="text-align:center">2</th> <!--<th scope="row" style="text-align:center">2</th>-->
<td>Jacob</td> <!--<td>Jacob</td>-->
<td>Thornton</td> <!--<td>Thornton</td>-->
<td>@fat</td> <!--<td>@fat</td>-->
</tr> <!--</tr>-->
<tr> <!--<tr>-->
<td> <!--<td>-->
<label> <!--<label>-->
<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;"> <!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
</label> <!--</label>-->
</td> <!--</td>-->
<th scope="row" style="text-align:center">3</th> <!--<th scope="row" style="text-align:center">3</th>-->
<td>Larry</td> <!--<td>Larry</td>-->
<td>the Bird</td> <!--<td>the Bird</td>-->
<td>@twitter</td> <!--<td>@twitter</td>-->
</tr> <!--</tr>-->
<tr> <!--<tr>-->
<td width="60"> <!--<td width="60">-->
<label> <!--<label>-->
<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;"> <!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
</label> <!--</label>-->
</td> <!--</td>-->
<th scope="row" style="text-align:center">4</th> <!--<th scope="row" style="text-align:center">4</th>-->
<td>Mark</td> <!--<td>Mark</td>-->
<td>Otto</td> <!--<td>Otto</td>-->
<td>@mdo</td> <!--<td>@mdo</td>-->
</tr> <!--</tr>-->
<tr> <!--<tr>-->
<td> <!--<td>-->
<label> <!--<label>-->
<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;"> <!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
</label> <!--</label>-->
</td> <!--</td>-->
<th scope="row" style="text-align:center">5</th> <!--<th scope="row" style="text-align:center">5</th>-->
<td>Jacob</td> <!--<td>Jacob</td>-->
<td>Thornton</td> <!--<td>Thornton</td>-->
<td>@fat</td> <!--<td>@fat</td>-->
</tr> <!--</tr>-->
<tr> <!--<tr>-->
<td> <!--<td>-->
<label> <!--<label>-->
<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;"> <!--<input type="checkbox" style="zoom:1.5; margin:5px 0 0 8px;">-->
</label> <!--</label>-->
</td> <!--</td>-->
<th scope="row" style="text-align:center">6</th> <!--<th scope="row" style="text-align:center">6</th>-->
<td>Larry</td> <!--<td>Larry</td>-->
<td>the Bird</td> <!--<td>the Bird</td>-->
<td>@twitter</td> <!--<td>@twitter</td>-->
</tr> <!--</tr>-->
</tbody> <!--</tbody>-->
</table> <!--</table>-->
<!-- end of table view --> <!--&lt;!&ndash; end of table view &ndash;&gt;-->
<div class="btn-group"> <!--<div class="btn-group">-->
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" <!--<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"-->
aria-expanded="false"> <!--aria-expanded="false">-->
İşlemler <span class="caret"></span> <!--İşlemler <span class="caret"></span>-->
</button> <!--</button>-->
<ul class="dropdown-menu"> <!--<ul class="dropdown-menu">-->
<li><a href="">İşlem 1</a></li> <!--<li><a href="">İşlem 1</a></li>-->
<li><a href="">İşlem 2</a></li> <!--<li><a href="">İşlem 2</a></li>-->
<li><a href="">İşlem 3</a></li> <!--<li><a href="">İşlem 3</a></li>-->
<li role="separator" class="divider"></li> <!--<li role="separator" class="divider"></li>-->
<li><a href="">İşlem 4</a></li> <!--<li><a href="">İşlem 4</a></li>-->
</ul> <!--</ul>-->
</div> <!--</div>-->
<hr> <!--<hr>-->
</div> </div>
</div> </div>
\ No newline at end of file
This diff is collapsed.
/* Include this file in your html if you are using the CSP mode. */
.ng-animate.item:not(.left):not(.right) {
-webkit-transition: 0s ease-in-out left;
transition: 0s ease-in-out left
}
/*! /*!
* Bootstrap v3.3.5 (http://getbootstrap.com) * Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc. * Copyright 2011-2015 Twitter, Inc.
......
This diff is collapsed.
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