Add current position indicator to test harness WRIS-3
[mkws-moved-to-github.git] / examples / htdocs / tester.html
1 <!doctype html>
2 <html>
3
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <title>MKWS demo: Reference & Credo, and popup widget, development</title>
7 <link rel="stylesheet" type="text/css" href="tools/htdocs/mkws.css" />
8 <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css" />
9 <link rel="stylesheet" type="text/css" href="mkws-widget-reference.css" />
10 <link rel="stylesheet" type="text/css" href="mkws-widget-credo.css" />
11 <link rel="stylesheet" type="text/css" href="mkws-widget-ru.css" />
12
13 <script type="text/javascript">
14   var mkws_config = {
15     sp_auth_credentials: "mkwstest/mkwstest"
16   };
17 </script>
18
19 <script type="text/javascript" src="tools/htdocs/jquery-1.10.0.min.js"></script>
20 <script type="text/javascript" src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
21
22 <script type="text/javascript" src="tools/htdocs/pz2.js"></script>
23 <script type="text/javascript" src="tools/htdocs/handlebars-v2.0.0.js"></script>
24 <script type="text/javascript" src="tools/htdocs/jquery.json-2.4.js"></script>
25 <script type="text/javascript" src="tools/htdocs/jsnlog.min.js"></script>
26
27 <script type="text/javascript" src="src/mkws-handlebars.js"></script>
28 <script type="text/javascript" src="src/mkws-core.js"></script>
29 <script type="text/javascript" src="src/mkws-team.js"></script>
30 <script type="text/javascript" src="src/mkws-filter.js"></script>
31 <script type="text/javascript" src="src/mkws-widget.js"></script>
32 <script type="text/javascript" src="src/mkws-widget-main.js"></script>
33 <script type="text/javascript" src="src/mkws-widget-facets.js"></script>
34 <script type="text/javascript" src="src/mkws-widget-authname.js"></script>
35 <script type="text/javascript" src="src/mkws-widget-categories.js"></script>
36 <script type="text/javascript" src="src/mkws-widget-log.js"></script>
37 <script type="text/javascript" src="src/mkws-widget-record.js"></script>
38 <script type="text/javascript" src="src/mkws-widget-reference.js"></script>
39 <script type="text/javascript" src="src/mkws-widget-builder.js"></script>
40 <script type="text/javascript" src="src/mkws-templates.js"></script>
41 <script type="text/javascript" src="src/mkws-popup.js"></script>
42
43 <script type="text/javascript" src="mkws-widget-credo.js"></script>
44 <script type="text/javascript" src="mkws-widget-ru.js"></script>
45
46 <style>
47 .dialog > textarea {
48   height: 100%;
49   width: 100%;
50 }
51 html {
52   margin: 0;
53   height: 100%;
54 }
55 body {
56   background-color: #888892;
57   margin: 0;
58   padding: 0;
59   display: flex;
60   flex-direction: column;
61   height: 100%;
62 }
63 header {
64   font-size: 1.3em;
65 }
66 #top-bar, #current-bar {
67   padding: .5em;
68   display: flex;
69   align-items: center;
70   justify-content: space-between;
71 }
72 #top-bar {
73   background-color: #002868;
74   color: white;
75 }
76 #current-bar {
77   background-color: #54d8a8;
78   color: #002868;
79 }
80 header button {
81   margin-left: 1em;
82   border-radius: 4px;
83   background-color: #4368a1;
84   color: #dbe9ff;
85   font: inherit;
86   font-weight: normal;
87   border: 1px solid #7492c3;
88   padding: 0.1em 0.15em;
89 }
90 header button:hover, header button:active, header button:focus {
91   background-color: #2f5591;
92 }
93 #maybe {
94   background-color: #F0AD4E;
95   border-color: #EEA236;
96   color: #664009;
97   color: white;
98 }
99 #maybe:hover, #maybe:active, #maybe:focus {
100   background-color: #EC971F;
101   border-color: #D58512;
102 }
103 #yes {
104   background-color: #5CB85C;
105   border-color: #4CAE4C;
106   color: #214d21;
107   color: white;
108 }
109 #yes:hover, #yes:focus, #yes:active {
110   background-color: #449D44;
111   border-color: #398439;
112 }
113 #no {
114   background-color: #D9534F;
115   border-color: #D43F3A;
116   color: #4f1311;
117   color: white;
118 }
119 #no:hover, #no:focus, #no:active {
120   background-color: #C9302C;
121   border-color: #AC2925;
122 }
123 #query {
124   font-weight: bold;
125   font-size: 110%;
126 }
127 #settings, #judiciary {
128   flex: 1;
129   display: flex;
130   align-items: center;
131 }
132 #results, #query-info {
133   flex: 1;
134   display: flex;
135   text-align: right;
136   align-items: center;
137   justify-content: flex-end;
138 }
139 #count {
140   font-size: 120%;
141 }
142 #test-area {
143   flex: 1;
144   padding: 1em;
145   display: flex;
146   justify-content: center;
147   align-items: center;
148 }
149 </style>
150
151 </head>
152
153 <body>
154 <header>
155   <div id="top-bar">
156     <span id="settings">
157       Settings:
158       <button id="widget-markup-button">Widget</button>
159       <button id="queries-button">Queries</button>
160     </span>
161     <span id="results">
162       Results:
163       <button id="results-table-button">Table</button>
164       <button id="results-csv-button">| delimited</button>
165     </span>
166   </div>
167 </header>
168
169 <header id="current-bar">
170   <span id="judiciary">
171     Relevant to query <span id="query"></span>?
172     <button id="yes" class="judgement">Yes</button>
173     <button id="no" class="judgement">No</button>
174     <button id="maybe" class="judgement">Maybe</button>
175   </span>
176   <span id="query-info">
177     <span id="count"></span>
178   </span>
179 </header>
180
181 <div id="widget-markup" class="dialog" title="Widget markup">
182   <textarea></textarea>
183 </div>
184 <div id="queries" class="dialog" title="Queries">
185   <textarea></textarea>
186 </div>
187 <div id="results-csv" class="dialog" title="| delimited results">
188   <textarea readonly></textarea>
189 </div>
190 <div id="results-table" class="dialog" title="Results as table">
191   <table></table>
192 </div>
193
194 <div id="test-area">
195   <div id="test-subject"></div>
196 </div>
197
198 <script>
199 (function () { // wrapper
200 // Initial data
201 this.queries = ["sushi", "wurst", "berlin", "hammer", "bristol", "copenhagen", "tea", "latte"];
202 $("#queries > textarea").html(this.queries.join("\n"));
203 this.widgetMarkup = '<div class="mkws-reference" autosearch="{{query}}">Loading..</div>';
204 $("#widget-markup > textarea").html(this.widgetMarkup);
205
206 this.results = {};
207 var next;
208 var context = this;
209
210 var showNext = function () {
211   if (next <  this.queries.length) {
212     $('#test-subject').html(this.widgetMarkup.replace("{{query}}", this.queries[next]));
213     $('#query').html('"' + this.queries[next] + '"');
214     next++;
215     $('#count').html(next + " / " + this.queries.length);
216     mkws.init('#test-subject');
217   }
218
219 var startEval = function () {
220   $(".dialog").dialog("close");
221   next = 0;
222   context.results = {};
223   showNext();
224 }
225 var judge = function (e) {
226   var query = $('#test-subject > div').attr('autosearch');
227   context.results[query] = {judgement: $(this).html()};
228   showNext();
229 }
230
231 // Set up dialogs
232 $(".dialog").dialog({
233   autoOpen: false,
234   height: 600,
235   width: 600,
236   modal: true,
237   open: function(event, ui) {
238     $(this).parent().css('position', 'fixed');
239   }
240 });
241
242 // Markup dialog
243 var updateMarkup = function () {
244   context.widgetMarkup = $("#widget-markup > textarea").val();
245   startEval();
246 }
247 $("#widget-markup-button").click(function () {
248   $("#widget-markup").dialog("open");
249 });
250 $("#widget-markup").dialog("option", "buttons", [
251   {text: "Start new evaluation", click: updateMarkup},
252   {text: "Cancel", click: function() { $(this).dialog("close"); }}   
253 ]);
254
255 // Queries dialog
256 var updateQueries = function () {
257   context.queries = $("#queries > textarea").val().split("\n");
258   startEval();
259 }
260 $("#queries-button").click(function () {
261   $("#queries").dialog("open");
262 });
263 $("#queries").dialog("option", "buttons", [
264   {text: "Start new evaluation", click: updateQueries},
265   {text: "Cancel", click: function() { $(this).dialog("close"); }}   
266 ]);
267
268 // Results dialogs
269 $("#results-table-button").click(function () {
270   $("#results-table").dialog("open");
271 });
272 $("#results-csv-button").click(function () {
273   $("#results-csv").dialog("open");
274 });
275 $("#results-table").dialog("option", "open", function () {
276   var html = "<tr><th>Query</th><th>Relevant?</th><tr>";
277   for (var i = 0; i < context.queries.length; i++) {
278     var q = context.queries[i];
279     var r = context.results;
280     if (r[q]) {
281       html += "<tr><td>" + q + "</td><td>" + r[q].judgement + "</td></tr>\n";
282     }
283   } 
284   $("#results-table > table").html(html);
285 });
286 $("#results-csv").dialog("option", "open", function () {
287   var csv = "Query|Relevant?\n";
288   for (var i = 0; i < context.queries.length; i++) {
289     var q = context.queries[i];
290     var r = context.results;
291     if (r[q]) {
292       csv += [q, r[q].judgement].join("|") + "\n";
293     }
294   } 
295   $("#results-csv > textarea").html(csv);
296 });
297
298 $('button.judgement').click(judge);
299 startEval();
300 })();// wrapper
301 </script>
302
303 </body>
304 </html>
305