mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Fix link to jsxc-plinth.js in JS license information
Minor updates to html formatting
This commit is contained in:
parent
690fba96f5
commit
9b2c7f2d48
@ -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.
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user