fac_verify aanscherping
svn path=/Website/trunk/; revision=30644
This commit is contained in:
@@ -474,9 +474,8 @@ function testfolder(relpath, mustbethere)
|
|||||||
%><table>
|
%><table>
|
||||||
<thead><tr><th align='left'><table><tr><td><b>Verify.asp $Revision$<br>
|
<thead><tr><th align='left'><table><tr><td><b>Verify.asp $Revision$<br>
|
||||||
Checking <%= toDateTimeString(new Date()) %></b><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_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>
|
||||||
<td valign='top'>
|
<td valign='top'>
|
||||||
<form method='post' taget='_new'>
|
<form method='post' taget='_new'>
|
||||||
|
|||||||
@@ -24,8 +24,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<% FCLTHeader.Generate(); %>
|
<% FCLTHeader.Generate(); %>
|
||||||
|
<title>FACILITOR file checksum verifier</title>
|
||||||
<title>FACILITOR file checksum verifier</title>
|
<style>
|
||||||
|
table { width: 800px!important };
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body id="listbody">
|
<body id="listbody">
|
||||||
<%
|
<%
|
||||||
@@ -61,7 +63,7 @@ else
|
|||||||
|
|
||||||
if (SHAinfo.missing.length)
|
if (SHAinfo.missing.length)
|
||||||
{
|
{
|
||||||
%><h1>Missing files (<%=SHAinfo.missing.length%>)</h1>
|
%><h2>Missing files (<%=SHAinfo.missing.length%>)</h2>
|
||||||
<table class='rstable'>
|
<table class='rstable'>
|
||||||
<thead><tr><th>File</th></tr></thead>
|
<thead><tr><th>File</th></tr></thead>
|
||||||
<%
|
<%
|
||||||
@@ -76,7 +78,7 @@ if (SHAinfo.missing.length)
|
|||||||
|
|
||||||
if (SHAinfo.unknown.length)
|
if (SHAinfo.unknown.length)
|
||||||
{
|
{
|
||||||
%><h1>Unknown files (<%=SHAinfo.unknown.length%>)</h1>
|
%><h2>Unknown files (<%=SHAinfo.unknown.length%>)</h2>
|
||||||
<table class='rstable'>
|
<table class='rstable'>
|
||||||
<thead><tr><th>File</th><th>Date</th></tr></thead>
|
<thead><tr><th>File</th><th>Date</th></tr></thead>
|
||||||
<%
|
<%
|
||||||
|
|||||||
Reference in New Issue
Block a user