Inline Servlet Example
<PARAM NAME=dbname VALUE="phxjug_user">
<PARAM NAME=table VALUE="job">
<PARAM NAME=columns VALUE="timetag as Date,abstract as 'Short Description',id">
<PARAM NAME=condition VALUE="active = 'Y'">
<PARAM NAME=order VALUE="date DESC">
<PARAM NAME=result VALUE="db.JobList">
<SERVLET NAME=tablePresent>
<PARAM NAME=source VALUE="db.JobList">
<PARAM NAME=columns VALUE="Date,Short Description">
<PARAM NAME=dateformat VALUE="MM/dd/yyyy">
<PARAM NAME=references VALUE="Short Description|job.shtml?id=$id$">
<PARAM NAME=cellpadding VALUE=2>
<PARAM NAME=databgcolors VALUE="#f0f0f0">
<PARAM NAME=datafontfaces VALUE="Arial">
<PARAM NAME=datavaligns VALUE="top,top">
<PARAM NAME=headerbgcolors VALUE="#c0c0c0">
<PARAM NAME=headerfontfaces VALUE="Arial">
<PARAM NAME=headeraligns VALUE="left,left">