add footer link to our JavaScript Web Labels table (#17393)
traumschule

traumschule commited on 2018-09-12 10:15:08
Zeige 2 geänderte Dateien mit 85 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,82 @@
1
+## translation metadata
2
+# Revision: $Revision$
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor Project: Contact" CHARSET="UTF-8"
6
+
7
+<div id="content" class="clearfix">
8
+	<div id="breadcrumbs">
9
+    <a href="<page index>">Home &raquo; </a>
10
+    <a href="<page about/overview>">About &raquo; </a>
11
+    <a href="<page about/contact>">Contact</a>
12
+  </div>
13
+
14
+  <div id="maincol">
15
+    <h2>Tor: JavaScript Web Labels</h2>
16
+
17
+    <p>This is a list of all JavaScript files used on torproject.org.</p>
18
+
19
+    <table id="jslicense-labels1" summary="JavaScript Web Labels">
20
+    <tr>
21
+        <td><a href="/js/animate.min.js">animate.min.js</a></td>
22
+        <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
23
+        <td><a href="/js/animate.js">animate.js</a></td>
24
+    </tr>
25
+    <tr>
26
+        <td><a href="/docs/debian-selector.js">debian-selector.js</a></td>
27
+        <td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GPLv2.0 or later</a></td>
28
+        <td><a href="/docs/debian-selector.js">debian-selector.js</a></td>
29
+    </tr>
30
+    <tr>
31
+        <td><a href="/js/dlpage01.js">dlpage01.js</a></td>
32
+        <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
33
+        <td><a href="/js/dlpage01.js">dlpage01.js</a></td>
34
+    </tr>
35
+    <tr>
36
+        <td><a href="/js/functions.min.js">functions.min.js</a></td>
37
+        <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
38
+        <td><a href="/js/functions.js">functions.js</a></td>
39
+    </tr>
40
+
41
+    <tr>
42
+        <td><a href="/js/jquery.min.js">jquery.min.js</a></td>
43
+        <td><a href="http://jquery.org/license">Expat</a></td>
44
+        <td><a href="http://code.jquery.com/jquery-1.11.3.js">jQuery v1.11.3</a></td>
45
+    </tr>
46
+    <tr>
47
+        <td><a href="/js/jquery.accordion.min.js">jquery.accordion.min.js</a></td>
48
+        <td><a href="http://jquery.org/license">Expatr</a></td>
49
+        <td><a href="https://plugins.jquery.com/ui.accordion/1.9.0/">jQuery UI Accordion</a></td>
50
+    </tr>
51
+    <tr>
52
+        <td><a href="/js/jquery.client.min.js">jquery.client.min.js</a></td>
53
+        <td><a href="http://jquery.org/license">Expat</a></td>
54
+        <td><a href="https://github.com/wikimedia/jquery-client">Jquery Client</a></td>
55
+    </tr>
56
+    <tr>
57
+        <td><a href="/js/jquery.ba-bbq.min.js">jquery.ba-bbq.min.js</a></td>
58
+        <td><a href="http://jquery.org/license">Expat</a></td>
59
+        <td><a href="http://benalman.com/projects/jquery-bbq-plugin/">jQuery BBQ: Back Button &amp; Query Library - v1.2.1</a></td>
60
+    </tr>
61
+    <tr>
62
+        <td><a href="/js/jquery.infieldlabel.min.js">jquery.infieldlabel.min.js</a></td>
63
+        <td><a href="http://jquery.org/license">Expat</a></td>
64
+        <td><a href="https://github.com/dcneiner/In-Field-Labels-jQuery-Plugin/">In-Field Labels jQuery Plugin</a></td>
65
+    </tr>
66
+    <tr>
67
+        <td><a href="/js/jquery-migrate-1.0.0.min.js">jquery-migrate-1.0.0.min.js</a></td>
68
+        <td><a href="http://jquery.org/license">Expat</a></td>
69
+        <td><a href="https://github.com/jquery/jquery-migrate">jQuery Migrate - v1.0.0</a></td>
70
+    </tr>
71
+    </table>
72
+  </div>
73
+  <!-- END MAINCOL -->
74
+  <div id = "sidecol">
75
+#include "side.wmi"
76
+#include "info.wmi"
77
+  </div>
78
+  <!-- END SIDECOL -->
79
+</div>
80
+<!-- END CONTENT -->
81
+
82
+#include <foot.wmi>
... ...
@@ -10,6 +10,9 @@
10 10
        for this site: <a href="http://expyuzz4wqqyqhjn.onion/">expyuzz4wqqyqhjn.onion/</a>.<br/>
11 11
        See <a href="https://onion.torproject.org">https://onion.torproject.org</a> for all
12 12
        torproject.org onion addresses.</p>
13
+    <p>
14
+    <a href="<page about/javascript>" data-jslicense="1">JavaScript license information</a>
15
+    </p>
13 16
 <!--
14 17
         # This will grab the date from svn info/git
15 18
         # REQUIRES svn or git for this to work
16 19