Changeset 4831
- Timestamp:
- Mar 24, 2009, 8:28:38 AM (13 years ago)
- Location:
- branches/2.10-stable/www
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.10-stable/www/lims/arraybatches/index.jsp
r4587 r4831 264 264 cc.configureQuery(query, true); 265 265 cc.setQuery(query); 266 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+ hybridizations";266 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+array+batches"; 267 267 } 268 268 else if ("ExportItem".equals(cmd)) … … 270 270 // Run an export plugin in single-item context 271 271 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 272 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+ hybridization";272 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+array+batch"; 273 273 } 274 274 else if ("ImportItems".equals(cmd)) … … 279 279 cc.configureQuery(query, true); 280 280 cc.setQuery(query); 281 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+ hybrydizations";281 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+array+batches"; 282 282 } 283 283 else if ("ImportItem".equals(cmd)) … … 285 285 // Run an import plugin in single-item context 286 286 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 287 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+ hybridization";287 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+array+batch"; 288 288 } 289 289 else if ("RunListPlugin".equals(cmd)) -
branches/2.10-stable/www/lims/arrayslides/index.jsp
r4587 r4831 312 312 cc.configureQuery(query, true); 313 313 cc.setQuery(query); 314 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+ hybridizations";314 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+array+slides"; 315 315 } 316 316 else if ("ExportItem".equals(cmd)) … … 318 318 // Run an export plugin in single-item context 319 319 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 320 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+ hybridization";320 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+array+slide"; 321 321 } 322 322 else if ("ImportItems".equals(cmd)) … … 327 327 cc.configureQuery(query, true); 328 328 cc.setQuery(query); 329 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+ hybrydizations";329 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+array+slides"; 330 330 } 331 331 else if ("ImportItem".equals(cmd)) … … 333 333 // Run an import plugin in single-item context 334 334 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 335 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+ hybridization";335 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+array+slide"; 336 336 } 337 337 else if ("RunListPlugin".equals(cmd)) -
branches/2.10-stable/www/views/experiments/index.jsp
r4630 r4831 303 303 cc.configureQuery(query, true); 304 304 cc.setQuery(query); 305 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+ raw+bioassays";305 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+experiments"; 306 306 } 307 307 else if ("ExportItem".equals(cmd)) … … 309 309 // Run an export plugin in single-item context 310 310 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 311 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+ raw+bioassay";311 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+experiment"; 312 312 } 313 313 else if ("ImportItems".equals(cmd)) … … 318 318 cc.configureQuery(query, true); 319 319 cc.setQuery(query); 320 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+ raw+bioassays";320 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+experiments"; 321 321 } 322 322 else if ("ImportItem".equals(cmd)) … … 324 324 // Run an import plugin in single-item context 325 325 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 326 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+ raw+bioassay";326 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+experiment"; 327 327 } 328 328 else if ("RunListPlugin".equals(cmd)) -
branches/2.10-stable/www/views/scans/index.jsp
r4587 r4831 268 268 cc.configureQuery(query, true); 269 269 cc.setQuery(query); 270 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+ raw+bioassays";270 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Export+scans"; 271 271 } 272 272 else if ("ExportItem".equals(cmd)) … … 274 274 // Run an export plugin in single-item context 275 275 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 276 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+ raw+bioassay";276 redirect = "../../common/export/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Export+scan"; 277 277 } 278 278 else if ("ImportItems".equals(cmd)) … … 283 283 cc.configureQuery(query, true); 284 284 cc.setQuery(query); 285 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+ raw+bioassays";285 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=LIST&title=Import+scans"; 286 286 } 287 287 else if ("ImportItem".equals(cmd)) … … 289 289 // Run an import plugin in single-item context 290 290 ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext); 291 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+ raw+bioassay";291 redirect = "../../common/import/index.jsp?ID="+ID+"&cmd=SelectPlugin&item_type="+itemType.name()+"&context_type=ITEM&title=Import+scan"; 292 292 } 293 293 else if ("RunListPlugin".equals(cmd))
Note: See TracChangeset
for help on using the changeset viewer.