Team:TCU Taiwan/Notebook
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<head> | <head> | ||
<meta name="google-site-verification" content="pY8JgIYK6zMi9LoymHQcUKbj-xnD-rcPBrYI-xllU9o" /> | <meta name="google-site-verification" content="pY8JgIYK6zMi9LoymHQcUKbj-xnD-rcPBrYI-xllU9o" /> | ||
+ | |||
+ | <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script> | ||
+ | <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" /> | ||
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" /> | <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" /> | ||
Line 71: | Line 74: | ||
#drop-nav li ul li {border-top: 10px; } | #drop-nav li ul li {border-top: 10px; } | ||
</style> | </style> | ||
+ | <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css"> | ||
<!--End Analytics--> | <!--End Analytics--> | ||
+ | <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script> | ||
<body style="background:#ffffff"> | <body style="background:#ffffff"> | ||
Line 206: | Line 211: | ||
</td> | </td> | ||
- | <td></td> | + | <td><div id="Accordion1" class="Accordion" tabindex="0"> |
+ | <div class="AccordionPanel"> | ||
+ | <div class="AccordionPanelTab">標籤標記 1</div> | ||
+ | <div class="AccordionPanelContent">內容 1</div> | ||
+ | </div> | ||
+ | <div class="AccordionPanel"> | ||
+ | <div class="AccordionPanelTab">標籤標記 2</div> | ||
+ | <div class="AccordionPanelContent">內容 2</div> | ||
+ | </div> | ||
+ | </div></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | var Accordion1 = new Spry.Widget.Accordion("Accordion1"); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 14:07, 22 September 2014
|