Fix regressions
[kphotoalbum.git] / themes / rounded / imagepage.html
blob55f7de9ad34ec0019b1219bb7101db66a6d41a6a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <META http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6 <title>**TITLE**</title>
7 <link rel="stylesheet" type="text/css" href="mainpage.css">
8 </head>
9 <body>
10 <center>
11 <table cellspacing="0" cellpadding="0" class="maintable">
12 <tr style="height:30px">
13 <td style="width:30px; height:30px; background:url('upleft.png') no-repeat right bottom"></td>
14 <td style="background:url('upbar.png') repeat-x left bottom"></td>
15 <td style="width:30px; height:30px; background:url('upright.png') no-repeat left bottom"></td>
16 </tr>
17 <tr>
18 <td style="background:url('leftbar.png') repeat-y right bottom"></td>
19 <td bgcolor="#FFFFFF">
20 <table class="thumbnail-table">
21 <tr>
22 <td align="center" class="image">
23 **IMAGE_OR_VIDEO**
24 </td>
25 </tr>
26 <tr>
27 <td align="center" class="navbar">**PREV** | **INDEX** | **NEXT**</td>
28 </tr>
29 </table>
30 <//tr>
31 <td style="background:url('rightbar.png') repeat-y left"></td>
32 </tr>
33 <tr style="height:30px">
34 <td style="width:30px; height:30px; background:url('downleft.png') repeat-x right top"></td>
35 <td style="background:url('downbar.png') repeat-x top"></td>
36 <td style="width:30px; height:30px; background:url('downright.png') repeat-x left top"></td>
37 </tr>
38 </table><br />
39 <table><tr><td>
40 **DESCRIPTION**
41 </td></tr></table>
43 <br />
44 <table class="controlinfo">
45 <tr>
46 <td>**RESOLUTIONS**</td>
47 <td style="text-align:right">Created by <a href="http://www.kphotoalbum.org/">KPhotoAlbum</a></td>
48 </tr>
49 </table>
50 </center>
51 </body>
52 </html>