Ignore:
Timestamp:
Sep 8, 2011, 9:12:06 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

References #1590: Documentation cleanup

Added section about bioplate events in the biomaterials chapter. No screenshots yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/biomaterials/wizards/place_on_plate.jsp

    r5710 r5724  
    5151<%
    5252final Item itemType = Item.valueOf(request.getParameter("itemType"));
    53 //final String subContext = Values.getString(request.getParameter("subcontext"), "");
    5453final SessionControl sc = Base.getExistingSessionControl(pageContext, true);
    55 //final ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, subContext, null, null);
    5654final ItemContext cc = sc.getCurrentContext(Item.BIOPLATEEVENT, BioPlateEventType.PLACE_ON_PLATE);
    5755final String ID = sc.getId();
     
    632630  <base:body onload="init()">
    633631    <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>
    635633    <div class="boxedbottom" style="height: <%=(int)(scale*500)%>px; padding: 0px;">
    636634      <form name="main" action="index.jsp" method="post">
Note: See TracChangeset for help on using the changeset viewer.