mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
frontent refactoring - move authentication into phraseanet-production-client
This commit is contained in:
@@ -42,46 +42,13 @@
|
||||
|
||||
{# include backbone templates #}
|
||||
{% include "login/common/templates.html.twig" %}
|
||||
<script type="text/javascript" src="/assets/authentication/js/authentication{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript" src="/assets/vendors/jquery/jquery{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript" src="/assets/production/commons{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript" src="/assets/production/authenticate{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
{% endblock header_javascript %}
|
||||
{% endblock header %}
|
||||
</head>
|
||||
<body>
|
||||
{% block google_chrome_frame %}
|
||||
<!--[if lt IE 7]>
|
||||
<div class="ie6-special">
|
||||
<div class="ie6-container">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width:350px;">
|
||||
<img src="/assets/authentication/images/ie6dead.png" />
|
||||
</td>
|
||||
<td>
|
||||
<h1>
|
||||
{% block main_title %}{% endblock %}
|
||||
</h1>
|
||||
<p>
|
||||
{% trans %}Mettez à jour votre navigateur ou téléchargez un navigateur plus récent.{% endtrans %}
|
||||
</p>
|
||||
<p>
|
||||
{% trans %}Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame.{% endtrans %}
|
||||
</p>
|
||||
<p class="links">
|
||||
<a href="https://www.google.com/chrome">
|
||||
{% trans %}Installer Google Chrome{% endtrans %}
|
||||
</a><br/>
|
||||
<a href="https://www.google.com/chromeframe">
|
||||
{% trans %}Installer Google Chrome Frame{% endtrans %}
|
||||
</a>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<![endif]-->
|
||||
{% endblock google_chrome_frame %}
|
||||
|
||||
{% block container %}
|
||||
<div class="container">
|
||||
{% block content_scaffholding %}{% endblock %}
|
||||
|
Reference in New Issue
Block a user