nv-l
[Top] [All Lists]

HTML View of Database Report & Others

To: nv-l@lists.tivoli.com
Subject: HTML View of Database Report & Others
From: "Don Davis" <Don_Davis@att.net>
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@companyxyz.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.




<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web