This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Template:TextBoxTemplate"

From OWASP
Jump to: navigation, search
m
m
Line 42: Line 42:
 
* as manager looking to understand what security means for your business <as a link>
 
* as manager looking to understand what security means for your business <as a link>
 
* security professional <as a link , and so on>
 
* security professional <as a link , and so on>
{{BoxTableEndTemplate}}<onlyinclude>  
+
{{BoxTableEndTemplate}}
{{ #switch: {{{position}}}
+
<onlyinclude> {{ #switch: {{{position}}}
 
       | firstLeft = <!-- first element: left half -->
 
       | firstLeft = <!-- first element: left half -->
 
               <tr>
 
               <tr>
Line 75: Line 75:
 
               <td  
 
               <td  
 
}}
 
}}
style="vertical-align: top; padding:5px; width: 50%;
+
style="vertical-align: top; padding: 5px; width: 50%;
 
       border: 3px solid {{{color}}};            <!---- |#4d3d95 ---->
 
       border: 3px solid {{{color}}};            <!---- |#4d3d95 ---->
 
       background-color: {{{bgcolor}}};">        <!---- |#F8F8FF ---->
 
       background-color: {{{bgcolor}}};">        <!---- |#F8F8FF ---->

Revision as of 22:50, 5 April 2014

Usage:

{{BoxTableBeginTemplate}}
 {{TextBoxTemplate
  |title=your title
  |position=<firstLeft|firstWhole|firstLongLeft|left|right|whole|longLeft|longRight>  
  |color=<colour>
  |bgcolor=<background colour>
}}  
{{BoxTableEndTemplate}}

Example:

{{BoxTableBeginTemplate}}
{{TextBoxTemplate
| title=get Information
| position=firstLeft
| color=#4d3d95
| bgcolor=#F8F8FF
}}
1st box
{{BoxTableEndTemplate}}

get Information

  • as programmer <as a link>
  • as manager looking to understand what security means for your business <as a link>
  • security professional <as a link , and so on>
<tr>
             <td

style="vertical-align: top; padding: 5px; width: 50%;

      border: 3px solid {{{color}}};            
      background-color: {{{bgcolor}}};">         
{{{title}}}