Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roomlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
d6dc6ee5
Commit
d6dc6ee5
authored
Nov 09, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added student-provided info disclaimer on relevant templates
parent
4fe1c265
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
34 additions
and
3 deletions
+34
-3
roomlist/accounts/templates/detailStudent.html
roomlist/accounts/templates/detailStudent.html
+4
-0
roomlist/accounts/templates/detail_major.html
roomlist/accounts/templates/detail_major.html
+4
-0
roomlist/accounts/templates/search/search.html
roomlist/accounts/templates/search/search.html
+9
-1
roomlist/housing/templates/detail_floor.html
roomlist/housing/templates/detail_floor.html
+4
-0
roomlist/housing/templates/detail_room.html
roomlist/housing/templates/detail_room.html
+4
-0
roomlist/templates/disclaimer.html
roomlist/templates/disclaimer.html
+7
-0
roomlist/templates/layouts/base.html
roomlist/templates/layouts/base.html
+2
-2
No files found.
roomlist/accounts/templates/detailStudent.html
View file @
d6dc6ee5
...
...
@@ -115,4 +115,8 @@
</div>
</div>
<br
/>
<legend></legend>
{% include 'disclaimer.html' %}
{% endblock %}
roomlist/accounts/templates/detail_major.html
View file @
d6dc6ee5
...
...
@@ -109,4 +109,8 @@
</div>
{% endif %}
<br
/>
<legend></legend>
{% include 'disclaimer.html' %}
{% endblock content %}
roomlist/accounts/templates/search/search.html
View file @
d6dc6ee5
...
...
@@ -48,7 +48,11 @@ SRCT Roomlist • Search Students
<a
href=
"{{ result.object.get_absolute_url }}"
><h4><strong>
{{ result.object.user.get_full_name }}
</strong></h4></a>
</td>
<td>
<a
href=
"{{ result.object.major.get_absolute_url }}"
><h4>
{{ result.object.major }}
</h4></a>
{% if result.object.major %}
<a
href=
"{{ result.object.major.get_absolute_url }}"
><h4>
{{ result.object.major }}
</h4></a>
{% else %}
—
{% endif %}
</td>
</tr>
{% empty %}
...
...
@@ -101,4 +105,8 @@ SRCT Roomlist • Search Students
</div>
{% endif %}
<br
/>
<legend></legend>
{% include 'disclaimer.html' %}
{% endblock %}
roomlist/housing/templates/detail_floor.html
View file @
d6dc6ee5
...
...
@@ -53,4 +53,8 @@
</div>
</div>
<br
/>
<legend></legend>
{% include 'disclaimer.html' %}
{% endblock %}
roomlist/housing/templates/detail_room.html
View file @
d6dc6ee5
...
...
@@ -53,4 +53,8 @@
</div>
</div>
<br
/>
<legend></legend>
{% include 'disclaimer.html' %}
{% endblock %}
roomlist/templates/disclaimer.html
0 → 100644
View file @
d6dc6ee5
<div
class=
"row text-center"
>
<div
class=
"col-md-12"
>
<h3><span
class=
"label label-info"
>
All information voluntarily provided by
students and therefore not guaranteed to be accurate.
</span></h3>
</div>
</div>
roomlist/templates/layouts/base.html
View file @
d6dc6ee5
...
...
@@ -18,8 +18,8 @@
<div
id=
"contentcontain"
class=
"container"
>
{% block message_queue %}
{% include 'messages.html' %}
{% endblock %}
{% block content %} {% endblock %}
{% endblock
message_queue
%}
{% block content %} {% endblock
content
%}
</div>
</div>
<div
id=
"footer"
>
...
...
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