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
radiopanik
panikdb
Commits
e2e7afbb
Commit
e2e7afbb
authored
Sep 22, 2013
by
fred
Browse files
add a search form in header
parent
75e4571e
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikdb/static/css/style.css
View file @
e2e7afbb
...
@@ -508,5 +508,6 @@ a [class^="icon-"], a [class*=" icon-"] {
...
@@ -508,5 +508,6 @@ a [class^="icon-"], a [class*=" icon-"] {
.icon-th
:before
{
content
:
"\f00a"
;
}
.icon-th
:before
{
content
:
"\f00a"
;
}
.icon-eye-open
:before
{
content
:
"\f06e "
;
}
.icon-eye-open
:before
{
content
:
"\f06e "
;
}
.icon-bar-chart
:before
{
content
:
"\f080 "
;
}
.icon-bar-chart
:before
{
content
:
"\f080 "
;
}
.icon-search
:before
{
content
:
"\f002 "
;
}
.icon-circle-arrow-down
:after
{
content
:
" \f0ab"
;
}
.icon-circle-arrow-down
:after
{
content
:
" \f0ab"
;
}
panikdb/templates/base.html
View file @
e2e7afbb
...
@@ -38,6 +38,10 @@
...
@@ -38,6 +38,10 @@
<h1><a
href=
"{% url 'home' %}"
>
Panik DB
</a></h1>
<h1><a
href=
"{% url 'home' %}"
>
Panik DB
</a></h1>
</div>
</div>
<div
id=
"splash"
>
<div
id=
"splash"
>
<form
action=
"{% url 'haystack_search' %}"
>
<input
type=
"search"
name=
"q"
placeholder=
"Rechercher"
/>
<button
class=
"icon-search"
></button>
</form>
</div>
</div>
<div
id=
"user-links"
>
<div
id=
"user-links"
>
{% block user-links %}
{% block user-links %}
...
...
Write
Preview
Supports
Markdown
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