File: empty.fancy.html

package info (click to toggle)
kdepim-addons 25.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,776 kB
  • sloc: cpp: 47,568; xml: 282; sh: 114; makefile: 19
file content (35 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <body>
    <div class="fancy header" dir="ltr">
      <div dir="ltr">No Subject</div>
      <table class="outer">
        <tr>
          <td width="100%">
            <table>
              <tr>
                <th>From: </th>
                <td></td>
              </tr>
              <tr>
                <th>To: </th>
                <td></td>
              </tr>
              <tr>
                <th>Date: </th>
                <td dir="ltr">Unknown</td>
              </tr>
              <tr>
                <td colspan="2">
                  <div></div>
                </td>
              </tr>
            </table>
          </td>
          <td align="center"></td>
        </tr>
      </table>
    </div>
  </body>
</html>