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:OWASP Training"

From OWASP
Jump to: navigation, search
m (Protected "Template:OWASP Training" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<includeonly>
 
{|style="vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;" align="center" cellspacing="5"
 
{|style="vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;" align="center" cellspacing="5"
 
|-
 
|-
Line 7: Line 8:
 
| valign="center" bgcolor="#CCCCEE" align="center" colspan="2"            | '''Overview & Goal'''
 
| valign="center" bgcolor="#CCCCEE" align="center" colspan="2"            | '''Overview & Goal'''
 
|-
 
|-
| valign="left" height="80" bgcolor="#EEEEEE" align="left" colspan="2" |
+
| valign="left" height="80" bgcolor="#EEEEEE" align="left" colspan="2" | {{{Course_Overview_Goal}}}
{{OWASP_Training/Overview/{{{Overview}}}
 
| registration_url = {{{Course_Registration_url}}}
 
| registration_name = {{{Course_Registration_name}}}  
 
 
|-
 
|-
 
| style="width:20%" valign="middle"  bgcolor="#CCCCEE" align="center" colspan="0" | '''Date'''  
 
| style="width:20%" valign="middle"  bgcolor="#CCCCEE" align="center" colspan="0" | '''Date'''  
Line 16: Line 14:
 
|-
 
|-
 
| valign="middle" bgcolor="#EEEEEE" align="center" | {{{Date}}}
 
| valign="middle" bgcolor="#EEEEEE" align="center" | {{{Date}}}
| valign="middle" bgcolor="#EEEEEE" align="center" | {{{Venue}}}
+
| valign="middle" bgcolor="#EEEEEE" align="left" | {{{Venue}}}
 
|-
 
|-
 
| align="center" style="background:#CCCCEE;" colspan="2" | '''Price & Registration'''
 
| align="center" style="background:#CCCCEE;" colspan="2" | '''Price & Registration'''
Line 38: Line 36:
 
{{{Modules}}}
 
{{{Modules}}}
 
|}
 
|}
 +
</includeonly><noinclude>
 +
 +
This template displays the page summary for an OWASP Free Training event. This tab utilizes the [[:Template:Training_Module_Row_View]] and [[:Template:Training Module Row Break]] templates. See these respective templates for default values.
 +
 +
=== Usage ===
 +
<pre>
 +
{{Template:OWASP Training
 +
| Course_designation =
 +
| Course_Overview_Goal =
 +
| Date =
 +
| Venue =
 +
| Price = Free
 +
| Course_Registration_url =
 +
| Course_Registration_name =
 +
| Modules =
 +
 +
{{Template:Training_Module_Row_View
 +
| Time =
 +
| Module_Name =
 +
| Module_Link =
 +
| Trainer = 
 +
| Presentation_Name =
 +
| Presentation_Link = 
 +
}}
 +
 +
{{Template:Training Module Row Break
 +
| Time =
 +
| Break_Reason =
 +
}}
 +
 +
}}
 +
</pre>
 +
 +
[[Category: OWASP Free Training Templates]]</noinclude>

Latest revision as of 15:50, 13 April 2011


This template displays the page summary for an OWASP Free Training event. This tab utilizes the Template:Training_Module_Row_View and Template:Training Module Row Break templates. See these respective templates for default values.

Usage

{{Template:OWASP Training
| Course_designation = 
| Course_Overview_Goal =
| Date = 
| Venue = 
| Price = Free
| Course_Registration_url = 
| Course_Registration_name = 
| Modules = 

{{Template:Training_Module_Row_View
| Time = 
| Module_Name = 
| Module_Link = 
| Trainer =  
| Presentation_Name = 
| Presentation_Link =   
}}

{{Template:Training Module Row Break
| Time = 
| Break_Reason = 
}}

}}