Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor whitespace

...

Code Block
xml
xml
titleUserList.tml
<html t:type="layout" title="List of Users"
    xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
    xmlns:p="tapestry:parameter">
<p:style>
    TD.profile { background: url('${backgroundImage}') }
</p:style>

<div>
    Imagine a table of user account information here.
</div>

</html>

...