|
|
(187 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | {{:Team:Dundee/style}}<html>
| |
− | <!-- This is a draft of the wiki -->
| |
− | <!-- Therefore, this is a first version of it, which will be improved -->
| |
− | <!-- This is a draft of the wiki -->
| |
− | <!-- https://2015.igem.org/Team:Dundee/style -->
| |
| | | |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
| |
− | <script>
| |
− |
| |
− | jQuery(function(){
| |
− | jQuery('#showall').click(function(){
| |
− | jQuery('.targetDiv').show();
| |
− | });
| |
− | jQuery('.showSingle').click(function(){
| |
− | jQuery('.targetDiv').hide();
| |
− | jQuery('#div'+$(this).attr('target')).show();
| |
− | });
| |
− | });
| |
− | </script>
| |
− |
| |
− | <div id ="mainContainer">
| |
− | <div id="general">
| |
− | Here are the files.
| |
− |
| |
− | <table>
| |
− | <tr>
| |
− | <td width="340px">
| |
− | <table>
| |
− | <tr>
| |
− | <td><a class="showSingle" target="Charlie"></a></td>
| |
− | <td></td>
| |
− | </tr>
| |
− | </table>
| |
− | </td>
| |
− | <td width="540px" background="https://static.igem.org/mediawiki/2015/a/ac/Wiki_iGEM_Dundee_15.jpg">
| |
− | <div class="targetDiv" id="divCharlie">
| |
− | </div>
| |
− | </td>
| |
− | </tr>
| |
− | </table>
| |
− |
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div id ="belowContainer">
| |
− | Under construction
| |
− | </div>
| |
− |
| |
− | </html>
| |