File: news_rtl.html

package info (click to toggle)
quiterss 0.18.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,064 kB
  • sloc: cpp: 34,601; sh: 47; xml: 23; makefile: 9
file content (53 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (3)
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
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>news_descriptions</title>

  <style type="text/css">%1</style>

</head>
<body>

<table class="titleTable" cellpadding="0" cellspacing="0">

  <tbody>

    <tr>

      <td class="date" colspan="1" rowspan="1">%3</td>

      <td id="xx" class="title" colspan="1" rowspan="1">%2</td>

    </tr>

    <tr>

      <td class="author" colspan="2" rowspan="1">%4</td>

    </tr>

  </tbody>
</table>

<table class="newsTable" cellpadding="0" cellspacing="0">

  <tbody>

    <tr>

      <td>%5<br></td>

    </tr>

    <tr>

      <td></td>

    </tr>

  </tbody>
</table>

</body>
</html>