summaryrefslogtreecommitdiff
path: root/help3xsl/index.html
blob: 88ff64af4129532a2fccf1035da473d554f1b187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="default.css"/>
</head>
<body>
     <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>