diff options
Diffstat (limited to 'help3xsl/index.html')
-rw-r--r-- | help3xsl/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/help3xsl/index.html b/help3xsl/index.html new file mode 100644 index 0000000000..bf3cbb737a --- /dev/null +++ b/help3xsl/index.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html> +<head> + <link rel="stylesheet" type="text/css" href="default.css"/> +</head> +<body> +<div style="position: fixed;bottom: 5px;right: 5px;width: 50%;height: 50%;z-index:-1000;"> +<p>Display</p> + +</div> +<div style="position: fixed;bottom: 5px;left: 5px;width: 50%;height: 50%;z-index:-1000;"> +<p>Index</p> +</div> + +<div style="position: fixed;top: 5px;right: 5px;z-index:-1000;"> +<p> Top Right</p> +</div> +<div style="position: fixed;top: 5px;left: 5px;z-index:-1000;"> +<table> +<tr> +<td class="topmenu"><a href="/text/scalc/main0000.xhp">Calc</a></td> +<td class="topmenu"><a href="/text/swriter/main0000.xhp">Writer</a></td> +<td class="topmenu"><a href="/text/simpress/main0000.xhp">Impress</a></td> +<td class="topmenu"><a href="/text/sdraw/main0000.xhp">Draw</a></td> +<td class="topmenu"><a href="/text/schart/main0000.xhp">Chart</a></td> +<td class="topmenu"><a href="/text/smath/main0000.xhp">Math</a></td> +<td class="topmenu"><a href="/text/shared/explorer/database/main.xhp">Base</a></td> +</tr> +</table> +</div> +</body> +</html> |