Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
99
Issues
99
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
368ee8f2
Commit
368ee8f2
authored
Apr 23, 2019
by
Tanner Prestegard
Committed by
GraceDB
Apr 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix some template issues
parent
cda869ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gracedb/templates/base.html
gracedb/templates/base.html
+5
-5
No files found.
gracedb/templates/base.html
View file @
368ee8f2
...
...
@@ -56,7 +56,7 @@ GraceDB — Gravitational Wave Candidate Event Database
<div
id=
"header"
>
<!-- Header. Yea, this is actually a footer. It *was* as header once, though. -->
<table
align=
"center"
width=
"90%
%
"
>
<table
align=
"center"
width=
"90%"
>
<tr>
<td
align=
"center"
>
<img
width=
"52"
height=
"36"
src=
"{% static "
images
/
ligo-blue.gif
"
%}"
/>
...
...
@@ -71,11 +71,11 @@ GraceDB — Gravitational Wave Candidate Event Database
<td
align=
"center"
>
{% if user and user.username == "chad.hanna@LIGO.ORG" %}
<img
width=
"194"
height=
"37"
src=
"{% static "
images
/
PI_Logo-anim.gif
"
%}"
/>
{% else %}{% if user and user.username == "kipp.cannon@LIGO.ORG" %}
<img
width=
"194"
height=
"37"
src=
"{% static "
images
/
CITA_logo-anim.gif
"
%}"
/>
{% else %}
<!-- <img width="107" height="37" src="{% static "images/anim2.gif" %}" /> -->
{% endif %}{% endif %}
{% if user and user.username == "kipp.cannon@LIGO.ORG" %}
<img
width=
"194"
height=
"37"
src=
"{% static "
images
/
CITA_logo-anim.gif
"
%}"
/>
{% endif %}
{% endif %}
<!-- 287px 101px -->
</td>
...
...
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