{**
* 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
*}
{literal}
<style type="text/css">
body { font-family: Arial; }
h1 { color: darkgreen; }
h2 { font-weight: bold; font-size: 100%; padding: 1px; margin: 1px; margin-top: 4px; margin-bottom:4px; }
h3 { font-size: 80%; padding: 1px; margin: 1px; font-weight: normal; margin-left: 5%; }
b { color: darkblue; }
a { color: darkblue; font-weight: bold; }
i { color: #666666; font-style: normal; }
</style>
{/literal}
{strip}
<p><a href="{xs2Href mod=$_THE.QUE.MOD
obj=$_THE.QUE.OBJ met="_setup"}">Установить или стереть тестовые данные</a></p>
<p><a href="{xs2Href mod=$_THE.QUE.MOD
obj=$_THE.QUE.OBJ met="_export"}">Экспорт данных</a></p>
<hr>
<h1>{$_THE.QUE.MOD} {if $_THE.MOD[$_THE.QUE.MOD].alias}({$_THE.MOD[$_THE.QUE.MOD].alias}){/if}</h1>
{foreach from=$_THE.MOD[$_THE.QUE.MOD].NTypes item="object" key="ntype"}
<h2>{$ntype} {if $object.alias}({$object.alias}){/if}</h2>
{foreach from=$object.F item="field" key="fname" name="loop"}
<h3><i>{$field.t}</i> <b>{$fname}</b> {if $field.a}({$field.a}) {/if}</h3>
{/foreach}
{/foreach}
{/strip}
|
|