Skip to content
Snippets Groups Projects
Commit 2aa3d8d7 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Spacing

parent 4a469476
No related branches found
No related tags found
No related merge requests found
<div class="pure-g frontpage-menu"> <div class="pure-g frontpage-menu">
<div class="pure-u-2-3"> <div class="pure-u-2-3">
<div class="pure-menu pure-menu-horizontal"> <div class="pure-menu pure-menu-horizontal">
<ul class="pure-menu-list"> <ul class="pure-menu-list">
<li class="pure-menu-item {% if frontpage_section == "welcome" %} pure-menu-selected{% endif %}"> <li class="pure-menu-item{% if frontpage_section == "welcome" %} pure-menu-selected{% endif %}">
<a href="frontpage_welcome.php" class="pure-menu-link">Welcome</a></li> <a href="frontpage_welcome.php" class="pure-menu-link">Welcome</a>
<li class="pure-menu-item {% if frontpage_section == "config" %} pure-menu-selected{% endif %}"> </li>
<a href="frontpage_config.php" class="pure-menu-link">Configuration</a></li> <li class="pure-menu-item{% if frontpage_section == "config" %} pure-menu-selected{% endif %}">
<li class="pure-menu-item {% if frontpage_section == "auth" %} pure-menu-selected{% endif %}"> <a href="frontpage_config.php" class="pure-menu-link">Configuration</a>
<a href="frontpage_auth.php" class="pure-menu-link">Authentication</a></li> </li>
<li class="pure-menu-item {% if frontpage_section == "federation" %} pure-menu-selected{% endif %}"> <li class="pure-menu-item{% if frontpage_section == "auth" %} pure-menu-selected{% endif %}">
<a href="frontpage_federation.php" class="pure-menu-link">Federation</a></li> <a href="frontpage_auth.php" class="pure-menu-link">Authentication</a>
</ul> </li>
<li class="pure-menu-item{% if frontpage_section == "federation" %} pure-menu-selected{% endif %}">
<a href="frontpage_federation.php" class="pure-menu-link">Federation</a>
</li>
</ul>
</div>
</div> </div>
</div> <div class="pure-u-1-3">
<div class="pure-u-1-3">
{% if isadmin %} {% if isadmin %}
<p class="float-r youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p> <p class="float-r youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p>
{% else %} {% else %}
<p class="float-r youareadmin"> <p class="float-r youareadmin">
<a href="{{ loginurl }}">{{ '{core:frontpage:login_as_admin}'|trans }}</a> <a href="{{ loginurl }}">{{ '{core:frontpage:login_as_admin}'|trans }}</a>
</p> </p>
{% endif %} {% endif %}
</div> </div>
</div> </div>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<h1>{{ header }}</h1> <h1>{{ header }}</h1>
<ul> <ul>
{% for key, name in sources %} {% for key, name in sources %}
<li><a href="?as={{ name|escape('url') }}">{{ name|escape('html') }}</a></li> <li><a href="?as={{ name|escape('url') }}">{{ name|escape('html') }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
{% endblock %} {% endblock %}
...@@ -2,23 +2,24 @@ ...@@ -2,23 +2,24 @@
{% block contentwrapper %} {% block contentwrapper %}
{% if tabname %} {% if tabname %}
<div id="portalmenu" class="ui-tabs ui-widget ui-widget-content ui-corner-all"> <div id="portalmenu" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
<ul class="tabset_tabs ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> <ul class="tabset_tabs ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
{% for name, link in links %} {% for name, link in links %}
{% if name == pageid %} {% if name == pageid %}
<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"> <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active">
<a href="#">{{ link.text|trans }}</a> <a href="#">{{ link.text|trans }}</a>
</li> </li>
{% else %} {% else %}
<li class="ui-state-default ui-corner-top"> <li class="ui-state-default ui-corner-top">
<a href="{{ link.href }}">{{ link.text|trans }}</a> <a href="{{ link.href }}">{{ link.text|trans }}</a>
</li> </li>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</ul> </ul>
<div id="portalcontent" class="ui-tabs-panel ui-widget-content ui-corner-bottom"> <div id="portalcontent" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
{% endif %} {% endif %}
{{ block('content') }} {{ block('content') }}
{% if tabname %} {% if tabname %}
</div></div> </div>
</div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% extends "@core/base.twig" %} {% extends "@core/base.twig" %}
{% block content %} {% block content %}
<h1>{{ pagetitle|trans }}</h1> <h1>{{ pagetitle|trans }}</h1>
<p>Please choose one of the following authentication methods: </p> <p>Please choose one of the following authentication methods: </p>
{% if sources is empty -%} {% if sources is empty -%}
...@@ -17,4 +17,4 @@ ...@@ -17,4 +17,4 @@
</ul> </ul>
</div> </div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% extends "@core/base.twig" %} {% extends "@core/base.twig" %}
{% block postload %} {% block postload %}
<script src="{{baseurlpath}}assets/js/loginuserpass.js"></script> <script src="{{baseurlpath}}assets/js/loginuserpass.js"></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
<h1>{{ header }}</h1> <h1>{{ header }}</h1>
<form style="display: inline; margin: 0px; padding: 0px" action="{{ target|escape('html') }}"> <form style="display: inline; margin: 0px; padding: 0px" action="{{ target|escape('html') }}">
{% for name, value in params %} {% for name, value in params %}
<input type="hidden" name="{{ name|escape('html') }}" value="{{ value|escape('html') }}" /> <input type="hidden" name="{{ name|escape('html') }}" value="{{ value|escape('html') }}">
{% endfor %} {% endfor %}
<p>{{ '{core:short_sso_interval:warning}'|trans }}</p> <p>{{ '{core:short_sso_interval:warning}'|trans }}</p>
<div class="trackidtext"> <div class="trackidtext">
<p>{{ '{errors:report_trackid}'|trans }}<span class="trackid">{{ trackId }}</span></p> <p>{{ '{errors:report_trackid}'|trans }}<span class="trackid">{{ trackId }}</span></p>
</div> </div>
<input type="submit" name="continue" id="contbutton" value="'{core:short_sso_interval:retry}'|trans|escape('html') }}" autofocus /> <input type="submit" name="continue" id="contbutton" value="'{core:short_sso_interval:retry}'|trans|escape('html') }}" autofocus>
</form> </form>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment