Added namespaces to table versions of page layouts
This commit is contained in:
parent
e1755e18e0
commit
e965258f89
5 changed files with 504 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
||||||
|
#PBtmpl00000000table125
|
||||||
|
#title:Left Column (Table)
|
||||||
|
#menuTitle:Left Column (Table)
|
||||||
|
#url:left_column_table
|
||||||
|
#namespace:Layout
|
||||||
|
<div><a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a></div>
<tmpl_if showAdmin>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
|
||||||
|
|
||||||
|
<table cellpadding="5">
|
||||||
|
<tr>
|
||||||
|
<td class="firstColumn" align="left" valign="top">
|
||||||
|
<!-- begin position 1 -->
<div class="layoutColumnPadding">
<tmpl_if showAdmin>
<table border="0" id="position1" class="content"><tbody>
</tmpl_if>
<tmpl_loop position1_loop>
<tmpl_if showAdmin>
<tr id="td<tmpl_var id>">
<td><div id="td<tmpl_var id>_div" class="dragable">
</tmpl_if>
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
<tmpl_if showAdmin>
</div></td>
</tr>
</tmpl_if>
</tmpl_loop>
<tmpl_if showAdmin>
</tbody></table>
</tmpl_if>
</div>
<!-- end position 1 -->
|
||||||
|
</td>
|
||||||
|
<td class="secondColumn" align="left" valign="top">
|
||||||
|
<!-- begin position 2 -->
<div class="layoutColumnPadding">
<tmpl_if showAdmin>
<table border="0" id="position2" class="content"><tbody>
</tmpl_if>
<tmpl_loop position2_loop>
<tmpl_if showAdmin>
<tr id="td<tmpl_var id>">
<td><div id="td<tmpl_var id>_div" class="dragable">
</tmpl_if>
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
<tmpl_if showAdmin>
</div></td>
</tr>
</tmpl_if>
</tmpl_loop>
<tmpl_if showAdmin>
</tbody></table>
</tmpl_if>
</div>
<!-- end position 2 -->
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<tmpl_if description>
<p><tmpl_var description></p>
</tmpl_if>
<tmpl_if showAdmin>
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
<tmpl_var dragger.init>
</tmpl_if>
|
||||||
|
~~~
|
||||||
|
<style type="text/css">
.firstColumn {
width: 35%;
}
.secondColumn {
max-width: 65%;
}
</style>
|
||||||
149
docs/upgrades/templates-6.99.2/wgtemplate_table_news.tmpl
Normal file
149
docs/upgrades/templates-6.99.2/wgtemplate_table_news.tmpl
Normal file
|
|
@ -0,0 +1,149 @@
|
||||||
|
#PBtmpl00000000table094
|
||||||
|
#title:News (Table)
|
||||||
|
#menuTitle:News (Table)
|
||||||
|
#url:news_table
|
||||||
|
#namespace:Layout
|
||||||
|
<div><a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<p><tmpl_var controls></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
|
||||||
|
<tmpl_if displayTitle>
|
||||||
|
<h2><tmpl_var title></h2>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_if description>
|
||||||
|
<p><tmpl_var description></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<table cellpadding="5">
|
||||||
|
<tr>
|
||||||
|
<td align="left" valign="top" colspan="2">
|
||||||
|
<!-- begin position 1 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position1" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
<tmpl_loop position1_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 1 -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="firstColumn" align="left" valign="top">
|
||||||
|
<!-- begin position 2 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position2" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position2_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 2 -->
|
||||||
|
</td>
|
||||||
|
<td class="secondColumn" align="left" valign="top">
|
||||||
|
<!-- begin position 3 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position3" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position3_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 3 -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left" valign="top" colspan="2">
|
||||||
|
<!-- begin position 4 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position4" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position4_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 4 -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||||
|
<tmpl_var dragger.init>
|
||||||
|
</tmpl_if>
|
||||||
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
|
.firstColumn {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
.secondColumn {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -0,0 +1,91 @@
|
||||||
|
#PBtmpl00000000table131
|
||||||
|
#title:Right Column (Table)
|
||||||
|
#menuTitle:Right Column (Table)
|
||||||
|
#url:right_column_table
|
||||||
|
#namespace:Layout
|
||||||
|
<div><a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<p><tmpl_var controls></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_if displayTitle>
|
||||||
|
<h2><tmpl_var title></h2>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_if description>
|
||||||
|
<p><tmpl_var description></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<table cellspacing="5">
|
||||||
|
<tr>
|
||||||
|
<td class="firstColumn" valign="top" align="left">
|
||||||
|
<!-- begin position 1 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position1" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position1_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 1 -->
|
||||||
|
</td>
|
||||||
|
<td class="secondColumn" valign="top" align="left">
|
||||||
|
<!-- begin position 2 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position2" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position2_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 2 -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||||
|
<tmpl_var dragger.init>
|
||||||
|
</tmpl_if>
|
||||||
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
|
.firstColumn {
|
||||||
|
width: 65%;
|
||||||
|
}
|
||||||
|
.secondColumn {
|
||||||
|
width: 35%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -0,0 +1,92 @@
|
||||||
|
#PBtmpl00000000table135
|
||||||
|
#title:Side By Side (Table)
|
||||||
|
#menuTitle:Side By Side (Table)
|
||||||
|
#url:side_by_side_table
|
||||||
|
#namespace:Layout
|
||||||
|
<div><a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<p><tmpl_var controls></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_if displayTitle>
|
||||||
|
<h2><tmpl_var title></h2>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_if description>
|
||||||
|
<p><tmpl_var description></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td class="firstColumn" valign="top" align="left">
|
||||||
|
<!-- begin position 1 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position1" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position1_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 1 -->
|
||||||
|
</td>
|
||||||
|
<td class="secondColumn" valign="top" align="left">
|
||||||
|
<!-- begin position 2 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position2" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position2_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 2 -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||||
|
<tmpl_var dragger.init>
|
||||||
|
</tmpl_if>
|
||||||
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
|
.firstColumn {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.secondColumn {
|
||||||
|
width:50%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -0,0 +1,151 @@
|
||||||
|
#PBtmpl00000000table118
|
||||||
|
#title:Three Over One (Table)
|
||||||
|
#menuTitle:Three Over One (Table)
|
||||||
|
#url:three_over_one_table
|
||||||
|
#namespace:Layout
|
||||||
|
<div><a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<p><tmpl_var controls></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
|
||||||
|
<tmpl_if displayTitle>
|
||||||
|
<h2><tmpl_var title></h2>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_if description>
|
||||||
|
<p><tmpl_var description></p>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<table cellpadding="5">
|
||||||
|
<tr>
|
||||||
|
<td class="firstColumn" align="left" valign="top">
|
||||||
|
<!-- begin position 1 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position1" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position1_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 1 -->
|
||||||
|
</td>
|
||||||
|
<td class="secondColumn" align="left" valign="top">
|
||||||
|
<!-- begin position 2 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position2" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position2_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 2 -->
|
||||||
|
</td>
|
||||||
|
<td class="thirdColumn" align="left" valign="top">
|
||||||
|
<!-- begin position 3 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position3" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position3_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 3 -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left" valign="top" colspan="3">
|
||||||
|
<!-- begin position 4 -->
|
||||||
|
<div class="layoutColumnPadding">
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table border="0" id="position4" class="content"><tbody>
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<tmpl_loop position4_loop>
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<tr id="td<tmpl_var id>">
|
||||||
|
<td><div id="td<tmpl_var id>_div" class="dragable">
|
||||||
|
</tmpl_if>
|
||||||
|
|
||||||
|
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</div></td>
|
||||||
|
</tr>
|
||||||
|
</tmpl_if>
|
||||||
|
</tmpl_loop>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
</tbody></table>
|
||||||
|
</tmpl_if>
|
||||||
|
</div>
|
||||||
|
<!-- end position 4 -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<tmpl_if showAdmin>
|
||||||
|
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||||
|
<tmpl_var dragger.init>
|
||||||
|
</tmpl_if>
|
||||||
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
|
.firstColumn {
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
|
.secondColumn {
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
|
.thirdColumn {
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue