Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
7d5faf51
Commit
7d5faf51
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
add a search form to episode nav
parent
8164d533
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/nav.html
View file @
7d5faf51
...
...
@@ -42,8 +42,9 @@
</div>
{% endif %}
{% if emission %}
<div
class=
"wrapper"
>
<header
class=
"mainHeader"
>
<div
class=
"wrapper navigation"
>
<header
class=
"mainHeader marged cf"
>
<div
class=
"leftPart"
>
<h2
class=
"squashed title"
>
<a
href=
"{% url 'emission-view' slug=emission.slug %}"
>
{{ emission.title }}
</a>
</h2>
...
...
@@ -55,7 +56,13 @@
{% endfor%}
</div>
{% endif %}
</header>
</div>
<div
class=
"rightPart"
>
<form
method=
"get"
action=
"."
class=
""
id=
"search-form"
>
<label
for=
"id_q"
>
Rechercher:
</label><input
id=
"id_q"
name=
"q"
type=
"text"
><button
class=
"icon-search"
></button>
</form>
</div>
</header>
</div>
{% endif %}
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