{**
* XS2:
*
* This file is developed by Solutecs, LLC for the purpose of the company
* and is provided together with XS2 Framework as and inherent part of the
* system. This file can be used on the terms of License Agreement.
*
* +7 (495) 585-0833 / 13 Rusakovskaya street, Moscow 107140 Russia
*
* @link http://www.solutecs.com
* @copyright ©1998-2007 Solutecs, LLC
* @version 1.XX
*}
{xs2GetNodes var="polls" NType="poll" sort="CDate desc"}
<H1>Опросы</H1>
{foreach from=$polls item="poll"}
<DIV>
<DIV>{$poll.NName}<DIV>
<DIV>
<SPAN><A href="{xs2Href mod="polls" obj="poll" met="show" atr=$poll.NodId}">вопросы</A></SPAN>
<SPAN><A href="{xs2Href mod="polls" obj="poll" met="results" atr=$poll.NodId}">результаты</A></SPAN>
<SPAN><A href="{xs2Href mod="polls" obj="poll" met="report" atr=$poll.NodId}">анализ по срезам</A></SPAN>
</DIV>
</DIV>
{/foreach}
|
|