Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
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
captainwong
douban-api-proxy
Commits
cf5e2f7c
Commit
cf5e2f7c
authored
Aug 20, 2017
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
search button is displayed in moon reader (#283), search result is not displayed
parent
f6425a65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
feed.xml
cps/templates/feed.xml
+1
-3
index.xml
cps/templates/index.xml
+1
-2
No files found.
cps/templates/feed.xml
View file @
cf5e2f7c
...
@@ -26,9 +26,7 @@
...
@@ -26,9 +26,7 @@
href=
"{{request.script_root + request.path}}?offset={{ pagination.previous_offset }}"
href=
"{{request.script_root + request.path}}?offset={{ pagination.previous_offset }}"
type=
"application/atom+xml;profile=opds-catalog;type=feed;kind=navigation"
/>
type=
"application/atom+xml;profile=opds-catalog;type=feed;kind=navigation"
/>
{% endif %}
{% endif %}
<link
rel=
"search"
<link
title=
"{{_('Search')}}"
type=
"application/atom+xml"
href=
"{{url_for('feed_normal_search')}}?query={searchTerms}"
rel=
"search"
/>
href=
"{{url_for('feed_osd')}}"
type=
"application/opensearchdescription+xml"
/>
<title>
{{instance}}
</title>
<title>
{{instance}}
</title>
<author>
<author>
<name>
{{instance}}
</name>
<name>
{{instance}}
</name>
...
...
cps/templates/index.xml
View file @
cf5e2f7c
...
@@ -4,8 +4,7 @@
...
@@ -4,8 +4,7 @@
<link
rel=
"self"
href=
"{{url_for('feed_index')}}"
type=
"application/atom+xml;profile=opds-catalog;kind=navigation"
/>
<link
rel=
"self"
href=
"{{url_for('feed_index')}}"
type=
"application/atom+xml;profile=opds-catalog;kind=navigation"
/>
<link
rel=
"start"
title=
"{{_('Start')}}"
href=
"{{url_for('feed_index')}}"
<link
rel=
"start"
title=
"{{_('Start')}}"
href=
"{{url_for('feed_index')}}"
type=
"application/atom+xml;profile=opds-catalog;kind=navigation"
/>
type=
"application/atom+xml;profile=opds-catalog;kind=navigation"
/>
<link
rel=
"search"
title=
"{{_('Search')}}"
href=
"{{url_for('feed_osd')}}"
<link
title=
"{{_('Search')}}"
type=
"application/atom+xml"
href=
"{{url_for('feed_normal_search')}}?query={searchTerms}"
rel=
"search"
/>
type=
"application/opensearchdescription+xml"
/>
<title>
{{instance}}
</title>
<title>
{{instance}}
</title>
<author>
<author>
<name>
{{instance}}
</name>
<name>
{{instance}}
</name>
...
...
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