Last change
on this file was 347, checked in by roby, 3 years ago |
Aggiornamento per compatibilità con php7.4
|
File size:
312 bytes
|
Rev | Line | |
---|
[347] | 1 | <style type="text/css">
|
---|
| 2 | <!--
|
---|
| 3 | div {
|
---|
| 4 | border: solid 2mm red;
|
---|
| 5 | }
|
---|
| 6 |
|
---|
| 7 | div.content-1 {
|
---|
| 8 | background: green;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | div.content-2 {
|
---|
| 13 | background: blue;
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | -->
|
---|
| 17 | </style>
|
---|
| 18 | <page>
|
---|
| 19 | <div class="content-[[page_cu]]">Page [[page_cu]]</div>
|
---|
| 20 | </page>
|
---|
| 21 | <page>
|
---|
| 22 | <div class="content-[[page_cu]]">Page [[page_cu]]</div>
|
---|
| 23 | </page>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.