Listing 1 deployprod.htm
<!-- deployprod.html -->
<!-- -->
<!-- Author: Lisa Hamet Bernard, IT Consultant, 8/6/2004 -->
<!-- -->
<!-- This webpage is the interface to the CGI scripts do_rsync and -->
<!-- move2prod, called in succession. These scripts allow the user -->
<!-- to selectively deploy files from this webserver (development) -->
<!-- to the production webservers. -->
<!-- -->
<html>
<head>
<meta http-equiv="content-type" \
content="text/html;charset=iso-8859-1">
<title>Development Files Deployment Utility</title>
</head>
<body bgcolor="#ffffff">
<div align="center">
<p></p><p></p><p></p>
<p><font size="+1">This administrative utility allows \
you to selectively deploy files from the development \
to the production webservers.</font></p>
</div>
<form id="StartDeploy" action="/cgi-bin/do_rsync" \
method="post" name="StartForm" enctype="Default">
<div align="center">
</div>
<div align="center">
<p><input type="submit" name="submitButton" \
value="Click to generate list of candidate \
files"></p>
</div>
</form>
</body>
</html>
|