Changeset 5724 for trunk/www/biomaterials/wizards/place_on_plate.jsp
- Timestamp:
- Sep 8, 2011, 9:12:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/biomaterials/wizards/place_on_plate.jsp
r5710 r5724 51 51 <% 52 52 final Item itemType = Item.valueOf(request.getParameter("itemType")); 53 //final String subContext = Values.getString(request.getParameter("subcontext"), "");54 53 final SessionControl sc = Base.getExistingSessionControl(pageContext, true); 55 //final ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, subContext, null, null);56 54 final ItemContext cc = sc.getCurrentContext(Item.BIOPLATEEVENT, BioPlateEventType.PLACE_ON_PLATE); 57 55 final String ID = sc.getId(); … … 632 630 <base:body onload="init()"> 633 631 <div id="canvas"></div> 634 <h3>Place biomaterial on plate </h3>632 <h3>Place biomaterial on plate <base:help helpid="bioplateevent.place-on-plate" /></h3> 635 633 <div class="boxedbottom" style="height: <%=(int)(scale*500)%>px; padding: 0px;"> 636 634 <form name="main" action="index.jsp" method="post">
Note: See TracChangeset
for help on using the changeset viewer.