Rev 13721 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1479 | bpr | 1 | !!##!! language independant |
4039 | bpr | 2 | !read adm/class/classname.phtml $wims_classname\ |
4020 | bpr | 3 | $wims_institutionname |
11669 | bpr | 4 | !default livret_title=$(module_title_$lang) |
1479 | bpr | 5 | !read adm/title.phtml 1\ |
4020 | bpr | 6 | $classname\ |
1479 | bpr | 7 | $livret_title\ |
8 | $name_job |
||
1319 | guerimand | 9 | |
1326 | bpr | 10 | !form reply |
7530 | bpr | 11 | <fieldset class="property_fields"> |
12 | <legend>$name_info</legend> |
||
13721 | obado | 13 | !set wims_ref_class=wims_button float_right wims_warning |
14 | !href cmd=reply&comp=$comp&job=delcomp $wims_name_delete |
||
7530 | bpr | 15 | <div class="field box"> |
16 | <label for="cf_title">$name_title_comp</label> |
||
17180 | bpr | 17 | <input size="50" name="cf_title" id="cf_title" value="$mem_title"> |
7530 | bpr | 18 | </div> |
19 | <div class="field box"> |
||
20 | <label for="cf_nbpalier">$name_cnt_palier</label> |
||
21 | <select name="cf_nbpalier" id="cf_nbpalier" onchange="submit()"> |
||
13721 | obado | 22 | !for i=1 to $maxpalier |
23 | !if $i=$mem_nbpalier |
||
24 | <option value="$i" selected="selected">$i</option> |
||
25 | !else |
||
26 | <option value="$i">$i</option> |
||
27 | !endif |
||
28 | !next i |
||
7530 | bpr | 29 | </select> |
13721 | obado | 30 | </div> |
31 | !for k=1 to $mem_nbpalier |
||
32 | !let eold=!record $k of wimshome/log/classes/$wims_class/livret/.comp$comp |
||
33 | !distribute line $eold into name,eold |
||
34 | <div class="field box"> |
||
35 | <label>$name_n_Palier $k <span class="wims_emph">$name</span></label> |
||
36 | !set wims_ref_class=wims_button |
||
37 | !href cmd=reply&job=modpalier&comp=$comp&palier=$k $wims_name_change |
||
38 | !set wims_ref_class=wims_button |
||
39 | !href cmd=reply&job=delpalier&comp=$comp&palier=$k $wims_name_delete |
||
40 | !if $eold!= |
||
41 | <ul> |
||
42 | !for l in $eold |
||
43 | <li> |
||
44 | !let t=!replace internal . by , in $l |
||
45 | $l |
||
46 | !line $(t[2]) of $(sheet$(t[1])) |
||
47 | </li> |
||
48 | !next l |
||
49 | </ul> |
||
50 | !endif |
||
51 | </div> |
||
52 | !next k |
||
53 | <div class="wimscenter wimsform"> |
||
17180 | bpr | 54 | <input type="submit" name="cf_set" value="$wims_name_tosave"> |
13721 | obado | 55 | </div> |
56 | </fieldset> |
||
5926 | bpr | 57 | !formend |
1326 | bpr | 58 | !reset cf_nbpalier |