Skip to content
Snippets Groups Projects
Commit f821b93f authored by Youngsu Kim's avatar Youngsu Kim
Browse files

Merge branch 'testing' into 'main'

Update login, page, spawn_pending

See merge request !2
parents d2237b23 60007573
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
cilogon_idp_selector.txt
style.min.css
style.min.css.map
\ No newline at end of file
style.min.css.map
.DS_Store
\ No newline at end of file
images/select_idp_cilogon.png

102 KiB

......@@ -4,23 +4,33 @@
{% set announcement = 'We are testing customized style / The server works the same way as before' %}
{% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
{% set csusb_cilogon = 'The following login process (the orange button) uses CSUSB\'s DUO login system' %}
{% set csusb_cilogon = 'The login process (the orange button) uses CSUSB\'s DUO system' %}
{% block login %}
<div class="container text-center csusb">
<div class="container text-center">
<h2>{{ csusb_hub_title }}</h2>
<h5>
<p>{{ csusb_cilogon | safe }}</p>
<p>Visit <a href="https://www.csusb.edu/high-performance-computing" target="_blank">CSUSB High Performance Computing Initiative</a> for more information about CSUSB HPCI
</p>
{# <p>Visit <a href="https://www.csusb.edu/high-performance-computing" target="_blank">CSUSB High Performance Computing Initiative</a> for more information about CSUSB HPCI
</p> #}
</h5>
</div>
<p> &nbsp </p>
<p> &nbsp </p>
<p> &nbsp </p>
{{ super() }}
<p> &nbsp </p>
<div id="login-cilogon-info" class="service-login">
<h5>
<p>Be sure to choose <ins>California State University San Bernardino</ins> on the next page instead of <del>ORCID</del> (or something else)</p>
<h5>
<p>Be sure to choose <ins>California State University San Bernardino</ins> on the next page instead of <del>ORCID</del>
</h5>
</div>
<div class="container text-center">
<details>
<summary>Click here for more details</summary>
<img id="idp_selector_info" style="width: 70%" src="{{ static_url("select_idp_cilogon.png") }}" alt="CILogon-CSUSB-Select">
</details>
</div>
{% endblock %}
{% block stylesheet %}
......@@ -38,5 +48,13 @@
padding-left: 0%;
width: 380px;
}
#idp_selector_info {
max-width:100%;
height:auto;
max-height:100%;
}
p.extra-space {
line-height: 0.7;
}
</style>
{% endblock %}
\ No newline at end of file
{% extends "templates/page.html" %}
{% block stylesheet %}
{{ super() }}
<style>
.footer-bottom {
position: auto;
bottom: 0px;
text-align: center;
width: 100%;
z-index: -1;
}
</style>
{% endblock %}
{% block footer %}
<p> &nbsp <br> &nbsp </p>
<p> &nbsp <br> &nbsp </p>
<div class="footer-bottom">
<hr style="width:35%; margin-bottom: 5px;">
<p style="font-size: 80%">This JupyterHub is provided by the <a href="https://www.csusb.edu/high-performance-computing" target="_blank">High Performance Computing Initiative </a><br/>
at California State Univeristy San Bernardino
</p></div>
{% endblock %}
{% extends "templates/spawn_pending.html" %}
{% block message %}
{{ super() }}
<p>This step may take several minutes.</p>
<p>Most of the time, the issue or delay is related to the server (upgrading or temporary maintanance).</p>
<p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a>.</p>
<br>
{% for scope in allowed_scopes %}
{{ scope }}
{% endfor %}
<br>
{% endblock %}
{# {{ super() }} #}
<p>Your server is starting up and it may take several minutes</p>
<p>Most issues are related to the server upgrade or temporary maintanance</p>
<p>If it does not start for an extended period of time, <br> please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a></p>
<p> &nbsp <br> &nbsp </p>
{% endblock %}
\ No newline at end of file
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