Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
8d7e24c9
Commit
8d7e24c9
authored
Sep 17, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit page model to form implementation
dashboard cleanup
parent
38722004
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
226 additions
and
213 deletions
+226
-213
Gruntfile.js
Gruntfile.js
+2
-1
dashboard.html
app/components/dashboard/dashboard.html
+98
-98
app.js
dist/app.js
+1
-1
app.css
dist/css/app.css
+7
-0
templates.js
dist/templates.js
+118
-113
No files found.
Gruntfile.js
View file @
8d7e24c9
...
@@ -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"
,
...
...
app/components/dashboard/dashboard.html
View file @
8d7e24c9
...
@@ -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
-->
<!--
<!– end of table view –>
-->
<
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
dist/app.js
View file @
8d7e24c9
This diff is collapsed.
Click to expand it.
dist/css/app.css
View file @
8d7e24c9
/* 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.
...
...
dist/templates.js
View file @
8d7e24c9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment