<!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 runat="server">
<title>PHP Gallery Online Demo</title>
<link rel='stylesheet' href='sample.css' />
</head>
<body>
<form id="form1" runat="server">
<div id="Common">
<div id="CommonHeader">
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td style="text-align: right; font-size: 11px; padding-right: 20px;">
<a href="http://cutesoft.net/forums/18/ShowForum.aspx" target="_blank" title="Image Gallery Forums">
Forums</a> | <a href="http://cutesoft.net/Support/" target="_blank">Support</a>
| <a href="http://cutesoft.net/About+CuteSoft/" target="_blank" title="About Us">Company</a>
</td>
</tr>
<tr>
<td>
<a href="index.php">
<img src="logo.png" />
</a>
</td>
</tr>
</table>
<div class="nav">
<a href="index.php" class="current">Home</a><span class="Accent">|</span> <a href="Demo.htm">
Demo</a><span class="Accent">|</span> <a href="Deployment.htm">Deployment</a><span
class="Accent">|</span> <a href="http://phpimagegallery.com/Order.php"
title="Purchase">Order</a>
</div>
</div>
<div id="CommonBody">
<table cellspacing="0" cellpadding="20" width="98%" border="0">
<tr>
<td>
<h1>
Demo</h1>
<p>
In order to assist developers evaluate PHP Gallery, as well as to provide tools
for rapid application development, we supply several samples and online interactive
demonstrations.</p>
<ol style='line-height: 20px;'>
<li><b><a class="example" target="_blank" href='Classic-Layout.php'>Classic Layout</a></b>
</li>
<li><b><a class="example" target="_blank" href='Explorer-Layout.php'>Explorer Layout</a></b>
</li>
<li><b><a class="example" target="_blank" href='SlideShow-Layout.php'>SlideShow Layout</a></b>
</li>
<li><b><a class="example" target="_blank" href='GridShow-Layout.php'>GridShow Layout</a></b>
</li>
<li><b><a class="example" target="_blank" href='Classic-Theme.php'>Classic Theme</a></b>
</li>
<li><b><a class="example" target="_blank" href='Element-Theme.php'>Element Theme</a></b>
</li>
<li><b><a class="example" target="_blank" href='Rainbow-Theme.php'>Rainbow Theme</a></b>
</li>
</ol>
</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>