fac_verify aanscherping

svn path=/Website/trunk/; revision=30644
This commit is contained in:
Jos Groot Lipman
2016-09-08 11:45:47 +00:00
parent 3d5820f577
commit 756857b8a3
2 changed files with 7 additions and 6 deletions

View File

@@ -474,9 +474,8 @@ function testfolder(relpath, mustbethere)
%><table>
<thead><tr><th align='left'><table><tr><td><b>Verify.asp $Revision$<br>
Checking <%= toDateTimeString(new Date()) %></b><br>
<% if (this.FCLTVersion ) Response.Write("Software version " + this.FCLTVersion + "<br>") %>
<a href='fac_verify_sha.asp' target="_new1">Click</a> to verify files<br>
<a href='fac_verify_data.asp' target="_new2">Click</a> to verify data<br>
<a href='fac_admtracking_search.asp' target="_new3">Click</a> to view update history
</td>
<td valign='top'>
<form method='post' taget='_new'>

View File

@@ -24,8 +24,10 @@
<html>
<head>
<% FCLTHeader.Generate(); %>
<title>FACILITOR file checksum verifier</title>
<style>
table { width: 800px!important };
</style>
</head>
<body id="listbody">
<%
@@ -61,7 +63,7 @@ else
if (SHAinfo.missing.length)
{
%><h1>Missing files (<%=SHAinfo.missing.length%>)</h1>
%><h2>Missing files (<%=SHAinfo.missing.length%>)</h2>
<table class='rstable'>
<thead><tr><th>File</th></tr></thead>
<%
@@ -76,7 +78,7 @@ if (SHAinfo.missing.length)
if (SHAinfo.unknown.length)
{
%><h1>Unknown files (<%=SHAinfo.unknown.length%>)</h1>
%><h2>Unknown files (<%=SHAinfo.unknown.length%>)</h2>
<table class='rstable'>
<thead><tr><th>File</th><th>Date</th></tr></thead>
<%