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
abadaa3f
Commit
abadaa3f
authored
Sep 16, 2017
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'l/master'
parents
b30a73c5
94f8cc24
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
layout.html
cps/templates/layout.html
+1
-1
stats.html
cps/templates/stats.html
+4
-0
No files found.
cps/templates/layout.html
View file @
abadaa3f
...
...
@@ -32,7 +32,7 @@
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"{{url_for('index')}}"
>
Calibre Web
</a>
<a
class=
"navbar-brand"
href=
"{{url_for('index')}}"
>
{{instance}}
</a>
</div>
{% if g.user.is_authenticated or g.user.is_anonymous() %}
<form
class=
"navbar-form navbar-left"
role=
"search"
action=
"{{url_for('search')}}"
method=
"GET"
>
...
...
cps/templates/stats.html
View file @
abadaa3f
{% extends "layout.html" %}
{% block body %}
<h3>
{{_('About')}}
</h3>
<p>
{{instance}} powered by
<a
href=
"https://github.com/janeczku/calibre-web"
title=
"Calibre-Web"
>
Calibre Web
</a>
.
</p>
<h3>
{{_('Calibre library statistics')}}
</h3>
<table
id=
"stats"
class=
"table"
>
<tbody>
...
...
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