{**
* 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
*}
{xs2Fetch mod="users" obj="user" met="login"} {* Форма авторизации пользователя *}
{xs2Fetch mod="blog" met="blogmenu"} {* Меню авторизованного пользователя *}
{* Форма добавления записи *}
{if $myBlog.NodId>0}
<form name="messageForm" method="POST" action="{$_THE.REQUEST_URI}">
<input type="hidden" name="action" value="addMessage"/>
Заголовок<br/><input type="text" value="" name="NName"/><br/>
Сообщение<br/><textarea name="Text"></textarea><br/>
<input type="submit" value="Сохранить"/>
</form>
{/if}
{* Конец формы добавления записи *}
|
|