Changes between Initial Version and Version 1 of Ticket #816, comment 61
- Timestamp:
- Dec 2, 2015, 9:17:39 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #816, comment 61
initial v1 5 5 Design update: 6 6 7 1. JSP file `extramaterial.jsp` in `resources/sampleproc/` updated in step 2 by displaying 8 new header section with information on name conventions for extra material. 7 1. JSP file `extramaterial.jsp` in `resources/sampleproc/` updated in step 2 by displaying new header section with information on name conventions for extra material. 9 8 2. Javascript file `extramaterial.js` in `resources/sampleproc/` updated in function `nameOnChange(event)` by adding checks that name:[[BR]]a. Does not start with underscore.[[BR]]b. Does not start with hyphen.[[BR]]c. Only contains letters, figures, underscores, and hyphens.[[BR]]d. Contains at least one letter.