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 - Added command line argument --list-modules which will list modules
and exit. It can be followed by "essential" or "optional" to only and exit. It can be followed by "essential" or "optional" to only
list those modules. list those modules.
- Added JS license web labels for LibreJS.
### Changed ### Changed
- frontpage: Show app logos instead of generic icons. - frontpage: Show app logos instead of generic icons.

View File

@ -207,7 +207,10 @@
<footer> <footer>
{% block footer_block %} {% 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 %} {% endblock %}
</footer> </footer>

View File

@ -1,19 +1,21 @@
<html> <html>
<head> <head>
<title>JavaScript license Information</title> <title>JavaScript license Information</title>
<style>a { <style>a {
text-align:center; text-align:center;
width:300; width:300;
} }
</style> </style>
<body> </head>
<h1>JavaScript Web labels table</h1>
<table id="jslicense-labels1" style="text-align:center; width:500"> <body>
<tr> <h1>JavaScript Web labels table</h1>
<td><a href="/plinth/static/jsxc-plinth.js">jsxc-plinth.js</a></td> <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="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> <td><a href="/plinth/static/xmpp/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr> </tr>
</table> </table>
</body> </body>
</html> </html>