You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
Difference between revisions of "Widget:Column1"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <includeonly><input id="box1" type="checkbox"> | + | <includeonly><input id="box1" type="checkbox" checked> |
<label for="box1"><!--{$name|escape:'text'}--></label> | <label for="box1"><!--{$name|escape:'text'}--></label> | ||
− | + | <table border=1> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | <table | ||
<thead> | <thead> | ||
<tr> | <tr> | ||
− | + | <th colspan="2"> The table header </th> | |
− | |||
− | |||
− | |||
− | |||
− | |||
</tr> | </tr> | ||
</thead> | </thead> | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | + | <td class="column1"> I am a column 1 </td> | |
− | + | <td class="column2"> I am a column 2 </td> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | + | <td class="column1"> I am a column 1 </td> | |
− | + | <td class="column2"> I am a column 2 </td> | |
− | |||
− | |||
− | |||
− | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | + | <td class="column1"> I am a column 1 </td> | |
− | + | <td class="column2"> I am a column 2 </td> | |
− | |||
− | |||
− | |||
− | |||
</tr> | </tr> | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
</includeonly> | </includeonly> |