File: table.html

package info (click to toggle)
libtest-www-mechanize-perl 1.60-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 380 kB
  • sloc: perl: 2,725; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/T
R/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>nested table for mech</title>
</head>
<body>
  <table>
    <tr>
      <td class="form_cell">
        <h3>Show all users and groups</h3>
        <table id="admin_form">
          <tr>
            <th>User</th><th>Groups</th>
          </tr>
          <tr>
            <td class="even">company</td>
            <td class="even"> company,email,employee,website </td>
          </tr>
        </table>
      </td>
      <td>Foobar</td>
    </tr>
  </table>
  <p>Its been said: <cite>so it was</cite></p>
  <p>Hi <cite>bye</cite> Hi</p>
</body>
</html>