comparison service/reasoning/index.html @ 1050:ae0461a50d03

reasoning page layout Ignore-this: 77b0980e434d4796b06b8e0e9a4688cd darcs-hash:c2c1b25934fe476d452509c221c6466ba2c27fec
author drewp <drewp@bigasterisk.com>
date Tue, 02 Feb 2016 22:41:42 -0800
parents 724cb8ea49b4
children 5290df01d911
comparison
equal deleted inserted replaced
1049:96f0a8b345aa 1050:ae0461a50d03
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>reasoning</title> 4 <title>reasoning</title>
5 <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script> 5 <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.js"></script>
6 <link rel="import" href="/lib/polymer/1.0.9/iron-collapse/iron-collapse.html"
7 <link rel="import" href="https://bigasterisk.com/supdebug/bang/service-rows/main.html">
8 <style type="text/css" media="all"> 6 <style type="text/css" media="all">
9 /* <![CDATA[ */ 7 /* <![CDATA[ */
10 body { 8 body {
11 font-family: sans-serif; 9 font-family: sans-serif;
12 font-size: 12px; 10 font-size: 12px;
32 overflow: auto; 30 overflow: auto;
33 flex-grow: 1; 31 flex-grow: 1;
34 } 32 }
35 /* ]]> */ 33 /* ]]> */
36 </style> 34 </style>
35 <link rel="import" href="/supdebug/bang/service-rows/main.html">
37 36
38 </head> 37 </head>
39 <body layout vertical fit> 38 <body layout vertical fit>
40 39 <h1>reasoning service</h1>
41 <div style="flex: 0 0 auto"> 40 <div style="flex: 0 0 auto">
42 <service-rows nameSubstrs="reasoning"></service-rows> 41 <h2>Service</h2>
42 <service-rows name-substrs="reasoning"></service-rows>
43 </div> 43 </div>
44 44
45 <div class="pane"> 45 <div class="pane">
46 <h2>Input</h2> 46 <h2>Input</h2>
47 <div><input id="inputQ"></div> 47 <div><input id="inputQ"></div>