Changeset 7439
- Timestamp:
- Jan 25, 2018, 10:47:14 AM (6 years ago)
- Location:
- trunk/www/lims
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/lims/arraybatches/batches.js
r7003 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var ArrayBatches = function() -
trunk/www/lims/arraydesigns/designs.js
r6947 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var ArrayDesigns = function() -
trunk/www/lims/arraydesigns/features/features.js
r6400 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var Features = function() -
trunk/www/lims/arraydesigns/manage_plates.js
r6389 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var ManagePlates = function() -
trunk/www/lims/arrayslides/slides.js
r7001 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var ArraySlides = function() -
trunk/www/lims/arrayslides/wizard.js
r7001 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var Wizard = function() -
trunk/www/lims/geometries/geometries.js
r6400 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var Geometries = function() -
trunk/www/lims/platemappings/mappings.js
r6389 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var PlateMappings = function() … … 63 64 Buttons.addClickHandler('btnImport', Buttons.runPlugin, attributes); 64 65 Buttons.addClickHandler('btnRunPlugin', Buttons.runPlugin, attributes); 65 Buttons.addClickHandler('btnNewBatch', arrayDesigns.newBatch, attributes);66 Buttons.addClickHandler('btnManagePlates', arrayDesigns.managePlates);67 66 68 67 } -
trunk/www/lims/plates/events/events.js
r7001 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var PlateEvents = function() -
trunk/www/lims/plates/merge_plates.js
r7001 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var MergePlates = function() -
trunk/www/lims/plates/plates.js
r6947 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var Plates = function() -
trunk/www/lims/plates/wells/list_wells.jsp
r7337 r7439 105 105 final ItemQuery<AnnotationType> annotationTypeQuery = Base.getAnnotationTypesQuery(itemType); 106 106 SnapshotManager manager = new SnapshotManager(); 107 ProjectSpecificInfoFilter psInfo = new ProjectSpecificInfoFilter(); 107 108 for (AnnotationType at : annotationTypeQuery.list(dc)) 108 109 { -
trunk/www/lims/plates/wells/wells.js
r6947 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var Wells = function() -
trunk/www/lims/platetypes/eventtypes/eventtypes.js
r6389 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var EventTypes = function() -
trunk/www/lims/platetypes/platetypes.js
r6389 r7439 22 22 @author Nicklas 23 23 */ 24 'use strict'; 24 25 25 26 var PlateTypes = function()
Note: See TracChangeset
for help on using the changeset viewer.