Team:Groningen/Template/MODULE/tmpl tablemodule

From 2014.igem.org

(Difference between revisions)
 
Line 9: Line 9:
-
<!-- TITLE OPTIONAL START-->
+
<!-- TITLE MANDATORY START-->
<div class="title">
<div class="title">
Line 16: Line 16:
</div>
</div>
<div class="hspacer">&nbsp;</div>
<div class="hspacer">&nbsp;</div>
-
<!-- TITLE OPTIONAL END-->
+
<!-- TITLE MANDATORY END-->
 +
 
 +
 
 +
<!-- CAPTION OPTIONAL START-->
 +
<div class="caption">
 +
 
 +
</div>
 +
<div class="hspacer">&nbsp;</div>
 +
<!-- CAPTION OPTIONAL END-->
 +
 
<!-- TABLE MANDATORY START-->
<!-- TABLE MANDATORY START-->
Line 36: Line 45:
<div class="hspacer">&nbsp;</div>
<div class="hspacer">&nbsp;</div>
<!-- TABLE MANDATORY END-->
<!-- TABLE MANDATORY END-->
-
 
-
 
-
<!-- CAPTION OPTIONAL START-->
 
-
<div class="caption">
 
-
 
-
</div>
 
-
<div class="hspacer">&nbsp;</div>
 
-
<!-- CAPTION OPTIONAL END-->
 

Latest revision as of 15:18, 17 October 2014

<html>
<!-- Table module-->
<div class="module tablemodule gridcell">
<div class="content">
<div class="wrapper">




<!-- TITLE MANDATORY START-->
<div class="title">

Title here, no images!!!

</div>
<div class="hspacer"> </div>
<!-- TITLE MANDATORY END-->


<!-- CAPTION OPTIONAL START-->
<div class="caption">

</div>
<div class="hspacer"> </div>
<!-- CAPTION OPTIONAL END-->


<!-- TABLE MANDATORY START-->
<table class="table">
<tr>
<th>EMPTY</th><th>EMPTY</th>
</tr>
<tr>
<td>EMPTY</td><td>EMPTY</td>
</tr>
<tr>
<td>EMPTY</td><td>EMPTY</td>
</tr>
<tr>
<td>EMPTY</td><td>EMPTY</td>
</tr>

</table>
<div class="hspacer"> </div>
<!-- TABLE MANDATORY END-->



<div class="hspacer"> </div>
</div>
<div class="hspacer"> </div>
</div>
<div class="hspacer"> </div>
</div>
</html>