Changeset 6659 for trunk/tools/database
- Timestamp:
- Sep 5, 2001, 11:52:56 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/www/Odin32DB.phtml
r6658 r6659 88 88 else if (isset($dlls)) 89 89 { /* All dlls */ 90 $sCategory = "dll s";90 $sCategory = "dll"; 91 91 $sCategoryName = "Dlls"; 92 } 93 else if (isset($internal)) 94 { /* All Internal Dlls */ 95 $sCategory = "dll"; 96 $sCategoryName = "Internal Dlls"; 97 } 98 else if (isset($support)) 99 { /* All dlls */ 100 $sCategory = "dll"; 101 $sCategoryName = "Support Stuff"; 102 } 103 else if (isset($tools)) 104 { /* All dlls */ 105 $sCategory = "dll"; 106 $sCategoryName = "Tools"; 92 107 } 93 108 else if (isset($apigroups)) … … 194 209 echo "<font size=3>". 195 210 "<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". 197 218 " <li><b><a href=\"Odin32DB.phtml?apigroups=1\">API Groups</a></b>\n". 198 219 " <li><b><a href=\"Odin32DB.phtml?authors=1\">Authors</a></b>\n".
Note:
See TracChangeset
for help on using the changeset viewer.