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....
29 lines
1.0 KiB
HTML
Executable File
29 lines
1.0 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>WB_TITLE</title>
|
|
</head>
|
|
|
|
<frameset rows="TITLE_BAR_HEIGHT,*" frameborder="0" framespacing="0" bordercolor="#0B6DCE">
|
|
<frame name="wb_title" scrolling="no" noresize="noresize" src="wb_titleWB_LNG.html"
|
|
frameborder="0" marginheight="0" marginwidth="0" target="wb_cont">
|
|
<frameset cols="WB_START_SIZE,*" frameborder="1" framespacing="4" bordercolor="#0B6DCE" border="4">
|
|
<frameset rows="27,*" frameborder="0" framespacing="0" bordercolor="#0B6DCE">
|
|
<frame name="wb_bar" scrolling="no" src="wb_barWB_LNG.html" frameborder="0" target="wb_cont">
|
|
<frame name="wb_tree" src="wb_treeWB_LNG.html" frameborder="1" target="wb_cont">
|
|
</frameset>
|
|
<frame name="wb_cont" src="WB_START_PAGE" frameborder="0">
|
|
</frameset>
|
|
<noframes>
|
|
<body>
|
|
|
|
<p>This page uses frames, but your browser doesn't support them.</p>
|
|
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html>
|