<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN "
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="basicstyles.css" type="text/css">
<style type="text/css">
@import "styles.css";
</style>
<title>EasyImageCatalogue - thumbnail generator</title>
</head>
<body>
<div class="content">
<h3>Generate thumbnails</h3>
<a href="index.php">Go back to gallery</a>
<!--
This will be displayed when there was no folder selected yet
folders will be replaced with the clickable list of folders
-->
<!-- start:folders -->
<h4>Click on the foldername to generate the thumbnails</h4>
<!-- folders -->
<!-- end:folders -->
<!--
This will be displayed when the thumbnails were generated
folders will be replaced with the clickable list of folders
thumbs will be all the generated thumbnails.
-->
<!-- start:thumbs -->
<h4>Click on the thumbnail to set it as the preview</h4>
<!-- thumbs -->
<!-- end:thumbs -->
</div>
</body>
</html>