|
Revision 367, 419 bytes
(checked in by schst, 4 years ago)
|
added placeholderExists() (request #100)
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<!-- $Id$ --> |
|---|
| 2 |
<patTemplate:tmpl name="standard"> |
|---|
| 3 |
This is the first template.<br /> |
|---|
| 4 |
{BAR} |
|---|
| 5 |
</patTemplate:tmpl> |
|---|
| 6 |
|
|---|
| 7 |
<patTemplate:tmpl name="condition" type="condition" conditionvar="foo"> |
|---|
| 8 |
<patTemplate:sub condition="foo"> |
|---|
| 9 |
This is just any template with {FOO} in it.<br /> |
|---|
| 10 |
</patTemplate:sub> |
|---|
| 11 |
<patTemplate:sub condition="bar"> |
|---|
| 12 |
This is just any template with {BAR} in it.<br /> |
|---|
| 13 |
</patTemplate:sub> |
|---|
| 14 |
</patTemplate:tmpl> |
|---|