diff --git a/roles/ipsilon/files/templates-old/index.html b/roles/ipsilon/files/templates-old/index.html deleted file mode 100644 index d217b7a6c9..0000000000 --- a/roles/ipsilon/files/templates-old/index.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -This is the Federated Open Authentication provider homepage. -{% endblock %} -{% block main %} -You will be redirected to this application whenever another application requires you to authenticate. -{% endblock %} diff --git a/roles/ipsilon/files/templates-old/internalerror.html b/roles/ipsilon/files/templates-old/internalerror.html deleted file mode 100644 index 055e903062..0000000000 --- a/roles/ipsilon/files/templates-old/internalerror.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -500 - Internal Server Error -{% endblock %} -{% block main %} - {% if message: %} -

{{ message }}

- {% else %} -

Ipsilon encountered an unexpected internal error while trying to - fulfill your request.

- {% endif %} -

Please retry again.

-

If the error persists, contact the server administrator to resolve - the problem.

-{% endblock %} diff --git a/roles/ipsilon/files/templates-old/layout.html b/roles/ipsilon/files/templates-old/layout.html deleted file mode 100644 index e2498bb29a..0000000000 --- a/roles/ipsilon/files/templates-old/layout.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - {{ title }} - - - - - - - - {%- if heads %} - {%- for group, value in heads.items() %} - {%- for head in value %} - {{ head | safe }} - {%- endfor %} - {%- endfor %} - {%- endif %} - - -
-
- -
-
-
We are going to introduce a new interface for this login screen on January 15th. Click here to see some screenshots.
-
-

{% block toptext %}{% endblock %}

-
- {% block main %}{% endblock %} -
-
- - diff --git a/roles/ipsilon/files/templates-old/login/form.html b/roles/ipsilon/files/templates-old/login/form.html deleted file mode 100644 index dd8b90ed30..0000000000 --- a/roles/ipsilon/files/templates-old/login/form.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "layout.html" %} -{% block title %}Login{% endblock %} -{% block toptext %} -{{ login_target }} is asking to authenticate using Ipsilon -{% endblock %} -{% block main %} - Login with your credentials - {% if error %}

{{error}}

{% endif %} -
-
- -

- -

-

- -

-

- -

-
-
-{% endblock %} - diff --git a/roles/ipsilon/files/templates-old/login/index.html b/roles/ipsilon/files/templates-old/login/index.html deleted file mode 100644 index 14ec837d8d..0000000000 --- a/roles/ipsilon/files/templates-old/login/index.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "layout.html" %} -{% block title %}Login{% endblock %} -{% block toptext %} -{{ login_target }} is asking to authenticate using Ipsilon -{% endblock %} -{% block main %} -
- Redirecting... {{ redirect }} -
-{% endblock %} - diff --git a/roles/ipsilon/files/templates-old/logout.html b/roles/ipsilon/files/templates-old/logout.html deleted file mode 100644 index d2383d16e1..0000000000 --- a/roles/ipsilon/files/templates-old/logout.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "master.html" %} -{% block toptext %} -Logged out -{% endblock %} -{% block main %} -{% if user.name %} -

Something prevented a successful logout

-

You are still logged in as {{ user.fullname }}

-{% else %} -

Successfully logged out.

-

Return to Home page

-{% endif %} -{% endblock %} diff --git a/roles/ipsilon/files/templates-old/notfound.html b/roles/ipsilon/files/templates-old/notfound.html deleted file mode 100644 index 38203cb0ed..0000000000 --- a/roles/ipsilon/files/templates-old/notfound.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -404 - Not Found -{% endblock %} -{% block main %} - {% if message: %} -

{{ message }}

- {% else %} -

This page does not exist.

- {% endif %} -

If you think this is an error, contact the server administrator to resolve - the problem.

-{% endblock %} diff --git a/roles/ipsilon/files/templates-old/openid/consent_form.html b/roles/ipsilon/files/templates-old/openid/consent_form.html deleted file mode 100644 index b0b254c6c3..0000000000 --- a/roles/ipsilon/files/templates-old/openid/consent_form.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -{{trustroot}} is asking to authenticate via OpenID using Ipsilon -{% endblock %} -{% block main %} - Review the authorization details -
-
- -

- - {% for entry in authz_details|dictsort %} - - - {%- if entry[1] is iterable and not entry[1] is string -%} - - {%- else -%} - - {%- endif -%} - - {% endfor %} - - - - - -
{{ entry[0] }}{{ entry[1] | join(', ') }}{{ entry[1] }}
Remember approval for -
-

-

- - -

