Rev 6235 | Rev 7909 | Go to most recent revision | 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 |
4 | |||
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> |
||
2861 | guerimand | 13 | !href cmd=reply&comp=$comp&job=delcomp $wims_name_delete |
7530 | bpr | 14 | <div class="field box"> |
15 | <label for="cf_title">$name_title_comp</label> |
||
16 | <input size="50" name="cf_title" id="cf_title" value="$mem_title" /> |
||
17 | </div> |
||
18 | <div class="field box"> |
||
19 | <label for="cf_nbpalier">$name_cnt_palier</label> |
||
20 | <select name="cf_nbpalier" id="cf_nbpalier" onchange="submit()"> |
||
1319 | guerimand | 21 | !for i=1 to $maxpalier |
22 | !if $i=$mem_nbpalier |
||
5838 | bpr | 23 | <option value="$i" selected="selected">$i</option> |
1319 | guerimand | 24 | !else |
4020 | bpr | 25 | <option value="$i">$i</option> |
1319 | guerimand | 26 | !endif |
27 | !next i |
||
7530 | bpr | 28 | </select> |
1319 | guerimand | 29 | !for k=1 to $mem_nbpalier |
30 | !let eold=!record $k of wimshome/log/classes/$wims_class/livret/.comp$comp |
||
31 | !distribute line $eold into name,eold |
||
7530 | bpr | 32 | <div class="field box"> |
33 | <label>$name_n_Palier $k <span class="wims_emph">$name</span></label> |
||
34 | !set wims_ref_class=wims_button |
||
1479 | bpr | 35 | !href cmd=reply&job=modpalier&comp=$comp&palier=$k $wims_name_change |
7530 | bpr | 36 | !set wims_ref_class=wims_button |
2854 | guerimand | 37 | !href cmd=reply&job=delpalier&comp=$comp&palier=$k $wims_name_delete |
1326 | bpr | 38 | !if $eold!= |
7530 | bpr | 39 | <ul> |
1319 | guerimand | 40 | !for l in $eold |
7530 | bpr | 41 | <li> |
1319 | guerimand | 42 | !let t=!replace internal . by , in $l |
7530 | bpr | 43 | $l |
1319 | guerimand | 44 | !line $(t[2]) of $(sheet$(t[1])) |
7530 | bpr | 45 | </li> |
46 | !next l |
||
47 | </ul> |
||
1326 | bpr | 48 | !endif |
7530 | bpr | 49 | </div> |
1319 | guerimand | 50 | !next k |
7530 | bpr | 51 | <div class="wimscenter wimsform"> |
52 | <input type="submit" name="cf_set" value="$wims_name_tosave" /> |
||
53 | </div> |
||
54 | </fieldset> |
||
5926 | bpr | 55 | |
56 | !formend |
||
1336 | bpr | 57 | !set wims_menu_items=!append line back2,1,cmd=reply&job=home\ |
58 | to $wims_menu_items |
||
1319 | guerimand | 59 | |
1326 | bpr | 60 | !reset cf_nbpalier |