]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - public_html/main.php
New version.
[logicplayer.git] / public_html / main.php
index 2866325dab4e8dd186c4401a78b0904b95d587a8..d88e8ca1471318debfc351e7192d69f9bc9cb920 100755 (executable)
@@ -17,8 +17,8 @@
                <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
                <script type="text/javascript" src="./prova.js"></script>
        </head>
-       <body>
-               <form action="upload.php" method="post" enctype="multipart/form-data">
+       <body id="corpo">
+               <form id="upload" action="upload.php" method="post" enctype="multipart/form-data">
                        Select file to upload:
                        <input type="file" name="fileToUpload" id="fileToUpload">
                        <input type="submit" value="Upload" name="submit">
                                <tr id="intestazione">
                                        <th>Nome Esercizio</th>
                                        <th>Studente</th>
-                               <th>click</th>
-                       </tr>
+                                       <th>voto</th>
+                               </tr>
+                       </table>
+               </div>
+               <br/>
+               <div>
+                       <table id="esTa">
+                               <tr>
+                                       <th>Lista studenti</th>
+                               </tr>
+                       </table>
+                       <table id="tab">
+                               <tr id="in">
+                                       <th>Studente</th>
+                                       <th>Nome Esercizio</th>
+                                       <th>voto</th>
+                               </tr>
+                       </table>
                </div>
        </body>
 </html>