-
-
-{% endblock %} diff --git a/roles/ipsilon/files/templates-old/openid/userpage.html b/roles/ipsilon/files/templates-old/openid/userpage.html deleted file mode 100644 index 74ae88a689..0000000000 --- a/roles/ipsilon/files/templates-old/openid/userpage.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -This is the OpenID page for {{username}}. -{% endblock %} -{% block main %} -This page is primarily used internally -{% endblock %} diff --git a/roles/ipsilon/files/templates-old/openid/xrds.xml b/roles/ipsilon/files/templates-old/openid/xrds.xml deleted file mode 100644 index 86b3e0f849..0000000000 --- a/roles/ipsilon/files/templates-old/openid/xrds.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - -{%- for t in types %} - {{ t }} -{%- endfor %} -{%- if uri %} - {{ uri }} -{%- endif %} -{%- if localid %} - {{ localid }} -{%- endif %} - - - diff --git a/roles/ipsilon/files/templates-old/persona/provisioning.html b/roles/ipsilon/files/templates-old/persona/provisioning.html deleted file mode 100644 index 0ced48f48b..0000000000 --- a/roles/ipsilon/files/templates-old/persona/provisioning.html +++ /dev/null @@ -1,59 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -This page is used internally -{% endblock %} -{% block main %} - - -{% endblock %} diff --git a/roles/ipsilon/files/templates-old/persona/signin_result.html b/roles/ipsilon/files/templates-old/persona/signin_result.html deleted file mode 100644 index a2fc18b93b..0000000000 --- a/roles/ipsilon/files/templates-old/persona/signin_result.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -This page is used internally -{% endblock %} -{% block main %} - - -{% endblock %} diff --git a/roles/ipsilon/files/templates-old/unauthorized.html b/roles/ipsilon/files/templates-old/unauthorized.html deleted file mode 100644 index 49a4506668..0000000000 --- a/roles/ipsilon/files/templates-old/unauthorized.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "layout.html" %} -{% block toptext %} -401 - Unauthorized -{% endblock %} -{% block main %} - {% if message: %} -

{{ message }}

- {% else %} -

Authentication was not succesful

- {% endif %} -

Try to login again

-{% endblock %} diff --git a/roles/ipsilon/files/ui-fedora-old/fedora-authn-logo-white.png b/roles/ipsilon/files/ui-fedora-old/fedora-authn-logo-white.png deleted file mode 100644 index e36baf7ab5..0000000000 Binary files a/roles/ipsilon/files/ui-fedora-old/fedora-authn-logo-white.png and /dev/null differ diff --git a/roles/ipsilon/files/ui-fedora-old/fedora.css b/roles/ipsilon/files/ui-fedora-old/fedora.css deleted file mode 100644 index 6ff1c7742e..0000000000 --- a/roles/ipsilon/files/ui-fedora-old/fedora.css +++ /dev/null @@ -1,143 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=Cantarell:400,700); - -body -{ - padding:0; - margin:0; - font-family: 'Cantarell', sans-serif; - font-size:20px; -} - -.header_bg -{ - width:100%; - background-image: url('repeater.png'); - height:84px; - display: block; -} - -.body -{ - max-width:800px; - margin-left:auto; - margin-right:auto; - -} - -.main -{ -/* margin-top:50px;*/ -} - -.header -{ - height:100%; -} - -#loginbutton -{ - float: right; - margin-right: 4px; - margin-left: 8px; -} - -#logo -{ - padding-top:9px; - margin-left:auto; - margin-right:auto; - display:block; -} - -.middlebox -{ - width:320px; - background:#eee; - margin-left:auto; - margin-right:auto; - box-shadow: 0px 0px 5px 1px #999; - padding:10px 40px 40px; - color:#555; - text-align:center; -} - -table.details -{ - text-align:left; - font-size:16px; - margin-left:auto; - margin-right:auto; -} - -table.details td:first-child -{ - font-weight:bold; - text-align:right; - padding-right:10px; -} - - -#toptext -{ - text-align:center; -/* margin-bottom:30px;*/ -} - - -input { - border: 1px solid #555; - padding-top:5px; - padding-bottom:5px; - font-size: 15px; -/* width: 100%; */ - background: #fff; - color: 000000; - text-indent:10px; - font-family: 'Cantarell', sans-serif; - } - -input:focus { - box-shadow: 0px 0px 5px #3366FF; -} - -input[type=submit] -{ - text-indent:0px; - background-image: url('repeater.png'); - color:white; -/* font-weight:bold;*/ - width: 150px; -} - -.middlebox a { - padding-left: 5px; - padding-right: 5px; -} - -.button { - border: 1px solid #555; - padding-top: 5px; - padding-bottom: 5px; - font-size: 15px; -/* width: 100%; */ - background: #fff; - text-indent: 10px; - font-family: 'Cantarell', sans-serif; - text-indent: 0px; - background-image: url('repeater.png'); - color: white; -/* font-weight: bold;*/ - text-decoration: none; -/* display: block; */ -} - - -#password, #username { - width: 310px; -} - -input::-moz-focus-inner { - border:0; - padding:0; -} - diff --git a/roles/ipsilon/files/ui-fedora-old/logo.svg b/roles/ipsilon/files/ui-fedora-old/logo.svg deleted file mode 100644 index 473b68cea0..0000000000 --- a/roles/ipsilon/files/ui-fedora-old/logo.svg +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - AuthN - - - diff --git a/roles/ipsilon/files/ui-fedora-old/repeater.png b/roles/ipsilon/files/ui-fedora-old/repeater.png deleted file mode 100644 index 45d9189fba..0000000000 Binary files a/roles/ipsilon/files/ui-fedora-old/repeater.png and /dev/null differ