Changes between Initial Version and Version 1 of Ticket #816, comment 61


Ignore:
Timestamp:
Dec 2, 2015, 9:17:39 AM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #816, comment 61

    initial v1  
    55Design update:
    66
    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.
    98 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.