1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<link rel="stylesheet" href="layersmenu-demo.css" type="text/css"></link>
<link rel="shortcut icon" href="LOGOS/shortcut_icon_phplm.png"></link>
<title>The PHP Layers Menu System</title>
<base target="examplesframe"></base>
</head>
<body style="background-color: #ffffff; margin: 5px;">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td nowrap="nowrap">
<p class="normal">
<a href="index.php" title="index.php" target="_top"><img align="top"
src="menuicons/kfm_home.png" width="16" height="16" border="0" alt="" /> HOME PAGE</a>
<br />
<a href="demo.php" title="demo.php" target="demo"><img align="top"
src="menuicons/shortcut_icon_phplm.png" width="16" height="16" border="0"
alt="" /> THE COMPLETE DEMO</a>
</p>
<p class="normal">
<b>EXAMPLES</b>
</p>
<p class="normal">
LAYERS-BASED MENUS
<br />
<a href="example-hormenu.php" title="example-hormenu.php">Horizontal menu</a>
<br />
<a href="example-hormenu-old.php" title="example-hormenu-old.php">Hor. menu - "old style"</a>
<br />
<a href="example-vermenu.php" title="example-vermenu.php">Vertical menu</a>
<br />
<a href="example-hormenu_and_vermenu.php" title="example-hormenu_and_vermenu.php">Hor. and ver. menus</a>
</p>
<p class="normal">
TREE MENUS
<br />
<a href="example-treemenu.php" title="example-treemenu.php">JavaScript Tree Menu</a>
<br />
<a href="example-two_treemenus.php" title="example-two_treemenus.php">Two JS Tree Menus</a>
</p>
<p class="normal">
LAYERS AND TREE MENUS
<br />
<a href="example-hormenu_and_treemenu.php" title="example-hormenu_and_treemenu.php">Hor. menu and tree menu</a>
<br />
<a href="example-layersmenus_and_treemenus.php" title="example-layersmenus_and_treemenus.php">Layers and tree menus</a>
</p>
<p class="normal">
WITH FRAMES
<br />
<a href="example-frame.html" title="example-frame.html" target="framed">Tree menu with frames</a>
</p>
<p class="normal">
DATABASE SUPPORT
<br />
<a href="example-db-hormenu.php" title="example-db-hormenu.php">Hor. menu - data on DB</a>
<br />
<a href="example-db-treemenu.notshown.php" title="example-db-treemenu.php">JS Tree Menu - data on DB</a>
</p>
<p class="normal">
ACCESSIBILITY SOLUTIONS
<br />
<a href="example-phptreemenu.php" title="example-phptreemenu.php">PHP Tree Menu</a>
<br />
<a href="example-verplainmenu.php" title="example-verplainmenu.php">(Vertical) Plain Menu</a>
<br />
<a href="example-horplainmenu.php" title="example-horplainmenu.php">Horizontal Plain Menu</a>
</p>
<p class="normal">
FORMATS CONVERSIONS
<br />
<a href="example-filetodb.php" title="example-filetodb.php">TXT structure to SQL dump</a>
<br />
<a href="example-dbtofile.php" title="example-dbtofile.php">SQL dump to TXT structure</a>
</p>
<p class="normal">
WORKAROUND FOR...
<br />
<a href="example-see-through.php" title="example-see-through.php">the see-through problem</a>
</p>
</td>
</tr>
</table>
</body>
</html>
|