ESH/assets/dhtmlxCombo/samples/common/index_prod.tpl
2024-10-23 18:28:06 +05:30

27 lines
443 B
Smarty

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>%prod_name% %ver%</title>
<link rel="STYLESHEET" type="text/css" href="common/style.css">
</head>
<body>
<h1>%prod_name% %ver%. Samples</h1>
<h2>Featured Samples:</h2>
<ul>
%featured_samples_list%
</ul>
<h2>Samples Grouped by Category:</h2>
<ul>
%samples_list%
</ul>
<div style="margin-top:20px;">
&copy; DHTMLX LTD., 2004-2007
</div>
</body>
</html>