source: MDService2/trunk/MDService2/WebContent/scripts/metares/queryxpath.html @ 466

Last change on this file since 466 was 466, checked in by vronk, 14 years ago

initial import

File size: 3.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2   <html>
3    <head>
4     <title>QueryXpath</title>     
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6     <link rel="stylesheet" type="text/css" href="../style/vronk_style.css" media="all" TITLE="default">     
7     <link rel="stylesheet" type="text/css" href="../style/query_xpath.css" media="all">     
8     
9     <!--<link rel="stylesheet" type="text/css" href="http://www.vronk.net/style/vr_general_style_screen.css" media="screen" TITLE="default">     
10     <link rel="stylesheet" type="text/css" href="http://www.vronk.net/style/vr_general_style_print.css" media="print" TITLE="default">     
11     <link rel="stylesheet" type="text/css" href="../style/c4default.css" media="all" TITLE="default">      -->
12     
13                       
14                        <!--
15                                <script src="../scripts/animatedcollapse.js" type="text/javascript" >
16                       
17                        /***********************************************
18                        * Animated Collapsible DIV- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
19                        * This notice MUST stay intact for legal use
20                        * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
21                        ***********************************************/
22                       
23                        </script>
24                        -->
25       
26                        <script src="../external/prototype.js" type="text/javascript"></script>                                 
27                        <script src="../external/sarissa.js" type="text/javascript"></script>                                   
28                        <script src="query_xpath.js" type="text/javascript"></script> 
29       
30    </head>
31    <body onload="load_page()"> 
32        <!-- <div id="head" style="left: 5px;right: 5px; position:fixed; z-index:1; background-color:#024; margin:0px">          -->
33        <div id="head">
34               
35                                <div id="title"><h1 class="inline">QueryXpath</h1> 
36                                                        </div>         
37                    <div class="error">Obsoleted by queryxpath2.html!</div>
38                                                <div id="query" ><!-- style="position:fixed; top:100px;" -->
39                                        <form id="query_form">
40                                        <span class="label" >xsl </span><input type="text" size="70" id="xsl" name="xsl" value="" /><br/>
41                                        <span class="label" >doc </span><input type="text" size="70" id="doc" name="doc" value="" /> <!--onchange="load_doc();void('');" -->
42                                                <input type="button" value="load doc" onClick="load_doc()"><br/>
43                                                <span class="label" >output as</span><br/>
44                                                                <select name="format" >
45                                                                          <option value ="HTML">HTML</option>
46                                                                          <option value ="XML">XML</option>                                                                                       
47                                                                        </select>
48                                                                <span class="label" >query </span><input type="text" size="70" id="q" name="q" value="" />
49                                                                <input type="button" value="send query" onClick="query()">                                                             
50                                                                <!-- <span class="label" >start </span><input type="text" size="5" name="start" value="0" />                                                                                                           
51                                                                <span class="label" >limit </span><input type="text" size="5" name="limit" value="50" />                                                                                                               
52                                                                <input type="button" value="<" onClick="page_prev()">
53                                                                <input type="button" value=">" onClick="page_next()">                                                            -->
54                                                        </form>
55                                        </div>         
56                                <div id="notify_wrap"><span class="label" >info:&nbsp;</span>
57                                <div id="notify" class="inline note" >&nbsp;</div>             
58                                </div>
59                        </div>                 
60                       
61        <div id="result">               
62        </div>
63         
64 </body>
65   </html>
66
Note: See TracBrowser for help on using the repository browser.