1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/doc/index_en.html
Dado Sutter 4a8edbeb0b Features added to WebBook HTML generator :
- 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....
2009-02-16 17:15:17 +00:00

29 lines
1.0 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>eLua Doc</title>
</head>
<frameset rows="80,*" frameborder="0" framespacing="0" bordercolor="#0B6DCE">
<frame name="wb_title" scrolling="no" noresize="noresize" src="wb_title_en.html"
frameborder="0" marginheight="0" marginwidth="0" target="wb_cont">
<frameset cols="200,*" 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_bar_en.html" frameborder="0" target="wb_cont">
<frame name="wb_tree" src="wb_tree_en.html" frameborder="1" target="wb_cont">
</frameset>
<frame name="wb_cont" src="en/news.html" frameborder="0">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn&#39;t support them.</p>
</body>
</noframes>
</frameset>
</html>