blob: f3d824a1e40e8be254e85b0258f5a094ec6ec492 (
plain)
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
|
<html>
<head>
<title>$2</title>
<style type="text/css">
body {
margin:4px;
}
#body {
$4
position:relative;
}
#icon {
position:absolute;
left:-52px;
top:2px;
height:48px;
width:48px;
padding-right:4px;
display:block;
}
#title {
font-weight:bold;
font-family:helvetica, arial, sans-serif;
font-size:100%;
}
#description {
font-family:helvetica, arial, sans-serif;
font-size:84%;
}
</style>
</head>
<body>
<div id="body">
<div id="icon"><img src="$1" width="48" height="48" /></div>
<div id="title">$2</div>
<div id="description">$3</div>
</div>
</body>
</html>
|