1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <html>
- <head>
- <title>iVprog - Programação Visual Interativa na Internet</title>
- <meta http-equiv= "Content-Type" content="charset=ISO-8859-1"/>
- <meta name="description" content="iMática: iVprog">
- <script src="util.js" type="text/javascript" charset="ISO-8859-1"></script>
- <script src="data.js" type="text/javascript" charset="ISO-8859-1"></script>
- <LINK REL="stylesheet" TYPE="text/css" HREF="iComb.css" media="print">
- <style type="text/css" media="screen">
- @import url(iComb.css);
- </style>
- </head>
- <body onload='prepare()'>
- <table class="wrapper" border="0" cellpadding="0" cellspacing="0">
- <tbody> <tr id="header-row"> <td width="985">
- <!-- Begin Content Element -->
- <tr>
- <td width="985">
- <hr class="hide">
- <!-- Page content starts here -->
-
- <div id="page">
- <!--
- Quebre o problema em etapas de modo a chegar no número de possibilidades.
- -->
- <!-- inicio bloco exercicio -->
- <div class="sectionbox-wrapper1">
- <div class="sectionbox-wrapper2">
- <div class="sectionbox-wrapper3">
- <div class="sectionbox-wrapper4">
- <div class="sectionbox-wrapper5">
- <a href="../">Voltar</a><br>
- <div id="appletDefinition">
- <h5>@referencia@</a></h5>
- <p>@enunciado@</p>
- <center>
- <APPLET class="center" name="iVprog" CODE="edu.cmu.cs.stage3.alice.authoringtool.JAlice.class" CODEBASE="."
- ARCHIVE="iVprog.jar" WIDTH=750 HEIGHT=685>
- <PARAM NAME=MA_PARAM_PropositionURL VALUE="true" >
- <PARAM NAME=MA_PARAM_Proposition VALUE="@solucao@">
- </APPLET>
- </div>
- </center>
- <table width=600><tr><td align=center>
- <form action="#">
- <input type="button" value="Avaliar solução" onclick="pegaResposta()"/>
- </form>
- </td></tr></table>
- </div>
- </div>
- </div>
- </div>
- </div> <!-- final bloco exercicio -->
- <hr class="hide">
- <div id="footer">
- <p class="moreinfo">Prof. Dr. Leônidas de Olivera Brandão<BR/> Reginaldo Rideaki<BR/>Universidade de São Paulo</p>
- </div>
- </div>
- </td>
- </tr>
- </tbody>
- </table><!-- End Footer Element -->
- </body>
- </html>
|