CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HTMLLink.cc
Go to the documentation of this file.
2 
3 
5 {
6  std::string position = "position:absolute; left:" + get_pix_left() + "; top:" + get_pix_top();
7  *out << cgicc::div().set("style", position.c_str()) << std::endl;
8 
9  *out << cgicc::a().set("href", link_url.c_str()) << text.c_str() << cgicc::a() << std::endl;
10 
11  *out << cgicc::div() << std::endl;
12 }
std::string get_pix_left()
Definition: WebElement.h:38
tuple out
Definition: dbtoconf.py:99
std::string get_pix_top()
Definition: WebElement.h:37
#define Output(cl)
Definition: vmac.h:193
double a
Definition: hdecay.h:121
static int position[264][3]
Definition: ReadPGInfo.cc:509