diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-03-17 16:25:39 -0300 |
---|---|---|
committer | Olivier Hallot <ohallot@collabora.co.uk> | 2016-03-26 15:01:16 +0000 |
commit | 7c4cc47475a5eef1dc30be04ee4f752882fd0cce (patch) | |
tree | 7a5f80818053f597cfac55580dcc1d0e9748a23e /help3xsl/index.html | |
parent | a367b5ee9d109a611f8684a46b9254de73ec4af8 (diff) |
New help system with browser and XSL transform
See README.txt for initial information
Change-Id: Iccb36975207db55c49bbfc8385bf78b948b77c2e
Reviewed-on: https://gerrit.libreoffice.org/23343
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
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> |