Subversion Repositories wimsdev

Rev

Rev 13024 | Rev 15052 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!if $fsize=$empty
13318 obado 3
  <div class="wims_msg warning">$name_download1</div>
4
  !if $error!=file_too_large
5
    <p>$name_try_other_format:</p>
6
    <ul class="inline">
7
      !for f in zip,tgz,tar.gz
8
        !if $f!=$format
9
          <li>
10
          !set wims_ref_class=text_icon file
11
          !href cmd=reply&job=arch&job2=download&selection=all&format=$f $f
12
          </li>
13
        !endif
14
      !next
15
    </ul>
16
  !endif
17
  !goto selection
23 reyssat 18
!endif
19
 
13318 obado 20
!if $error=$empty
21
  $name_download2
22
  !getfile $fname.$format $fname.$format
23
   ($fsize K)
24
   $name_download3
25
!endif
23 reyssat 26
 
10481 guerimand 27
!! you can always choose data in arch (CNIL compatibility)
28
!!!if $fsize<50 and all isitemof $selection
29
!! !exit
30
!!!endif
13318 obado 31
:selection
23 reyssat 32
!form reply
13024 obado 33
  <input type="hidden" name="job" value="$job" />
34
  <input type="hidden" name="job2" value="$job2" />
13318 obado 35
  !if $fsize<$max_upload_size
13024 obado 36
    $name_download4
37
  !else
38
    $name_download5
39
  !endif
23 reyssat 40
 
13024 obado 41
  !set selection=$select
42
  !formcheckbox selection list $reclist prompt $tot
2493 bpr 43
 
13024 obado 44
  <p>$name_selective1 <input type="submit" value="$name_selective2" />
45
  $name_selective3
46
  </p>
47
  <div class="wims_msg info">
48
    !read lang/names.phtml.$moduclass_lang download
49
  </div>
5926 bpr 50
!formend