Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
3c9c2f15
Commit
3c9c2f15
authored
Aug 22, 2012
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more search layout
parent
6d20678c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
wiki/templates/wiki/search.html
+5
-4
No files found.
wiki/templates/wiki/search.html
View file @
3c9c2f15
...
@@ -6,16 +6,17 @@
...
@@ -6,16 +6,17 @@
{% block wiki_contents %}
{% block wiki_contents %}
<h1>
{% trans "Search results for:" %} {{ search_query }}
</h1>
<h1
class=
"page-header"
>
{% trans "Search results for:" %} {{ search_query }}
</h1>
<form
class=
"form-search directory-toolbar"
>
<form
class=
"form-search directory-toolbar"
>
<
div
class=
"well well-small
"
>
<
p
class=
"lead
"
>
<div
class=
"pull-right"
>
<div
class=
"pull-right"
>
{{ search_form.query }}
{{ search_form.query }}
<button
class=
"btn"
><span
class=
"icon-search"
></span></button>
</div>
</div>
<p>
{% blocktrans with paginator.object_list.count as cnt %}Your search return
<strong>
{{ cnt }}
</strong>
results.{% endblocktrans %}
</p>
<p>
{% blocktrans with paginator.object_list.count as cnt %}Your search return
ed
<strong>
{{ cnt }}
</strong>
results.{% endblocktrans %}
</p>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</
div
>
</
p
>
</form>
</form>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
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