Files
adanar/app/xml/region_ekb.xml
arlemp@selectel.ru 0ad4caf460 add auto rating
2023-08-31 10:44:13 +03:00

234 lines
4.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF8"?>
<items>
<main>
<table>news</table>
<order>news_id</order>
<order_type>DESC</order_type>
<increment>news_id</increment>
<title>АН-Екатеринбург</title>
<where>region_id = 7</where>
<vbutton>
<link>news_test/{%}/</link>
</vbutton>
<cache>cache/index.html</cache>
<search>title,text,anons</search>
</main>
<item>
<column>news_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>120</col>
<view>
<table>True</table>
<form>True</form>
</view>
<maxsize>80</maxsize>
<hint>Заголовок</hint>
<typograf>1</typograf>
</item>
<item>
<column>rr</column>
<title>Позиция на странице</title>
<type>spin</type>
<view>
<table>True</table>
<form>True</form>
</view>
<exclusive>
<value>0</value>
</exclusive>
</item>
<item>
<id>siteparts</id>
<column>sitepart_id</column>
<title>Рубрика</title>
<type>lookup</type>
<lookup>
<table>siteparts</table>
<id>sitepart_id</id>
<column>partname</column>
<order>partname</order>
<where>active = 1</where>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<filter>True</filter>
<hint>Рубрика</hint>
</item>
<item>
<column>anons</column>
<title>Анонс</title>
<type>textarea</type>
<hint>Заголовок стаьи</hint>
<col>100</col>
<row>10</row>
<view>
<table>False</table>
<form>True</form>
</view>
<typograf>1</typograf>
</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>
<typograf>1</typograf>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>price_id</column>
<title></title>
<type>lookup</type>
<lookup>
<table>price</table>
<id>price_id</id>
<column>pricename</column>
<order>price_id DESC</order>
<nulltxt>Без номера</nulltxt>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<where>category_id=1</where>
<filter>True</filter>
</item>
<item>
<column>keywords</column>
<title>Ключевые слова</title>
<type>textarea</type>
<row>2</row>
<col>100</col>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>img</column>
<title>Фото</title>
<view>
<table>True</table>
<form>True</form>
</view>
<type>file</type>
<dateversion>True</dateversion>
<folder>pub/images/arhnews</folder>
</item>
<item>
<column>alt</column>
<title>Подпись к фото</title>
<type>text</type>
<hint>Заголовок стаьи</hint>
<col>100</col>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>author</column>
<title>Автор текстом</title>
<type>text</type>
<col>100</col>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>date_insert</column>
<title>Дата / Время</title>
<type>datetime</type>
<view>
<table>True</table>
<form>False</form>
</view>
</item>
<item>
<title>rating</title>
<column>rating_id</column>
<default>2</default>
<type>lookup</type>
<lookup>
<table>ratings</table>
<id>rating_id</id>
<column>rating</column>
<order>rating</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<filter>False</filter>
</item>
<item>
<column>article</column>
<type>value</type>
<value>1</value>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>region_id</column>
<type>value</type>
<value>7</value>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>user_id</column>
<title>Добавил</title>
<type>lookup</type>
<lookup>
<table>users</table>
<id>user_id</id>
<column>name</column>
<order>name</order>
</lookup>
<view>
<table>False</table>
<form>False</form>
</view>
<filter>False</filter>
</item>
<item>
<column>user_id</column>
<type>user</type>
<access>
<groups>edition</groups>
</access>
<user_type>insert</user_type>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
</items>