Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
3fe394ea
Commit
3fe394ea
authored
Oct 18, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Login page add a link to ask an account.
parent
5ccf4761
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
82 deletions
+1
-82
login.html
templates/pages/auth/login.html
+0
-81
login.html
templates/pages/main/login.html
+1
-1
No files found.
templates/pages/auth/login.html
deleted
100644 → 0
View file @
5ccf4761
<html>
{% load staticfiles %}
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
lib
/
bootstrap
/
3
.
0
.
2
/
bootstrap
.
css
"
%}"
>
</head>
<body>
<div
id=
"grp-container"
>
<!-- HEADER -->
<header
id=
"grp-header"
class=
""
>
<!-- NAVIGATION -->
<div
id=
"grp-navigation"
>
<h1
id=
"grp-admin-title"
>
Gargantext
</h1>
<!-- Nav-Global -->
</div>
</header>
<!-- CONTENT -->
<article
id=
"grp-content"
class=
""
>
<!-- CONTENT TITLE -->
<header
id=
"grp-content-title"
>
<br><br><br>
</header>
<div
class=
"container theme-showcase"
role=
"main"
>
<div
class=
"jumbotron"
>
<!-- CONTENT-CONTAINER -->
<div
id=
"grp-content-container"
>
<div
class=
"g-d-c g-d-10 g-centered"
>
<form
action=
""
method=
"post"
><input
type=
'hidden'
name=
'csrfmiddlewaretoken'
value=
'Yopwc8YatA3C68kSevZX9upoXdIcZzPn'
/>
<fieldset
class=
"grp-module grp-module-login"
>
<h2>
<span
class=
"grp-current-page"
>
Login
</span>
</h2>
<div
class=
"grp-module"
>
{% block main %}
<div
id=
"login"
>
{% csrf_token %}
{% if next_page %}
<input
type=
"hidden"
name=
"the_next_page"
value=
"{{ next_page }}"
/>
{% endif %}
<div
class=
"grp-row"
>
<label
class=
"control-label"
for=
"username"
>
Username
</label>
<input
type=
"text"
id=
"username"
name=
"username"
placeholder=
"Username"
>
</div>
<div
class=
"grp-row grp-connected"
>
<label
class=
"control-label"
for=
"password"
>
Password
</label>
<input
type=
"password"
name=
"password"
id=
"password"
placeholder=
"Password"
>
</div>
</div>
{% endblock %}
</div>
</fieldset>
<div
class=
"grp-module grp-submit-row"
>
<ul>
<li><input
type=
"submit"
class=
"grp-button grp-default"
value=
"Log in"
/></li>
</ul>
</div>
</form>
</div>
</div>
</div>
</div>
</article>
</div>
<script
type=
"text/javascript"
>
(
function
(
$
)
{
$
(
window
).
load
(
function
(){
$
(
'#username'
).
focus
();
});
})(
grp
.
jQuery
);
</script>
</body>
</html>
templates/pages/main/login.html
View file @
3fe394ea
...
...
@@ -36,7 +36,7 @@
<div
class=
"card-block"
>
<div
class=
"center"
>
<h4
class=
"m-b-0"
><span
class=
"icon-text"
>
Connexion
</span></h4>
<p
class=
"text-muted"
>
Login to your account
</p>
<p
class=
"text-muted"
>
Login to your account
or
<a
target=
"blank"
href=
"https://iscpif.fr/services/applyforourservices/"
>
ask to get an access
</a>
</p>
</div>
{% if form.errors %}
...
...
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