Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Coughlin
GraceDB Server
Commits
a3af778d
Commit
a3af778d
authored
5 years ago
by
Jonah Kanner
Committed by
GraceDB
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
adding new template
parent
f2c6d3ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gracedb/templates/superevents/public.html
+54
-0
54 additions, 0 deletions
gracedb/templates/superevents/public.html
with
54 additions
and
0 deletions
gracedb/templates/superevents/public.html
0 → 100644
+
54
−
0
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 %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment