{**
* 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="vacancies" NType="vacancy"}
<h1>Вакансии</h1>
{foreach from=$vacancies item="vacancy"}
<DIV>
<DIV>
<DIV>{$vacancy.NName}</DIV>
</DIV>
<DIV>
{$vacancy.Requirements}
<A href="{xs2Href mod="vacancies" obj="vacancy" met="show" atr=$vacancy.NodId}">посмотреть</A>
</DIV>
</DIV>
{/foreach}
|
|