Rev 14972 | Rev 14981 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14972 | Rev 14975 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | !endif |
31 | !endif |
32 | 32 | ||
33 | !if $imglist=$empty |
33 | !if $imglist=$empty |
34 | $name_empty_imglist |
34 | $name_empty_imglist |
35 | !else |
35 | !else |
- | 36 | <p class="wims_msg warning"><span class="wims_warning">$wims_name_warning.</span> $name_save_exo_warning</p> |
|
36 | <table class="wimstable wimsborder wimscenter" style="width:90%"> |
37 | <table class="wimstable wimsborder wimscenter" style="width:90%"> |
37 | <caption>$name_imglist</caption> |
38 | <caption>$name_imglist</caption> |
38 | <thead><tr> |
39 | <thead><tr> |
39 | <th>$name_filename</th><th>$name_preview</th> |
40 | <th>$name_filename</th><th>$name_preview</th> |
40 | <th>$name_html_code</th><th>$name_oef_code $name_oncondition</th> |
41 | <th>$name_html_code</th><th>$name_oef_code $name_oncondition</th> |
Line 52... | Line 53... | ||
52 | </td> |
53 | </td> |
53 | <td class="code"><textarea readonly><img src="\imagedir/$i" alt="$name_img_accessibility_alt" /></textarea></td> |
54 | <td class="code"><textarea readonly><img src="\imagedir/$i" alt="$name_img_accessibility_alt" /></textarea></td> |
54 | <td class="code"><textarea readonly>\img{\imagedir/$i}{alt="$name_img_accessibility_alt"}</textarea></td> |
55 | <td class="code"><textarea readonly>\img{\imagedir/$i}{alt="$name_img_accessibility_alt"}</textarea></td> |
55 | !else |
56 | !else |
56 | !if .mp3 isin $i |
57 | !if .mp3 isin $i |
57 |
|
58 | <td><audio controls><source src="wims.mp3?$file_url" type="audio/mpeg"></audio></td> |
58 |
|
59 | <td class="code"><textarea readonly><audio controls><source src="\imagedir/$i" type="audio/mpeg"></audio></textarea></td> |
- | 60 | <td class="code"><textarea readonly>\audio{\imagedir/$i}</textarea></td> |
|
59 | !else |
61 | !else |
60 | !if .ogg isin $i |
62 | !if .ogg isin $i |
61 | <td><audio controls><source src="wims.ogg?$file_url" type="audio/ogg"></audio> |
63 | <td><audio controls><source src="wims.ogg?$file_url" type="audio/ogg"></audio> |
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> |
64 | <div class="formHelp">$wims_name_warning: <a href="//caniuse.com/#feat=ogg-vorbis" target="_blank">$name_some_browsers</a> $name_ogg_warning</div></td> |
63 | <td class="code"><textarea readonly><audio controls><source src="\imagedir/$i" type="audio/ogg"></audio></textarea> |
65 | <td class="code"><textarea readonly><audio controls><source src="\imagedir/$i" type="audio/ogg"></audio></textarea></td> |
- | 66 | <td class="code"><textarea readonly>\audio{\imagedir/$i}</textarea></td> |
|
64 | !else |
67 | !else |
65 | <td><a class="text_icon download" href="$wims_ref_name?$file_url">$i</a></td> |
68 | <td><a class="text_icon download" href="$wims_ref_name?$file_url">$i</a></td> |
66 | <td class="code"><textarea readonly><a class="text_icon download" href="\imagedir/$i">$i</a></textarea> |
69 | <td class="code"><textarea readonly><a class="text_icon download" href="\imagedir/$i">$i</a></textarea></td> |
- | 70 | <td> </td> |
|
67 | !endif |
71 | !endif |
68 | !endif |
72 | !endif |
69 | !endif |
73 | !endif |
70 | <td> |
74 | <td> |
71 | !set wims_ref_class=wims_button wims_warning |
75 | !set wims_ref_class=wims_button wims_warning |
Line 80... | Line 84... | ||
80 | 84 | ||
81 | <hr/> |
85 | <hr/> |
82 | <div>$name_how_to_hide_help</div> |
86 | <div>$name_how_to_hide_help</div> |
83 | 87 | ||
84 | !endif |
88 | !endif |
85 | - | ||
86 | <hr/> |
- | |
87 | <p class="wims_msg warning"><span class="wims_warning">$wims_name_warning.</span> $name_save_exo_warning</p> |
- | |
88 | - |