|
Revision 328, 292 bytes
(checked in by schst, 4 years ago)
|
added the rowOffset attribute (requested by lende)
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<!-- $Id$ --> |
|---|
| 2 |
<patTemplate:tmpl name="page"> |
|---|
| 3 |
|
|---|
| 4 |
<patTemplate:tmpl name="row"> |
|---|
| 5 |
{PAT_ROW_VAR} {HERO}<br /> |
|---|
| 6 |
</patTemplate:tmpl> |
|---|
| 7 |
|
|---|
| 8 |
<br />Using the rowOffset attribute:<br /> |
|---|
| 9 |
|
|---|
| 10 |
<patTemplate:tmpl name="row2" rowOffset="310"> |
|---|
| 11 |
{PAT_ROW_VAR} {HERO}<br /> |
|---|
| 12 |
</patTemplate:tmpl> |
|---|
| 13 |
|
|---|
| 14 |
</patTemplate:tmpl> |
|---|