Rev 2890 | Rev 7681 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2890 | Rev 5903 | ||
---|---|---|---|
Line 101... | Line 101... | ||
101 | Sorry but I have got no valid file from you. Verify your filename. |
101 | Sorry but I have got no valid file from you. Verify your filename. |
102 | !exit |
102 | !exit |
103 | !endif |
103 | !endif |
104 | 104 | ||
105 | !if $error = deposit_binary |
105 | !if $error = deposit_binary |
106 | You have submitted a binary file <tt>$wims_deposit</ |
106 | You have submitted a binary file <span class="tt">$wims_deposit</span>! |
107 | I cannot use it. Please send a good text file. |
107 | I cannot use it. Please send a good text file. |
108 | !exit |
108 | !exit |
109 | !endif |
109 | !endif |
110 | 110 | ||
111 | !if $error = src_too_long |
111 | !if $error = src_too_long |
112 | Your block <tt>$block</ |
112 | Your block <span class="tt">$block</span> cannot be accepted because it has exceeded length |
113 | limit ($max_blocklen bytes). You can cut it into several blocks. |
113 | limit ($max_blocklen bytes). You can cut it into several blocks. |
114 | !exit |
114 | !exit |
115 | !endif |
115 | !endif |
116 | 116 | ||
117 | !if $error = file_too_long |
117 | !if $error = file_too_long |