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....
30 lines
1.9 KiB
HTML
30 lines
1.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Bar</title>
|
|
<base target="wb_cont">
|
|
<style type="text/css">
|
|
.navigation{
|
|
padding: 0;
|
|
margin: 0;
|
|
white-space: nowrap;
|
|
border: 1px solid #7F93C7;
|
|
background-color: #FFFFFF;
|
|
line-height: 19px;
|
|
}
|
|
.navigation p { margin: 1px; white-space: nowrap; }
|
|
.navigation img { vertical-align: middle; }
|
|
</style>
|
|
</head>
|
|
|
|
<body style="margin: 2px; background-color: #F1F1F1">
|
|
<div class="navigation">
|
|
<p><a target="_blank" href="http://www.eluaproject.net"><img src="wb_img/logo.png" style="border-width: 0px"></a>
|
|
<img src="wb_img/barlineleft.png"><img alt="Expand All Nodes" src="wb_img/showall.png" onclick="parent.wb_tree.showAllFolders()" onmouseover="this.src='wb_img/showall_over.png'" onmouseout="this.src='wb_img/showall.png'"><img alt="Contract All Nodes" src="wb_img/hideall.png" onclick="parent.wb_tree.hideAllFolders()" onmouseover="this.src='wb_img/hideall_over.png'" onmouseout="this.src='wb_img/hideall.png'"><img alt="Sync Tree with Contents" src="wb_img/sync.png" onclick="parent.wb_tree.syncContents()" onmouseover="this.src='wb_img/sync_over.png'" onmouseout="this.src='wb_img/sync.png'"><img alt="Next Link" src="wb_img/next.png" onclick="parent.wb_tree.nextContents()" onmouseover="this.src='wb_img/next_over.png'" onmouseout="this.src='wb_img/next.png'"><img alt="Previous Link" src="wb_img/previous.png" onclick="parent.wb_tree.prevContents()" onmouseover="this.src='wb_img/previous_over.png'" onmouseout="this.src='wb_img/previous.png'"><img src="wb_img/barlineright.png"><a target="_top" href="index_pt.html"><img alt="Switch Language" src="wb_img/lng_en.png" onmouseover="this.src='wb_img/lng_en_over.png'" onmouseout="this.src='wb_img/lng_en.png'" style="border-width: 0px"></a>
|
|
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|