Fix link to jsxc-plinth.js in JS license information

Minor updates to html formatting
This commit is contained in:
James Valleroy 2016-12-20 17:33:52 -05:00
parent 690fba96f5
commit 9b2c7f2d48
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 24 additions and 18 deletions

View File

@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
- Added command line argument --list-modules which will list modules
and exit. It can be followed by "essential" or "optional" to only
list those modules.
- Added JS license web labels for LibreJS.
### Changed
- frontpage: Show app logos instead of generic icons.

View File

@ -207,7 +207,10 @@
<footer>
{% block footer_block %}
<a href="{% static 'jslicense.html' %}" data-jslicense="1">JavaScript license information</a>
<center>
<a href="{% static 'jslicense.html' %}" data-jslicense="1">
JavaScript license information</a>
</center>
{% endblock %}
</footer>

View File

@ -1,19 +1,21 @@
<html>
<head>
<title>JavaScript license Information</title>
<style>a {
text-align:center;
width:300;
}
</style>
<body>
<h1>JavaScript Web labels table</h1>
<table id="jslicense-labels1" style="text-align:center; width:500">
<tr>
<td><a href="/plinth/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
<head>
<title>JavaScript license Information</title>
<style>a {
text-align:center;
width:300;
}
</style>
</head>
<body>
<h1>JavaScript Web labels table</h1>
<table id="jslicense-labels1" style="text-align:center; width:500">
<tr>
<td><a href="/plinth/static/xmpp/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="/plinth/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr>
</table>
</body>
</html>
<td><a href="/plinth/static/xmpp/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr>
</table>
</body>
</html>