You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kjsembed/docs/examples/imageinfo/thumbs.html

45 lines
2.1 KiB

<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 quickly. 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 TQImage::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>