Files
adanar/app/xml-unique/publ_olds.xml

233 lines
4.8 KiB
XML
Raw Normal View History

2023-08-05 11:59:48 +03:00
<?xml version="1.0" encoding="windows-1251"?>
<items>
<main>
<table>publs</table>
<order>publ_id</order>
<increment>publ_id</increment>
<title>Контент. Статьи</title>
<vbutton>
<link>http://www.argumenti.ru/publications</link>
<incname>id</incname>
</vbutton>
</main>
<item>
<column>publ_id</column>
<title>ID</title>
<type>increment</type>
<view>
<table>True</table>
<form>False</form>
</view>
<hint>Порядковый номер статьи</hint>
</item>
<item>
<column>title</column>
<title>Заголовок</title>
<type>text</type>
<col>60</col>
<validate>
<type>notnull</type>
<critic>True</critic>
</validate>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Заголовок стаьи</hint>
</item>
<item>
<column>subtitle</column>
<title>Подзаголовок</title>
<type>text</type>
<col>60</col>
<view>
<table>False</table>
<form>True</form>
</view>
<hint>Заголовок стаьи</hint>
</item>
<item>
<column>action</column>
<title>Публикация</title>
<type>checkbox</type>
<col>60</col>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Публиковать на главной</hint>
</item>
<item>
<column>MainPubl</column>
<title>На главной</title>
<type>checkbox</type>
<col>60</col>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Публиковать на галвной</hint>
</item>
<item>
<column>priority</column>
<title>R</title>
<type>spin</type>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Приоритет статьи</hint>
</item>
<item>
<column>number_id</column>
<title></title>
<type>lookup</type>
<lookup>
<table>numbers</table>
<id>number_id</id>
<column>numberAll</column>
<order>number_id DESC</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Текущий номер</hint>
<filter>True</filter>
</item>
<item>
<column>part_id</column>
<title>Рубрика</title>
<type>lookup</type>
<lookup>
<table>parts2</table>
<id>part_id</id>
<column>partname</column>
<where>typepart_id in (1,2)</where>
<order>partname</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<filter>True</filter>
<hint>Рубрика</hint>
</item>
<item>
<column>genre_id</column>
<title>Жанр</title>
<type>lookup</type>
<lookup>
<table>genres</table>
<id>genre_id</id>
<column>name</column>
<order>name</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<filter>True</filter>
<hint>Жанр</hint>
</item>
<item>
<column>author_id</column>
<type>lookup</type>
<title>Автор</title>
<lookup>
<table>authors</table>
<id>author_id</id>
<column>authorname</column>
<order>authorname</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>автор статьи</hint>
</item>
<item>
<column>anons</column>
<title>Основная мысль</title>
<type>textarea</type>
<hint>Заголовок стаьи</hint>
<col>60</col>
<row>10</row>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>citata</column>
<title>Анонс статьи</title>
<type>textarea</type>
<hint>Заголовок стаьи</hint>
<col>60</col>
<row>10</row>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>text</column>
<title>Текст статьи</title>
<type>textareatiny</type>
<hint>Заголовок стаьи</hint>
<col>60</col>
<row>40</row>
<tipograf>
<type>tags</type>
<killstyle>true</killstyle>
</tipograf>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>redaktor</column>
<title>Автор(простым текстом)</title>
<type>text</type>
<hint>Автор статьи</hint>
<col>60</col>
<row>40</row>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>date_insert</column>
<title>Добавлено</title>
<type>date</type>
<col>60</col>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Дата добавления статьи</hint>
</item>
<item>
<column>mainimage</column>
<title>главная фотография</title>
<view>
<table>False</table>
<form>True</form>
</view>
<type>file</type>
<folder>images/big</folder>
</item>
<item>
<column>alt</column>
<title>Подпись к главной фотографии</title>
<type>text</type>
<col>60</col>
<view>
<table>False</table>
<form>True</form>
</view>
<hint>Заголовок стаьи</hint>
</item>
</items>