From 2010.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">
| |
- | <html xmlns="http://www.w3.org/1999/xhtml">
| |
- | <head>
| |
- | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
| |
- | <title>Untitled Document</title>
| |
- | <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
| |
- | <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
| |
- | </head>
| |
| | | |
- | <body>
| |
- | <div id="TabbedPanels1" class="TabbedPanels">
| |
- | <ul class="TabbedPanelsTabGroup">
| |
- | <li class="TabbedPanelsTab" tabindex="0">Tab 1</li>
| |
- | <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
| |
- | </ul>
| |
- | <div class="TabbedPanelsContentGroup">
| |
- | <div class="TabbedPanelsContent">Content 1</div>
| |
- | <div class="TabbedPanelsContent">Content 2</div>
| |
- | </div>
| |
- | </div>
| |
- | <script type="text/javascript">
| |
- | var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
| |
- | </script>
| |
- | </body>
| |
- | </html>
| |
Revision as of 19:27, 3 July 2010