Show
Ignore:
Timestamp:
03/28/06 03:08:08 (7 years ago)
Author:
benoitg
Message:
  • First step in massive simplification of CSS and templates
  • Implement the new main CSS structure
    • Implement working content assignation interface and content ordering for both network and nodes.
    • Display of content according to assignation work on 'portal' and 'login'. 'everywhere' not yet implemented
  • Get rid of some ISF specific interface elements
  • Finally replace the overly complicated start button by a "Use the Internet" link that will not get you out of your working tab
  • Fix #118
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/content/index.php

    r979 r1009  
    114114$tool_html .= "</p>"."\n"; 
    115115*/ 
    116 $ui->setToolContent($tool_html); 
     116$ui->appendContent('left_area_middle', $tool_html); 
    117117 
    118118 
     
    149149} 
    150150 
    151 $ui->setMainContent($html); 
     151$ui->appendContent('main_area_middle', $html); 
    152152$ui->display(); 
    153153