Subversion Repositories wimsdev

Rev

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

Rev 11204 Rev 13446
Line -... Line 1...
-
 
1
!! Level 6 happens when submitting binary files into the exercice
-
 
2
 
1
<style type="text/css">
3
<style type="text/css">
2
  .code textarea{font-family: monospace,'Courier';font-size:75%;width:100%;min-width:25em;height:3em;color:#555}
4
  .code textarea{font-family: monospace,'Courier';font-size:75%;width:100%;min-width:25em;height:3em;color:#555}
3
  .wims_form>.property_fields{margin:1em auto;}
5
  .wims_form>.property_fields{margin:1em auto;}
4
</style>
6
</style>
5
 
7
 
Line 58... Line 60...
58
          !if .ogg isin $i
60
          !if .ogg isin $i
59
            <td><audio controls><source src="wims.ogg?$file_url" type="audio/ogg"></audio>
61
            <td><audio controls><source src="wims.ogg?$file_url" type="audio/ogg"></audio>
60
            <div class="formHelp">$wims_name_warning: <a href="//caniuse.com/#feat=ogg-vorbis" target="_blank">$name_some_browsers</a> $name_ogg_warning</div></td>
62
            <div class="formHelp">$wims_name_warning: <a href="//caniuse.com/#feat=ogg-vorbis" target="_blank">$name_some_browsers</a> $name_ogg_warning</div></td>
61
            <td class="code"><textarea readonly>&lt;audio controls&gt;&lt;source src="\imagedir/$i" type="audio/ogg"&gt;&lt;/audio&gt;</textarea></td><td>&nbsp;</td>
63
            <td class="code"><textarea readonly>&lt;audio controls&gt;&lt;source src="\imagedir/$i" type="audio/ogg"&gt;&lt;/audio&gt;</textarea></td><td>&nbsp;</td>
62
          !else
64
          !else
63
            <td><a href="$wims_ref_name?$file_url">$i</a></td>
65
            <td><a class="text_icon download" href="$wims_ref_name?$file_url">$i</a></td>
64
            <td class="code"><textarea readonly>&lt;a href="\imagedir/$i"&gt;$i&lt;/a&gt;</textarea></td><td>&nbsp;</td>
66
            <td class="code"><textarea readonly>&lt;a class="text_icon download" href="\imagedir/$i"&gt;$i&lt;/a&gt;</textarea></td><td>&nbsp;</td>
65
          !endif
67
          !endif
66
        !endif
68
        !endif
67
      !endif
69
      !endif
68
      <td>
70
      <td>
69
        !set wims_ref_class=wims_button wims_warning
71
        !set wims_ref_class=wims_button wims_warning
Line 73... Line 75...
73
  !next i
75
  !next i
74
  </tbody>
76
  </tbody>
75
  </table>
77
  </table>
76
 
78
 
77
  <p>$name_access_via_imagedir</p>
79
  <p>$name_access_via_imagedir</p>
-
 
80
 
-
 
81
  <hr/>
78
  <div>$name_how_to_hide_help</div>
82
  <div>$name_how_to_hide_help</div>
79
 
83
 
80
!endif
84
!endif
81
 
85
 
82
<hr/>
86
<hr/>