add files
This commit is contained in:
132
app/xml-unique/humornew.xml
Normal file
132
app/xml-unique/humornew.xml
Normal file
@@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<items>
|
||||
<main>
|
||||
<table>humornew</table>
|
||||
<order></order>
|
||||
<order_type>DESC</order_type>
|
||||
<increment>humor_id</increment>
|
||||
<title>Юмор</title>
|
||||
</main>
|
||||
|
||||
<item>
|
||||
<column>humor_id</column>
|
||||
|
||||
<title>humor_id</title>
|
||||
<type>increment</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_title</column>
|
||||
|
||||
<title>Заголовок</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_inftext</column>
|
||||
|
||||
<title>Текст для информера</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_vitext</column>
|
||||
|
||||
<title>Текст для видео</title>
|
||||
<type>textareatiny</type>
|
||||
|
||||
<row>8</row>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>False</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_text</column>
|
||||
|
||||
<title>Текст</title>
|
||||
<type>textareatiny</type>
|
||||
|
||||
<row>8</row>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>False</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_type</column>
|
||||
<title>Тип</title>
|
||||
<type>lookup</type>
|
||||
<lookup>
|
||||
<table>humor_types</table>
|
||||
<id>id</id>
|
||||
<column>name</column>
|
||||
<order>name</order>
|
||||
<default>1</default>
|
||||
</lookup>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
<filter>True</filter>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_date</column>
|
||||
<title>Дата / Время</title>
|
||||
<type>datetime</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_active</column>
|
||||
<title>Пб</title>
|
||||
<type>checkbox</type>
|
||||
<fieldate>humor_date</fieldate>
|
||||
<col>100</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
<hint>Публиковать</hint>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>humor_best</column>
|
||||
<title>Информер</title>
|
||||
<type>checkdate</type>
|
||||
<fieldate>humor_date</fieldate>
|
||||
<col>100</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
<hint>Информер</hint>
|
||||
</item>
|
||||
|
||||
</items>
|
||||
Reference in New Issue
Block a user