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 Sharing Pickup</title>
   </head>
   <h1>Shared File Retrieval</h1>
% if($message) {
   <h2><% $message %></h2>
% }
   <p>Please type the file key and decryption password and click 'Download' in
   order to start the download:</p>
   <form method="get" action="<% $base %>/download.html">
      <p>File Key: <input alt="file key" type="text" size="60" name="file" value="<% $file %>">
      <p>Password (case sensitive!): <input alt="file encryption password" type="text" name="password"> </p>
      <br><input alt="download" 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 alt="forced download" type="submit" name="download" value="Download (force)"> </p>
   </form>
</html>
<%init>
$m->redirect($base) if !$config->get('large_file_limit',0);
</%init>
<%once>
our $base = $config->get('base_uri');
</%once>




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/
      edit.mhtml
      export_csv.html
      import.mhtml
      import_complete.html
      import_csv.html
      import_csv_save.html
      import_fname.html
      import_imho.html
      import_lname.html
      index.html
      lists.mhtml
      process_edit.html
      process_lists.html
      process_take.html
      take.html
    admin/
      autohandler
      guide.html
      index.html
      quotas.jpg
      show_stats.mhtml
      test.mhtml
    docs/
      faq/
        attach1.gif
        attach2.gif
        attach3.gif
        colors.gif
        dates1.gif
        drafts.gif
        filter.gif
        index.html
        notrash1.gif
        notrash2.gif
        notrash3.gif
        other.html
        sort.gif
        timeout.gif
      index.html
      new_features.html
    settings/
      add_filter.html
      altfolder_update.html
      altprefix_update.html
      edit_folders.html
      export.mhtml
      export_mail.html
      export_verify.html
      filters.mhtml
      folders.mhtml
      general.mhtml
      index.html
      share.mhtml
      sharing_agree.html
      signatures.mhtml
      spam.mhtml
      update_filters.html
      update_folderlist.html
      update_general.html
      update_signatures.html
      update_spam.html
    viewers/
      excel.html
      html.html
      targz.html
      text.html
      word.html
      zip.html
    address_mail.html
    addresslist.html
    autohandler
    check_spelling.html
    compose.html
    feedback.html
    first_login.html
    fix_spelling.html
    folderlist.mhtml
    footer.mhtml
    get_attachment.html
    header.mhtml
    help.html
    index.html
    logout.html
    menu.mhtml
    other_folders.html
    process_compose.html
    process_first_login.html
    process_messages.html
    process_read_message.html
    process_search.html
    quota.html
    quota_graph.html
    raw.html
    read.html
    remove_attachment.html
    renew_session.html
    resume_compose.html
    sanitized.html
    search.html
    search_results.html
    share_options.html
    share_upload.html
    verify_password.html
    view_attachment.html
  static/
    rte/
    a.css
    amail_icon.jpg
    amail_large.jpg
    b.css
    bell.wav
    bell_original.wav
    c.css
    d.css
    default.css
    errorhandling.js
    paperclip.png
    wick.css
    wick.js
    wz_tooltip.js
  download.html
  error.html
  filevault.html
  index.html
  report_js_error.html