| 23 | Design update: |
| 24 | |
| 25 | 1. JSP file `index.jsp` in `resources/` updated in "`admin`" section with new entry "Create start lists from start DNA plates", with link to JSP file `create_start_list_from_start_plate.jsp` in `resources/admin/`. |
| 26 | 2. New JSP file `create_start_list_from_start_plate.jsp` in `resources/admin/` added. It contains a single step and is coupled to new javascript file `create_start_list_from_start_plate.js` in `resources/admin/`. |
| 27 | 3. New javascript file `create_start_list_from_start_plate.js` in `resources/admin/` added. It presents a list of all available start DNA plates, from which any number may be selected. When the "Register" button is pressed, java servlet `ExtractionServlet` will be called with new command "`CreateStartListsFromStartPlates`" to create start item lists for the selected start DNA plates. |
| 28 | 4. Java servlet class/file `ExtractionServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated in protected method `void doPost(HttpServletRequest req, HttpServletResponse resp)` with new command "`CreateStartListsFromStartPlates`" for creating start item lists for the selected start DNA plates. |