Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > f4c6d82570d6aeb5e9ac6aa8d8ddccb1 > files > 70

boo-0.9.4.9-6.mga5.noarch.rpm

<%@Page Inherits="Boo.Examples.Web.ScriptRunnerPage" ValidateRequest="False" %>
<html>
<body>
<form runat='server'>
<center>
Type in some boo code and press <b>run</b><br/>
Try <span style='font-family: lucida console; color: white; background-color: #ddccdd'>print(Request.Url)</span>, for instance<br />
<asp:TextBox id='_code' runat="server" TextMode="Multiline" Columns="80" Rows="20" style="font-family: lucida console;" />
<br />
<asp:Button id="_run" runat="server" Text="run" OnClick="_run_Click" />
<br />
<div style="padding: 10px; background-color: silver; width: 90%">
<div id="_console" runat="server" style="font-family: lucida console; text-align: left" >
</div>
</div>
</center>

</form>
</body>
</html>