Ignore:
Timestamp:
06/03/10 10:55:26 (3 years ago)
Author:
benjamin
Message:

removing old styles + integrating mailman lists size spooling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/login.php

    r2559 r2729  
    4141 
    4242?> 
    43 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 
    44 <html> 
    45 <head> 
    46 <title><?php __("AlternC Desktop"); ?></title> 
    47 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
    48 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    49 </head> 
    50 <frameset cols="225px,*"> 
    51         <frame src="menu.php" name="left" /> 
    52         <frame src="main.php" name="right" /> 
    53 <noframes> 
    54 <body> 
    55 <p> 
    56         Votre navigateur doit supporter les cadres.<br /> 
    57         Your browser must support frames 
    58 </p> 
    59 </body> 
    60 </noframes> 
    61 </frameset> 
    62 </html> 
Note: See TracChangeset for help on using the changeset viewer.