summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/imageinfo/example.html
blob: 58205bdab1dc8a816849ec9539fce113e2e2326a (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
40
41
42
43
44
<html>
<head>
<title>Image Gallery</title>
</head>
<body>
<h1 align="center">Image Gallery</h1>
<hr>
<p>Here are some images, the larger ones have been scaled down to ensure this page loads tquickly. Click on an image or filename to see it full size.</p>
<table border=0 width="90%" cellpadding="12" cellspacing="1">
<tr>
<td align="center"><a href="example1.png"><img border=0 width=197 height=160 src=thumb-example1.png></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example1.png">example1.png</a></b> (848x686)<p>This image shows the results of running the imagegallery script. As you can
see the script automatically creates thumbnails (using TTQImage::smoothScale()
for quality) and includes image descriptions if present. The descriptions can
include HTML markup <b>like</b> <i>this</i>, and even
<a href="http://xmelegance.org/kjsembed/">links</a>.

</p>
</td>
</tr>
<tr>
<td align="center"><a href="example2.png"><img border=0 width=217 height=160 src=thumb-example2.png></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example2.png">example2.png</a></b> (340x250)<p>This image shows
<a href="http://developer.kde.org/documentation/library/cvs-api/classref/tdeui/KPassivePopup.html">KPassivePopup</a>
telling a user they have new mail. The popup is adject to the source of the
message (in this example that is <a href="http://kmail.kde.org/">KMail</a>) and
<i>does not steal the focus</i>, or otherwise interfere with whatever the user is
currently doing. The dialog is automatically hidden after a timeout (or if the
user clicks on it).
</p>
</td>
</tr>
<tr>
<td align="center"><a href="example3.png"><img border=0 width=203 height=160 src=thumb-example3.png></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example3.png">example3.png</a></b> (274x215)<p><i>No Description</i></p>
</td>
</tr>
<tr>
<td align="center"><a href="example4.png"><img border=0 width=158 height=160 src=thumb-example4.png></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example4.png">example4.png</a></b> (560x567)<p><i>No Description</i></p>
</td>
</tr>
</table>
</body></html>