Team:Groningen/Template/MODULE/tmpl tablemodule

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <!-- Table module--> <div class="module tablemodule gridcell"> <div class="content"> <div class="wrapper"> <!-- TITLE SNIPPET START--> <div class="title"> Title here,...")
 
(5 intermediate revisions not shown)
Line 1: Line 1:
 +
<pre>
<html>
<html>
<!-- Table module-->
<!-- Table module-->
Line 8: Line 9:
-
<!-- TITLE SNIPPET START-->
+
<!-- TITLE MANDATORY START-->
<div class="title">
<div class="title">
Line 15: Line 16:
</div>
</div>
<div class="hspacer">&nbsp;</div>
<div class="hspacer">&nbsp;</div>
-
<!-- TITLE SNIPPET END-->
+
<!-- TITLE MANDATORY END-->
-
<!-- TABLE SNIPPET START-->
+
 
 +
<!-- CAPTION OPTIONAL START-->
 +
<div class="caption">
 +
 
 +
</div>
 +
<div class="hspacer">&nbsp;</div>
 +
<!-- CAPTION OPTIONAL END-->
 +
 
 +
 
 +
<!-- TABLE MANDATORY START-->
<table class="table">
<table class="table">
<tr>
<tr>
-
<th>type</th><th>size (mm)</th>
+
<th>EMPTY</th><th>EMPTY</th>
</tr>
</tr>
<tr>
<tr>
-
<td>colony</td><td>4,0</td>
+
<td>EMPTY</td><td>EMPTY</td>
</tr>
</tr>
<tr>
<tr>
-
<td>colony with halo</td><td>6,0</td>
+
<td>EMPTY</td><td>EMPTY</td>
</tr>
</tr>
<tr>
<tr>
-
<td>halo</td><td>2,0</td>
+
<td>EMPTY</td><td>EMPTY</td>
</tr>
</tr>
</table>
</table>
<div class="hspacer">&nbsp;</div>
<div class="hspacer">&nbsp;</div>
-
<!-- TABLE SNIPPET END-->
+
<!-- TABLE MANDATORY END-->
-
 
+
-
 
+
-
<!-- PARAGRAPH SNIPPET START-->
+
-
<div class="text">
+
-
 
+
-
</div>
+
-
<div class="hspacer">&nbsp;</div>
+
-
<!-- PARAGRAPH SNIPPET END-->
+
Line 53: Line 55:
</div>
</div>
</html>
</html>
 +
</pre>

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>