17
17
<pre id="console_output" class='outputMsg'></pre>
21
21
<label id="console_prompt">>>> </label>
24
24
<input id="console_inputText" type="text"
25
25
onkeypress="return catch_input(event.keyCode)" />
28
28
<input type='button' value='Interrupt'
29
29
onclick='set_interrupt();'/>
32
30
<input type='button' value='Clear Output'
33
31
onclick='return clear_output();'/>
36
32
<input type='button' value='Reset'
37
33
onclick='console_reset();'/>
41
36
<a onclick="console_maximize()"
42
37
title="Open up the Python console">
43
38
<img src="${maximize_path}" alt="Maximize"/>