ohctech_p8/assets/dhtmlxCombo/samples/common/index_prod.tpl

27 lines
443 B
Smarty
Raw Normal View History

2024-10-16 19:18:52 +05:30
<!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>