Skip to content
Snippets Groups Projects

WIP: Upload issues

Merged Carsten Fortmann-Grote requested to merge upload_issues into master
Compare and Show latest version
8 files
+ 103
38
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 6
6
@@ -4,13 +4,12 @@
<html lang="en">
<base target="_parent">
<head>
<meta charset='utf-8'>
</meta>
<meta charset='utf-8'></meta>
<title>{% block title %}{% endblock %}</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<!-- Custom styles for this template -->
<link href="https://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
{% block head %}{% endblock %}
</head>
<body>
@@ -21,8 +20,6 @@
<li role="presentation"><a href="/">Home</a></li>
<li role="presentation"><a href={{ url_for('upload') }}>Submit new run</a></li>
<li role="presentation"><a href={{ url_for("results") }}>Browse results</a></li>
<!-- <li role="presentation"><a href="/about">About</a></li> -->
<!-- <li role="presentation"><a href="http://flask.pocoo.org" target="_blank">More About Flask</a></li> -->
</ul>
</nav>
</div>
@@ -41,9 +38,12 @@
</ul>
{% endif %}
{% endwith %}
<script>
$(document).tooltip({show: null});
</script>
{% block body %}{% endblock %}
<footer class="footer">
<p>© 2020 - 2021 Max-Planck-Institute for Evolutionary Biology</p>
<p style="margin-top: 10px">© 2020 - 2021 Max Planck Institute for Evolutionary Biology</p>
</footer>
</div> <!-- /container -->
</body>
Loading