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

154 lines
3.1 KiB
XML
Raw Permalink Normal View History

2023-08-05 11:59:48 +03:00
<?xml version="1.0" encoding="UTF8"?>
<items>
<main>
<table>photes_gallery</table>
<order>photo_id</order>
<increment>photo_id</increment>
</main>
<item>
<column>photo_id</column>
<title>ID</title>
<type>increment</type>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>file</column>
<title>фото</title>
<type>file</type>
<view>
<table>True</table>
<form>True</form>
</view>
<width>200</width>
<folder>pub/images/photogallery/original</folder>
</item>
<item>
<column>title</column>
<title>Заголовок</title>
<col>85</col>
<type>text</type>
<view>
<table>False</table>
<form>True</form>
</view>
<hint>Порядковый номер стаьи</hint>
</item>
<item>
<column>gallery_id</column>
<type>lookup</type>
<title>Альбом</title>
<lookup>
<table>photogallery</table>
<id>gallery_id</id>
<column>galleryname</column>
<order>gallery_id DESC</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<filter>True</filter>
<hint>автор статьи</hint>
</item>
<item>
<column>text</column>
<title>Подпись к фото</title>
<type>textarea</type>
<row>4</row>
<col>85</col>
<view>
<table>False</table>
<form>True</form>
</view>
<hint>Порядковый номер стаьи</hint>
</item>
<item>
<column>preview</column>
<title>Превьюшка</title>
<type>file</type>
<view>
<table>False</table>
<form>True</form>
</view>
<folder>pub/images/photogallery/preview</folder>
</item>
<item>
<column>position</column>
<title>Позиция</title>
<type>spin</type>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>author</column>
<title>Автор</title>
<type>text</type>
<col>85</col>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Порядковый номер стаьи</hint>
</item>
<item>
<column>top</column>
<title>на АН</title>
<type>checkbox</type>
<col>85</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>photo_top</column>
<title>на АР</title>
<type>checkbox</type>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>section_id</column>
<type>lookup</type>
<title>Поставить в крутилку</title>
<lookup>
<table>section</table>
<id>section_id</id>
<column>sectionname</column>
<order>sectionname</order>
</lookup>
<view>
<table>True</table>
<form>True</form>
</view>
<filter>True</filter>
<hint>автор статьи</hint>
</item>
<item>
<column>date_insert</column>
<title>Добавлено</title>
<type>datetime</type>
<col>60</col>
<view>
<table>False</table>
<form>True</form>
</view>
<hint>Дата добавления статьи</hint>
</item>
<item>
<column>active</column>
<title>Публиковать</title>
<type>checkbox</type>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
</items>