exemplo.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <html>
  2. <head>
  3. <title>iVprog - Programação Visual Interativa na Internet</title>
  4. <meta http-equiv= "Content-Type" content="charset=ISO-8859-1"/>
  5. <meta name="description" content="iM&aacute;tica: iVprog">
  6. <script src="util.js" type="text/javascript" charset="ISO-8859-1"></script>
  7. <script src="data.js" type="text/javascript" charset="ISO-8859-1"></script>
  8. <LINK REL="stylesheet" TYPE="text/css" HREF="iComb.css" media="print">
  9. <style type="text/css" media="screen">
  10. @import url(iComb.css);
  11. </style>
  12. </head>
  13. <body onload='prepare()'>
  14. <table class="wrapper" border="0" cellpadding="0" cellspacing="0">
  15. <tbody> <tr id="header-row"> <td width="985">
  16. <!-- Begin Content Element -->
  17. <tr>
  18. <td width="985">
  19. <hr class="hide">
  20. <!-- Page content starts here -->
  21. <div id="page">
  22. <!--
  23. Quebre o problema em etapas de modo a chegar no número de possibilidades.
  24. -->
  25. <!-- inicio bloco exercicio -->
  26. <div class="sectionbox-wrapper1">
  27. <div class="sectionbox-wrapper2">
  28. <div class="sectionbox-wrapper3">
  29. <div class="sectionbox-wrapper4">
  30. <div class="sectionbox-wrapper5">
  31. <a href="../">Voltar</a><br>
  32. <div id="appletDefinition">
  33. <h5>@referencia@</a></h5>
  34. <p>@enunciado@</p>
  35. <center>
  36. <APPLET class="center" name="iVprog" CODE="edu.cmu.cs.stage3.alice.authoringtool.JAlice.class" CODEBASE="."
  37. ARCHIVE="iVprog.jar" WIDTH=750 HEIGHT=685>
  38. <PARAM NAME=MA_PARAM_PropositionURL VALUE="true" >
  39. <PARAM NAME=MA_PARAM_Proposition VALUE="@solucao@">
  40. </APPLET>
  41. </div>
  42. </center>
  43. <table width=600><tr><td align=center>
  44. <form action="#">
  45. <input type="button" value="Avaliar solu&ccedil;&atilde;o" onclick="pegaResposta()"/>
  46. </form>
  47. </td></tr></table>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div> <!-- final bloco exercicio -->
  53. <hr class="hide">
  54. <div id="footer">
  55. <p class="moreinfo">Prof. Dr. Le&ocirc;nidas de Olivera Brand&atilde;o<BR/> Reginaldo Rideaki<BR/>Universidade de S&atilde;o Paulo</p>
  56. </div>
  57. </div>
  58. </td>
  59. </tr>
  60. </tbody>
  61. </table><!-- End Footer Element -->
  62. </body>
  63. </html>