source: WAeUP_SRP/branches/uli/profiles/default/layouts/student_search.xml @ 9806

Last change on this file since 9806 was 1449, checked in by joachim, 18 years ago

modified importReservedBeds
fixReservedBeds
added release_bed
many documentation addons for xml-files

  • Property svn:keywords set to Id
File size: 2.1 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="layout.xsl"?>
3<object name="student_search" meta_type="CPS Layout">
4 <property name="layout_create_method"></property>
5 <property name="layout_edit_method"></property>
6 <property name="layout_view_method"></property>
7 <property name="style_prefix">layout_search_</property>
8 <property name="flexible_widgets"/>
9 <property name="validate_values_expr"></property>
10 <widget name="review_state" meta_type="Select Widget">
11  <property name="title">Review State</property>
12  <property name="fields">
13   <element value="review_state"/>
14  </property>
15  <property name="label">Search for students in state</property>
16  <property name="label_edit">Search for students in state</property>
17  <property name="readonly_layout_modes"/>
18  <property name="hidden_layout_modes"/>
19  <property name="hidden_readonly_layout_modes"/>
20  <property name="vocabulary">get_searchable_student_states</property>
21 </widget>
22 <widget name="search_mode" meta_type="Generic Select Widget">
23  <property name="title">Search Mode</property>
24  <property name="fields">
25   <element value="search_mode"/>
26  </property>
27  <property name="is_required">False</property>
28  <property name="label">and</property>
29  <property name="label_edit">and</property>
30  <property name="readonly_layout_modes"/>
31  <property name="hidden_layout_modes"/>
32  <property name="hidden_readonly_layout_modes"/>
33  <property name="vocabulary">student_search_mode</property>
34 </widget>
35 <widget name="search_string" meta_type="String Widget">
36  <property name="title">Search String</property>
37  <property name="fields">
38   <element value="search_string"/>
39  </property>
40  <property name="label">beginning with</property>
41  <property name="label_edit">beginning with</property>
42  <property name="readonly_layout_modes"/>
43  <property name="hidden_layout_modes"/>
44  <property name="hidden_readonly_layout_modes"/>
45  <property name="display_width">30</property>
46 </widget>
47 <table>
48  <row>
49   <cell name="review_state" ncols="3"/>
50  </row>
51  <row>
52   <cell name="search_mode" ncols="2"/>
53   <cell name="search_string"/>
54  </row>
55 </table>
56</object>
57
Note: See TracBrowser for help on using the repository browser.