User guide

16-22 ExtremeWare EPICenter Software Installation and User Guide
Dynamic Reports
The tcl directory contains the following:
The Tcl methods available for creating new reports
Thesourcecodefortheexistingreports
Theinformation presentedin the remainderofthischapterassumesyouhaveareasonably
thorough understanding of both HTML and Tcl scripting.
Creating or Modifying a Report
You can modify an EPICenter report HTML file in any HTML editor, such as Microsoft
FrontPage.
You can modifythe existing HTML files to change the look and feelof the report, your
icons, etc. The
device_summary.html file is a good example.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Simple Report</title>
<LINK REL=STYLESHEET HREF="reportstylesheet.css" TYPE="text/css">
</head>
<BODY bgcolor="#ffffff" marginwidth="20" marginheight="0" leftmargin="20"
topmargin="0">
<TABLE border="0" cellspacing="0" cellpadding="0" height="120px">
<TR valign="bottom"><TD>
<H2>Device Reports</H2>
</TD></TR>
<TR valign="top"><TD>
Reports are available for the following devices in EPICenter.<br>
Report generated on <extr>clock format [clock seconds]</extr></TD></TR>
<TR valign="bottom"><TD><P><img src="images/green.gif" width=650px
height=3px></P>
</TD></TR>
</TABLE>