Mercurial > p > roundup > code
comparison website/issues/html/issue.item.html @ 6507:bc95f7431efb
Remove miscommited issue directory; AboutPage fix; aria for drag/drop
Removed issues/extensions, should not have been committed. Was deployed
testing directory for website/issues.
Added missing list() for dict keys in AboutPage.
Added aria-labeledby to drag and drop textarea to improve
accessibility.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 08 Oct 2021 00:35:09 -0400 |
| parents | 10a8a6bc4667 |
| children | 12c5ddf865b1 |
comparison
equal
deleted
inserted
replaced
| 6505:e594da00f99f | 6507:bc95f7431efb |
|---|---|
| 164 <th><label for="file-1@description" i18n:translate="">File Description</label>:</th> | 164 <th><label for="file-1@description" i18n:translate="">File Description</label>:</th> |
| 165 <td colspan=3><input type="edit" class="fileDesc" id="file-1@description" name="file-1@description" size="40"></td> | 165 <td colspan=3><input type="edit" class="fileDesc" id="file-1@description" name="file-1@description" size="40"></td> |
| 166 </tr> | 166 </tr> |
| 167 <tr tal:condition="context/is_edit_ok"> | 167 <tr tal:condition="context/is_edit_ok"> |
| 168 <td colspan=4> | 168 <td colspan=4> |
| 169 <textarea readonly id="DropZone"> | 169 <textarea readonly id="DropZone" aria-labeledby="DropZone"> |
| 170 paste images or drag and drop files here.... | 170 paste images or drag and drop files here.... |
| 171 </textarea> | 171 </textarea> |
| 172 </td> | 172 </td> |
| 173 </tr> | 173 </tr> |
| 174 </table> | 174 </table> |
