aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help/common/footer.inc12
-rw-r--r--help/common/header.inc47
-rw-r--r--help/common/navigation.inc9
-rw-r--r--help/empty-wallet.html34
4 files changed, 0 insertions, 102 deletions
diff --git a/help/common/footer.inc b/help/common/footer.inc
deleted file mode 100644
index fa37c959..00000000
--- a/help/common/footer.inc
+++ /dev/null
@@ -1,12 +0,0 @@
1 <div class="footer">
2 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016</p>
3 <p lang="en">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
4 <p lang="de">Diese Seite wurde allein durch Einsatz von <a href="https://www.gnu.org/">Freier Software</a> erstellt.</p>
5 <p lang="fr">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
6 <p lang="it">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
7 <p lang="es">Este sitio fue creado usando <a href="https://www.gnu.org/">Software Libre</a> only.</p>
8 </div>
9 <script type="text/javascript">//<![CDATA[
10 loadLang();
11 activate_menu();
12 //]]></script>
diff --git a/help/common/header.inc b/help/common/header.inc
deleted file mode 100644
index 86aa7896..00000000
--- a/help/common/header.inc
+++ /dev/null
@@ -1,47 +0,0 @@
1 <script>
2 /*
3 @licstart The following is the entire license notice for the
4 JavaScript code in this page.
5
6 Copyright (C) 2014, 2015, 2016 GNUnet e.V.
7
8 The JavaScript code in this page is free software: you can
9 redistribute it and/or modify it under the terms of the GNU
10 General Public License (GNU GPL) as published by the Free Software
11 Foundation, either version 3 of the License, or (at your option)
12 any later version. The code is distributed WITHOUT ANY WARRANTY;
13 without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
15
16 As additional permission under GNU GPL version 3 section 7, you
17 may distribute non-source (e.g., minimized or compacted) forms of
18 that code without the copy of the GNU GPL normally required by
19 section 4, provided you include this license notice and a URL
20 through which recipients can access the Corresponding Source.
21
22 @licend The above is the entire license notice
23 for the JavaScript code in this page.
24 */
25 </script>
26
27 <meta http-equiv="X-UA-Compatible" content="IE=edge">
28 <meta name="viewport" content="width=device-width, initial-scale=1">
29 <meta name="author" content="">
30 <!-- <link rel="icon" href="/favicon.ico"> -->
31
32 <!-- Bootstrap core CSS -->
33 <link href="/dist/css/bootstrap.min.css" rel="stylesheet">
34 <script src="/dist/js/jquery-1.11.1.min.js"></script>
35 <script src="/dist/js/bootstrap.min.js"></script>
36
37 <!-- Custom styles for this template -->
38 <link href="/justified-nav.css" rel="stylesheet">
39 <link href="/lang.css" rel="stylesheet">
40 <link href="/styles.css" rel="stylesheet">
41 <script src="/lang.js"></script>
42
43 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
44 <!--[if lt IE 9]>
45 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
46 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
47 <![endif]-->
diff --git a/help/common/navigation.inc b/help/common/navigation.inc
deleted file mode 100644
index 9201aa21..00000000
--- a/help/common/navigation.inc
+++ /dev/null
@@ -1,9 +0,0 @@
1 <div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
2 <div class="container lang-slector">
3 <a href="#" onclick="setLang('en');"><img src="images/gb.png" alt="English"></img></a>
4 <a href="#" onclick="setLang('de');"><img src="images/de.png" alt="Deutsch"></img></a>
5 <a href="#" onclick="setLang('fr');"><img src="images/fr.png" alt="Fran&ccedil;ais"></img></a>
6 <a href="#" onclick="setLang('it');"><img src="images/it.png" alt="Italiano"></img></a>
7 <a href="#" onclick="setLang('es');"><img src="images/es.png" alt="EspaƱol"></img></a>
8 </div>
9 </div>
diff --git a/help/empty-wallet.html b/help/empty-wallet.html
deleted file mode 100644
index d819bb33..00000000
--- a/help/empty-wallet.html
+++ /dev/null
@@ -1,34 +0,0 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>GNU Taler Help - Empty Wallet</title>
6 <meta name="description" content="">
7 <!--# include file="common/header.inc" -->
8 </head>
9 <body class="en" onLoad="loadLang();">
10 <!--# include file="common/navigation.inc" -->
11 <div class="container">
12 <!-- Jumbotron -->
13
14 <div class="row">
15 <div class="col-lg-12">
16 <h2 lang="en">Your wallet is empty!</h2>
17 <p lang="en">You have succeeded with installing the Taler wallet. However, before
18 you can buy articles using the Taler wallet, you must withdraw electronic coins.
19 This is typically done by visiting your bank's online banking Web site. There,
20 you instruct your bank to transfer the funds to a Taler exchange operator. In
21 return, your wallet will be allowed to withdraw electronic coins.</p>
22 <p lang="en">At this stage, we are not aware of any regular exchange operators issuing
23 coins in well-known currencies. However, to see how Taler would work, you
24 can visit our "fake" bank at
25 <a href="https://bank.demo.taler.net/">bank.demo.taler.net</a> to
26 withdraw coins in the "KUDOS" currency that we created just for
27 demonstrating the system.</p>
28 </div>
29 </div>
30
31 <!--# include file="common/footer.inc" -->
32 </div> <!-- /container -->
33 </body>
34</html>