mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
templates:
- migrated proxy templates to use new template setup
This commit is contained in:
parent
5ab97a41c2
commit
d6ab31d529
@ -1,3 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Download HTTPS Certificate For PyWb Web Archive Replay{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<h2>HTTPS Certificate For PyWb Web Archive Replay</h2>
|
||||
{% if not available %}
|
||||
<p>Sorry, HTTPS support is not configured for this proxy. However, the proxy should work in HTTP mode.</p>
|
||||
@ -11,3 +17,4 @@
|
||||
<p>Download for Windows platforms (except if using Firefox. For Firefox, use the above download, even on Windows):</p>
|
||||
<p><b><a href="{{ p12_path }}">Download Certificate (Window Only)</a></b></p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
@ -1,5 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Pywb Proxy Collection Selector{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Pywb Proxy Collection Selector</h2>
|
||||
{% if coll %}
|
||||
<p>
|
||||
@ -21,5 +24,4 @@
|
||||
</ul>
|
||||
|
||||
<p>(Once selected, you will not be prompted again, however you can return to this page to switch collections.)</p>
|
||||
</body>
|
||||
</html>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user