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
a19e89ad
Commit
a19e89ad
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
search: indentation and div structure
parent
1a4db40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/search/search.html
View file @
a19e89ad
...
...
@@ -4,12 +4,18 @@
{% block bodyID %}Search{% endblock %}
{% block title %}Recherche{% endblock %}
{% block nav %}
<div
class=
"search"
>
<form
method=
"get"
action=
"."
class=
"big center"
id=
"search-form"
>
{{ form.as_table }}
<button
class=
"icon-search"
></button>
</form>
<div
class=
"mainSub"
>
<div
class=
"wrapper"
>
<nav>
<form
method=
"get"
action=
"."
class=
"big marged"
id=
"search-form"
>
{{ form.as_table }}
<button
class=
"icon-search"
></button>
</form>
</nav>
</div>
</div>
<div
class=
"wrapper"
>
{% if query or selected_tags %}
<nav
class=
"
mainSub
"
>
<nav
class=
""
>
{% if facets.fields.categories %}
<ul
class=
"custom padded"
>
<li><span
class=
"mainLabel"
>
Genre:
</span></li>
...
...
@@ -49,6 +55,7 @@
</nav>
{% endif %}
</div>
</div>
{% endblock %}
...
...
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