/*
* The olsr.org Optimized Link-State Routing daemon(olsrd)
* Copyright (c) 2004, Andreas Tønnesen(andreto@olsr.org)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
* * Neither the name of olsr.org, olsrd nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* Visit http://www.olsr.org for more information.
*
* If you find this software useful feel free to make a donation
* to the project. For more information see the website or contact
* the copyright holders.
*
* $Id: html.h,v 1.10 2007/10/14 22:46:03 bernd67 Exp $
*/
/*
* Dynamic linked library for the olsr.org olsr daemon
*/
#ifndef _HTML_H
#define _HTML_H
static const char *httpinfo_css[] =
{
"#A {text-decoration: none}\n",
"TH{text-align: left}\n",
"H1, H3, TD, TH {font-family: Helvetica; font-size: 80%%}\n",
"h2\n {\nfont-family: Helvetica;\n font-size: 14px;text-align: center;\n",
"line-height: 16px;\ntext-decoration: none;\nborder: 1px solid #ccc;\n",
"margin: 5px;\nbackground: #ececec;\n}\n",
"hr\n{\nborder: none;\npadding: 1px;\nbackground: url(grayline.gif) repeat-x bottom;\n}\n",
"#maintable\n{\nmargin: 0px;\npadding: 5px;\nborder-left: 1px solid #ccc;\n",
"border-right: 1px solid #ccc;\nborder-bottom: 1px solid #ccc;\n}\n",
"#footer\n{\nfont-size: 10px;\nline-height: 14px;\ntext-decoration: none;\ncolor: #666;\n}\n",
"#hdr\n{\nfont-size: 14px;\ntext-align: center;\nline-height: 16px;\n",
"text-decoration: none;\nborder: 1px solid #ccc;\n",
"margin: 5px;\nbackground: #ececec;\n}\n",
"#container\n{\nwidth: 500px;\npadding: 30px;\nborder: 1px solid #ccc;\nbackground: #fff;\n}\n",
"#tabnav\n{\nheight: 20px;\nmargin: 0;\npadding-left: 10px;\n",
"background: url(grayline.gif) repeat-x bottom;\n}\n",
"#tabnav li\n{\nmargin: 0;\npadding: 0;\ndisplay: inline;\nlist-style-type: none;\n}\n",
"#tabnav a:link, #tabnav a:visited\n{\nfloat: left;\nbackground: #ececec;\n",
"font-size: 12px;\nline-height: 14px;\nfont-weight: bold;\npadding: 2px 10px 2px 10px;\n",
"margin-right: 4px;\nborder: 1px solid #ccc;\ntext-decoration: none;\ncolor: #777;\n}\n",
"#tabnav a:link.active, #tabnav a:visited.active\n{\nborder-bottom: 1px solid #fff;\n",
"background: #ffffff;\ncolor: #000;\n}\n",
"#tabnav a:hover\n{\nbackground: #777777;\ncolor: #ffffff;\n}\n",
".input_text\n{\nbackground: #E5E5E5;\nmargin-left: 5px; margin-top: 0px;\n",
"text-align: left;\n\nwidth: 100px;\npadding: 0px;\ncolor: #000000;\n",
"text-decoration: none;\nfont-family: verdana;\nfont-size: 12px;\n",
"border: 1px solid #ccc;\n}\n",
".input_button\n{\nbackground: #B5D1EE;\nmargin-left: 5px;\nmargin-top: 0px;\n",
"text-align: center;\nwidth: 120px;\npadding: 0px;\ncolor: #000000;\n",
"text-decoration: none;\nfont-family: verdana;\nfont-size: 12px;\n",
"border: 1px solid #000;\n}\n",
NULL
};
static const char * const http_ok_head =
"\n"
"