Subversion Repositories wimsdev

Rev

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

Rev 5734 Rev 5838
Line 10... Line 10...
10
$name_choose
10
$name_choose
11
 <select name="cnt">
11
 <select name="cnt">
12
 !for i=1 to 15
12
 !for i=1 to 15
13
  <option value=$i
13
  <option value=$i
14
  !if $i=$cnt
14
  !if $i=$cnt
15
   selected
15
   selected="selected"
16
  !endif
16
  !endif
17
  >$i
17
  >$i
18
 !next i
18
 !next i
19
 </select><select name="style">
19
 </select><select name="style">
20
 !for i in day,week,month,year,beginning
20
 !for i in day,week,month,year,beginning
21
  <option value=$i
21
  <option value=$i
22
  !if $i=$style or ($i=month and $style=$empty)
22
  !if $i=$style or ($i=month and $style=$empty)
23
   selected
23
   selected="selected"
24
  !endif
24
  !endif
25
  >$(s_$i)
25
  >$(s_$i)
26
 !next i
26
 !next i
27
 </select>. <p>
27
 </select>. <p>
28
 $name_listlink
28
 $name_listlink
Line 38... Line 38...
38
 !next i
38
 !next i
39
 $name_limited <select name="reflim">
39
 $name_limited <select name="reflim">
40
 !for i in 10,20,30,50,70,100,150,200
40
 !for i in 10,20,30,50,70,100,150,200
41
  <option value=$i
41
  <option value=$i
42
  !if $i=$reflim
42
  !if $i=$reflim
43
   selected
43
   selected="selected"
44
  !endif
44
  !endif
45
  >$i
45
  >$i
46
 !next i
46
 !next i
47
 </select>$name_searchengine <input type=radio name="search" value=yes
47
 </select>$name_searchengine <input type=radio name="search" value=yes
48
 !if $search=yes
48
 !if $search=yes