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
1d1f8210
Commit
1d1f8210
authored
Sep 28, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.0.3.1
add footer to sidebar with version sign in page fix for turkish
parent
20fa07f2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
auth_controller.js
app/components/auth/auth_controller.js
+3
-3
login.html
app/components/auth/login.html
+1
-1
sidebar.html
app/shared/templates/directives/sidebar.html
+1
-1
app.js
dist/app.js
+1
-1
templates.js
dist/templates.js
+2
-2
No files found.
app/components/auth/auth_controller.js
View file @
1d1f8210
...
@@ -15,9 +15,9 @@ auth.controller('LoginCtrl', function ($scope, $q, $timeout, $routeParams, Gener
...
@@ -15,9 +15,9 @@ auth.controller('LoginCtrl', function ($scope, $q, $timeout, $routeParams, Gener
// todo: change simple login when api ready
// todo: change simple login when api ready
Generator
.
get_form
(
$scope
).
then
(
function
(
data
){
Generator
.
get_form
(
$scope
).
then
(
function
(
data
){
$scope
.
form
=
[
$scope
.
form
=
[
"*"
,
{
key
:
"username"
,
type
:
"string"
,
title
:
"Kullanıcı Adı"
}
,
{
key
:
"password"
,
type
:
"password"
},
{
key
:
"password"
,
type
:
"password"
,
title
:
"Şifre"
},
{
type
:
'submit'
,
title
:
'
Save
'
}
{
type
:
'submit'
,
title
:
'
Giriş Yap
'
}
];
];
});
});
$scope
.
onSubmit
=
function
(
form
)
{
$scope
.
onSubmit
=
function
(
form
)
{
...
...
app/components/auth/login.html
View file @
1d1f8210
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"col-md-4 col-md-offset-4"
>
<div
class=
"col-md-4 col-md-offset-4"
>
<div
class=
"login-panel panel panel-default"
>
<div
class=
"login-panel panel panel-default"
>
<div
class=
"panel-heading"
>
<div
class=
"panel-heading"
>
<h3
class=
"panel-title"
>
Sign In
</h3>
<h3
class=
"panel-title"
>
Giriş Yap
</h3>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
<span
class=
"label label-warning"
>
{{message}}
</span>
<span
class=
"label label-warning"
>
{{message}}
</span>
...
...
app/shared/templates/directives/sidebar.html
View file @
1d1f8210
...
@@ -21,6 +21,6 @@
...
@@ -21,6 +21,6 @@
</div>
</div>
<!-- /.sidebar-collapse -->
<!-- /.sidebar-collapse -->
<footer>
<footer>
<span>
v
0.0.3 ® Lorem Ipsum
</span>
<span>
v
<app-version></app-version>
® ZetaOps
</span>
</footer>
</footer>
</div>
</div>
dist/app.js
View file @
1d1f8210
This diff is collapsed.
Click to expand it.
dist/templates.js
View file @
1d1f8210
...
@@ -7,7 +7,7 @@ angular.module("components/auth/login.html", []).run(["$templateCache", function
...
@@ -7,7 +7,7 @@ angular.module("components/auth/login.html", []).run(["$templateCache", function
" <div class=
\"
col-md-4 col-md-offset-4
\"
>
\n
"
+
" <div class=
\"
col-md-4 col-md-offset-4
\"
>
\n
"
+
" <div class=
\"
login-panel panel panel-default
\"
>
\n
"
+
" <div class=
\"
login-panel panel panel-default
\"
>
\n
"
+
" <div class=
\"
panel-heading
\"
>
\n
"
+
" <div class=
\"
panel-heading
\"
>
\n
"
+
" <h3 class=
\"
panel-title
\"
>
Sign In
</h3>
\n
"
+
" <h3 class=
\"
panel-title
\"
>
Giriş Yap
</h3>
\n
"
+
" </div>
\n
"
+
" </div>
\n
"
+
" <div class=
\"
panel-body
\"
>
\n
"
+
" <div class=
\"
panel-body
\"
>
\n
"
+
" <span class=
\"
label label-warning
\"
>{{message}}</span>
\n
"
+
" <span class=
\"
label label-warning
\"
>{{message}}</span>
\n
"
+
...
@@ -957,7 +957,7 @@ angular.module("shared/templates/directives/sidebar.html", []).run(["$templateCa
...
@@ -957,7 +957,7 @@ angular.module("shared/templates/directives/sidebar.html", []).run(["$templateCa
" </div>
\n
"
+
" </div>
\n
"
+
" <!-- /.sidebar-collapse -->
\n
"
+
" <!-- /.sidebar-collapse -->
\n
"
+
" <footer>
\n
"
+
" <footer>
\n
"
+
" <span>v
0.0.3 ® Lorem Ipsum
</span>
\n
"
+
" <span>v
<app-version></app-version> ® ZetaOps
</span>
\n
"
+
" </footer>
\n
"
+
" </footer>
\n
"
+
"</div>
\n
"
+
"</div>
\n
"
+
""
);
""
);
...
...
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