version 1.2, 2011/10/18 15:26:45
|
version 1.4, 2011/10/18 15:30:47
|
Line 1
|
Line 1
|
|
<TMPL_IF NAME="name"> |
## <TMPL_VAR NAME="title"> |
## <TMPL_VAR NAME="title"> |
|
|
<TMPL_VAR NAME="contact"> |
<TMPL_VAR NAME="contact"> |
Line 11
|
Line 12
|
|
|
<TMPL_VAR NAME="duration"> |
<TMPL_VAR NAME="duration"> |
|
|
[[!tag <TMPL_VAR skills]] |
[[!tag <TMPL_VAR NAME="skills">]] |
<TMPL_IF difficulty>[[!tag <TMPL_VAR difficulty]]</TMPL_IF> |
[[!tag <TMPL_VAR NAME="difficulty">]] |
<TMPL_IF funded>[[!tag <TMPL_VAR funded]]</TMPL_IF> |
[[!tag <TMPL_VAR NAME="funded">]] |
|
|
|
<TMPL_ELSE> |
|
|
## Description |
## Description |
|
|
Line 34 This template will make a standard proje
|
Line 37 This template will make a standard proje
|
- skills |
- skills |
|
|
... and any other thing you may come up with. |
... and any other thing you may come up with. |
|
</TMPL_IF> |