|
14 | 14 | data-links='[]' |
15 | 15 | data-question='{"type":"none", "alphabet":["a", "b", "ε"], "alphabetType":"char"}' |
16 | 16 | data-options='{"constrainRename":true}' |
17 | | - data-iconaddress = 'http://homepages.inf.ed.ac.uk/s1020995/img/Icons/'> |
18 | | - <div class="menu"> |
19 | | - <a href='index.html' class='pure-button'>Home</a> |
20 | | - <a href="about.html" class='pure-button'>About</a> |
21 | | - <a href="help.html" class='pure-button'>Help</a> |
22 | | - </div> |
23 | | - <div class="createtools"> |
24 | | - <label for="traceform">Input</label> |
25 | | - <input type="text" class="qform" ,="" id="traceform" value="aab"> |
26 | | - <button id="traceform-button" class="pure-button" type="submit">Test</button> |
27 | | - </div> |
28 | | - <svg id="main-svg" width="960" height="500" class="active"> |
29 | | - <defs> |
30 | | - <marker id="end-arrow" viewBox="0 -10 20 20" refX="7" markerWidth="5" markerHeight="5" orient="auto"><path d="M0,-10L20,0L0,10" fill="#000"></path></marker> |
31 | | - <marker id="highlight-arrow" viewBox="0 -10 20 20" refX="7" markerWidth="5" markerHeight="5" orient="auto"><path d="M0,-10L20,0L0,10" fill="green"></path></marker> |
32 | | - </defs> |
33 | | - </svg> |
| 17 | + data-iconaddress = 'http://homepages.inf.ed.ac.uk/s1020995/stable/img/Icons/'> |
| 18 | + <div class="maindiv" style="width:85%"> |
| 19 | + <div class="menu"> |
| 20 | + <a href='index.html' class='pure-button'>Home</a> |
| 21 | + <a href="about.html" class='pure-button'>About</a> |
| 22 | + <a href="help.html" class='pure-button'>Help</a> |
| 23 | + </div> |
| 24 | + <div class="createtools pure-form-aligned" style="margin-top:10px;"> |
| 25 | + <fieldset style="border-style:none;"> |
| 26 | + <div class="pure-control-group"> |
| 27 | + <label for="setalphabet">Alphabet</label> |
| 28 | + <input type="text" class ="qform" id="setalphabet" value='["a", "b"]'> |
| 29 | + <button id="setalphabet-button" class="pure-button" type="submit" style="margin-left:5px;" >Set</button> |
| 30 | + <p id="alphabeterror" style="display:inline; margin-left:10px"></p> |
| 31 | + </div> |
| 32 | + |
| 33 | + <div class="pure-control-group"> |
| 34 | + <label for="traceform">Input</label> |
| 35 | + <input type="text" class="qform" id="traceform" value="aab"> |
| 36 | + <button id="traceform-button" class="pure-button" type="submit" style="margin-left:5px;">Test</button> |
| 37 | + </div> |
| 38 | + </fieldset> |
| 39 | + </div> |
| 40 | + <svg id="main-svg" width="960" height="500" class="active"> |
| 41 | + <defs> |
| 42 | + <marker id="end-arrow" viewBox="0 -10 20 20" refX="7" markerWidth="5" markerHeight="5" orient="auto"><path d="M0,-10L20,0L0,10" fill="#000"></path></marker> |
| 43 | + <marker id="highlight-arrow" viewBox="0 -10 20 20" refX="7" markerWidth="5" markerHeight="5" orient="auto"><path d="M0,-10L20,0L0,10" fill="green"></path></marker> |
| 44 | + </defs> |
| 45 | + </svg> |
| 46 | + </div> |
34 | 47 | <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.js"></script> |
35 | 48 | <script src="fsm.js"></script> |
36 | 49 | <script type="text/javascript" src="create.js"></script> |
|
0 commit comments