Rev 12714 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12714 | Rev 16097 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/class/classname.phtml $wims_classname\ |
1 | !read adm/class/classname.phtml $wims_classname\ |
2 | $wims_institutionname |
2 | $wims_institutionname |
- | 3 | ||
3 | 4 | ||
4 | !if $user isitemof $wims_connectedlogin and $wims_user=supervisor |
5 | !if $user isitemof $wims_connectedlogin and $wims_user=supervisor |
5 | !let name_job=!append word <span class="wims_connected" title="connected">$user</span> to $name_job |
6 | !let name_job=!append word <span class="wims_connected" title="connected">$user</span> to $name_job |
6 | !endif |
7 | !endif |
7 | 8 | ||
8 | !read adm/title.phtml 1\ |
9 | !read adm/title.phtml 1\ |
9 | $classname\ |
10 | $classname\ |
10 | $livret_title\ |
11 | $livret_title\ |
11 | $name_job |
12 | $name_job |
12 | 13 | ||
13 | !if $error!=$empty |
14 | !if $error!=$empty |
14 | <div class="wims_msg alert"> |
15 | <div class="wims_msg alert"> |
15 | !read lang/msg.phtml.$moduclass_lang $error |
16 | !read lang/msg.phtml.$moduclass_lang $error |
16 | </div> |
17 | </div> |
17 | !exit |
18 | !exit |
18 | !endif |
19 | !endif |
19 | 20 | ||
20 | !if $livret_nbcomp==0 |
21 | !if $livret_nbcomp==0 |
21 | $name_no_competence |
22 | $name_no_competence |
22 | !exit |
23 | !exit |
23 | !endif |
24 | !endif |
24 | !read proc/legend.proc legend |
25 | !read proc/legend.proc legend |
- | 26 | ||
- | 27 | <div class="wims_skillbullet_desc">$livret_description</div> |
|
- | 28 | ||
25 | !reset table_center |
29 | !reset table_center |
26 | $table_header |
30 | $table_header |
27 | <thead> |
31 | <thead> |
28 | $table_hdtr |
32 | $table_hdtr |
29 | <th>$name_Competences / $name_n_Paliers</th> |
33 | <th>$name_Competences / $name_n_Paliers</th> |