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

jforum example source code file (ViewTemplate.jsp)

This example jforum source code file (ViewTemplate.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

bottom, bottom, doctype, doctype, ffffff, jspwiki, jspwiki, public, top, transitional//en, transitional//en, w3c//dtd, xhtml

The jforum ViewTemplate.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>: 
  <wiki:Include page="commonheader.jsp"/>
  <wiki:CheckVersion mode="notlatest">
        <meta name="robots" content="noindex,nofollow" />
  </wiki:CheckVersion>
</head>

<body class="view" bgcolor="#FFFFFF">
<a name="Top">

<div id="wikibody" >

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

  <div id="applicationlogo">
    <a href="
        <img src="
<div id="favorites"> <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 ViewTemplate.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.