~launchpad-pqm/launchpad/devel

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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
  <title>Launchpad ArchiveSubscriberIndex</title>

  <!-- YUI 3.0 Setup -->
  <script type="text/javascript" src="../../../../canonical/launchpad/icing/yui/yui/yui.js"></script>
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssreset/reset.css"/>
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssfonts/fonts.css"/>
  <link rel="stylesheet" href="../../../../canonical/launchpad/icing/yui/cssbase/base.css"/>
  <link rel="stylesheet" href="../../../../canonical/launchpad/test.css" />

  <!-- The module under test -->
  <script type="text/javascript" src="../archivesubscribers_index.js"></script>

  <!-- The test suite -->
  <script type="text/javascript" src="archivesubscribers_index.js"></script>
</head>
<body class="yui3-skin-sam">
  <h1>Testing the ArchiveSubscribersIndex javascript</h1>

  <h2>Errors</h2>
  <div id="errors">
  </div>

  <h2>Add subscriber place-holder</h2>
  <div id="add-subscriber-placeholder">
  </div>

  <h2>Subscribers</h2>
  <div id="subscribers">
    <table id="archive-subscribers">
      <thead>
        <tr>
          <th>Name</th>
          <th>Expires</th>
          <th colspan="2">Comment</th>
        </tr>
      </thead>
      <tbody>
      </tbody>
    </table>
  </div>
  <div id="log"></div>
</body>
</html>