Subversion Repositories wimsdev

Rev

Rev 9126 | Rev 9285 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9126 Rev 9130
Line 3... Line 3...
3
 
3
 
4
<div class="wims_content">
4
<div class="wims_content">
5
 
5
 
6
 
6
 
7
<div class="job_desc spacer">$job_desc</div>
7
<div class="job_desc spacer">$job_desc</div>
-
 
8
!set cnt=0
-
 
9
<div class="wims_credits">
8
 
10
</div>
9
  <div id="taxonomy_list">
11
  <div id="taxonomy_list">
10
    <ul class="tabs">
12
    <ul class="tabs">
11
      !for taxo in $list_taxonomy
13
      !for taxo in $list_taxonomy
-
 
14
       !increase cnt
12
        !set taxo_title=!defof title in $taxo
15
        !set taxo_title$cnt=!defof title in $taxo
-
 
16
        !set desctaxo$cnt=!defof desctaxo in $taxo
13
        <li><a href="#$taxo">$taxo_title</a></li>
17
        <li><a href="#$taxo">$(taxo_title$cnt)</a></li>
14
      !next
18
      !next
15
    </ul>
19
    </ul>
16
    !for taxo in $list_taxonomy
20
    !for taxo in $list_taxonomy
17
      <div id="$taxo">
21
      <div id="$taxo">
18
         !read $taxo
22
         !read $taxo
Line 28... Line 32...
28
    jQuery(function($$) {
32
    jQuery(function($$) {
29
        $$( "#taxonomy_list" ).tabs();
33
        $$( "#taxonomy_list" ).tabs();
30
      });
34
      });
31
    /*]]>*/
35
    /*]]>*/
32
</script>
36
</script>
-
 
37
 
-
 
38
<div class="wims_credits">
-
 
39
<h2>$wims_name_credits</h2>
-
 
40
!reset cnt
-
 
41
!for taxo in $list_taxonomy
-
 
42
 !increase cnt
-
 
43
 <p>
-
 
44
  $(taxo_title$cnt) : $(desctaxo$cnt)
-
 
45
 </p>
-
 
46
!next
-
 
47
</div>