summaryrefslogtreecommitdiff
path: root/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/linking-template.html
blob: c20c67c5716511d8502ac9a737f2b264119cdead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <link rel="stylesheet" type="text/css" href="C:\source\ooxml\git\main\ooxml\source\framework\SchemaParser\src\org\apache\openoffice\ooxml\schema\generator\html\display.css">
    </link>
    <script type="text/javascript">
    $DATA$
    </script>
    <script type="text/javascript" src="C:\source\ooxml\git\main\ooxml\source\framework\SchemaParser\src\org\apache\openoffice\ooxml\schema\generator\html\code.js">
    </script>
  </head>
  <body onLoad="InitializeSearch()">
    <div id="message"></div>
    <input onKeyUp="CheckInput(this,event)"></input>
    <div id="history"></div>
    <br><br><div id="match-count">Matches:</div><br>
    <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>