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
Respect My Net
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
piks3l
Respect My Net
Commits
9753f518
Commit
9753f518
authored
Feb 15, 2016
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating the search form
parent
6bfc270f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
nnmon/templates/about.html
nnmon/templates/about.html
+3
-2
nnmon/templates/base.html
nnmon/templates/base.html
+1
-0
nnmon/templates/search/search.html
nnmon/templates/search/search.html
+3
-10
No files found.
nnmon/templates/about.html
View file @
9753f518
...
...
@@ -14,13 +14,14 @@
</ul>
<h3>
{% trans "Initiators" %}
</h3>
<ul>
<li
class=
"logo-org"
><img
alt=
"BoF logo"
src=
"{%media_url%}/img/bof.png"
/><a
href=
"http://www.bof.nl"
>
Bits of Freedom
</a></li>
<li
class=
"logo-org"
><img
alt=
"BoF logo"
src=
"{%media_url%}/img/bof.png"
/><a
href=
"http
s
://www.bof.nl"
>
Bits of Freedom
</a></li>
<li
class=
"logo-org"
><img
alt=
"LQDN logo"
src=
"{%media_url%}/img/lqdn.png"
/><a
href=
"https://www.laquadrature.net/"
>
La Quadrature du Net
</a></li>
</ul>
<h3>
{% trans "Supporters" %}
</h3>
<ul>
<li
class=
"logo-org"
><img
alt=
"ORG logo"
src=
"{%media_url%}/img/org.png"
/><a
href=
"http://www.openrightsgroup.org/"
>
Open Rights Group
</a></li>
<li
class=
"logo-org"
><img
alt=
"ORG logo"
src=
"{%media_url%}/img/org.png"
/><a
href=
"http
s
://www.openrightsgroup.org/"
>
Open Rights Group
</a></li>
<li
class=
"logo-org"
><img
alt=
"NURPA logo"
src=
"{%media_url%}/img/nurpa.png"
width=
"80"
style=
"text-align: center; background:#446688"
/><br
/><a
href=
"http://nurpa.be"
><small>
Net Users' Rights Protection Association
</small></a></li>
<li
class=
"logo-org"
><img
alt=
"XNet logo"
src=
"{%media_url%}/img/xnet.png"
/><a
href=
"https://xnet-x.net/"
>
X
Net
</a></li>
</ul>
</div>
{% endblock %}
nnmon/templates/base.html
View file @
9753f518
...
...
@@ -41,6 +41,7 @@
<li><a
{%
block
active_tab_cases
%}{%
endblock
%}
href=
"{% url 'list_violations' %}"
>
{% trans "Cases" %}
</a></li>
<li><a
{%
block
active_tab_about
%}{%
endblock
%}
href=
"{%root_url%}/about"
>
{% trans "What is Net Neutrality?" %}
</a></li>
<li><a
{%
block
active_tab_start
%}{%
endblock
%}
href=
"{%root_url%}/start"
>
{% trans "Start Monitoring" %}
</a></li>
<li><a
{%
block
active_tab_search
%}{%
endblock
%}
href=
"{%root_url%}/search"
>
{% trans "Search" %}
</a></li>
<li><a
{%
block
active_tab_contact
%}{%
endblock
%}
href=
"{%root_url%}/contact"
>
{% trans "Contact" %}
</a></li>
</ul></div>
</div>
...
...
nnmon/templates/search/search.html
View file @
9753f518
{% extends 'base.html' %}
{% load bt %}
{% load i18n %}
{% block active_tab_
home
%}id="current"{% endblock %}
{% block active_tab_
search
%}id="current"{% endblock %}
{% block styles %}
<link
rel=
"stylesheet"
href=
"{{ MEDIA_URL }}/css/map.css"
type=
"text/css"
/>
{% endblock %}
...
...
@@ -75,15 +75,8 @@
{% trans "Search through cases" %}
<div
id=
"map"
>
</div>
<form
method=
"get"
action=
"."
>
<table>
{{ form.as_table }}
<tr>
<td>
</td>
<td>
<input
type=
"submit"
value=
"Search"
>
</td>
</tr>
</table>
{{ form.as_p }}
<input
type=
"submit"
value=
"Search"
>
</form>
{% if query %}
...
...
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