Changes between Version 7 and Version 8 of Ticket #768, comment 10


Ignore:
Timestamp:
Apr 28, 2015, 4:47:49 PM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #768, comment 10

    v7 v8  
    2424JSP and Javascript files:
    2525
    26  5. JSP file `extraction_protocol2.jsp` in `resources/sampleproc/` updated by adding columns for RNA and DNA plate positions to the left of the concentrations columns for each extract.
    27  6. Javascript file `extraction_protocol.js` in `resources/sampleproc/` updated in functions `tableRowsForItems(...)` and `tableRowForOptionalCounterbalanceItem(...)` to add data for RNA and DNA plate positions.
    28  7.
     26 4. Javascript file `specimentube.js` in `resources/sampleproc/` updated:[[BR]]a. Function `initializeStep3()` updated with input fields for DNA and RNA storage locations for each specimen.[[BR]]b. Function `storagePositionsLoaded(response)` updated to retrieve recommended storage positions for DNA and RNA extracts for each specimen, and to set event handlers for the new fields.[[BR]]c. Function `boxOnKeyUp(event)` updated to retrieve parameter `boxType` from the call, in order to print error messages next to the correct storage location field.
     27
     28
     29 6. JSP file `extraction_protocol2.jsp` in `resources/sampleproc/` updated by adding columns for RNA and DNA plate positions to the left of the concentrations columns for each extract.
     30 7. Javascript file `extraction_protocol.js` in `resources/sampleproc/` updated in functions `tableRowsForItems(...)` and `tableRowForOptionalCounterbalanceItem(...)` to add data for RNA and DNA plate positions.
     31 8.