Team:UT Dallas/Team
From 2013.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<div id="bottom-panel"> | <div id="bottom-panel"> | ||
- | <dl class="accordion"> | + | <table border='1' cellspacing='0' cellpadding='0' width='100%'> |
+ | <tr><td width='205px'> | ||
+ | <dl class="accordion"> | ||
- | <dt link='about_utd'>About UTD</dt> | + | <dt link='about_utd'>About UTD</dt> |
- | <dd></dd> | + | <dd></dd> |
- | <dt>Students</dt> | + | <dt>Students</dt> |
- | <dd> | + | <dd> |
- | + | <ul> | |
- | + | <li><a href='#' onclick="show_info('student_name')">Student 1</a></li> | |
- | + | <li><a href='#' onclick="show_info('student_name')">Student 2</a></li> | |
- | + | <li><a href='#' onclick="show_info('student_name')">Student 3</a></li> | |
- | + | <li><a href='#' onclick="show_info('student_name')">Student 4</a></li> | |
- | + | </ul> | |
- | </dd> | + | </dd> |
- | <dt>Advisors</dt> | + | <dt>Advisors</dt> |
- | <dd> | + | <dd> |
- | + | <ul> | |
- | + | <li><a href='#' onclick="show_info('Advisor_name')">Advisor 1</a></li> | |
- | + | <li><a href='#' onclick="show_info('Advisor_name')">Advisor 2</a></li> | |
- | + | <li><a href='#' onclick="show_info('Advisor_name')">Advisor 3</a></li> | |
- | + | <li><a href='#' onclick="show_info('Advisor_name')">Advisor 4</a></li> | |
- | + | </ul> | |
- | </dd> | + | </dd> |
- | </dl> | + | </dl> |
- | + | </td> | |
+ | <td id='result_space'></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
<script> | <script> | ||
(function($) { | (function($) { |
Revision as of 00:44, 7 September 2013