Changeset 6659 for trunk/tools/database


Ignore:
Timestamp:
Sep 5, 2001, 11:52:56 PM (24 years ago)
Author:
bird
Message:

test checkin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/www/Odin32DB.phtml

    r6658 r6659  
    8888else if (isset($dlls))
    8989{   /* All dlls */
    90     $sCategory      = "dlls";
     90    $sCategory      = "dll";
    9191    $sCategoryName  = "Dlls";
     92}
     93else if (isset($internal))
     94{   /* All Internal Dlls */
     95    $sCategory      = "dll";
     96    $sCategoryName  = "Internal Dlls";
     97}
     98else if (isset($support))
     99{   /* All dlls */
     100    $sCategory      = "dll";
     101    $sCategoryName  = "Support Stuff";
     102}
     103else if (isset($tools))
     104{   /* All dlls */
     105    $sCategory      = "dll";
     106    $sCategoryName  = "Tools";
    92107}
    93108else if (isset($apigroups))
     
    194209            echo "<font size=3>".
    195210                 "<ul>\n".
    196                  "  <li><b><a href=\"Odin32DB.phtml?dlls=1\">Dlls</a></b>\n".
     211                 "  <li><b>Module<\n>\n".
     212                 "      <ul>\n".
     213                 "         <li><b><a href=\"Odin32DB.phtml?dlls=1\">Odin32 API DLLs</a></b>\n".
     214                 "         <li><b><a href=\"Odin32DB.phtml?internal=1\">Internal Odin32 DLLs</a></b>\n".
     215                 "         <li><b><a href=\"Odin32DB.phtml?support=1\">Support Stuff(like win32k)</a></b>\n".
     216                 "         <li><b><a href=\"Odin32DB.phtml?tools=1\">Tools</a></b>\n".
     217                 "      </ul>\n".
    197218                 "  <li><b><a href=\"Odin32DB.phtml?apigroups=1\">API Groups</a></b>\n".
    198219                 "  <li><b><a href=\"Odin32DB.phtml?authors=1\">Authors</a></b>\n".
Note: See TracChangeset for help on using the changeset viewer.