summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-02-21 12:38:32 -0300
committerTorsten Grote <t@grobox.de>2020-02-21 12:38:32 -0300
commit95264a99379ed183a8d098fbaadbca973c5baa68 (patch)
tree616dc77832cf140c99c5f06d590a348036419e2e /template
parentc8e81e9bec3303d355b267b3fccda0b96a1fb348 (diff)
downloadwww-95264a99379ed183a8d098fbaadbca973c5baa68.tar.gz
www-95264a99379ed183a8d098fbaadbca973c5baa68.tar.bz2
www-95264a99379ed183a8d098fbaadbca973c5baa68.zip
Add Cashier and Merchant POS to components
Diffstat (limited to 'template')
-rw-r--r--template/cashier.html.j229
-rw-r--r--template/docs.html.j222
2 files changed, 51 insertions, 0 deletions
diff --git a/template/cashier.html.j2 b/template/cashier.html.j2
new file mode 100644
index 00000000..c7509e96
--- /dev/null
+++ b/template/cashier.html.j2
@@ -0,0 +1,29 @@
+{% extends "common/base.j2" %}
+
+{% block body_content %}
+<!-- Jumbotron -->
+<div class="jumbotron">
+ <div class="text-center">
+ <h1 lang="en">{{ _("Taler Cashier") }}</h1>
+ </div>
+</div>
+
+<div class="container">
+
+ <div class="row">
+ <div class="col-lg-12">
+ <p>
+ {% trans %}
+ The Taler Cashier is an Android app
+ that enables you to take cash and give out electronic cash.
+ {% endtrans %}
+ </p>
+ <h2>{{ _("Download") }}</h2>
+ <p>
+ Coming soon!
+ </p>
+ </div> <!-- /col-lg-12 -->
+ </div> <!-- /row -->
+
+</div> <!-- /container -->
+{% endblock body_content %}
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index c6b55547..aeaa1f23 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -97,6 +97,28 @@
{% endtrans %}
<a href="https://{{ siteconfitem['docshost'] }}/pdf/taler-backoffice-manual.pdf">PDF</a>.
</div>
+
+ <div class="col-3">
+ <a href="https://{{ siteconfitem['docshost'] }}/taler-merchant-pos-terminal.html">
+ <img src="{{ url('icons/icon-market.svg') }}" height=60>
+ <h3>{{ _("Merchant POS Terminal") }}</h3>
+ </a>
+ {% trans %}
+ Manual for configuring and using the point of sale app.
+ Also available as
+ {% endtrans %}
+ <a href="https://{{ siteconfitem['docshost'] }}/pdf/taler-merchant-pos-terminal.pdf">PDF</a>.
+ </div>
+
+ <div class="col-3">
+ <a href="{{ url_localized('cashier.html') }}">
+ <img src="{{ url('icons/icon-cashier.svg') }}" height=60>
+ <h3>{{ _("Cashier") }}</h3>
+ </a>
+ {% trans %}
+ An app for taking in cash and handing out electronic cash.
+ {% endtrans %}
+ </div>
</div>
<div class="row mt-5">