Ti posto il codice.
Quello che tentavo di dirti è che ho creato solamente questo. E poi mi son bloccato.
TI ringrazio della pazienza:

codice:
<body>
    <div class="container_24">
            <div class="wrapper indent-top">
              <article class="grid_14 suffix_1 omega">
                <h2>Pannello amministrazione:</h2>


                    <form id="contact-form" method="post" action="classeJsp.jsp">
                      <fieldset>
                        <label class="title">
                            <span>Titolo:</span>
                            <input type="text" id="titolo" name="titolo">
                        </label>
                        

                        <label class="date">
                          <span>Data Evento:</span>
                          <input type="text" id="data" name="data">
                        </label>
                        

                        <label class="prof">
                          <span>Prof. Corso:</span>
                          <input type="text" id="prof" name="prof">
                        </label>
                        

                        <label class="image">
                          <span>Immagine:</span>
                          <input type="file" id="img" name="img"> 
                        </label>
                        

                        <label class="place">
                          <span>Luogo:</span>
                          <input type="text" id="luogo" name="luogo">
                        </label>
                        

                        <label class="file">
                          <span>File PDF:</span>
                          <input type="file" id="pdf" name="pdf">
                        </label>
                    


                          <fieldset>
  <button type="button">Annulla</button>

  <button type="button"  >Aggiungi</button>

  <button type="button">Modifica</button>
</fieldset>

                      </fieldset>
                    </form>
              </article>
        </div>
    </div>
</body>