mirror of https://github.com/zlatinb/muwire
various html fixes, version the js, thanks zzz
parent
beab2be713
commit
0114224d1f
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue