diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-03-28 08:55:58 -0300 |
---|---|---|
committer | Olivier Hallot <ohallot@collabora.co.uk> | 2016-03-28 11:58:32 +0000 |
commit | 3b7250f9ebada03c3b5f1f8ad983002cdefd7cd1 (patch) | |
tree | d5342467f80cc1e19067a6286dea28c25873ca3d /help3xsl/index.html | |
parent | 7c4cc47475a5eef1dc30be04ee4f752882fd0cce (diff) |
Improve help3xsl/ online a bit
Change-Id: Ie514d8ba70b4620bdfc22ab989b2f45ec45c1d0e
Reviewed-on: https://gerrit.libreoffice.org/23566
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 | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/help3xsl/index.html b/help3xsl/index.html index bf3cbb737a..88ff64af41 100644 --- a/help3xsl/index.html +++ b/help3xsl/index.html @@ -4,29 +4,31 @@ <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> + <div id="DisplayArea" style="position: fixed;bottom: 5px;right: 5px; overflow:auto; width: 70%;height: 90%;"> <p>Display Area</p> + </div> + <div id="BottomLeft" style="position: fixed;bottom: 5px;left: 5px; overflow:auto; width: 30%;height: 90%;"> + <p>Index will be put here</p> + </div> + <div id="TopRight" style="position: fixed;top: 5px;right: 5px;"> + <p> Top Right Area</p> + </div> + <div id="TopLeft" style="position: fixed;top: 5px;left: 5px;"> + <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/sbasic/shared/main0601.xhp">Basic</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> + <td class="topmenu"><a href="/text/shared/guide/main.xhp">Guide</a></td> + </tr> + </table> + <div id="xmfile"> + <p class="infopage">This page is: <xsl:value-of select="$filename"/></p> + </div> + </div> </body> </html> |