add files
This commit is contained in:
96
app/xml-unique/quest.xml
Normal file
96
app/xml-unique/quest.xml
Normal file
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<items>
|
||||
<main>
|
||||
<table>quest</table>
|
||||
<order></order>
|
||||
<order_type>DESC</order_type>
|
||||
<increment>quest_id</increment>
|
||||
<title>Вопросы к конкурсу</title>
|
||||
</main>
|
||||
|
||||
<item>
|
||||
<column>quest_id</column>
|
||||
|
||||
<title>quest_id</title>
|
||||
<type>increment</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<column>quest_stuff</column>
|
||||
|
||||
<title>Вопрос к конкурсу</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>quest_one</column>
|
||||
|
||||
<title>Вариант ответа №1</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>quest_two</column>
|
||||
|
||||
<title>Вариант ответа №2</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>quest_three</column>
|
||||
|
||||
<title>Вариант ответа №3</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>quest_correct</column>
|
||||
<title>Номер правильного ответа</title>
|
||||
<type>spin</type>
|
||||
<max>3</max>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>quest_type</column>
|
||||
<title>Название конкурса</title>
|
||||
<type>lookup</type>
|
||||
<lookup>
|
||||
<table>quest_type</table>
|
||||
<id>id</id>
|
||||
<column>name</column>
|
||||
<order>name</order>
|
||||
</lookup>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
<filter>True</filter>
|
||||
</item>
|
||||
</items>
|
||||
Reference in New Issue
Block a user