alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (EditTemplate.jsp)

This example jforum source code file (EditTemplate.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

applicationname, bottom, bottom, doctype, edit, edit, noindex, noindex, public, robots, transitional//en, transitional//en, w3c//dtd, xhtml

The jforum EditTemplate.jsp source code

<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>
  <title> Edit: 
  <meta name="ROBOTS" content="NOINDEX" />
  <wiki:Include page="commonheader.jsp"/>
</head>

<body
<wiki:CheckRequestContext context="edit">
  class="edit"
</wiki:CheckRequestContext>
<wiki:CheckRequestContext context="comment">
  class="comment"
</wiki:CheckRequestContext>
>

<div id="wikibody" >

  <wiki:Include page="Header.jsp" />

  <div id="page">
<div id="favorites"> <wiki:Include page="Favorites.jsp"/> </div> <wiki:Include page="Footer.jsp" /> <div style="clear:both; height:0px;" > </div> <a name="Bottom"> </body> </html>

Other jforum examples (source code examples)

Here is a short list of links related to this jforum EditTemplate.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

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.