home page > Why SpinPike > demonstration
You can test drive SpinPike™ at here
Access parameters:
login: demouser
password: demouser
You must have Internet Explorer 5.5 or higher installed on your PC.
The entire demo web site is built based on a single template (see the source code below). The result of the template processing by the system looks as follows:
Template source code
<html>
<head>
<title>{$Site.Version->header}</title>
<meta name="Keywords" content="{$Site.keywords}">
<meta name="generator" content="{$smarty.const.SOFTWARENAME}">
<meta name="Description" content="{$Site.description}">
<link rel="stylesheet" href="/all.css">
</head>
<body>
<div align="center">
<!-- Header -->
<table width="700" border="0" cellspacing="0" cellpadding="10">
<tr valign="bottom">
<td class="logo"><br>DEMO :: spinpike.com</td>
<td class="version">
{a_versions assign="versions"}
{foreach from=$versions item="i"}
<a href="{$i->href}">{$i->name}</a><br>
{/foreach}
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#999999" class="note">
Text
</td>
</tr>
</table><br>
<!-- Main area -->
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" valign="top" bgcolor="#EAEAEA">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#CCCCCC">
<td>
<img src="/i/corner.gif" width="9" height="25">
</td>
<td width="100%" class="head">
<a href="/?{$smarty.const.UID}">home /</a>
</td>
</tr>
</table>
<div class="left">
{a_sections id=0 assign="menu"}
{foreach from=$menu item="i"}
<a href="{$i->href}"><b>{$i->name}</b></a><br>
{/foreach}
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#CCCCCC">
<td valign="top">
<img src="/i/corner.gif" width="9" height="25">
</td>
<td width="100%" class="head">
<a href="{a_section id=3 get="href"}">{a_section id=20 get="name"} /</a>
</td>
</tr>
</table>
<div class="left">
{a_sections id=20 assign="news" limit=5}
{foreach from=$news item="i"}
<b>{$i->date|date_format:"%B %d, %A"}</b><br>
<a href="{$i->href}">{$i->name}</a> {if $i->header}// <span class=s>{$i->header}</span>{/if}<br><br>
{/foreach}
</div>
</td>
<td width="500" valign="top">
{if $Section->id}
<div class="trail">
;{a_section_trail current="yes" link="yes" divider="/"}
</div>
{/if}
<div class="left">
{$Section->header}
<div class="pad">
{if $Section->id}
{a_sections assign="subsections" limit=0}
{foreach from=$subsections item="i"}
<a href="{$i->href}"><b>{$i->name}</b></a> /<br>
{/foreach}
{/if}
</div>
{a_section_content}
{a_section_content_items assign="items"}
{if count($items)>1}
<div align="right" class="s">
{foreach from=$items item="i"}
<a href="{$i->href}">{$i->name} ></a><br>
{/foreach}
</div>
{/if}
</div>
</td>
</tr>
</table>
<!-- Footer -->
<br>
<div class="bottom">
{a_sections_repmenu divider="|"}
</div>
<div class="bottom2">
<table>
<tr>
<td>
<a href="http://www.spinpike.com"><img src="/i/poweredbyspinpike.gif" alt="" width="30" height="30" border="0"></a>
</td>
<td style="font: 11px Verdana">
Powered by<br><a href="http://www.spinpike.com">SpinPike</a>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
