From 2013.igem.org
(Difference between revisions)
|
|
Line 4: |
Line 4: |
| </head> | | </head> |
| <body> | | <body> |
- | <div class="readmore">
| |
- | <a href="#" id="example-show" class="showLink" onclick="showHide('example');return false;">Protocol 1 </a>
| |
- | <div id="example" class="more">
| |
- | <div class="text">
| |
- | Here is some more text: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
| |
- | Vestibulum vitae urna nulla.
| |
- | Vivamus a purus mi. In hac habitasse platea dictumst. In ac tempor quam.
| |
- | Vestibulum eleifend vehicula ligula, et cursus nisl gravida sit amet.
| |
- | Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
| |
- | </div>
| |
- | <p>
| |
- | <a href="#" id="example-hide" class="hideLink" onclick="showHide('example');return false;">Hide </a>
| |
- | </p>
| |
- | </div>
| |
- | <a href="#" id="example-show" class="showLink" onclick="showHide('example2');return false;">Protocol 2 </a>
| |
- | <div id="example2" class="more">
| |
- | <div class="text">
| |
- | This is the second protocol. this is protocol 2.
| |
- | </div>
| |
- | <p>
| |
- | <a href="#" id="example-hide" class="hideLink" onclick="showHide('example2');return false;">Hide </a>
| |
- | </p>
| |
- | </div>
| |
- | </div>
| |
| | | |
| </body> | | </body> |
| </html> | | </html> |
Revision as of 21:07, 23 June 2013
Georgia State Wiki