Code Search for Developers
 
 
  

filevault.html from AlphaMail at Krugle


Show filevault.html syntax highlighted

% # vim:set syntax=mason:
<%args>
$file => ''
$message => ''
</%args>
<html>
   <head>
      <title>File Vault</title>
   </head>
   <h1>File Vault Retrieval</h1>
% if($message) {
   <h2><% $message %></h2>
% }
   <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

AlphaMail

AlphaMail is an accelerated web mail interface with a C++ middleware layer that is more effective than an IMAP proxy which is a highly scalable (10k+ users). The interface includes modern features, Section 508 compliance, and universal browser support.

Project homepage: http://sourceforge.net/projects/alphamail
Programming language(s): C++,Java,JavaScript,Perl
License: other

  images/
  mail/
    addressbook/
      autohandler
      edit.mhtml
      import.mhtml
      import_csv.html
      import_imho.html
      index.html
      process_edit.html
      take.html
    settings/
      altfolder_update.html
      autohandler
      edit_folders.html
      folders.mhtml
      general.mhtml
      index.html
      share.mhtml
      sharing_agree.html
      signatures.mhtml
      update_folderlist.html
      update_general.html
      update_signatures.html
    viewers/
      excel.html
      html.html
      targz.html
      word.html
      zip.html
    address_mail.html
    addresslist.mhtml
    check_spelling.html
    compose.html
    filevault.html
    first_login.html
    fix_spelling.html
    folderlist.mhtml
    footer.mhtml
    get_attachment.html
    header.mhtml
    index.html
    logout.html
    menu.mhtml
    other_folders.html
    print.html
    process_compose.html
    process_first_login.html
    process_messages.html
    read.html
    renew_session.html
    share_options.html
    share_upload.html
    verify_password.html
    view_attachment.html
  static/
    amail_icon.jpg
    amail_large.jpg
    d.css
    wz_tooltip.js
  download.html
  filevault.html
  index.html