#include <ModuleWeb.h>
Definition at line 16 of file ModuleWeb.h.
evf::ModuleWeb::ModuleWeb |
( |
const std::string & |
moduleName | ) |
|
virtual evf::ModuleWeb::~ModuleWeb |
( |
| ) |
|
|
inlinevirtual |
virtual void evf::ModuleWeb::closeBackDoor |
( |
| ) |
|
|
inlineprivatevirtual |
Reimplemented in EcalBarrelMonitorXdaqClient, EcalEndcapMonitorXdaqClient, edm::DaqSource, SiStripAnalyser, evf::ExceptionGenerator, and SiPixelEDAClient.
Definition at line 20 of file ModuleWeb.cc.
References cmsCodeRules.cppFunctionSkipper::exception, moduleName_, and path().
29 if ( xgi::Utils::hasFormElement(cgi,
"module") )
30 mname = xgi::Utils::getFormElement(cgi,
"module")->getValue();
31 cgicc::CgiEnvironment cgie(
in);
32 urn = cgie.getReferrer();
33 path = cgie.getPathInfo() +
"?" + cgie.getQueryString();
42 *
out <<
"<html>" << endl;
43 *
out <<
"<head>" << endl;
45 *
out <<
"<STYLE type=\"text/css\"> #T1 {border-width: 2px; border: solid blue; text-align: center} </STYLE> "
47 *
out <<
"<link type=\"text/css\" rel=\"stylesheet\"";
48 *
out <<
" href=\"/" << urn
49 <<
"/styles.css\"/>" << endl;
52 <<
" MAIN</title>" << endl;
54 *
out <<
"</head>" << endl;
55 *
out <<
"<body onload=\"loadXMLDoc()\">" << endl;
56 *
out <<
"<table border=\"0\" width=\"100%\">" << endl;
57 *
out <<
"<tr>" << endl;
58 *
out <<
" <td align=\"left\">" << endl;
59 *
out <<
" <img" << endl;
60 *
out <<
" align=\"middle\"" << endl;
61 *
out <<
" src=\"/evf/images/epicon.jpg\"" << endl;
62 *
out <<
" alt=\"main\"" << endl;
63 *
out <<
" width=\"64\"" << endl;
64 *
out <<
" height=\"64\"" << endl;
65 *
out <<
" border=\"\"/>" << endl;
66 *
out <<
" <b>" << endl;
68 <<
" MAIN</title>" << endl;
69 *
out <<
" </b>" << endl;
70 *
out <<
" </td>" << endl;
71 *
out <<
" <td width=\"32\">" << endl;
72 *
out <<
" <a href=\"/urn:xdaq-application:lid=3\">" << endl;
73 *
out <<
" <img" << endl;
74 *
out <<
" align=\"middle\"" << endl;
75 *
out <<
" src=\"/hyperdaq/images/HyperDAQ.jpg\"" << endl;
76 *
out <<
" alt=\"HyperDAQ\"" << endl;
77 *
out <<
" width=\"32\"" << endl;
78 *
out <<
" height=\"32\"" << endl;
79 *
out <<
" border=\"\"/>" << endl;
80 *
out <<
" </a>" << endl;
81 *
out <<
" </td>" << endl;
82 *
out <<
" <td width=\"32\">" << endl;
83 *
out <<
" </td>" << endl;
84 *
out <<
" <td width=\"32\">" << endl;
85 *
out <<
" <a href=\"/" << urn
87 *
out <<
" <img" << endl;
88 *
out <<
" align=\"middle\"" << endl;
89 *
out <<
" src=\"/evf/images/epicon.jpg\"" << endl;
90 *
out <<
" alt=\"main\"" << endl;
91 *
out <<
" width=\"32\"" << endl;
92 *
out <<
" height=\"32\"" << endl;
93 *
out <<
" border=\"\"/>" << endl;
94 *
out <<
" </a>" << endl;
95 *
out <<
" </td>" << endl;
96 *
out <<
"</tr>" << endl;
97 *
out <<
"</table>" << endl;
99 *
out <<
"<hr/>" << endl;
101 *
out <<
"</body>" << endl;
102 *
out <<
"</html>" << endl;
virtual void evf::ModuleWeb::openBackDoor |
( |
unsigned int |
timeout_sec = 0 | ) |
|
|
inlineprivatevirtual |
virtual void evf::ModuleWeb::publish |
( |
xdata::InfoSpace * |
| ) |
|
|
pure virtual |
virtual void evf::ModuleWeb::publishToXmas |
( |
xdata::InfoSpace * |
| ) |
|
|
inlinevirtual |
std::string evf::ModuleWeb::moduleName_ |
|
protected |