Rev 15054 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15054 | Rev 17230 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !form reply |
20 | !form reply |
21 | <fieldset class="property_fields"> |
21 | <fieldset class="property_fields"> |
22 | <legend>$name_add_file</legend> |
22 | <legend>$name_add_file</legend> |
23 | <div class="wimsform"> |
23 | <div class="wimsform"> |
24 | <label for="wims_deposit" >$name_add_file_label</label> |
24 | <label for="wims_deposit" >$name_add_file_label</label> |
25 | <input type="file" name="wims_deposit" id="wims_deposit" required="required" |
25 | <input type="file" name="wims_deposit" id="wims_deposit" required="required"> |
26 | <input type="submit" value="$wims_name_send" |
26 | <input type="submit" value="$wims_name_send"> |
27 | <div class="formHelp">$name_add_file_help</div> |
27 | <div class="formHelp">$name_add_file_help</div> |
28 | </div> |
28 | </div> |
29 | </fieldset> |
29 | </fieldset> |
30 | !formend |
30 | !formend |
31 | !endif |
31 | !endif |
Line 47... | Line 47... | ||
47 | !set file_url = cmd=getfile&+session=$wims_session&+special_parm=oefimg/$i |
47 | !set file_url = cmd=getfile&+session=$wims_session&+special_parm=oefimg/$i |
48 | <td>$i</td> |
48 | <td>$i</td> |
49 | !if .gif isin $i or .jpg isin $i or .png isin $i or .jpeg isin $i |
49 | !if .gif isin $i or .jpg isin $i or .png isin $i or .jpeg isin $i |
50 | <td> |
50 | <td> |
51 | <a href="$wims_ref_name?$file_url" target="_blank"> |
51 | <a href="$wims_ref_name?$file_url" target="_blank"> |
52 | <img src="$wims_ref_name?$file_url" style="height:4em;" alt="$name_img_default_alt" |
52 | <img src="$wims_ref_name?$file_url" style="height:4em;" alt="$name_img_default_alt"></a> |
53 | </td> |
53 | </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 src="\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 | <td class="code"><textarea readonly>\img{\imagedir/$i}{alt="$name_img_accessibility_alt"}</textarea></td> |
56 | !else |
56 | !else |
57 | !if .mp3 isin $i |
57 | !if .mp3 isin $i |
Line 80... | Line 80... | ||
80 | </tbody> |
80 | </tbody> |
81 | </table> |
81 | </table> |
82 | 82 | ||
83 | <p>$name_access_via_imagedir</p> |
83 | <p>$name_access_via_imagedir</p> |
84 | 84 | ||
85 | <hr |
85 | <hr> |
86 | <div>$name_how_to_hide_help</div> |
86 | <div>$name_how_to_hide_help</div> |
87 | 87 | ||
88 | !endif |
88 | !endif |
89 | 89 | ||
90 | <hr |
90 | <hr> |
91 | 91 | ||
92 | !read adm/class/quotafree.proc html |
92 | !read adm/class/quotafree.proc html |