various html fixes, version the js, thanks zzz

pull/34/head
Zlatin Balevsky 2019-12-05 13:40:37 +00:00
parent beab2be713
commit 0114224d1f
3 changed files with 9 additions and 7 deletions

View File

@ -15,7 +15,7 @@
<html>
<head>
<%@include file="css.jsi"%>
<script src="js/download.js" type="text/javascript"></script>
<script src="js/download.js?<%=version%>" type="text/javascript"></script>
</head>
<body onload="initConnectionsCount(); initDownloads();">
<%@include file="header.jsi"%>
@ -24,8 +24,6 @@
<div id="table-wrapper">
<div id="downloads"></div>
</div>
</div>
</table>
<hr/>
<p>Download Details</p>
<div id="downloadDetails"><p>Click on a download to view details</p></div>

View File

@ -19,14 +19,17 @@
<html>
<head>
<%@include file="css.jsi"%>
<script src="js/search.js" type="text/javascript"></script>
<script src="js/search.js?<%=version%>" type="text/javascript"></script>
</head>
<%@include file="header.jsi"%>
<% if (groupBy.equals("sender")) { %>
<body onload="initConnectionsCount();initGroupBySender();">
<center><a href="/MuWire/Home.jsp?groupBy=file">Group By File</a></center>
<% } else { %>
<body onload="initConnectionsCount();initGroupByFile();">
<% } %>
<%@include file="header.jsi"%>
<% if (groupBy.equals("sender")) { %>
<center><a href="/MuWire/Home.jsp?groupBy=file">Group By File</a></center>
<% } else { %>
<center><a href="/MuWire/Home.jsp?groupBy=sender">Group By Sender</a></center>
<% } %>
<table width="100%">
@ -92,6 +95,7 @@
<div id="bottomTable">
</div>
</div>
</div>
</td>
</tr>
</tbody>

View File

@ -1,4 +1,4 @@
<title>MuWire ${version}</title>
<link href="i2pbote.css?${version}" rel="stylesheet" type="text/css">
<link href="muwire.css?${version}" rel="stylesheet" type="text/css">
<script src="js/conncount.js" type="text/javascript"></script>
<script src="js/conncount.js?${version}" type="text/javascript"></script>