Toggle navigation
Log-in
Languages
English
Wiki Index
Page Index
User Index
Sandbox
Column Macro
Wiki source code of
Column Macro
Last modified by
Ricardo Rodríguez Fernández
on 2018/02/06 14:28
Export
Print preview
View Source
Children
Content
Comments
Attachments
History
Information
×
Export
Export as PDF
Export as HTML
Cancel
Show line numbers
{{velocity}} #macro(column $columns $justify $border) #if($columns==2) #set($width="48%") #elseif($columns==3) #set($width="32%") #elseif($columns==4) #set($width="23%") #else #set($width="23%") #end <div style="float:left;width:${width};padding:5px;#if($justify=="true")text-align:justify;#end #if($border=="true")border:1px solid black;#end"> #end #macro(endcolumn) </div> #end {{/velocity}} {{velocity filter="none"}} {{html clean="false" wiki="true"}} #column("3" "false" "false") content of my first column #endcolumn() #column("3" "false" "false") content of my second column #endcolumn() #column("3" "false" "false") content of my third column #endcolumn() {{/html}} {{/velocity}}
Applications
Blog
Dashboard
User Index
More applications
Quick Links
Sandbox