Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gracedb
Commits
a3af778d
Commit
a3af778d
authored
May 22, 2019
by
Jonah Kanner
🤓
Committed by
GraceDB
Jun 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding new template
parent
f2c6d3ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
gracedb/templates/superevents/public.html
gracedb/templates/superevents/public.html
+54
-0
No files found.
gracedb/templates/superevents/public.html
0 → 100644
View file @
a3af778d
{% extends "base.html" %}
{% load sanitize_html %}
{% load logtags %}
{% block heading %}{% endblock %}
{% block bodyattrs %}class="tundra eventDetail"{% endblock %}
{% block jscript %}
{% load static %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
labeltips.css
"
%}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
tablesaw.css
"
%}"
/>
<script
src=
"{% static "
moment
/
moment.js
"
%}"
></script>
<script
src=
"{% static "
moment-timezone
/
builds
/
moment-timezone-with-data.min.js
"
%}"
></script>
<script
src=
"{% static "
dojo
/
dojo.js
"
%}"
data-dojo-config=
"async: true"
></script>
<script
src=
"{% static "
jquery
/
dist
/
jquery.min.js
"
%}"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"{% static "
js
/
tablesaw.js
"
%}"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"{% static "
js
/
tablesaw-init.js
"
%}"
></script>
<script
src=
"//filamentgroup.github.io/demo-head/loadfont.js"
></script>
<!-- Styles for dgrid -->
<!-- <link rel="stylesheet" href="{% static "dgrid/css/dgrid.css" %}" /> -->
<!-- Styles for the editor components -->
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
PageBreak.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
ShowBlockNodes.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
Preview.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
Save.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
Breadcrumb.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
FindReplace.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
PasteFromWord.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
InsertAnchor.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
CollapsibleToolbar.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
Blockquote.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
editor
/
plugins
/
resources
/
css
/
Smiley.css
"
%}"
/>
<!-- Styles for the lightboxes. -->
<link
rel=
"stylesheet"
href=
"{% static "
dojox
/
image
/
resources
/
LightboxNano.css
"
%}"
/>
<!-- Local style declarations -->
<link
rel=
"stylesheet"
href=
"{% static "
dijit
/
themes
/
tundra
/
tundra.css
"
%}"
/>
<!-- the main JavaScript block is pulled in with an include -->
{% endblock %}
{% block content %}
Hello jonah.
{% for event in object_list %}
I found a superevent! {{ event.superevent_id }}
<br/>
{% endfor %}
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment