Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
djnro
Commits
37bd5a46
Commit
37bd5a46
authored
Oct 24, 2012
by
Leonidas Poulopoulos
Browse files
Renamed error.html to status.html
parent
60a4dc45
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/status.html
0 → 100644
View file @
37bd5a46
{% extends "base.html" %}
{% load i18n %}
{% block topmenu %}
<ul
class=
"nav"
>
<li>
<a
href=
"{% url index %}"
>
{% trans "Home" %}
</a>
</li>
<li>
<a
href=
"/faq/{{LANGUAGE_CODE}}/"
>
FAQ
</a>
</li>
<li>
<a
href=
"{% url login %}"
style=
"padding-top: 3px; padding-bottom: 0px;"
>
{% trans "Manage" %}
<img
src=
"/static/img/image_shibboleth_logo_color.png"
style=
"padding: 0px;"
></a>
</li>
</ul>
{% endblock %}
{% block content %}
<div
class=
"container-fluid"
>
<div
class=
"row-fluid"
>
<div
class=
"span2"
>
</div>
<!--/span-->
<div
class=
"span10"
>
<div
class=
"row-fluid"
>
<!--/span-->
<h3>
{% if status %}Status{% else %}{% if error %}Error{% endif%}{% endif %}
</h3>
<hr>
{% block subcontent %}
<div
class=
"span10 alert {% if status%}alert-success{% else %}{% if error %}alert-error{% endif %}{% endif %}"
>
{% autoescape off %}{{error}}{{status}}{% endautoescape %}
</div>
{% endblock %}
<!--/span-->
</div>
<!--/row-->
</div>
<!--/span-->
</div>
<!--/span-->
<hr>
<footer>
<p>
©
@ GRNET NOC 2012
</p>
</footer>
</div>
<!--/.fluid-container-->
{% endblock %}
\ 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