Changeset 3 for index.php


Ignore:
Timestamp:
Sep 13, 2008, 11:28:38 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Řazení seznamů klikáním na sloupce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • index.php

    r2 r3  
    33include('config.php');
    44session_start();
    5 include('data_types.php');
     5include('base.php');
    66$Database = new Database($Config['Database']['Host'], $Config['Database']['User'], $Config['Database']['Password'], $Config['Database']['Database']);
    77$Database->Prefix = $Config['Database']['Prefix'];
     
    1414    '<script type="text/javascript" src="global.js"></script>'.
    1515    '<title>IS</title>
    16     </head><body>';
     16    </head><body><table class="base"><tr><td class="menu">';
    1717
    1818LoadListDefinition();
     19$Output .= $Output;
     20$Output .= TableList(1);
     21$Output .= TableList(0);
     22$Output .= '</td><td class="main">';
     23$Output .= 'dd<br /><div>'.Output().'</div><br />dd';
     24$Output .= '</td></tr></table></body></html>';
    1925echo($Output);
    20 echo(TableList());
    21 echo(Output());
    22 echo('</body></html>');
    2326//echo(phpinfo());
    2427?>
Note: See TracChangeset for help on using the changeset viewer.