Code Search for Developers
 
 
  

import_fname.html from AlphaMail at Krugle


Show import_fname.html syntax highlighted

% # vim:set syntax=mason:
<%args>
$data => ''
$fn => 0
</%args>
<& /mail/header.mhtml, title => 'Choose last name' &>
<p>Click on someone's last name (NOT their full name)</p>
<pre>
<%perl>
open DATA, "<$data";
while(<DATA>) {
   my @fields = split /,/;
   for(my $f=0; $f <= $#fields; $f++) {
      $m->print(qq(<a href="/mail/addressbook/import_lname.html?fn=$fn&ln=$f&data=$data">$fields[$f]</a>, )) if($fields[$f]);
   }
   $m->print("\n");
}
close DATA;
</%perl>
</pre>
<& /mail/footer.mhtml &>




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

  edit.mhtml
  import.mhtml
  import_alias.html
  import_complete.html
  import_csv.html
  import_csv_save.html
  import_fname.html
  import_imho.html
  import_lname.html
  index.html
  process_edit.html
  process_take.html
  take.html