~ubuntu-branches/ubuntu/trusty/pisa/trusty

« back to all changes in this revision

Viewing changes to test/test-all.html

  • Committer: Bazaar Package Importer
  • Author(s): W. Martin Borgert
  • Date: 2010-02-08 22:02:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100208220240-cwsifrpnqeaug5x5
Tags: upstream-3.0.32
Import upstream version 3.0.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
5
<title>Test all features of pisa</title>
 
6
<style type="text/css">
 
7
.example td, th {
 
8
        padding: 0.5em; 
 
9
        border: 1px dotted #ccc;        
 
10
        vertical-align: top;
 
11
        text-align: left;       
 
12
}
 
13
</style>
 
14
</head>
 
15
<body>
 
16
        <p>This document will try to test all features of pisa in an easy way. On the left side
 
17
        you see the rendered snippet an on the right an Image showing how it should look like</p>
 
18
        <table class="example">
 
19
                <tr>
 
20
                        <th width="40">#</th>
 
21
                        <th>Rendered</th>
 
22
                        <th>Sample</th>
 
23
                </tr>
 
24
                <tr>
 
25
                        <td class="example-row-number">01</td>
 
26
                        <td>
 
27
                                Normal 
 
28
                                <strong>Bold</strong>
 
29
                                <em>Italic</em>
 
30
                                <u>Underlined</u>
 
31
                                <font color="red">Red</font>    
 
32
                                <font size="+3">Bigger</font>   
 
33
                                <font face="Times">Times</font> 
 
34
                                <font>Normal</font>
 
35
                        </td>
 
36
                        <td>
 
37
                                <img src="test-all\01.jpg">
 
38
                        </td>
 
39
                </tr>           
 
40
                <tr>
 
41
                        <td class="example-row-number">02</td>
 
42
                        <td>
 
43
                                Normal 
 
44
                                <font size="1">1</font>
 
45
                                <font size="2">2</font>
 
46
                                <font size="3">3</font>
 
47
                                <font size="4">4</font>
 
48
                                <font size="5">5</font>
 
49
                                <font size="6">6</font>
 
50
                                <font size="7">7</font>
 
51
                                <div>
 
52
                                        Normal
 
53
                                        <font size="smaller">smaller</font>                                     
 
54
                                        <font size="larger">larger</font>                                       
 
55
                                        <font size="-4">-4</font>
 
56
                                        <font size="-3">-3</font>
 
57
                                        <font size="-2">-2</font>
 
58
                                        <font size="-1">-1</font>
 
59
                                        <font size="+1">+2</font>
 
60
                                        <font size="+2">+3</font>
 
61
                                        <font size="+3">+4</font>
 
62
                                        <font size="+4">+5</font>
 
63
                                </div>
 
64
                                <h2>
 
65
                                        Normal
 
66
                                        <font size="smaller">smaller</font>     
 
67
                                        <font size="larger">larger</font>                                       
 
68
                                        <font size="-4">-4</font>
 
69
                                        <font size="-3">-3</font>
 
70
                                        <font size="-2">-2</font>
 
71
                                        <font size="-1">-1</font>
 
72
                                        <font size="+1">+2</font>
 
73
                                        <font size="+2">+3</font>
 
74
                                        <font size="+3">+4</font>
 
75
                                        <font size="+4">+5</font>
 
76
                                </h2>
 
77
                        </td>
 
78
                        <td>
 
79
                                <img src="test-all\02.jpg">
 
80
                        </td>
 
81
                </tr>           
 
82
        </table>
 
83
</body>
 
84
</html>