Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
BeHub-web
Project
Project
Details
Activity
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
Dominik Rosiek
BeHub-web
Commits
2fea585f
Commit
2fea585f
authored
Nov 21, 2015
by
Rafal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login
parent
2d221b1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
51 deletions
+21
-51
login.html
BeHub/Hub/templates/page/login.html
+21
-51
No files found.
BeHub/Hub/templates/page/login.html
View file @
2fea585f
{% load staticfiles%}
{% load staticfiles%}
<link
href=
"{% static 'css/bootstrap.min.css' %}"
rel=
"stylesheet"
>
<link
href=
"{% static 'css/bootstrap.min.css' %}"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/dashboard
.css' %}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/login
.css' %}"
/>
<div
class=
"container"
style=
"margin-top:40px"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"col-sm-6 col-md-4 col-md-offset-4"
>
<div
class=
"row"
>
<div
class=
"panel panel-default"
>
<div
class=
"col-sm-6 col-md-4 col-md-offset-4"
>
<div
class=
"panel-heading"
>
<strong>
Login
</strong>
<div
class=
"account-wall"
>
</div>
<img
class=
"profile-img"
src=
"{{STATIC_URL}}login.jpg"
<div
class=
"panel-body"
>
alt=
""
>
<form
role=
"form"
action=
"#"
method=
"POST"
>
<form
action=
"/login/"
method=
"post"
class=
"form-signin"
>
{% csrf_token %}
{% csrf_token %}
<fieldset>
<input
type=
"text"
class=
"form-control"
placeholder=
"Username"
required
autofocus
name=
"username"
>
<div
class=
"row"
>
<input
type=
"password"
class=
"form-control"
placeholder=
"Password"
required
name=
"password"
>
<div
class=
"center-block"
>
<button
class=
"btn btn-lg btn-primary btn-block"
type=
"submit"
>
<img
class=
"profile-img"
Sign in
</button>
src=
"{{ STATIC_URL }}img/login.jpg }}"
alt=
""
>
</form>
</div>
</div>
</div>
<div
class=
"row"
>
</div>
<div
class=
"col-sm-12 col-md-10 col-md-offset-1 "
>
</div>
<div
class=
"form-group"
>
</div>
<div
class=
"input-group"
>
\ No newline at end of file
<span
class=
"input-group-addon"
>
<i
class=
"glyphicon glyphicon-user"
></i>
</span>
<input
class=
"form-control"
placeholder=
"username"
name=
"username"
type=
"text"
required=
""
autofocus
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
<i
class=
"glyphicon glyphicon-lock"
></i>
</span>
<input
class=
"form-control"
placeholder=
"password"
name=
"password"
type=
"password"
value=
""
required=
""
>
</div>
</div>
<div
class=
"form-group"
>
<input
type=
"submit"
class=
"btn btn-lg btn-primary btn-block"
value=
"Entrar"
>
</div>
</div>
</div>
</fieldset>
</form>
</div>
<div
class=
"panel-footer "
>
Não é registrado?
<a
href=
"#"
onClick=
""
>
Clique aqui
</a>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
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