Rev 15720 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5369 | bpr | 1 | !goto $gstep |
2 | |||
3 | :1 |
||
7444 | bpr | 4 | <fieldset class="property_fields blockcenter"> |
5 | <div class="field box"> |
||
10233 | guerimand | 6 | <label for="up_namevar">$name_namevar <span class="field_required">*</span></label> |
5396 | czzmrn | 7 | !if $vote_status>0 |
15720 | bpr | 8 | $namevar |
5396 | czzmrn | 9 | !else |
15720 | bpr | 10 | !let up_codevar=$codevar |
11 | !formselect up_codevar list $tv_listlocalcode prompt $tv_listlocalname |
||
5397 | bpr | 12 | !endif |
7444 | bpr | 13 | </div> |
14 | </fieldset> |
||
17170 | bpr | 15 | <input type="hidden" name="gstep" value="2"> |
10233 | guerimand | 16 | !exit |
5369 | bpr | 17 | |
18 | :2 |
||
19 | <p>$name_introtext</p> |
||
20 | <textarea class="iEdit" id="testointro" rows="10" cols="80" name="up_testointro"> |
||
21 | !replace internal \( by \( in $testointro |
||
22 | </textarea> |
||
23 | |||
10233 | guerimand | 24 | <p>$name_introtext_group</p> |
5369 | bpr | 25 | $table_header |
7444 | bpr | 26 | $table_hdtr |
10233 | guerimand | 27 | <th>$name_group1</th> |
28 | <th>$name_cardinal</th> |
||
29 | <th>$name_extra</th> |
||
5369 | bpr | 30 | </tr> |
15720 | bpr | 31 | !for i=1 to $numsess |
10233 | guerimand | 32 | $table_tr |
33 | <td> |
||
34 | !item $i of $listval |
||
5369 | bpr | 35 | </td> |
36 | <td> |
||
17170 | bpr | 37 | <input size="4" name="up_nstud$i" id="nstud$i" value="$(nstud$i)"> |
5369 | bpr | 38 | </td> |
39 | <td> |
||
17170 | bpr | 40 | <input size="10" name="up_testoextra$i" id="testoextra$i" value="$(testoextra$i)"> |
5369 | bpr | 41 | </td> |
42 | </tr> |
||
15720 | bpr | 43 | !next i |
44 | $table_end |
||
10552 | guerimand | 45 | <div class="formHelp">$name_remark_numstud</div> |
17170 | bpr | 46 | <input type="hidden" name="gstep" value="3"> |
10233 | guerimand | 47 | !exit |
5369 | bpr | 48 | |
49 | :3 |
||
50 | $name_describesource |
||
51 | <p>$name_yourvariable.</p> |
||
52 | <pre> |
||
53 | $reg_src |
||
54 | </pre> |
||
55 | $(name_$(reg_model)_instr) |
||
17170 | bpr | 56 | <input type="hidden" name="gstep" value="0"> |