| 
jforum example source code file (EditContent.jsp)
 The jforum EditContent.jsp source code
<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>
<%
  /* see commonheader.jsp */
  String prefEditAreaHeight = (String) session.getAttribute("prefEditAreaHeight");
%>
  
<wiki:CheckLock mode="locked" id="lock">
  <%-- need a cancel button here --%>
  <p class="error">User '<%=lock.getLocker()%>' has started to edit this page, but has not yet
    saved.  I won't stop you from editing this page anyway, BUT be aware that
    the other person might be quite annoyed.  It would be courteous to wait for the lock
    to expire or until the person stops editing the page.  The lock expires in
    <%=lock.getTimeLeft()%> minutes.
  </p>
</wiki:CheckLock>
  
<wiki:TabbedSection>
  
  <wiki:Tab id="editcontent" title="Edit Page">
  
    <wiki:CheckVersion mode="notlatest">
      <div class="warning">You are about to restore version 
Other jforum examples (source code examples)Here is a short list of links related to this jforum EditContent.jsp source code file:  | 
| ... this post is sponsored by my books ... | |
         
           #1 New Release!  | 
      
         
           FP Best Seller  | 
  
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse 
URI on this website is
paid back to open source projects.