IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2006, 10:40:55 AM (20 years ago)
Author:
eugene
Message:

adding menu hierarchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/phptest.php

    r8980 r8984  
    1 <?php include 'ipp.php'; ?>
     1<?php
    22
    3 <?php menu('test.page', 'ipp.css', ''); ?>
     3include 'ipp.php';
    44
    5 <?
     5menu('ipp.menu.dat', 'test.page', 'ipp.css', '');
    66
    77$varlist = array ('SERVER_NAME', 'GATEWAY_INTERFACE', 'SERVER_PROTOCOL',
     
    1919}
    2020
     21menu_end();
    2122?>
    22 
    23 <?php menu_end(); ?>
    24 
    25 </body>
    26 </html>
Note: See TracChangeset for help on using the changeset viewer.