Subversion Repositories wimsdev

Rev

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

Rev 13480 Rev 13488
Line 58... Line 58...
58
  <div class="instruction">\instruction</div>
58
  <div class="instruction">\instruction</div>
59
  \if{\N=1}{
59
  \if{\N=1}{
60
    <div class="wimscenter">\embed{r 1, 400 x 60}</div>
60
    <div class="wimscenter">\embed{r 1, 400 x 60}</div>
61
  }{
61
  }{
62
    \for{s=1 to \N}{
62
    \for{s=1 to \N}{
63
      <p>\s : </p>
63
      <p>\s :</p>
64
      <div class="wimscenter">\embed{r \s, 400 x 60}</div>
64
      <div class="wimscenter">\embed{r \s, 400 x 60}</div>
65
    }
65
    }
66
  }
66
  }
67
}
67
}
68
 
68