Rev 16156 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16156 | Rev 17180 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !! Read some translation vars (like $C_A) |
11 | !! Read some translation vars (like $C_A) |
12 | !readproc adm/search_engine/names.$lang |
12 | !readproc adm/search_engine/names.$lang |
13 | 13 | ||
14 | !set data=!record 1 of wimshome/log/classes/$wims_class/seq/.sequence$seq |
14 | !set data=!record 1 of wimshome/log/classes/$wims_class/seq/.sequence$seq |
15 | !form reply |
15 | !form reply |
16 | <label for="seq_title">$wims_name_title</label>: <input id="seq_title" name="seq_title" size="12" value="$(data[1;])" |
16 | <label for="seq_title">$wims_name_title</label>: <input id="seq_title" name="seq_title" size="12" value="$(data[1;])"> |
17 | $ |
17 | $ |
18 | <label for="seq_desc"> $wims_name_Description</label>: <input id="seq_desc" name="seq_desc" size="20" value="$(data[2;])" |
18 | <label for="seq_desc"> $wims_name_Description</label>: <input id="seq_desc" name="seq_desc" size="20" value="$(data[2;])"> |
19 | $ |
19 | $ |
20 | <label for="visible">$wims_name_Status</label>: |
20 | <label for="visible">$wims_name_Status</label>: |
21 | !set visible=$(data[4;]) |
21 | !set visible=$(data[4;]) |
22 | !formselect visible list 0,1 prompt $wims_name_shstatus[0..1] |
22 | !formselect visible list 0,1 prompt $wims_name_shstatus[0..1] |
23 | $table_header |
23 | $table_header |
Line 49... | Line 49... | ||
49 | </td><td class="wims_status_$o_"> |
49 | </td><td class="wims_status_$o_"> |
50 | !item $[$o_+1] of $wims_name_status |
50 | !item $[$o_+1] of $wims_name_status |
51 | !set wims_ref_class=wims_button |
51 | !set wims_ref_class=wims_button |
52 | !href module=adm/doc&job=prop&doc=$s_ $wims_name_change |
52 | !href module=adm/doc&job=prop&doc=$s_ $wims_name_change |
53 | </td><td> |
53 | </td><td> |
54 | <input type="number" name="$ss_" size="5" value="$(c_$i)" id="$ss_" |
54 | <input type="number" name="$ss_" size="5" value="$(c_$i)" id="$ss_"> |
55 | </td> |
55 | </td> |
56 | </tr> |
56 | </tr> |
57 | !endif |
57 | !endif |
58 | !next i |
58 | !next i |
59 | 59 | ||
Line 70... | Line 70... | ||
70 | !item $[$o_+1] of $wims_name_status |
70 | !item $[$o_+1] of $wims_name_status |
71 | !set wims_ref_class=wims_button |
71 | !set wims_ref_class=wims_button |
72 | !href module=adm/class/adddoc&job=prop&doc=$i $wims_name_change |
72 | !href module=adm/class/adddoc&job=prop&doc=$i $wims_name_change |
73 | </td><td> |
73 | </td><td> |
74 | !set doc_$i=!positionof item doc $i in $(data[3;]) |
74 | !set doc_$i=!positionof item doc $i in $(data[3;]) |
75 | <input type="number" name="doc_$i" size="5" value="$(doc_$i)" id="doc_$i" |
75 | <input type="number" name="doc_$i" size="5" value="$(doc_$i)" id="doc_$i"> |
76 | </td> |
76 | </td> |
77 | </tr> |
77 | </tr> |
78 | !next i |
78 | !next i |
79 | 79 | ||
80 | !for i=1 to $sheetcnt |
80 | !for i=1 to $sheetcnt |
Line 88... | Line 88... | ||
88 | </label> |
88 | </label> |
89 | </td><td class="wims_status_$ac"> |
89 | </td><td class="wims_status_$ac"> |
90 | $(wims_name_shstatus[$ac+1]) |
90 | $(wims_name_shstatus[$ac+1]) |
91 | </td><td> |
91 | </td><td> |
92 | !set sheet_$i=!positionof item sheet $i in $(data[3;]) |
92 | !set sheet_$i=!positionof item sheet $i in $(data[3;]) |
93 | <input type="number" name="sheet_$i" size="5" value="$(sheet_$i)" id="sheet_$i" |
93 | <input type="number" name="sheet_$i" size="5" value="$(sheet_$i)" id="sheet_$i"> |
94 | </td> |
94 | </td> |
95 | </tr> |
95 | </tr> |
96 | !next i |
96 | !next i |
97 | 97 | ||
98 | !!set examcnt=!recordcnt wimshome/log/classes/$wims_class/exams/.exams |
98 | !!set examcnt=!recordcnt wimshome/log/classes/$wims_class/exams/.exams |
Line 107... | Line 107... | ||
107 | </label> |
107 | </label> |
108 | </td><td class="wims_status_$ac"> |
108 | </td><td class="wims_status_$ac"> |
109 | $(wims_name_shstatus[$ac+1]) |
109 | $(wims_name_shstatus[$ac+1]) |
110 | </td><td> |
110 | </td><td> |
111 | !set exam_$i=!positionof item exam $i in $(data[3;]) |
111 | !set exam_$i=!positionof item exam $i in $(data[3;]) |
112 | <input type="number" name="exam_$i" size="5" value="$(exam_$i)" id="exam_$i" |
112 | <input type="number" name="exam_$i" size="5" value="$(exam_$i)" id="exam_$i"> |
113 | </td> |
113 | </td> |
114 | </tr> |
114 | </tr> |
115 | !next i |
115 | !next i |
116 | 116 | ||
117 | !!set votecnt=!recordcnt wimshome/log/classes/$wims_class/vote/.votes |
117 | !!set votecnt=!recordcnt wimshome/log/classes/$wims_class/vote/.votes |
Line 126... | Line 126... | ||
126 | </label> |
126 | </label> |
127 | </td><td class="wims_status_$st_"> |
127 | </td><td class="wims_status_$st_"> |
128 | $(wims_name_status[$st_+1]) |
128 | $(wims_name_status[$st_+1]) |
129 | </td><td> |
129 | </td><td> |
130 | !set vote_$i=!positionof item vote $i in $(data[3;]) |
130 | !set vote_$i=!positionof item vote $i in $(data[3;]) |
131 | <input type="number" name="vote_$i" size="5" value="$(vote_$i)" id="vote_$i" |
131 | <input type="number" name="vote_$i" size="5" value="$(vote_$i)" id="vote_$i"> |
132 | </td> |
132 | </td> |
133 | </tr> |
133 | </tr> |
134 | !next i |
134 | !next i |
135 | 135 | ||
136 | !for i=1 to $toolcnt |
136 | !for i=1 to $toolcnt |
Line 146... | Line 146... | ||
146 | !item $[$o_+1] of $wims_name_status |
146 | !item $[$o_+1] of $wims_name_status |
147 | !set wims_ref_class=wims_button |
147 | !set wims_ref_class=wims_button |
148 | !href module=adm/class/adddoc&job=prop&tool=$i $wims_name_change |
148 | !href module=adm/class/adddoc&job=prop&tool=$i $wims_name_change |
149 | </td><td> |
149 | </td><td> |
150 | !set doc_$i=!positionof item tool $i in $(data[3;]) |
150 | !set doc_$i=!positionof item tool $i in $(data[3;]) |
151 | <input type="number" name="tool_$i" size="5" value="$(tool_$i)" id="tool_$i" |
151 | <input type="number" name="tool_$i" size="5" value="$(tool_$i)" id="tool_$i"> |
152 | </td> |
152 | </td> |
153 | </tr> |
153 | </tr> |
154 | !next i |
154 | !next i |
155 | 155 | ||
156 | !for i=1 to $glossarycnt |
156 | !for i=1 to $glossarycnt |
Line 166... | Line 166... | ||
166 | !item $[$o_+1] of $wims_name_status |
166 | !item $[$o_+1] of $wims_name_status |
167 | !set wims_ref_class=wims_button |
167 | !set wims_ref_class=wims_button |
168 | !href module=adm/class/glossary&job=chstatus&gl=$i $wims_name_change |
168 | !href module=adm/class/glossary&job=chstatus&gl=$i $wims_name_change |
169 | </td><td> |
169 | </td><td> |
170 | !set glossary_$i=!positionof item glossary $i in $(data[3;]) |
170 | !set glossary_$i=!positionof item glossary $i in $(data[3;]) |
171 | <input type="number" name="glossary_$i" size="5" value="$(glossary_$i)" id="glossary_$i" |
171 | <input type="number" name="glossary_$i" size="5" value="$(glossary_$i)" id="glossary_$i"> |
172 | </td> |
172 | </td> |
173 | </tr> |
173 | </tr> |
174 | !next i |
174 | !next i |
175 | 175 | ||
176 | !for i=1 to $freeworkcnt |
176 | !for i=1 to $freeworkcnt |
Line 184... | Line 184... | ||
184 | </label> |
184 | </label> |
185 | </td><td class="wims_status_$o_"> |
185 | </td><td class="wims_status_$o_"> |
186 | $(wims_name_shstatus[$o_+1]) |
186 | $(wims_name_shstatus[$o_+1]) |
187 | </td><td> |
187 | </td><td> |
188 | !set freework_$i=!positionof item freework $i in $(data[3;]) |
188 | !set freework_$i=!positionof item freework $i in $(data[3;]) |
189 | <input type="number" name="freework_$i" size="5" value="$(freework_$i)" id="freework_$i" |
189 | <input type="number" name="freework_$i" size="5" value="$(freework_$i)" id="freework_$i"> |
190 | </td> |
190 | </td> |
191 | </tr> |
191 | </tr> |
192 | !next i |
192 | !next i |
193 | 193 | ||
194 | 194 | ||
195 | $table_end |
195 | $table_end |
196 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" |
196 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave"></div> |
197 | !formend |
197 | !formend |