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
m (Protected "Template:OWASP Training" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
(46 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" | ||
|- | |- | ||
− | | align="center" style="background:#CCCCEE;" colspan=" | + | | align="center" height="30" style="background:#CCCCEE;" colspan="2" | '''COURSE''' |
|- | |- | ||
− | | align="center" style="background:#EEEEEE;" colspan=" | + | | align="center" style="background:#EEEEEE;" colspan="2" | '''{{{Course_designation}}}''' |
|- | |- | ||
− | | valign=" | + | | valign="center" bgcolor="#CCCCEE" align="center" colspan="2" | '''Overview & Goal''' |
|- | |- | ||
− | | valign=" | + | | valign="left" height="80" bgcolor="#EEEEEE" align="left" colspan="2" | {{{Course_Overview_Goal}}} |
|- | |- | ||
− | | style="width:20%" valign="middle" | + | | style="width:20%" valign="middle" bgcolor="#CCCCEE" align="center" colspan="0" | '''Date''' |
− | | style="width:80%" valign="middle" | + | | style="width:80%" valign="middle" bgcolor="#CCCCEE" align="center" colspan="0" | '''Venue & Directions''' |
|- | |- | ||
− | | valign="middle" bgcolor="#EEEEEE | + | | valign="middle" bgcolor="#EEEEEE" align="center" | {{{Date}}} |
− | | valign="middle" bgcolor="#EEEEEE | + | | valign="middle" bgcolor="#EEEEEE" align="left" | {{{Venue}}} |
|- | |- | ||
− | | | + | | align="center" style="background:#CCCCEE;" colspan="2" | '''Price & Registration''' |
|- | |- | ||
− | | | + | | align="center" style="background:#CCCCEE;" colspan="2" | |
{{OWASP_Training/Price/{{{Price}}} | {{OWASP_Training/Price/{{{Price}}} | ||
| registration_url = {{{Course_Registration_url}}} | | registration_url = {{{Course_Registration_url}}} | ||
| registration_name = {{{Course_Registration_name}}} | | registration_name = {{{Course_Registration_name}}} | ||
− | |||
− | |||
}} | }} | ||
|} | |} | ||
Line 28: | Line 27: | ||
{|style="vertical-align:top;width:100%;background-color:#white;padding:10px;border:1px solid silver;" align="center" cellspacing="5" | {|style="vertical-align:top;width:100%;background-color:#white;padding:10px;border:1px solid silver;" align="center" cellspacing="5" | ||
|- | |- | ||
− | | style="width:100%" valign="middle" height="40" bgcolor="#CCCCEE" align="center" colspan="6" | '''COURSE DETAILS''' | + | | style="width:100%" valign="middle" height="40" bgcolor="#CCCCEE" align="center" colspan="6" | '''COURSE'S MODULES DETAILS''' |
|- | |- | ||
− | | style="width: | + | | style="width:10%" valign="middle" height="30" bgcolor="#CCCCEE" align="center" colspan="0" | '''Time''' |
− | | style="width: | + | | style="width:27%" valign="middle" height="30" bgcolor="#CCCCEE" align="center" colspan="0" | '''Module''' |
− | | style="width: | + | | style="width:23%" valign="middle" height="30" bgcolor="#CCCCEE" align="center" colspan="0" | '''Trainer''' |
− | | style="width:20%" valign="middle" height="30" bgcolor="#CCCCEE" align="center" colspan="0" | ''' | + | | style="width:20%" valign="middle" height="30" bgcolor="#CCCCEE" align="center" colspan="0" | '''Presentation''' |
− | | style="width:20%" valign="middle" height="30" bgcolor="#CCCCEE" align="center" colspan="0" | ''' | + | | style="width:20%" valign="middle" height="30" bgcolor="#CCCCEE" align="center" colspan="0" | '''Overview & Goal''' |
− | + | {{{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 = }} }}