Subversion Repositories wimsdev

Rev

Rev 13468 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13468 Rev 13469
Line 6... Line 6...
6
      !set t=!item 1 of $l
6
      !set t=!item 1 of $l
7
      !set s=!item 2 to -1 of $l
7
      !set s=!item 2 to -1 of $l
8
      <li id="$t">
8
      <li id="$t">
9
        !if $(chapter)_$t iswordof $open
9
        !if $(chapter)_$t iswordof $open
10
          !set o=!replace word $(chapter)_$t by $ in $open
10
          !set o=!replace word $(chapter)_$t by $ in $open
11
          <h2>$s</h2> <span class="smaller">
11
          <h3>$s</h3> <span class="smaller">
12
            !href module=$module&chapter=$chapter&open=$o $wims_name_Close
12
            !href module=$module&chapter=$chapter&open=$o $wims_name_Close
13
          </span>
13
          </span>
14
          <div class="section_content">
14
          <div class="section_content">
15
            !if $t iswordof faqstud faqsup
15
            !if $t iswordof faqstud faqsup
16
              !read $chapter/$t.phtml
16
              !read $chapter/$t.phtml
17
            !else
17
            !else
18
              !read adm/language $chapter/$t.phtml
18
              !read adm/language $chapter/$t.phtml
19
            !endif
19
            !endif
20
          </div>
20
          </div>
21
        !else
21
        !else
22
          <h2>
22
          <h3>
23
            !href module=$module&chapter=$chapter&open=$open,$(chapter)_$t#$t $s
23
            !href module=$module&chapter=$chapter&open=$open,$(chapter)_$t#$t $s
24
          </h2>
24
          </h3>
25
        !endif
25
        !endif
26
      </li>
26
      </li>
27
    !next i
27
    !next i
28
  </ol>
28
  </ol>
29
!endif
29
!endif