Team:UNIPV-Pavia/Notebook
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | <html> | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
- | <head></head> | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
+ | <title>Documento senza titolo</title> | ||
+ | <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> | ||
+ | <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" /> | ||
+ | </head> | ||
<body> | <body> | ||
- | < | + | <ul id="MenuBar1" class="MenuBarVertical"> |
- | + | <li><a class="MenuBarItemSubmenu" href="#">Voce 1</a> | |
- | < | + | <ul> |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | < | + | |
- | + | ||
- | + | ||
+ | <li><a href="#">Voce 1.1</a></li> | ||
+ | <li><a href="#">Voce 1.2</a></li> | ||
+ | <li><a href="#">Voce 1.3</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">Voce 2</a></li> | ||
+ | <li><a class="MenuBarItemSubmenu" href="#">Voce 3</a> | ||
+ | |||
+ | <ul> | ||
+ | <li><a class="MenuBarItemSubmenu" href="#">Voce 3.1</a> | ||
+ | <ul> | ||
+ | <li><a href="#">Voce 3.1.1</a></li> | ||
+ | <li><a href="#">Voce 3.1.2</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Voce 3.2</a></li> | ||
+ | <li><a href="#">Voce 3.3</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">Voce 4</a></li> | ||
+ | </ul> | ||
+ | <script type="text/javascript"> | ||
+ | <!-- | ||
+ | var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); | ||
+ | //--> | ||
+ | </script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 13:52, 16 June 2009
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">