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
67836006
Commit
67836006
authored
Jun 19, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Successfull testrun
parent
1833e8fd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
246 additions
and
244 deletions
+246
-244
config_edit.html
cps/templates/config_edit.html
+1
-1
email_edit.html
cps/templates/email_edit.html
+1
-1
Calibre-Web TestSummary_Linux.html
test/Calibre-Web TestSummary_Linux.html
+244
-242
No files found.
cps/templates/config_edit.html
View file @
67836006
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<button
type=
"button"
data-toggle=
"modal"
data-link=
"config_certfile"
data-target=
"#fileModal"
id=
"certfile_path"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-folder-open"
></span></button>
<button
type=
"button"
data-toggle=
"modal"
data-link=
"config_certfile"
data-target=
"#fileModal"
id=
"certfile_path"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-folder-open"
></span></button>
</span>
</span>
</div>
</div>
<label
for=
"config_
calibre_dir
"
>
{{_('SSL Keyfile location (leave it empty for non-SSL Servers)')}}
</label>
<label
for=
"config_
keyfile
"
>
{{_('SSL Keyfile location (leave it empty for non-SSL Servers)')}}
</label>
<div
class=
"form-group input-group"
>
<div
class=
"form-group input-group"
>
<input
type=
"text"
class=
"form-control"
id=
"config_keyfile"
name=
"config_keyfile"
value=
"{% if config.config_keyfile != None %}{{ config.config_keyfile }}{% endif %}"
autocomplete=
"off"
>
<input
type=
"text"
class=
"form-control"
id=
"config_keyfile"
name=
"config_keyfile"
value=
"{% if config.config_keyfile != None %}{{ config.config_keyfile }}{% endif %}"
autocomplete=
"off"
>
<span
class=
"input-group-btn"
>
<span
class=
"input-group-btn"
>
...
...
cps/templates/email_edit.html
View file @
67836006
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<form
role=
"form"
class=
"col-md-10 col-lg-6"
method=
"POST"
>
<form
role=
"form"
class=
"col-md-10 col-lg-6"
method=
"POST"
>
{% if feature_support['gmail'] %}
{% if feature_support['gmail'] %}
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"
mail_server
_type"
>
{{_('Choose Server Type')}}
</label>
<label
for=
"
config_email
_type"
>
{{_('Choose Server Type')}}
</label>
<select
name=
"mail_server_type"
id=
"config_email_type"
class=
"form-control"
data-control=
"email-settings"
>
<select
name=
"mail_server_type"
id=
"config_email_type"
class=
"form-control"
data-control=
"email-settings"
>
<option
value=
"0"
{%
if
content
.
mail_server_type =
=
0
%}
selected
{%
endif
%}
>
{{_('Use Standard E-Mail Account')}}
</option>
<option
value=
"0"
{%
if
content
.
mail_server_type =
=
0
%}
selected
{%
endif
%}
>
{{_('Use Standard E-Mail Account')}}
</option>
<option
value=
"1"
{%
if
content
.
mail_server_type =
=
1
%}
selected
{%
endif
%}
>
{{_('Gmail Account with OAuth2 Verification')}}
</option>
<option
value=
"1"
{%
if
content
.
mail_server_type =
=
1
%}
selected
{%
endif
%}
>
{{_('Gmail Account with OAuth2 Verification')}}
</option>
...
...
test/Calibre-Web TestSummary_Linux.html
View file @
67836006
This diff is collapsed.
Click to expand it.
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