mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
4a8edbeb0b
- New parameters in wb_usr to specify: - logo image file name - search box visibility - search box title and label - vertical size of title bar (for bigger logos) Features changed in WebBook HTML generator: - copywrite notice now optional - mail contact now optional - UTF-8 used for Portuguese version - search box now has a separate template to allow positioning flexibility HTML Templates enhanced Ongoing work....
59 lines
1.4 KiB
HTML
Executable File
59 lines
1.4 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Title</title>
|
|
<base target="wb_cont">
|
|
<style type="text/css">
|
|
td.title {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 16pt;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
td.contact {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
/*width: 11em;*/
|
|
}
|
|
a.contact {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #0962BB;
|
|
font-size: 9pt;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
a.contact:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body style="background-color: WB_TITLE_BGCOLOR; margin-left: 3px; margin-right: 3px; margin-top: 2px; margin-bottom: 0; background-image: url('wb_img/title_background.png');">
|
|
|
|
<table border="0" style="width: 100%;" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td valign="center" style="width: 30px;padding:0px 10px 0px 0px;">
|
|
WB_LOGO
|
|
</td>
|
|
<td valign="center" class="title">WB_BAR_TITLE</td>
|
|
<!--td style="width: 3.5em">
|
|
<a class="contact" href="ssSearchWB_LNG.html">SimpleSearch</a>
|
|
</td-->
|
|
<td style="width: 280px" >
|
|
WB_SEARCH_FORM
|
|
</td>
|
|
<td class="contact">
|
|
WB_COPYRIGHT
|
|
<br>
|
|
WB_CONTACT
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|