Show filevault.html syntax highlighted
% # vim:set syntax=mason:
<%args>
$file => ''
</%args>
<html>
<head>
<title>File Vault</title>
</head>
<h1>File Vault Retrieval</h1>
<p>Please type the decryption key and click 'Download' in order to start the
download:</p>
<form method="get" action="/download.html">
<p> Password: <input type="text" name="password"> </p>
<input type="hidden" name="file" value="<% $file %>">
<br><input type="submit" name="download" value="Download"> </p>
<p>If the download button causes the data to appear in your browser, try
this button instead:</p>
<br><input type="submit" name="download" value="Download (force)"> </p>
</form>
</html>
See more files for this project here