nv-l

HTML View of Database Report & Others

2001-03-02 21:49:47
Subject: HTML View of Database Report & Others
From: "Don Davis" <Don_Davis AT att DOT net>
To: nv-l AT lists.tivoli DOT com
Date: Fri, 2 Mar 2001 18:49:47 -0800
This is a multi-part message in MIME format.
Bob,
Perhaps this is the file that you remember.
It was in an exercise in the NetView for Unix Administrators class that you 
took. 
Note that this is a "*.format" file for use with the nvdbformat command. 
There is no magic conversion to html provided. 
You have to code the html in the HEADER, OUTPUT and FOOTER statements.
If you look on your NetView class training manual, 
you will find that this file was named "FORMATEX.TXT".


SELECTRULE:isHTTPSupported=TRUE
SELECTFIELD:1:Object ID
SELECTFIELD:2:Selection Name
HEADER:<HTML>
HEADER:<HEAD>
HEADER:<TITLE> Company XYZ </TITLE>
HEADER:</HEAD>
HEADER:<BODY>
HEADER:<CENTER>
HEADER:Company XYZ <BR>
HEADER:Web Servers
HEADER:</CENTER>
HEADER:<P>
HEADER:<TABLE>
HEADER:<TR>
HEADER:<TH> Object ID </TH>
HEADER:<TH> Computer </TH>
HEADER:</TR>
HEADER:<TR>
OUTPUT:<TD> ${1} </TD>
OUTPUT:<TD> ${2} </TD>
OUTPUT:</TR>
FOOTER:</TABLE>
FOOTER:<P> Number of Web Servers: ${NUMMATCH} </P>
FOOTER:<P> For additional information contact: <BR>
FOOTER:<A HREF="mailto:roger AT companyxyz DOT com">Roger Tucker</A><BR>
FOOTER:512-111-1111(phone)<BR>
FOOTER:1-800-222-2222(pager)
FOOTER:</BODY>
FOOTER:</HTML>

Don Davis  -  Tivoli Certified NetView Instructor & Consultant
Alliance of Professionals and Consultants, Inc.
Raleigh, NC.
Bob,
Perhaps this is the file that you remember.
It was in an exercise in the NetView for Unix Administrators class that you took.
Note that this is a "*.format" file for use with the nvdbformat command.
There is no magic conversion to html provided.
You have to code the html in the HEADER, OUTPUT and FOOTER statements.
If you look on your NetView class training manual,
you will find that this file was named "FORMATEX.TXT".
 
 
SELECTRULE:isHTTPSupported=TRUE
SELECTFIELD:1:Object ID
SELECTFIELD:2:Selection Name
HEADER:<HTML>
HEADER:<HEAD>
HEADER:<TITLE> Company XYZ </TITLE>
HEADER:</HEAD>
HEADER:<BODY>
HEADER:<CENTER>
HEADER:Company XYZ <BR>
HEADER:Web Servers
HEADER:</CENTER>
HEADER:<P>
HEADER:<TABLE>
HEADER:<TR>
HEADER:<TH> Object ID </TH>
HEADER:<TH> Computer </TH>
HEADER:</TR>
HEADER:<TR>
OUTPUT:<TD> ${1} </TD>
OUTPUT:<TD> ${2} </TD>
OUTPUT:</TR>
FOOTER:</TABLE>
FOOTER:<P> Number of Web Servers: ${NUMMATCH} </P>
FOOTER:<P> For additional information contact: <BR>
FOOTER:<A HREF="">Roger Tucker</A><BR>
FOOTER:512-111-1111(phone)<BR>
FOOTER:1-800-222-2222(pager)
FOOTER:</BODY>
FOOTER:</HTML>
 
Don Davis  -  Tivoli Certified NetView Instructor & Consultant
Alliance of Professionals and Consultants, Inc.
Raleigh, NC.