summaryrefslogtreecommitdiff
path: root/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/template.html
blob: 2c174c137717b23e468b356c38379cf590db269c (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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <style type="text/css">
    $CSS$
    </style>
    <script type="text/javascript">
    $DATA$
    </script>
    <script type="text/javascript">
    $CODE$
    </script>
  </head>
  <body onLoad="InitializeSearch()">
    <div id="message"></div>
    <input onKeyUp="CheckInput(this,event)"></input>
    <br><br><div id="match-count">Matches:</div><br>
    <div id="history"></div>
    <div id="matches" cols="100" rows="20" defaultValue="type text to see matching types"></div>
    <br>
    <div id="result">no result yet</div>
  </body>
</html>