source: WAeUP_SRP/uniben/profiles/default/layouts/student_pume_fe.xml @ 2330

Last change on this file since 2330 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.4 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="layout.xsl"?>
3<object name="student_pume" 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_pume_</property>
8 <property name="flexible_widgets"/>
9 <property name="validate_values_expr"></property>
10
11 <widget name="pume_eng_score" meta_type="Float Widget">
12  <property name="title">PUME English Score</property>
13  <property name="fields">
14   <element value="pume_eng_score"/>
15  </property>
16  <property name="label">PUME English Score</property>
17  <property name="label_edit">PUME English Score</property>
18  <property name="readonly_layout_modes">
19  </property>
20  <property name="hidden_layout_modes"/>
21  <property name="hidden_readonly_layout_modes"/>
22 </widget>
23 <widget name="pume_gen_score" meta_type="Float Widget">
24  <property name="title">PUME General Score</property>
25  <property name="fields">
26   <element value="pume_gen_score"/>
27  </property>
28  <property name="label">PUME General Score</property>
29  <property name="label_edit">PUME General Score</property>
30  <property name="readonly_layout_modes">
31  </property>
32  <property name="hidden_layout_modes"/>
33  <property name="hidden_readonly_layout_modes"/>
34 </widget>
35 <widget name="pume_math_score" meta_type="Float Widget">
36  <property name="title">PUME Mathematics Score</property>
37  <property name="fields">
38   <element value="pume_math_score"/>
39  </property>
40  <property name="label">PUME Mathematics Score</property>
41  <property name="label_edit">PUME Mathematics Score</property>
42  <property name="readonly_layout_modes">
43  </property>
44  <property name="hidden_layout_modes">
45   <element value="view"/>
46  </property>   
47  <property name="hidden_readonly_layout_modes"/>
48 </widget>
49 <widget name="pume_tot_score" meta_type="String Widget">
50  <property name="title">PUME Total Score</property>
51  <property name="fields">
52   <element value="pume_tot_score"/>
53  </property>
54  <property name="label">PUME Total Score</property>
55  <property name="label_edit">PUME Total Score</property>
56  <property name="readonly_layout_modes">
57  </property>
58  <property name="hidden_layout_modes"/>
59  <property name="hidden_readonly_layout_modes"/>
60 </widget>
61
62 <table>
63  <row>
64   <cell name="pume_tot_score" ncols="1"/>
65  </row>
66 </table>
67</object>
68
Note: See TracBrowser for help on using the repository browser.