summaryrefslogtreecommitdiff
path: root/talerdonations/donations
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-20 15:23:35 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-20 15:23:35 +0100
commite3eb0d537ae4db6237855e98219767f511123f19 (patch)
tree2d1f6d8a95fe8b8d836737481aa2036ee5dfea94 /talerdonations/donations
parent874fad1451622ec55524ab2d1bae5396a1f47a81 (diff)
downloaddonations-e3eb0d537ae4db6237855e98219767f511123f19.tar.gz
donations-e3eb0d537ae4db6237855e98219767f511123f19.tar.bz2
donations-e3eb0d537ae4db6237855e98219767f511123f19.zip
4809.
Remove previous installation of JavaScript libraries with the Website, and put a "no JS used" disclaimer under the /javascript page.
Diffstat (limited to 'talerdonations/donations')
-rw-r--r--talerdonations/donations/templates/javascript.html45
1 files changed, 26 insertions, 19 deletions
diff --git a/talerdonations/donations/templates/javascript.html b/talerdonations/donations/templates/javascript.html
index fa94218..d07d6ef 100644
--- a/talerdonations/donations/templates/javascript.html
+++ b/talerdonations/donations/templates/javascript.html
@@ -1,22 +1,29 @@
<!-- This file is in the public domain -->
+
<html>
-<body>
-<table id="jslicense-labels1">
-<tr>
- <td><a href="/static/web-common/taler-wallet-lib.js">taler-wallet-lib.js</a></td>
- <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
- <td><a href="/static/web-common/taler-wallet-lib.js.tar.gz">taler-wallet-lib.js.tar.gz</a></td>
-</tr>
-<tr>
- <td><a href="/static/web-common/dropdown-navbar_script.js">dropdown-navbar_script.js</a></td>
- <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
- <td><a href="/static/web-common/dropdown-navbar_script.js">dropdown-navbar_script.js</a></td>
-</tr>
-<tr>
- <td><a href="/static/web-common/index.js">dropdown-navbar_script.js</a></td>
- <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
- <td><a href="/static/web-common/index.js">dropdown-navbar_script.js</a></td>
-</tr>
-</table>
-</body>
+ <head>JavaScript disclaimer.</head>
+ <body>
+ <h3>This site does not use JavaScript.</h3>
+ </body>
</html>
+
+<!-- The following lines are kept as a template for future inclusion of JavaScript files. -->
+
+<!--
+ <html>
+ <body>
+ <table id="jslicense-labels1">
+ <tr>
+ <td><a href="/static/path/to/example0.js">example0.js</a></td>
+ <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
+ <td><a href="/static/path/to/example0.js.tar.gz">example0.js.tar.gz</a></td>
+ </tr>
+ <tr>
+ <td><a href="/static/path/to/example1.js">example1.js</a></td>
+ <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
+ <td><a href="/static/path/to/example1.js.tar.gz">example1.js.tar.gz</a></td>
+ </tr>
+ </table>
+ </body>
+ </html>
+-->