contact.jsp

<%--
/**
 * $Id: contact.jsp,v 1.5 2002/05/31 13:39:48 feldman Exp $
 *
 * VKBOBA - Versicherungs Kammer Bayern Online Beratung Assistent.
 * Copyright 2002 Think Tank Corporate Consulting. All Rights Reserved.
 *
 * Use is subject to license terms.
 *
 */
/**
 * Contact page - form with entering free text/comment.
 *
 * @author   Alexander Feldman (updated by $Author: feldman $)
 * @created  2002-05-28 Alexander Feldman
 * @version  $Revision: 1.5 $
 *
 */
--%>
<%@ include file="/jsp/fill/_contact.jsp" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <!--
      Project: vkboba
      Validation and style: 2002-05-13 by Alexander Feldman
    -->
    <title>E-Mail Kontakt</title>
    <link rel="stylesheet" type="text/css" href="/css/vkb.css" />
    <script language="javascript">
    <!--

      function doSubmit()
      {
        document.contactform.submit();
      }

    // -->
    </script>
  </head>

  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <form name="contactform" action="/servlet/ContactServlet" method="post">
      <!-- Aussentabelle  -->
      <table border="0" cellpadding="0" cellspacing="0" width="611">
        <tr>
          <td width="15" rowspan="2"><img src="/images/dot.gif"
           width="15" height="1" alt="" border="0" /></td>
          <td height="20" width="580"><img src="/images/dot.gif"
           width="580" height="20" alt="" border="0" /></td>
          <td width="16" rowspan="2"><img src="/images/dot.gif"
           width="16" height="1" alt="" border="0" /></td>
        </tr>
        <tr>
          <td>
            <!-- content -->
            <table border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td class="headline" width="580">
                  <img src="/images/dot.gif" width="10" height="1"
                   border="0" alt="" />
                  Kontakt
                  <br />
                  <img src="/images/dot.gif" width="10" height="1"
                   border="0" alt="" />
                  &nbsp;</td>
              </tr>
              <tr>
                <td>
                  <img src="/images/dot.gif" width="1" height="20"
                   border="0" alt="" /></td>
              </tr>
              <tr>
                <td>
                  <span class="info-message"><vkboba:infoMessage /></span>
                  <span class="error-message"><vkboba:errorMessage /></span>
                </td>
              </tr>
              <tr>
                <td>
                  <!-- formular -->
                  <table border="0" cellpadding="3" cellspacing="1"
                   width="580">
                    <tr>
                      <td class="form-text" width="225" height="30"
                       bgcolor="#E7EAF4">
                        &nbsp;&nbsp;Name:</td>
                      <td bgcolor="#E7EAF4" width="355">
                        <input type="text" name="lastname"
                         size="14" maxlength="100" class="input-text"
                         value="<vkboba:userAttribute name='lastname' />"
                         /></td>
                    </tr>
                    <tr>
                      <td class="form-text" width="225" height="30"
                       bgcolor="#E7EAF4">
                        &nbsp;&nbsp;Vorname:</td>
                      <td bgcolor="#E7EAF4" width="355">
                        <input type="text" name="firstname"
                         size="14" maxlength="100" class="input-text"
                         value="<vkboba:userAttribute name='firstname' />"
                         /></td>
                    </tr>
                    <tr>
                      <td class="form-text" width="225" height="30"
                       bgcolor="#E7EAF4">
                        &nbsp;&nbsp;Telefon-Nummer (tags&uuml;ber):</td>
                      <td bgcolor="#E7EAF4" width="355">
                        <input type="text" name="phone"
                         size="14" maxlength="50" class="input-text"
                         value="<vkboba:userAttribute name='phone' />"
                         /></td>
                    </tr>
                    <tr>
                      <td class="form-text" width="225" height="30"
                       bgcolor="#E7EAF4">
                        &nbsp;&nbsp;Mobil:</td>
                      <td bgcolor="#E7EAF4" width="355">
                        <input type="text" name="mobile"
                         size="14" maxlength="50" class="input-text"
                         value="<vkboba:userAttribute name='mobile' />"
                         /></td>
                    </tr>
                    <tr>
                      <td class="form-text" width="225" height="30"
                       bgcolor="#E7EAF4">&nbsp;&nbsp;E-Mail:</td>
                      <td bgcolor="#E7EAF4" width="355">
                        <input type="text" name="email"
                         size="14" maxlength="50" class="input-text"
                         value="<vkboba:userAttribute name='email' />"
                         /></td>
                    </tr>
                    <tr>
                      <td class="form-text" colspan="2" width="580" height="30"
                       bgcolor="#E7EAF4">&nbsp;
                        Hier k&ouml;nnen Sie uns eine Nachricht mitteilen.
                        Wir werden diese schnellstm&ouml;glich beantworten
                        oder an
                        <br />
                        &nbsp;&nbsp;die relevante Stelle weiterleiten.
                        Herzlichen Dank. 
                       </td>
                    </tr>
                    <tr>
                      <td class="form-text" width="225" height="255"
                       bgcolor="#E7EAF4">&nbsp;&nbsp;Bemerkung:</td>
                      <td bgcolor="#E7EAF4" width="355">
                      <textarea class="input-textarea" name="comment"
                       rows="15" cols="30" wrap="virtual"></textarea>
                      </td>
                    </tr>
                    <tr>
                      <td align="right" colspan="2">
                        <!-- Buttons -->
                        <table border="0" cellpadding="0" cellspacing="0">
                          <tr>
                            <td class="button-link" width="159"
                             valign="top" height="17">
                              <a href="/jsp/welcome.jsp" class="button-link">
                                &nbsp;&nbsp;Zur&uuml;ck
                              </a></td>
                            <td>
                              <img src="/images/dot.gif"
                               width="4" height="1" border="0" alt="" />
                              <a href="/jsp/welcome.jsp">
                                <img src="/images/b_pfeil_rechts.gif"
                                 width="17" height="17" border="0" alt="" />
                              </a></td>
                            <td>
                              <img src="/images/dot.gif"
                               width="24" height="1" border="0" alt="" />
                              </td>
                            <td class="button-link" width="159"
                              valign="top" height="17" />
                              <a href="#" onclick="doSubmit();"
                               class="button-link">
                                &nbsp;&nbsp;Absenden
                              </a></td>
                            <td>
                              <img src="/images/dot.gif"
                               width="4" height="1" border="0" alt="" />
                              <a href="#" onclick="doSubmit();">
                                <img src="/images/b_pfeil_rechts.gif"
                                 width="17" height="17" border="0" alt="" />
                              </a></td>
                          </tr>
                          <tr>
                            <td colspan="5">
                              <img src="/images/dot.gif" width="1" height="20"
                               border="0" alt="" /></td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </form>
   <script language="javascript">
   <!--

     document.contactform.lastname.focus();

   // -->
   </script>
  </body>
</html>