example15.php 312 B

1234567891011121314151617181920212223
  1. <style type="text/css">
  2. <!--
  3. div {
  4. border: solid 2mm red;
  5. }
  6. div.content-1 {
  7. background: green;
  8. }
  9. div.content-2 {
  10. background: blue;
  11. }
  12. -->
  13. </style>
  14. <page>
  15. <div class="content-[[page_cu]]">Page [[page_cu]]</div>
  16. </page>
  17. <page>
  18. <div class="content-[[page_cu]]">Page [[page_cu]]</div>
  19. </page>