Files
adanar/app/xml/questions_ol.xml

144 lines
3.2 KiB
XML
Raw Permalink Normal View History

2023-08-05 11:59:48 +03:00
<?xml version="1.0" encoding="windows-1251"?>
<items>
<main>
<table>questions</table>
<order>question_id DESC</order>
<increment>question_id</increment>
</main>
<item>
<column>question_id</column>
<title>Номер</title>
<type>textarea</type>
<view>
<table>False</table>
<form>False</form>
</view>
<hint>Текст вопроса</hint>
</item>
<item>
<column>title</column>
<title>Заголовок</title>
<type>text</type>
<row>15</row>
<col>45</col>
<view>
<table>True</table>
<form>True</form>
<view>
<hint>Текст вопроса</hint>
</item>
<item>
<column>question</column>
<title>Вопрос</title>
<type>textarea</type>
<row>15</row>
<col>45</col>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Текст вопроса</hint>
</item>
<item>
<column>clientname</column>
<title>Спрашивает</title>
<type>text</type>
<col>45</col>
<view>
<table>False</table>
<form>True</form>
</view>
<hint>Имя задающего вопрос</hint>
</item>
<item>
<column>clientadress</column>
<title>Место жительство</title>
<type>text</type>
<col>45</col>
<view>
<table>False</view-table>
<form>True</view-form>
</view>
<hint>Информация</hint>
</item>
<item>
<column>client_mail</column>
<title>Адрес электронной почты</title>
<type>text</type>
<col>45</col>
<view>
<table>False</view-table>
<form>True</view-form>
</view>
<hint>Тест ответа</hint>
</item>
<item>
<column>client_contact</column>
<title>Другая контактная информация</title>
<type>text</type>
<col>45</col>
<view>
<table>False</view-table>
<form>True</view-form>
</view>
<hint>Тест ответа</hint>
</item>
<item>
<column>answer</column>
<title>Ответ</title>
<type>textarea</type>
<col>45</col>
<view>
<table>False</view-table>
<form>True</view-form>
</view>
<hint>Тест ответа</hint>
</item>
<item>
<column>authorname</column>
<title>Автор ответа</title>
<type>text</type>
<col>15</col>
<view>
<table>False</view-table>
<form>True</view-form>
</view>
<hint>Автор ответившего на вопрос</hint>
</item>
<item>
<column>typequest_id</column>
<title>Рубрика</title>
<type>lookup</type>
<lookup-table>typequest</lookup-table>
<lookup-id>typequest_id</lookup-id>
<lookup-column>typequestname</lookup-column>
<lookup-order>typequestname</lookup-order>
<view>
<table>True</view-table>
<form>True</view-form>
</view>
<hint>Тип рубрики</hint>
<filter>True</filter>
</item>
<item>
<column>date_insert</column>
<title>Дата публикации</title>
<type>date</type>
<view>
<table>False</view-table>
<form>True</view-form>
</view>
<hint>Дата публикации</hint>
</item>
<item>
<column>action</column>
<title>Публиковать</title>
<type>checkbox</type>
<view>
<table>True</view-table>
<form>True</view-form>
</view>
<hint>Сделать статью видимой</hint>
</item>
</items>