Changeset 14266 for misc/runpugs/data
- Timestamp:
- 10/12/06 02:11:11 (2 years ago)
- Files:
-
- 1 modified
-
misc/runpugs/data/runpugs.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/data/runpugs.html
r14233 r14266 26 26 27 27 </head> 28 29 28 <body> 29 <!-- 30 <body onLoad="closing=true" onUnload="if (closing){alert(42); 31 window.open('feather.perl6.nl:8080/cgi-bin/runpugs?action=runpugs&sessionid='+document.terminal.sessionid.value+'&testing=1&cmd=pugs%3E%20%3Aq','newwin');}"> 32 --> 30 33 <div id="mainwindow"> 31 34 <h1>Run Perl6 now -- in your browser!</h1> 32 <form style="text-align: center" name="terminal" action="/cgi-bin/runpugs" method="POST"> 35 <p class="warning">Thank you for trying runpugs, a web terminal for pugs.<br> 36 * This is a test run, it might die unexpectedly!<br> 37 * pugs runs in safe mode<br> 38 * Unicode is not supported 39 </p> 40 <form style="text-align: center" id="term" name="terminal" action="/cgi-bin/runpugs" method="POST"> 33 41 42 <input type="hidden" name="testing" value="_TESTING_"> 34 43 <input type="hidden" name="sessionid" value=""> 35 44 <input type="hidden" name="action" value="runpugs">
