Sha256: 388174073d40342922fd053a453cbcfe1be1da955e6a116b6be566d9f9d22f95

Contents?: true

Size: 994 Bytes

Versions: 5

Compression:

Stored size: 994 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <body>

    <h1 id="mark:pagetitle">Stock Quoting</h1>

    <table id="mark:content">
      <thead>
        <tr>
          <th>Symbol</th><th>Company</th><th>Price</th><th>Change</th>
        </tr>
      </thead>
      <tbody>
        <tr id="mark:stocks">
          <td><a href="#" id="mark:stock_symbol_link">AAAA</a></td>
          <td id="mark:stock_company">AAAA Corp.</td>
          <td id="mark:stock_price" align="right">11.11</td>
          <td id="mark:stock_rate" align="right">1.11%</td>
        </tr>
        <tr id="dummy:s1">
          <td>BBBB</td>
          <td>BBBB Corp.</td>
          <td align="right">22.22</td>
          <td align="right">2.22%</td>
        </tr>
        <tr id="dummy:s2">
          <td>CCCC</td>
          <td>CCCC Corp.</td>
          <td align="right">33.33</td>
          <td align="right" class="minus">3.33%</td>
        </tr>
      </tbody>
    </table>

  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kwartz-3.2.0 examples/pagelayout/content1.html
kwartz-3.0.0 examples/pagelayout/content1.html
kwartz-3.1.0 examples/pagelayout/content1.html
kwartz-3.1.1 examples/pagelayout/content1.html
kwartz-3.1.2 examples/pagelayout/content1.html