Fixes for (X)HTML compatibility.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6854 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
suessthomas 15 years ago
parent 5d87379be6
commit 5c5e6accdb

@ -7,7 +7,7 @@
<body id="AccessTracker">
#%env/templates/header.template%#
#%env/templates/submenuAccessTracker.template%#
<script src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/sorttable.js"></script>
#(page)#
<h2>Server Access Overview</h2>
<p>This is a list of #[num]# requests to the local http server within the last hour.</p>

@ -6,9 +6,9 @@
<meta http-equiv="REFRESH" content="3" />
</head>
<body id="Connections">
#%env/templates/header.template%#
#%env/templates/submenuAccessTracker.template%#
<script src="/js/sorttable.js"></script>
#%env/templates/header.template%#
#%env/templates/submenuAccessTracker.template%#
<script type="text/javascript" src="/js/sorttable.js"></script>
<h2>Server Connection Tracking</h2>
<h3>Incoming Connections</h3>
<p>Showing #[numActiveRunning]# active, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.</p>
@ -34,29 +34,29 @@
</tr>
#{/list}#
</table>
<h3>Outgoing Connections</h3>
<p>Showing #[clientActive]# pooled outgoing connections used as:</p>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td>Protocol</td>
<td>Duration</td>
<td>Idle Time</td>
<td>Dest. IP[:Port]</td>
<td>Command</td>
<td>ID</td>
</tr>
#{clientList}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#[clientProtocol]#</td>
<td>#[clientLifetime]#</td>
<td>#[clientIdletime]#</td>
<td>#[clientTargetHost]#</td>
<td>#[clientCommand]#</td>
<td>#[clientID]#</td>
</tr>
#{/clientList}#
</table>
<h3>Outgoing Connections</h3>
<p>Showing #[clientActive]# pooled outgoing connections used as:</p>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td>Protocol</td>
<td>Duration</td>
<td>Idle Time</td>
<td>Dest. IP[:Port]</td>
<td>Command</td>
<td>ID</td>
</tr>
#{clientList}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#[clientProtocol]#</td>
<td>#[clientLifetime]#</td>
<td>#[clientIdletime]#</td>
<td>#[clientTargetHost]#</td>
<td>#[clientCommand]#</td>
<td>#[clientID]#</td>
</tr>
#{/clientList}#
</table>
#%env/templates/footer.template%#
</body>

@ -4,7 +4,7 @@
<head>
<title>YaCy '#[clientname]#': Index Control</title>
#%env/templates/metas.template%#
<script language="Javascript">
<script type="text/javascript">
//<![CDATA[
function xmlhttpPost() {
var searchform = document.forms['searchform'];

@ -4,7 +4,7 @@
<title>YaCy '#[clientname]#': OAI-PMH source import list</title>
#%env/templates/metas.template%#
#(refresh)#::<meta http-equiv="REFRESH" content="6" />#(/refresh)#
<script>
<script type="text/javascript">
<!--
function setall(name, check){
var selectForm = document.forms.namedItem(name);
@ -21,7 +21,7 @@
}
-->
</script>
<script src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/sorttable.js"></script>
</head>
<body>
#(source)#::

@ -17,7 +17,8 @@
document.write("\<a href=\"Network.xml?" + window.location.search.substring(1) + "\"\>")
//]]>
</script>
<script src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/sorttable.js">
</script>
<img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a>
<span>The information that is presented on this page can also be retrieved as XML
Click the API icon to see the XML.
@ -302,4 +303,4 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
#(/table)#
#%env/templates/footer.template%#
</body>
</html>
</html>

@ -6,7 +6,7 @@
<link rel="alternate" type="application/xml" title="Tables" href="Tables.rss?table=#[table]#" />
#(/showtable)#
#%env/templates/metas.template%#
<script>
<script type="text/javascript">
<!--
function setall(name, check){
var selectForm = document.forms.namedItem(name);
@ -23,7 +23,7 @@
}
-->
</script>
<script src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/sorttable.js"></script>
</head>
<body id="Tables">
#%env/templates/header.template%#

@ -6,7 +6,7 @@
<link rel="alternate" type="application/xml" title="Tables" href="Tables.rss?table=#[table]#" />
#(/showtable)#
#%env/templates/metas.template%#
<script>
<script type="text/javascript">
<!--
function setall(name, check){
var selectForm = document.forms.namedItem(name);
@ -23,7 +23,7 @@
}
-->
</script>
<script src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/sorttable.js"></script>
</head>
<body id="Tables">
#%env/templates/header.template%#

@ -3,7 +3,7 @@
<head>
<title>CyTag Trails</title>
#%env/templates/metas.template%#
<script language="Javascript">
<script type="text/javascript">
function search() {
var xmlHttpReq = false;
var self = this;

@ -7,7 +7,7 @@
#(/showtable)#
#%env/templates/metas.template%#
</head>
<script src="/js/sorttable.js"></script>
<script type="text/javascript" src="/js/sorttable.js"></script>
<body id="Table">
#(showtable)#::
<form action="/Tables_p.html" method="post" target="_parent" enctype="multipart/form-data" accept-charset="UTF-8" name="tablelisting">

@ -3,7 +3,7 @@
<head>
<title>YaCy '#[clientname]#': Shared Blacklist</title>
#%env/templates/metas.template%#
<script>
<script type="text/javascript">
<!--
function selectall(name){
var selectForm = document.forms.namedItem(name);

@ -3,7 +3,7 @@
<head>
<title>YaCy Interactive Search</title>
#%env/templates/metas.template%#
<script language="Javascript">
<script type="text/javascript">
//<![CDATA[
function xmlhttpPost() {
var searchform = document.forms['searchform'];

Loading…
Cancel
Save