Skip to content
Snippets Groups Projects
Commit 881e257a authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Edit script paths for local testing

parent 693a7d84
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ function displayloading() {
" This can take between 5-10 min.\n" +
" </p>\n" +
" </ol>\n" +
" <img src=\"/register/static/img/loading.gif\" style=\"width: 35px; height: auto\"> Pending...\n" +
" <img src=\"/static/img/loading.gif\" style=\"width: 35px; height: auto\"> Pending...\n" +
" </div></div>\n" +
"\n" +
" <div class=\"joyride-modal-bg\" style=\"display: block;\"></div>"
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -9,8 +9,8 @@
.important { color: #336699; }
</style>
<link rel="shortcut icon" type="image/x-icon" href="/public/favicon.ico">
<link rel="stylesheet" media="all" href="/register/static/style/application.css">
<link rel="stylesheet" media="all" href="/register/static/style/app2.css">
<link rel="stylesheet" media="all" href="/static/style/application.css">
<link rel="stylesheet" media="all" href="/static/style/app2.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
......@@ -30,7 +30,7 @@
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-9" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="/register">Research Computing</a>
<a class="navbar-brand" href="/">Research Computing</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-9">
<ul class="nav navbar-nav">
......@@ -52,7 +52,7 @@
<div class="container content" role="main" style="width: 625px">
<div style="position:relative;">
<img alt="logo" height="100" style="margin-bottom: 20px" src="/register/static/img/cheaha-logo-a605de0aecd3006b82a5ee30a6d0cb8cd9bf8b7e836296cc293eac746a4c2b11.png">
<img alt="logo" height="100" style="margin-bottom: 20px" src="/static/img/cheaha-logo-a605de0aecd3006b82a5ee30a6d0cb8cd9bf8b7e836296cc293eac746a4c2b11.png">
<a href="https://tinyurl.com/cheahaAL" target="_blank">
<div style="float:left;position:absolute;display:block;left:310px;top:-6px;padding:10px 20px;"> </div>
</a>
......@@ -91,7 +91,7 @@
<div class="row">
<div class="col-md-6 col-sm-6">
<a href="https://osc.github.io/Open-OnDemand/">
<img class="footer-logo" alt="Powered by Open OnDemand" height="40" style="margin-bottom: 20px" src="/register/static/img/OpenOnDemand_powered_by_RGB-cb3aad5ff5350c7994f250fb334ddcc72e343233ce99eb71fda93beddd76a847.svg">
<img class="footer-logo" alt="Powered by Open OnDemand" height="40" style="margin-bottom: 20px" src="/static/img/OpenOnDemand_powered_by_RGB-cb3aad5ff5350c7994f250fb334ddcc72e343233ce99eb71fda93beddd76a847.svg">
</a>
</div>
</div>
......
......@@ -2,7 +2,7 @@
<html>
<head>
{% block head %}
<link rel="stylesheet" href="/register/static/style/application.css">
<link rel="stylesheet" href="/static/style/application.css">
<title>{% block title %}{% endblock %}</title>
{% endblock %}
</head>
......
alembic==0.9.9
argh==0.26.2
blinker==1.4
certifi==2019.6.16
chardet==3.0.4
Click==7.0
dominate==2.3.5
eventlet==0.17.4
Flask==1.0.2
Flask-Bootstrap==3.3.7.1
Flask-Dance==0.14.0
Flask-DebugToolbar==0.10.1
Flask-Login==0.4.1
Flask-Migrate==2.1.1
Flask-OAuth==0.12
Flask-OAuthlib==0.9.4
Flask-SocketIO==4.2.1
Flask-SQLAlchemy==2.3.2
Flask-Testing==0.7.1
Flask-WTF==0.14.2
greenlet==0.4.15
gunicorn==18.0
httplib2==0.11.3
idna==2.6
itsdangerous==1.1.0
Jinja2==2.10.1
lazy==1.3
Mako==1.0.7
MarkupSafe==1.1.1
oauth2==1.9.0.post1
oauthlib==2.0.7
pathtools==0.1.2
pbr==5.1.3
python-dateutil==1.5
......@@ -22,12 +37,19 @@ python-engineio==3.10.0
python-socketio==4.3.1
pytz==2013.7
PyYAML==5.1.2
requests==2.18.4
requests-oauthlib==0.8.0
six==1.12.0
SQLAlchemy==1.2.6
SQLAlchemy-Utils==0.33.2
stevedore==1.30.1
urllib3==1.22
URLObject==2.4.3
virtualenv==16.4.3
virtualenv-clone==0.5.1
virtualenvwrapper==4.8.4
visitor==0.1.3
watchdog==0.9.0
Werkzeug==0.14.1
wincertstore==0.2
WTForms==2.2.1
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