<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Transponder</title>
<script language="javascript">
function toggleEPC(param)
{
//alert(param);
if(param == "norm2")
{
document.getElementsByName("epc")[0].style.display = "block";
}
else
{
document.getElementsByName("epc")[0].style.display = "none";
}
}
</script>
</head>
<!-- alle variable ############################################################################### -->
<body bgcolor="#DDDDDD">
<%
String funktionsweise = (String)request.getParameter("funktionsweise");
String speichertyp = (String)request.getParameter("speichertyp");
String speichergroesse = (String)request.getParameter("speichergroesse");
String nutzdaten = (String)request.getParameter("nutzdaten");
String festcode = (String)request.getParameter("festcode");
String lesezyklen = (String)request.getParameter("lesezyklen");
String schreibzyklen = (String)request.getParameter("schreibzyklen");
String lagerTempMax = (String)request.getParameter("lagerTempMax");
String lagerTempMin = (String)request.getParameter("lagerTempMin");
String betriebTempMax = (String)request.getParameter("betriebTempMax");
String betriebTempMin = (String)request.getParameter("betriebTempMin");
String bauform = (String)request.getParameter("bauform");
String lange = (String)request.getParameter("lange");
String breit = (String)request.getParameter("breit");
String hohe = (String)request.getParameter("hohe");
String durchmesser = (String)request.getParameter("durchmesser");
String gewicht = (String)request.getParameter("gewicht");
//String lesereichweite = (String)request.getParameter("lesereichweite");
String leseabstandMin = (String)request.getParameter("leseabstandMin");
String leseabstandMax = (String)request.getParameter("leseabstandMax");
String schreibabstandMin = (String)request.getParameter("schreibabstandMin");
String schreibabstandMax = (String)request.getParameter("schreibabstandMax");
String leseSpeedMin = (String)request.getParameter("leseSpeedMin");
String leseSpeedMax = (String)request.getParameter("leseSpeedMax" );
String schreibSpeedMin =
(String)request.getParameter("schreibSpeedMin");
String schreibSpeedMax = (String)request.getParameter("schreibSpeedMax");
String mtbf = (String)request.getParameter("mtbf");
String datenerhalt = (String)request.getParameter("datenerhalt");
String lebensdauer = (String)request.getParameter("lebensdauer");
String feuchtigkeit = (String)request.getParameter("feuchtigkeit");
String temperatur = (String)request.getParameter("temperatur");
String schutzart = (String)request.getParameter("schutzart");
String chipverbrauch = (String)request.getParameter("chipverbrauch");
String sesibilitaet = (String)request.getParameter("sesibilitaet");
String material = (String)request.getParameter("material");
String schock = (String)request.getParameter("schock");
String stossfestigkeit = (String)request.getParameter("stossfestigkeit");
String vibration = (String)request.getParameter("vibration");
String torsion = (String)request.getParameter("torsion");
String besonderheit = (String)request.getParameter("besonderheit");
String modulierung = (String)request.getParameter("modulierung");
%>
<%
//Auswahl vom Dropdown List##################################################################
// Anbieterauswahl Bereich
##################################################################################
String anbieter = (String)request.getParameter("anbieter");
String an1 = new String();
String an2 = new String();
String an3 = new String();
if(anbieter == null)
{
}
else if(anbieter.equals("anbieter1"))
{
an1 = "selected";
}
else if(anbieter.equals("anbieter2"))
{
an2 = "selected";
}
else if(anbieter.equals("anbieter3"))
{
an3 = "selected";
}
// Frequenzauswahl Bereich ##################################################################################
String frequenzBereich = (String)request.getParameter("frequenzBereich");
String freq1 = new String();
String freq2 = new String();
String freq3 = new String();
String freq4 = new String();
String freq5 = new String();
//out.println(frequenzBereich);
if(frequenzBereich == null)
{
}
else if(frequenzBereich.equals("frequenzBereich1"))
{
freq1 = "selected";
}
else if(frequenzBereich.equals("frequenzBereich2"))
{
freq2 = "selected";
}
else if(frequenzBereich.equals("frequenzBereich3"))
{
freq3 = "selected";
}
else if(frequenzBereich.equals("frequenzBereich4"))
{
freq4 = "selected";
}
else if(frequenzBereich.equals("frequenzBereich5"))
{
freq5 = "selected";
}
// Normauswahl Bereich ##################################################################################
String norm = (String)request.getParameter("norm");
//if (norm == null) norm = "";
String n1 = new String();
String n2 = new String();
if(norm == null)
{
}
else if(norm.equals("norm1"))
{
n1 = "selected";
}
else if(norm.equals("norm2"))
{
n2 = "selected";
}
// Funktionsweiseauswahl Bereich ##################################################################################
//if (funktionsweise == null) funktionsweise = "";
String funk1 = new String();
String funk2 = new String();
String funk3 = new String();
if(funktionsweise == null)
{
}
else if(funktionsweise.equals("funktionsweise1"))
{
funk1 = "selected";
}
else if(funktionsweise.equals("funktionsweise2"))
{
funk2 = "selected";
}
else if(funktionsweise.equals("funktionsweise3"))
{
funk3 = "selected";
}
// Speichertypauswahl Bereich
##################################################################################
//if (speichertyp == null) speichertyp = "";
String styp1 = new String();
String styp2 = new String();
String styp3 = new String();
String styp4 = new String();
String styp5 = new String();
//out.println(frequenzBereich);
if(speichertyp == null)
{
}
else if(speichertyp.equals("speichertyp1"))
{
styp1 = "selected";
}
else if(speichertyp.equals("speichertyp2"))
{
styp2 = "selected";
}
else if(speichertyp.equals("speichertyp3"))
{
styp3 = "selected";
}
else if(speichertyp.equals("speichertyp4"))
{
styp4 = "selected";
}
else if(speichertyp.equals("speichertyp5"))
{
styp5 = "selected";
}
//Bauformauswahl Bereich
##################################################################################
String bform1 = new String();
String bform2 = new String();
String bform3 = new String();
String bform4 = new String();
String bform5 = new String();
if(bauform == null)
{
}
else if(bauform.equals("bauform1"))
{
bform1 = "selected";
}
else if(bauform.equals("bauform2"))
{
bform2 = "selected";
}
else if(bauform.equals("bauform3"))
{
bform3 = "selected";
}
else if(bauform.equals("bauform4"))
{
bform4 = "selected";
}
else if(bauform.equals("bauform5"))
{
bform5 = "selected";
}
// Schutzartauswahl Bereich ##################################################################################
String schutz1 = new String();
String schutz2 = new String();
String schutz3 = new String();
String schutz4 = new String();
String schutz5 = new String();
String schutz6 = new String();
if(schutzart == null)
{
}
else if(schutzart.equals("schutzart1"))
{
schutz1 = "selected";
}
else if(schutzart.equals("schutzart2"))
{
schutz2 = "selected";
}
else if(schutzart.equals("schutzart3"))
{
schutz3 = "selected";
}
else if(schutzart.equals("schutzart4"))
{
schutz4 = "selected";
}
else if(schutzart.equals("schutzart5"))
{
schutz5 = "selected";
}
else if(schutzart.equals("schutzart6"))
{
schutz6 = "selected";
}
%>
<!-- Entscheidung von aller Variable ################################################################ -->
<%
if (speichergroesse == null) speichergroesse = "";
if (nutzdaten == null) nutzdaten = "";
if (festcode == null) festcode = "";
if (lesezyklen == null) lesezyklen = "";
if (schreibzyklen == null) schreibzyklen = "";
if (lagerTempMax == null) lagerTempMax = "";
if (lagerTempMin == null) lagerTempMin = "";
if (betriebTempMax == null) betriebTempMax = "";
if (betriebTempMin == null) betriebTempMin = "";
if (bauform == null) bauform = "";
if (lange == null) lange = "";
if (breit == null) breit = "";
if (hohe == null) hohe = "";
if (durchmesser == null) durchmesser = "";
if (gewicht == null) gewicht = "";
// if (lesereichweite == null) lesereichweite = "";
if (leseabstandMin == null) leseabstandMin = "";
if (leseabstandMax == null) leseabstandMax = "";
if (schreibabstandMin == null) schreibabstandMin = "";
if (schreibabstandMax == null) schreibabstandMax = "";
if (leseSpeedMin == null) leseSpeedMin = "";
if (leseSpeedMax == null) leseSpeedMax = "";
if (schreibSpeedMin == null) schreibSpeedMin = "";
if (schreibSpeedMax == null) schreibSpeedMax = "";
if (feuchtigkeit == null) feuchtigkeit = "";
if (temperatur == null) temperatur = "";
if (schutzart == null) schutzart = "";
if (chipverbrauch == null) chipverbrauch = "";
if (sesibilitaet == null) sesibilitaet = "";
if (material == null) material = "";
if (schock == null) schock = "";
if (stossfestigkeit == null) stossfestigkeit = "";
if (vibration == null) vibration = "";
if (torsion == null) torsion = "";
if (besonderheit == null) besonderheit = "";
if (modulierung == null) modulierung = "";
// Einheitvariable ###############################################################################
String einheitSpeichergroesse = (String)request.getParameter("einheitSpeichergroesse");
String einheitNutzdaten = (String)request.getParameter("einheitNutzdaten");
String einheitFestcode = (String)request.getParameter("einheitFestcode");
String einheitLesezyklen = (String)request.getParameter("einheitLesezyklen");
String einheitSchreibzyklen = (String)request.getParameter("einheitSchreibzyklen");
// Einheitauswahl von Speichergroeße bis Schreibzyklen Bereich ############################
// Einheitauswahl von einheitspeichergroeße Bereich
############################
if (einheitSpeichergroesse == null) einheitSpeichergroesse = "";
String eSpeicherBig1 = new String();
String eSpeicherBig2 = new String();
String eSpeicherBig3 = new String();
String eSpeicherBig4 = new String();
if(einheitSpeichergroesse == null)
{
}
else if(einheitSpeichergroesse.equals("einheitSpeichergroesse1"))
{
eSpeicherBig1 = "selected";
}
else if(einheitSpeichergroesse.equals("einheitSpeichergroesse2"))
{
eSpeicherBig2 = "selected";
}
else if(einheitSpeichergroesse.equals("einheitSpeichergroesse3"))
{
eSpeicherBig3 = "selected";
}
else if(einheitSpeichergroesse.equals("einheitSpeichergroesse4"))
{
eSpeicherBig4 = "selected";
}
// Einheitauswahl von einheitNutzdaten Bereich
############################
if (einheitNutzdaten == null) einheitNutzdaten = "";
String eNutzdaten1 = new String();
String eNutzdaten2 = new String();
String eNutzdaten3 = new String();
String eNutzdaten4 = new String();
if(einheitNutzdaten == null)
{
}
else if(einheitNutzdaten.equals("einheitNutzdaten1"))
{
eNutzdaten1 = "selected";
}
else if(einheitNutzdaten.equals("einheitNutzdaten2"))
{
eNutzdaten2 = "selected";
}
else if(einheitNutzdaten.equals("einheitNutzdaten3"))
{
eNutzdaten3 = "selected";
}
else if(einheitNutzdaten.equals("einheitNutzdaten4"))
{
eNutzdaten4 = "selected";
}
// Einheitauswahl von einheitNutzdaten Bereich
############################
if (einheitFestcode == null) einheitFestcode = "";
String eFestcode1 = new String();
String eFestcode2 = new String();
String eFestcode3 = new String();
String eFestcode4 = new String();
if(einheitFestcode == null)
{
}
else if(einheitFestcode.equals("einheitFestcode1"))
{
eFestcode1 = "selected";
}
else if(einheitFestcode.equals("einheitFestcode2"))
{
eFestcode2 = "selected";
}
else if(einheitFestcode.equals("einheitFestcode3"))
{
eFestcode3 = "selected";
}
else if(einheitFestcode.equals("einheitFestcode4"))
{
eFestcode4 = "selected";
}
// Einheitauswahl von einheitLesezyklen Bereich
############################
if (einheitLesezyklen == null) einheitLesezyklen = "";
String eLesezyklen1 = new String();
String eLesezyklen2 = new String();
String eLesezyklen3 = new String();
String eLesezyklen4 = new String();
if(einheitLesezyklen == null)
{
}
else if(einheitLesezyklen.equals("einheitLesezyklen1"))
{
eLesezyklen1 = "selected";
}
else if(einheitLesezyklen.equals("einheitLesezyklen2"))
{
eLesezyklen2 = "selected";
}
else if(einheitLesezyklen.equals("einheitLesezyklen3"))
{
eLesezyklen3 = "selected";
}
else if(einheitLesezyklen.equals("einheitLesezyklen4"))
{
eLesezyklen4 = "selected";
}
// Einheitauswahl von einheitSchreibzyklen Bereich
############################
if (einheitSchreibzyklen == null) einheitSchreibzyklen = "";
String eSchreibzyklen1 = new String();
String eSchreibzyklen2 = new String();
String eSchreibzyklen3 = new String();
String eSchreibzyklen4 = new String();
if(einheitSchreibzyklen == null)
{
}
else if(einheitSchreibzyklen.equals("einheitSchreibzyklen1"))
{
eSchreibzyklen1 = "selected";
}
else if(einheitSchreibzyklen.equals("einheitSchreibzyklen2"))
{
eSchreibzyklen2 = "selected";
}
else if(einheitSchreibzyklen.equals("einheitSchreibzyklen3"))
{
eSchreibzyklen3 = "selected";
}
else if(einheitSchreibzyklen.equals("einheitSchreibzyklen4"))
{
eSchreibzyklen4 = "selected";
}
// oben sind sie Einheitauswahl von Speichergroeße bis
Schreibzyklen Bereich ############################
String einheitLeseabstandMin = (String)request.getParameter("einheitLeseabstandMin");
String einheitLeseabstandMax = (String)request.getParameter("einheitLeseabstandMax");
String einheitSchreibabstandMin = (String)request.getParameter("einheitSchreibabstandMin");
String einheitSchreibabstandMax = (String)request.getParameter("einheitSchreibabstandMax");
String einheitLeseSpeedMin = (String)request.getParameter("einheitLeseSpeedMin");
String einheitLeseSpeedMax = (String)request.getParameter("einheitLeseSpeedMax");
String einheitSchreibSpeedMin = (String)request.getParameter("einheitSchreibSpeedMin");
String einheitSchreibSpeedMax = (String)request.getParameter("einheitSchreibSpeedMax");
if (einheitLeseabstandMin == null) einheitLeseabstandMin = "";
String einheitLeseabstandMin1 = new String();
String einheitLeseabstandMin2 = new String();
String einheitLeseabstandMin3 = new String();
if(einheitLeseabstandMin == null)
{
}
else if(einheitLeseabstandMin.equals("mm"))
{
einheitLeseabstandMin1 = "selected";
}
else if(einheitLeseabstandMin.equals("cm"))
{
einheitLeseabstandMin2 = "selected";
}
else if(einheitLeseabstandMin.equals("m"))
{
einheitLeseabstandMin3 = "selected";
}
if (einheitLeseabstandMax == null) einheitLeseabstandMax = "";
String einheitLeseabstandMax1 = new String();
String einheitLeseabstandMax2 = new String();
String einheitLeseabstandMax3 = new String();
if(einheitLeseabstandMax == null)
{
}
else if(einheitLeseabstandMin.equals("mm"))
{
einheitLeseabstandMax1 = "selected";
}
else if(einheitLeseabstandMin.equals("cm"))
{
einheitLeseabstandMax2 = "selected";
}
else if(einheitLeseabstandMin.equals("m"))
{
einheitLeseabstandMax3 = "selected";
}
if (einheitSchreibabstandMin == null) einheitSchreibabstandMin = "";
String einheitSchreibabstandMin1 = new String();
String einheitSchreibabstandMin2= new String();
String einheitSchreibabstandMin3 = new String();
if(einheitLeseabstandMax == null)
{
}
else if(einheitSchreibabstandMin.equals("mm"))
{
einheitSchreibabstandMin1 = "selected";
}
else if(einheitSchreibabstandMin.equals("cm"))
{
einheitSchreibabstandMin2 = "selected";
}
else if(einheitSchreibabstandMin.equals("m"))
{
einheitSchreibabstandMin3 = "selected";
}
if (einheitSchreibabstandMax == null) einheitSchreibabstandMax = "";
String einheitSchreibabstandMax1 = new String();
String einheitSchreibabstandMax2= new String();
String einheitSchreibabstandMax3 = new String();
if(einheitLeseabstandMax == null)
{
}
else if(einheitSchreibabstandMax.equals("mm"))
{
einheitSchreibabstandMax1 = "selected";
}
else if(einheitSchreibabstandMax.equals("cm"))
{
einheitSchreibabstandMax2 = "selected";
}
else if(einheitSchreibabstandMax.equals("m"))
{
einheitSchreibabstandMax3 = "selected";
}
if (einheitLeseSpeedMin == null) einheitLeseSpeedMin = "";
String einheitLeseSpeedMin1 = new String();
String einheitLeseSpeedMin2= new String();
String einheitLeseSpeedMin3 = new String();
if(einheitLeseabstandMax == null)
{
}
else if(einheitLeseSpeedMin.equals("mm"))
{
einheitLeseSpeedMin1 = "selected";
}
else if(einheitLeseSpeedMin.equals("cm"))
{
einheitLeseSpeedMin2 = "selected";
}
else if(einheitLeseSpeedMin.equals("m"))
{
einheitLeseSpeedMin3 = "selected";
}
if (einheitLeseSpeedMax == null) einheitLeseSpeedMax = "";
String einheitLeseSpeedMax1 = new String();
String einheitLeseSpeedMax2= new String();
String einheitLeseSpeedMax3 = new String();
if(einheitLeseSpeedMax == null)
{
}
else if(einheitLeseSpeedMax.equals("mm"))
{
einheitLeseSpeedMax1 = "selected";
}
else if(einheitLeseSpeedMax.equals("cm"))
{
einheitLeseSpeedMax2 = "selected";
}
else if(einheitLeseSpeedMax.equals("m"))
{
einheitLeseSpeedMax3 = "selected";
}
if (einheitSchreibSpeedMin == null) einheitSchreibSpeedMin = "";
String einheitSchreibSpeedMin1 = new String();
String einheitSchreibSpeedMin2= new String();
String einheitSchreibSpeedMin3 = new String();
if(einheitSchreibSpeedMin == null)
{
}
else if(einheitSchreibSpeedMin.equals("mm"))
{
einheitSchreibSpeedMin1 = "selected";
}
else if(einheitSchreibSpeedMin.equals("cm"))
{
einheitSchreibSpeedMin2 = "selected";
}
else if(einheitSchreibSpeedMin.equals("m"))
{
einheitSchreibSpeedMin3 = "selected";
}
if (einheitSchreibSpeedMax == null) einheitSchreibSpeedMax = "";
String einheitSchreibSpeedMax1 = new String();
String einheitSchreibSpeedMax2= new String();
String einheitSchreibSpeedMax3 = new String();
if(einheitSchreibSpeedMax == null)
{
}
else if(einheitSchreibSpeedMax.equals("mm"))
{
einheitSchreibSpeedMax1 = "selected";
}
else if(einheitSchreibSpeedMax.equals("cm"))
{
einheitSchreibSpeedMax2 = "selected";
}
else if(einheitSchreibSpeedMax.equals("m"))
{
einheitSchreibSpeedMax3 = "selected";
}
int anzahlSaveData;
String anzahlSaveDataStr = (String)request.getParameter("nSaveData");
String newNormAnlegenStr = (String)request.getParameter("newNormAnlegen");
%>
<%
String bezeichnung = (String)request.getParameter("bezeichnung");
String typ = (String)request.getParameter("typ");
if (bezeichnung == null) bezeichnung = "";
if (typ == null)typ = "";
if (request.getParameter("datenbankVerbinden") != null)
{
%>
<form method="post" action="transponder_DB.jsp">
<%
//die Daten noch mal bestimmen
##############################################################################
if ( anzahlSaveDataStr == null)
{
anzahlSaveData = 0 ;
%>
<table width="600" border="0">
<tr>
<td><h2><font
color="#FF0000">Bitte die Daten noch mal
bestimmen!</font></h2></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="700" border="0">
<tr>
<td width="126"><font color="#0000FF">Anbieter:</font></td>
<td width="174">
<select name="anbieter" value="<%= anbieter%>" style="WIDTH: 100px" size="">
<option name="anbieter" value=""> Auswahl</option>
<option name="anbieter" value="anbieter1" <%=
an1%>>Siemens</option>
<option name="anbieter" value="anbieter2" <%=
an2%>>BaumIdent</option>
<option name="anbieter" value="anbieter3" <%=
an3%>>Sonst</option>
</select> </td>
<td width="386"></td>
</tr>
</table>
<table width="789" border="0">
<tr>
<td width="126"> Bezeichnung: </td>
<td width="144">
<input type="text" name="bezeichnung" value="<%= bezeichnung%>" />
</td>
<td width="505">
<%
if ( bezeichnung.length() >20 ){
//out.println("adresse =" + adresse.length());
%>
<font
color="#FF0000"> Bitte geben Sie die Zeichen nicht langer als 20
Stellig</font>
<%
}if ( bezeichnung.length() == 0){
%>
<font color="#FF0000"> Bitte geben Sie die Zeichen ein</font>
<%
}
%>
</td>
</tr>
</table>
<table width="791" border="0">
<tr>
<td width="127"> Typ: </td>
<td width="144">
<input type="text" name="typ" value="<%= typ%>"/>
</td>
<td width="506">
<%
if ( typ.length() >20 ){
//out.println("adresse =" + adresse.length());
%>
<font
color="#FF0000"> Bitte geben Sie die Zeichen nicht langer als 20
Stellig</font>
<%
}if ( typ.length() == 0){
%>
<font color="#FF0000"> Bitte geben Sie die Zeichen ein</font>
<%
}
%>
</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!--Frequenz und Norm Bereich##############################################################-->
<table width="600" border="0">
<tr>
<td width="126"> Frequenz: </td>
<td width="176"><select
name="frequenzBereich" value="<%= frequenzBereich%>"
style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="frequenzBereich1" <%= freq1 %>>125
KHz</option>
<option value="frequenzBereich2" <%= freq2 %>>13,56
MHz</option>
<option value="frequenzBereich3" <%= freq3 %>>868
MHz</option>
<option value="frequenzBereich4" <%= freq4 %>>915
MHz</option>
<option value="frequenzBereich5" <%= freq5 %>>2,45
GHz</option>
</select></td>
<td width="286"></td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Norm: </td>
<td width="176"><select name="norm"
value="" style="WIDTH: 100px" size=""
onchange="toggleEPC(this.value)">
<option value=""> Auswahl</option>
<option value="norm1" <%= n1 %>>ISO 18000-6</option>
<option value="norm2" <%= n2 %>>EPC</option></select>
</td>
<td width="286"></td>
</tr>
<tr><td>New norm: </td><td><input
type="text" name="epc" style="display:none"/></td></tr>
</table>
<!--wichtige Ddaten Bereich Bereich##############################################################-->
<table width="600" border="0">
<tr>
<td><font color="#0000FF">wichtige Daten im folgend:</font></td>
<td></td>
<td></td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126">Funktionsweise:</td>
<td width="176"><select
name="funktionsweise" value="<%= funktionsweise%>"style="WIDTH:
100px" size="">
<option value=""> Auswahl</option>
<option value="funktionsweise1" <%= funk1
%>>passiv</option>
<option value="funktionsweise2" <%= funk2
%>>aktiv</option>
<option value="funktionsweise3" <%= funk3
%>>semi-aktiv</option></select></td>
<td width="284"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Speichertyp: </td>
<td width="176"><select name="speichertyp"
value="<%= speichertyp%>"style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="speichertyp1" <%=
styp1%>>EEPROM</option>
<option value="speichertyp2" <%=
styp2%>>EPROM</option>
<option value="speichertyp3" <%= styp3%>>RAM</option>
<option value="speichertyp4" <%= styp4%>>ROM</option>
<option value="speichertyp5" <%=
styp5%>>SRAM</option>
</select></td>
<td width="284"> </td>
</tr>
</table>
<table width="778" border="0">
<tr>
<td width="126"> Speichergröße: </td>
<%
boolean sg = speichergroesse.matches("[0-9]+");
%>
<%
if (( speichergroesse.length() == 0) || (einheitSpeichergroesse.equals(""))){
%>
<td width="147"><input type="text" name="speichergroesse" value="<%= speichergroesse%>"/>
</td>
<td width="73"><select
name="einheitSpeichergroesse" value="<%=
einheitSpeichergroesse%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitSpeichergroesse1" <%=
eSpeicherBig1%>>Bit</option>
<option value="einheitSpeichergroesse2" <%=
eSpeicherBig2%>>kBit</option>
<option value="einheitSpeichergroesse3" <%=
eSpeicherBig3%>>Byte</option>
<option value="einheitSpeichergroesse4" <%=
eSpeicherBig4%>>kByte</option>
</select></td>
<td width="420">
<font color="#FF0000">bitte geben Sie die Zahl
ein oder die Einheit auszuwaehlen!</font></td>
<%
} else if (( speichergroesse.length() != 0) && ( sg == false )){
%>
<td width="144"><input type="text" name="speichergroesse" value=""/>
</td>
<td width="73"><select
name="einheitSpeichergroesse" value="<%=
einheitSpeichergroesse%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitSpeichergroesse1" <%=
eSpeicherBig1%>>Bit</option>
<option value="einheitSpeichergroesse2" <%=
eSpeicherBig2%>>kBit</option>
<option value="einheitSpeichergroesse3" <%=
eSpeicherBig3%>>Byte</option>
<option value="einheitSpeichergroesse4" <%=
eSpeicherBig4%>>kByte</option>
</select></td>
<td width="420">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="127"><input type="text" name="speichergroesse" value="<%= speichergroesse %>"/>
</td>
<td width="73"><select
name="einheitSpeichergroesse" value="<%=
einheitSpeichergroesse%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitSpeichergroesse1" <%=
eSpeicherBig1%>>Bit</option>
<option value="einheitSpeichergroesse2" <%=
eSpeicherBig2%>>kBit</option>
<option value="einheitSpeichergroesse3" <%=
eSpeicherBig3%>>Byte</option>
<option value="einheitSpeichergroesse4" <%=
eSpeicherBig4%>>kByte</option>
</select></td>
<td width= "420"></td>
<%
}
%>
</tr>
</table>
<table width="778" border="0">
<tr>
<td width="126"> Nutzdaten: </td>
<%
boolean nd = nutzdaten.matches("[0-9]+");
%>
<%
if (( nutzdaten.length() == 0) || (einheitNutzdaten.equals(""))){
%>
<td width="144">
<input type="text" name="nutzdaten" value=""/>
</td>
<td width="73"><select
name="einheitNutzdaten" value="<%=
einheitNutzdaten%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitNutzdaten1" <%=
eNutzdaten1%>>Bit</option>
<option value="einheitNutzdaten2" <%=
eNutzdaten2%>>kBit</option>
<option value="einheitNutzdaten3" <%=
eNutzdaten3%>>Byte</option>
<option value="einheitNutzdaten4" <%=
eNutzdaten4%>>kByte</option>
</select></td>
<td width="420">
<font color="#FF0000">bitte geben Sie die Zahl
ein oder die Einheit auszuwaehlen!</font></td>
<%
} else if (( nutzdaten.length() != 0) && ( nd == false )){
%>
<td width="144">
<input type="text" name="nutzdaten" value=""/>
</td>
<td width="73"><select
name="einheitNutzdaten" value="<%=
einheitNutzdaten%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitNutzdaten1" <%=
eNutzdaten1%>>Bit</option>
<option value="einheitNutzdaten2" <%=
eNutzdaten2%>>kBit</option>
<option value="einheitNutzdaten3" <%=
eNutzdaten3%>>Byte</option>
<option value="einheitNutzdaten4" <%=
eNutzdaten4%>>kByte</option>
</select></td>
<td width="420">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="nutzdaten" value="<%= nutzdaten %>"/>
</td>
<td width="103"><select
name="einheitNutzdaten" value="<%=
einheitNutzdaten%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitNutzdaten1" <%=
eNutzdaten1%>>Bit</option>
<option value="einheitNutzdaten2" <%=
eNutzdaten2%>>kBit</option>
<option value="einheitNutzdaten3" <%=
eNutzdaten3%>>Byte</option>
<option value="einheitNutzdaten4" <%=
eNutzdaten4%>>kByte</option>
</select></td>
<td width= "390"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Festcode: </td>
<%
boolean fc = festcode.matches("[0-9]+");
if (( festcode.length() != 0) && ( fc == false )){
%>
<td width="144">
<input type="text" name="festcode" value=""/>
</td>
<td width="73"><select
name="einheitFestcode" value="<%= einheitFestcode%>"
style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitFestcode1" <%=
eFestcode1%>>Bit</option>
<option value="einheitFestcode2" <%=
eFestcode2%>>kBit</option>
<option value="einheitFestcode3" <%=
eFestcode3%>>Byte</option>
<option value="einheitFestcode4" <%=
eFestcode4%>>kByte</option>
</select></td>
<td width="320">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="festcode" value="<%= festcode %>"/>
</td>
<td width="103"><select
name="einheitFestcode" value="<%= einheitFestcode%>"style="WIDTH:
70px" size="">
<option value=""> Einheit</option>
<option value="einheitFestcode1" <%=
eFestcode1%>>Bit</option>
<option value="einheitFestcode2" <%=
eFestcode2%>>kBit</option>
<option value="einheitFestcode3" <%=
eFestcode3%>>Byte</option>
<option value="einheitFestcode4" <%=
eFestcode4%>>kByte</option>
</select></td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="792" border="0">
<tr>
<td width="126"> Lesezyklen: </td>
<td width="144">
<input type="text" name="lesezyklen" value="<%= lesezyklen%>"/>
</td>
<td width="510"><select
name="einheitLesezyklen" value="<%=
einheitLesezyklen%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitLesezyklen1" <%=
eLesezyklen1%>>Bit</option>
<option value="einheitLesezyklen2" <%=
eLesezyklen2%>>kBit</option>
<option value="einheitLesezyklen3" <%=
eLesezyklen3%>>Byte</option>
<option value="einheitLesezyklen4" <%=
eLesezyklen4%>>kByte</option>
</select></td>
</tr>
</table>
<table width="792" border="0">
<tr>
<td width="126"> Schreibzyklen: </td>
<td width="144">
<input type="text" name="schreibzyklen" value="<%= schreibzyklen%>"/>
</td>
<td width="510"><select
name="einheitSchreibzyklen" value="<%= einheitSchreibzyklen%>"
style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitSchreibzyklen1" <%=
eSchreibzyklen1%>>Bit</option>
<option value="einheitSchreibzyklen2" <%=
eSchreibzyklen2%>>kBit</option>
<option value="einheitSchreibzyklen3" <%=
eSchreibzyklen3%>>Byte</option>
<option value="einheitSchreibzyklen4" <%=
eSchreibzyklen4%>>kByte</option>
</select></td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Tempraturebereich ############################################################################### -->
<table width="600" border="0">
<tr>
<td> <font color="#0000DD">Tempraturebereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Max.Lager: </td>
<%
boolean ltMax = lagerTempMax.matches("[0-9]+");
if (( lagerTempMax.length() != 0) && ( ltMax == false )){
%>
<td width="144">
<input type="text" name="lagerTempMax" value=""/>
</td>
<td width="23">°C</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="lagerTempMax" value="<%= lagerTempMax %>"/>
</td>
<td width="103">°C</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Min.Lager: </td>
<%
boolean ltMin = lagerTempMin.matches("[0-9]+");
if (( lagerTempMin.length() != 0) && ( ltMin == false )){
%>
<td width="144">
<input type="text" name="lagerTempMin" value=""/>
</td>
<td width="23">°C</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="lagerTempMin" value="<%= lagerTempMin %>"/>
</td>
<td width="103">°C</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Max.Betrieb: </td>
<%
boolean btMax = betriebTempMax.matches("[0-9]+");
if (( betriebTempMax.length() != 0) && ( btMax == false )){
%>
<td width="144">
<input type="text" name="betriebTempMax" value=""/>
</td>
<td width="23">°C</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="betriebTempMax" value="<%= betriebTempMax %>"/>
</td>
<td width="103">°C</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Min.Betrieb: </td>
<%
boolean btMin = betriebTempMin.matches("[0-9]+");
if (( betriebTempMin.length() != 0) && ( btMin == false )){
%>
<td width="144">
<input type="text" name="betriebTempMin" value=""/>
</td>
<td width="23">°C</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="betriebTempMin" value="<%= betriebTempMin %>"/>
</td>
<td width="103">°C</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Bauformbereich ############################################################################### -->
<table width="600" border="0">
<tr>
<td><font color="#0000DD"> Bauformbereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Bauform: </td>
<td width="391"><select name="bauform" value="<%= bauform%>" style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="bauform1" <%= bform1 %>>Zylinder Disk</option>
<option value="bauform2" <%= bform2 %>>Chipkarte</option>
<option value="bauform3" <%= bform3 %>>Smart Label</option>
<option value="bauform4" <%= bform4 %>>GrasrÖhrchen</option>
<option value="bauform5" <%= bform5 %>>Rechteck</option>
</select></td>
<td width="69"> </td>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Lange: </td>
<%
boolean l = lange.matches("[0-9]+");
if (( lange.length() != 0) && ( l == false )){
%>
<td width="144">
<input type="text" name="lange" value=""/>
</td>
<td width="23">mm</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="lange" value="<%= lange %>"/>
</td>
<td width="103">mm</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Breit: </td>
<%
boolean b = breit.matches("[0-9]+");
if (( breit.length() != 0) && ( b == false )){
%>
<td width="144">
<input type="text" name="breit" value=""/>
</td>
<td width="23">mm</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="breit" value="<%= breit %>"/>
</td>
<td width="103">mm</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Hohe: </td>
<%
boolean h = hohe.matches("[0-9]+");
if (( hohe.length() != 0) && ( h == false )){
%>
<td width="144">
<input type="text" name="hohe" value=""/>
</td>
<td width="23">mm</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="hohe" value="<%= hohe %>"/>
</td>
<td width="103">mm</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Durchmesser: </td>
<%
boolean d = durchmesser.matches("[0-9]+");
if (( durchmesser.length() != 0) && ( d == false )){
%>
<td width="144">
<input type="text" name="durchmesser" value=""/>
</td>
<td width="23">mm</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="durchmesser" value="<%= durchmesser %>"/>
</td>
<td width="103">mm</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Gewicht: </td>
<%
boolean g = gewicht.matches("[0-9]+");
if (( gewicht.length() != 0) && ( g == false )){
%>
<td width="144">
<input type="text" name="gewicht" value=""/>
</td>
<td width="23">g</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="gewicht" value="<%= gewicht %>"/>
</td>
<td width="103">g</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Lesereichweitebereich ############################################################################### -->
<table width="600" border="0">
<tr>
<td> <font color="#0000DD">Lesereichweitebereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Min.Leseabstand: </td>
<td width="148"><input type="text"
name="leseabstandMin" value="<%= leseabstandMin%>"/></td>
<td width="312"><select
name="einheitLeseabstandMin" value="<%= einheitLeseabstandMin%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseabstandMin1%>>mm</option>
<option value="cm" <%=
einheitLeseabstandMin2%>>cm</option>
<option value="m" <%=
einheitLeseabstandMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Leseabstand: </td>
<td width="148"><input type="text"
name="leseabstandMax" value="<%= leseabstandMax%>"/></td>
<td width="312"><select
name="einheitLeseabstandMax" value="<%= einheitLeseabstandMax%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseabstandMax1%>>mm</option>
<option value="cm" <%=
einheitLeseabstandMax2%>>cm</option>
<option value="m" <%=
einheitLeseabstandMax3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Min.Schreibabstand: </td>
<td width="148"><input type="text"
name="schreibabstandMin" value="<%=
schreibabstandMin%>"/></td>
<td width="312"><select
name="einheitSchreibabstandMin" value="<%=
einheitSchreibabstandMin%>" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibabstandMin1%>>mm</option>
<option value="cm" <%= einheitSchreibabstandMin2%>
>cm</option>
<option value="m" <%=
einheitSchreibabstandMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Schreibabstand: </td>
<td width="148"><input type="text"
name="schreibabstandMax" value="<%=
schreibabstandMax%>"/></td>
<td width="312"><select
name="einheitSchreibabstandMax" value="<%=
einheitSchreibabstandMax%>" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibabstandMax1%>>mm</option>
<option value="cm" <%=
einheitSchreibabstandMax2%>>cm</option>
<option value="m" <%=
einheitSchreibabstandMax3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Min.Lesegeschwindigkeit: </td>
<td width="148"><input type="text"
name="leseSpeedMin" value="<%= leseSpeedMin%>"/></td>
<td width="312"><select
name="einheitLeseSpeedMin" value="<%= einheitLeseSpeedMin%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseSpeedMin1%>>mm</option>
<option value="cm" <%=
einheitLeseSpeedMin2%>>cm</option>
<option value="m" <%=
einheitLeseSpeedMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Lesegeschwindigkeit: </td>
<td width="148"><input type="text"
name="leseSpeedMax" value="<%= leseSpeedMax%>"/></td>
<td width="312"><select
name="einheitLeseSpeedMax" value="<%= einheitLeseSpeedMax%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseSpeedMax1%>>mm</option>
<option value="cm" <%=
einheitLeseSpeedMax2%>>cm</option>
<option value="m" <%=
einheitLeseSpeedMax3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Min.Schreibgeschwindigkeit: </td>
<td width="148"><input type="text"
name="schreibSpeedMin" value="<%=
schreibSpeedMin%>"/></td>
<td width="312"><select name="einheitSchreibSpeedMin" value="c" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibSpeedMin1%>>mm</option>
<option value="cm" <%=
einheitSchreibSpeedMin2%>>cm</option>
<option value="m" <%=
einheitSchreibSpeedMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Schreibgeschwindigkeit: </td>
<td width="148"><input type="text"
name="schreibSpeedMax" value="<%=
schreibSpeedMax%>"/></td>
<td width="312"><select
name="einheitSchreibSpeedMax" value="<%=
einheitSchreibSpeedMax%>" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibSpeedMax1%>>mm</option>
<option value="cm" <%=
einheitSchreibSpeedMax2%>>cm</option>
<option value="m" <%=
einheitSchreibSpeedMax3%>>m</option>
</select></td>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Feuchtigkeit: </td>
<%
boolean f = feuchtigkeit.matches("[0-9]+");
if (( feuchtigkeit.length() != 0) && ( f == false )){
%>
<td width="144">
<input type="text" name="breit" value=""/>
</td>
<td width="3">%</td>
<td width="393">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="feuchtigkeit" value="<%= feuchtigkeit %>"/>
</td>
<td width="103">%</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Temperatur: </td>
<%
boolean t = temperatur.matches("[0-9]+");
if (( temperatur.length() != 0) && ( t == false )){
%>
<td width="144">
<input type="text" name="temperatur" value=""/>
</td>
<td width="3"></td>
<td width="393">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="temperatur" value="<%= temperatur %>"/>
</td>
<td width="103">°C</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Sonstige Daten: ############################################################################### -->
<table width="600" border="0">
<tr>
<td><h3><font color="#0000DD"> Sonstige Daten:</font></h3> </td>
</tr>
<tr>
<td><font color="#0000DD">mechanische Belastbarkeitbereich :</font> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Schutzart: </td>
<td width="391"><select name="schutzart"
value="<%= schutzart%>" style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="schutzart1" <%= schutz1%>>IP47</option>
<option
value="schutzart2" <%= schutz2%>>IP65</option>
<option
value="schutzart3" <%= schutz3%>>ip66</option>
<option
value="schutzart4" <%= schutz4%>>ip67</option>
<option
value="schutzart5" <%= schutz5%>>ip68</option>
<option
value="schutzart6" <%= schutz6%>>Sonst</option>
</select></td>
<td width="69"> </td>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Chipverbrauch: </td>
<%
boolean chip = chipverbrauch.matches("[0-9]+");
if (( chipverbrauch.length() != 0) && ( chip == false )){
%>
<td width="144">
<input type="text" name="chipverbrauch" value=""/>
</td>
<td width="20">(Watt)</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="chipverbrauch" value="<%= chipverbrauch %>"/>
</td>
<td width="103">(Watt)</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="126"> Sensibilitaet: </td>
<%
boolean sen = sesibilitaet.matches("[0-9]+");
if (( sesibilitaet.length() != 0) && ( sen == false )){
%>
<td width="144">
<input type="text" name="sesibilitaet" value=""/>
</td>
<td width="20">(µWatt)</td>
<td width="373">
<font color="#FF0000">Bitte geben sie nur die Zähle ein!</font></td>
<%
}else{
%>
<td width="147"><input type="text" name="sesibilitaet" value="<%= sesibilitaet %>"/>
</td>
<td width="103">(µWatt)</td>
<td width= "290"></td>
<%
}
%>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Material: </td>
<td width="148"><input type="text" name="material" value="<%= material%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> </td>
<td width="148"> </td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td><font color="#0000DD">Festigkeitsnormbereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Schock: </td>
<td width="148"><input type="text" name="schock" value="<%= schock%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Stoßfestigkeit: </td>
<td width="148"><input type="text"
name="stossfestigkeit" value="<%=
stossfestigkeit%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Vibration: </td>
<td width="148"><input type="text" name="vibration" value="<%= vibration%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Torsion: </td>
<td width="148"><input type="text" name="torsion" value="<%= torsion%>" /></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Modulierung: </td>
<td width="148"><input type="text"
name="modulierung" value="<%= modulierung%>" /></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="125">Besonderheit:</td>
<td width= "148"><TEXTAREA
name="besonderheit" value="<%= besonderheit%>"><%=
besonderheit%></TEXTAREA></td>
<td width="313"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<%
}
%>
<!--Speichern ############################################################################-->
<!-- eine Link zur Datenbank -->
<td><input type = "submit" name="saveData" value="Speichern" />
<input type="hidden" name = "nSaveData" value="1"/></td>
<!-- in der
Datenbank########################################################################################-->
</form>
<%
} else {
%>
<form method="post" action="indexTransponder.jsp">
<table width="600" border="0">
<tr>
<td><h2>Transponder</h2></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="700" border="0">
<tr>
<td width="126"><font color="#0000FF">Anbieter:</font></td>
<td width="174">
<select name="anbieter" style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="anbieter1">Siemens</option>
<option value="anbieter2">BaumIdent</option>
<option value="anbieter3">Sonst</option>
</select> </td>
<!-- ???????? <td width="386"><input type =
"button" name= "anbieter " value="Anbieter neu anlegen"
onclick="anbieter_pressed1()"/></td>-->
<td width="386"><input type = "button"
name="anbieter" value="anbieter neu anlegen"
onclick="window.open('anbieter.jsp', '_blank')" size=""/></td>
</tr>
</table>
<%
%>
<table width="789" border="0">
<tr>
<td width="126"> Bezeichnung: </td>
<td width="144">
<input type="text" name="bezeichnung" value="<%= bezeichnung%>" />
</td>
<td width="505"> <font
color="#0000DD">RFID-System bei Firma definiert.(z.B. MODY D in
Siemens) </font></td>
</tr>
</table>
<table width="791" border="0">
<tr>
<td width="127"> Typ: </td>
<td width="144">
<input type="text" name="typ" value="<%= typ%>"/>
</td>
<td width="506"><font
color="#0000DD">Name des Transponders von Hersteller.(z.B.
DT.A0.F1)</font></td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Frequenz neu anlegen. es ist noch nicht submit
#########################################################################
-->
<table width="600" border="0">
<tr>
<td width="126"> Frequenz: </td>
<td width="176"><select name="frequenzBereich" style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="frequenzBereich1">125 KHz</option>
<option value="frequenzBereich2">13,56 MHz</option>
<option value="frequenzBereich3">868 MHz</option>
<option value="frequenzBereich4">915 MHz</option>
<option value="frequenzBereich5">2,45 GHz</option>
</select></td>
<td width="284"><input type = "button" name="frequenz"
value="Frequenz neu anlegen" onclick="window.open('frequenz.jsp',
'_blank')" size=""/></td>
</tr>
</table>
<!-- Norm ############################################################################### -->
<%
//int anzahlNorm;
String newNormStr = (String)request.getParameter("newNorm");
String newNormStr_1 = (String)request.getParameter("newNorm_1");
//out.println("AUSGABE:"+newNormAnlegenStr);
if ((newNormAnlegenStr == null ) &&(newNormStr_1 == null))
{
%>
<table width="600" border="0">
<tr>
<td width="126"> Norm: </td>
<%
if(norm == null)
{
%>
<td width="176"><select name="newNorm"
style="WIDTH: 100px" size="" onchange="toggleEPC(this.value)">
<option value=""> Auswahl</option>
<option value="norm1">ISO 18000-6</option>
<option value="norm2">EPC</option></select></td>
<td width="284"><input type="submit" name="newNormAnlegen" value="newNormAnlegen"/>
</tr>
<tr><!--<td>New norm: </td>--><td width="126"></td><td width="176">
<input type="text" name="epc" style="display:none"/></td></tr>
</table>
<%
}
else if(norm.equals("norm1"))
{
n1 = "selected";
%>
<td width="176"><select name="newNorm"
style="WIDTH: 100px" size="" onchange="toggleEPC(this.value)">
<option value=""> Auswahl</option>
<option value="norm1">ISO 18000-6</option>
<option value="norm2">EPC</option></select></td>
<td width="284"><input type="submit" name="newNormAnlegen" value="newNormAnlegen"/>
</tr>
<tr><td>New norm: </td><td><input
type="text" name="epc" style="display:none"/></td></tr>
</table>
<%
}
else if(norm.equals("norm2"))
{
n2 = "selected";
String epc_class = (String)request.getParameter("epc_class");
//if (norm == null) norm = "";
String e1 = new String();
String e2 = new String();
String e3 = new String();
if(epc_class.equals("epc_class1"))
{
e1 = "selected";
}
else if(epc_class.equals("epc_class2"))
{
e2 = "selected";
}
else if(epc_class.equals("epc_class3"))
{
e3 = "selected";
}
%>
<td width="176"><select name="newNorm" style="WIDTH: 100px" size="" onchange="toggleEPC(this.value)">
<option value=""> Auswahl</option>
<option value="norm1">ISO 18000-6</option>
<option value="norm2">EPC</option></select></td>
<td width="284"><input type="submit" name="newNormAnlegen" value="newNormAnlegen"/>
</tr>
<tr><td>New norm: </td><td><input
type="text" name="epc" style="display:none"/></td></tr>
</table>
<table width="600" border="0">
<tr><td width="176"><select name="epc_class" style="WIDTH: 100px" size="">
<option value="epc_class1" <%= e1 %>>EPC Class 1</option>
<option value="epc_class2" <%= e2 %>>EPC Class 2</option>
<option value="epc_class3" <%= e3
%>>EPC Class
3</option></select></td>
</tr>
</table>
<%
}
%>
<%
} else {
String _bezeichnungNorm = (String)request.getParameter("bezeichnungNorm");
if (_bezeichnungNorm == null) _bezeichnungNorm ="";
%>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr><font color="#0000FF">neue Norm</font></tr>
<tr>
<td width="123">Bezeichnung:</td>
<td width="441"><input type="text"
name="bezeichnungNorm" value="<%=
_bezeichnungNorm%>"/></td>
<td width="22"> </td>
</tr>
</table>
<table> <input type="hidden" name="newNorm_1" value="1"></table>
<%
}
%>
<!-- wichtige Daten ############################################################################### -->
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td><font color="#0000FF">wichtige Daten im folgend:</font></td>
<td></td>
<td></td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Funktionsweise:</td>
<td width="176"><select
name="funktionsweise" value="<%= funktionsweise%>"style="WIDTH:
100px" size="">
<option value=""> Auswahl</option>
<option value="funktionsweise1">passiv</option>
<option value="funktionsweise2">aktiv</option>
<option
value="funktionsweise3">semi-aktiv</option></select></td>
<td width="284"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Speichertyp: </td>
<td width="176"><select name="speichertyp"
value="<%= speichertyp%>"style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="speichertyp1">EEPROM</option>
<option value="speichertyp2">EPROM</option>
<option value="speichertyp3">RAM</option>
<option value="speichertyp4">ROM</option>
<option
value="speichertyp5">SRAM</option>
</select></td>
<td width="284"> </td>
</tr>
</table>
<table width="678" border="0">
<tr>
<td width="124"> Speichergröße: </td>
<td width="147">
<input type="text" name="speichergroesse" value="<%= speichergroesse%>"/>
</td>
<td width="393"><select
name="einheitSpeichergroesse" value="<%=
einheitSpeichergroesse%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitSpeichergroesse1">Bit</option>
<option value="einheitSpeichergroesse2">kBit</option>
<option value="einheitSpeichergroesse3">Byte</option>
<option value="einheitSpeichergroesse4">kByte</option>
</select></td>
</tr>
</table>
<table width="672" border="0">
<tr>
<td width="124"> Nutzdaten: </td>
<td width="144">
<input type="text" name="nutzdaten" value="<%= nutzdaten%>"/>
</td>
<td width="390"><select
name="einheitNutzdaten" value="<%=
einheitNutzdaten%>"style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option name="einheitNutzdaten"
value="einheitNutzdaten1">Bit</option>
<option name="einheitNutzdaten"
value="einheitNutzdaten2">kBit</option>
<option name="einheitNutzdaten"
value="einheitNutzdaten3">Byte</option>
<option name="einheitNutzdaten"
value="einheitNutzdaten4">kByte</option>
</select></td>
</tr>
</table>
<table width="792" border="0">
<tr>
<td width="124"> Festcode: </td>
<td width="144">
<input type="text" name="festcode" value="<%= festcode%>"/>
</td>
<td width="510"><select
name="einheitFestcode" value="<%= einheitFestcode%>"style="WIDTH:
70px" size="">
<option name="einheitFestcode" value=""> Einheit</option>
<option name="einheitFestcode"
value="einheitFestcode1">Bit</option>
<option name="einheitFestcode"
value="einheitFestcode2">kBit</option>
<option name="einheitFestcode"
value="einheitFestcode3">Byte</option>
<option name="einheitFestcode"
value="einheitFestcode4">kByte</option>
</select></td>
</tr>
</table>
<table width="792" border="0">
<tr>
<td width="124"> Lesezyklen: </td>
<td width="144">
<input type="text" name="lesezyklen" value="<%= lesezyklen%>"/>
</td>
<td width="510"><select
name="einheitLesezyklen" value="<%=
einheitLesezyklen%>"style="WIDTH: 70px" size="">
<option name="einheitLesezyklen" value=""> Einheit</option>
<option name="einheitLesezyklen"
value="einheitLesezyklen1">Bit</option>
<option name="einheitLesezyklen"
value="einheitLesezyklen2">kBit</option>
<option name="einheitLesezyklen"
value="einheitLesezyklen3">Byte</option>
<option name="einheitLesezyklen"
value="einheitLesezyklen4">kByte</option>
</select></td>
</tr>
</table>
<table width="792" border="0">
<tr>
<td width="124"> Schreibzyklen: </td>
<td width="144">
<input type="text" name="schreibzyklen" value="<%= schreibzyklen%>"/>
</td>
<td width="510"><select
name="einheitSchreibzyklen" value="<%= einheitSchreibzyklen%>"
style="WIDTH: 70px" size="">
<option value=""> Einheit</option>
<option value="einheitSchreibzyklen1">Bit</option>
<option value="einheitSchreibzyklen2">kBit</option>
<option value="einheitSchreibzyklen3">Byte</option>
<option value="einheitSchreibzyklen4">kByte</option>
</select></td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Tempraturebereich ############################################################################### -->
<table width="600" border="0">
<tr>
<td> <font color="#0000DD">Tempraturebereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Max.Lager: </td>
<td width="148"><input type="text"
name="lagerTempMax" value="<%= lagerTempMax%>"/></td>
<td width="312">°C</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Min.Lager: </td>
<td width="148"><input type="text"
name="lagerTempMin" value="<%= lagerTempMin%>"/></td>
<td width="312">°C</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Max.Betrieb: </td>
<td width="148"><input type="text"
name="betriebTempMax" value="<%= betriebTempMax%>"/></td>
<td width="312">°C</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Min.Betrieb: </td>
<td width="148"><input type="text"
name="betriebTempMin" value="<%= betriebTempMin%>"
/></td>
<td width="312">°C</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Bauformbereich ############################################################################### -->
<table width="600" border="0">
<tr>
<td><font color="#0000DD"> Bauformbereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Bauform: </td>
<td width="391"><select name="bauform" value="<%= bauform%>" style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="bauform1">Zylinder Disk</option>
<option value="bauform2">Chipkarte</option>
<option value="bauform3">Smart Label</option>
<option value="bauform4">GrasrÖhrchen</option>
<option value="bauform5">Rechteck</option>
</select></td>
<td width="69"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Lange: </td>
<td width="148"><input type="text" name="lange" value="<%= lange%>"/></td>
<td width="312">mm</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Breit: </td>
<td width="148"><input type="text" name="breit" value="<%= breit%>"/></td>
<td width="312">mm</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Hohe: </td>
<td width="148"><input type="text" name="hohe" value="<%= hohe%>"/></td>
<td width="312">mm</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Durchmesser: </td>
<td width="148"><input type="text"
name="durchmesser" value="<%= durchmesser%>"/></td>
<td width="312">mm</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Gewicht:</td>
<td width="148"><input type="text" name="gewicht" value="<%= gewicht%>" /></td>
<td width="312">g</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Lesereichweitebereich ############################################################################### -->
<table width="600" border="0">
<tr>
<td> <font color="#0000DD">Lesereichweitebereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Min.Leseabstand: </td>
<td width="148"><input type="text"
name="leseabstandMin" value="<%= leseabstandMin%>"/></td>
<td width="312"><select
name="einheitLeseabstandMin" value="<%= einheitLeseabstandMin%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseabstandMin1%>>mm</option>
<option value="cm" <%=
einheitLeseabstandMin2%>>cm</option>
<option value="m" <%=
einheitLeseabstandMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Leseabstand: </td>
<td width="148"><input type="text"
name="leseabstandMax" value="<%= leseabstandMax%>"/></td>
<td width="312"><select
name="einheitLeseabstandMax" value="<%= einheitLeseabstandMax%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseabstandMax1%>>mm</option>
<option value="cm" <%=
einheitLeseabstandMax2%>>cm</option>
<option value="m" <%=
einheitLeseabstandMax3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Min.Schreibabstand: </td>
<td width="148"><input type="text"
name="schreibabstandMin" value="<%=
schreibabstandMin%>"/></td>
<td width="312"><select
name="einheitSchreibabstandMin" value="<%=
einheitSchreibabstandMin%>" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibabstandMin1%>>mm</option>
<option value="cm" <%= einheitSchreibabstandMin2%>
>cm</option>
<option value="m" <%=
einheitSchreibabstandMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Schreibabstand: </td>
<td width="148"><input type="text"
name="schreibabstandMax" value="<%=
schreibabstandMax%>"/></td>
<td width="312"><select
name="einheitSchreibabstandMax" value="<%=
einheitSchreibabstandMax%>" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibabstandMax1%>>mm</option>
<option value="cm" <%=
einheitSchreibabstandMax2%>>cm</option>
<option value="m" <%=
einheitSchreibabstandMax3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Min.Lesegeschwindigkeit: </td>
<td width="148"><input type="text"
name="leseSpeedMin" value="<%= leseSpeedMin%>"/></td>
<td width="312"><select
name="einheitLeseSpeedMin" value="<%= einheitLeseSpeedMin%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseSpeedMin1%>>mm</option>
<option value="cm" <%=
einheitLeseSpeedMin2%>>cm</option>
<option value="m" <%=
einheitLeseSpeedMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Lesegeschwindigkeit: </td>
<td width="148"><input type="text"
name="leseSpeedMax" value="<%= leseSpeedMax%>"/></td>
<td width="312"><select
name="einheitLeseSpeedMax" value="<%= einheitLeseSpeedMax%>"
style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitLeseSpeedMax1%>>mm</option>
<option value="cm" <%=
einheitLeseSpeedMax2%>>cm</option>
<option value="m" <%=
einheitLeseSpeedMax3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Min.Schreibgeschwindigkeit: </td>
<td width="148"><input type="text"
name="schreibSpeedMin" value="<%=
schreibSpeedMin%>"/></td>
<td width="312"><select name="einheitSchreibSpeedMin" value="c" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibSpeedMin1%>>mm</option>
<option value="cm" <%=
einheitSchreibSpeedMin2%>>cm</option>
<option value="m" <%=
einheitSchreibSpeedMin3%>>m</option>
</select></td>
</tr>
<tr>
<td width="126"> Max.Schreibgeschwindigkeit: </td>
<td width="148"><input type="text"
name="schreibSpeedMax" value="<%=
schreibSpeedMax%>"/></td>
<td width="312"><select
name="einheitSchreibSpeedMax" value="<%=
einheitSchreibSpeedMax%>" style="WIDTH: 70px" size="">
<option value="" > Einheit</option>
<option value="mm" <%=
einheitSchreibSpeedMax1%>>mm</option>
<option value="cm" <%=
einheitSchreibSpeedMax2%>>cm</option>
<option value="m" <%=
einheitSchreibSpeedMax3%>>m</option>
</select></td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Feuchtigkeit: </td>
<td width="148"><input type="text"
name="feuchtigkeit" value="<%= feuchtigkeit%>"/></td>
<td width="312">%</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Temperatur: </td>
<td width="148"><input type="text" name="temperatur" value="<%= temperatur%>"/></td>
<td width="312">°C</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- Sonstige Daten: ############################################################################### -->
<table width="600" border="0">
<tr>
<td><h3><font color="#0000DD"> Sonstige Daten:</font></h3> </td>
</tr>
<tr>
<td><font color="#0000DD">mechanische Belastbarkeitbereich :</font> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Schutzart: </td>
<td width="391"><select name="schutzart"
value="<%= schutzart%>" style="WIDTH: 100px" size="">
<option value=""> Auswahl</option>
<option value="schutzart1">IP47</option>
<option value="schutzart2">IP65</option>
<option value="schutzart3">ip66</option>
<option value="schutzart4">ip67</option>
<option value="schutzart5">ip68</option>
<option value="schutzart6">Sonst</option>
</select></td>
<td width="69"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Chipverbrauch: </td>
<td width="148"><input type="text"
name="chipverbrauch" value="<%= chipverbrauch%>"/></td>
<td width="312">(Watt)</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126" height="24"> Sensibilitaet: </td>
<td width="148"><input type="text"
name="sesibilitaet" value="<%= sesibilitaet%>"/></td>
<td width="312">(µWatt)</td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Material: </td>
<td width="148"><input type="text" name="material" value="<%= material%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> </td>
<td width="148"> </td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td><font color="#0000DD">Festigkeitsnormbereich: </font></td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Schock: </td>
<td width="148"><input type="text" name="schock" value="<%= schock%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Stoßfestigkeit: </td>
<td width="148"><input type="text"
name="stossfestigkeit" value="<%=
stossfestigkeit%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Vibration: </td>
<td width="148"><input type="text" name="vibration" value="<%= vibration%>"/></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Torsion: </td>
<td width="148"><input type="text" name="torsion" value="<%= torsion%>" /></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="126"> Modulierung: </td>
<td width="148"><input type="text"
name="modulierung" value="<%= modulierung%>" /></td>
<td width="312"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td width="125">Besonderheit:</td>
<td width= "148"><TEXTAREA
name="besonderheit" value="<%= besonderheit%>"><%=
besonderheit%></TEXTAREA></td>
<td width="313"> </td>
</tr>
</table>
<table width="600" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- <input type="submit" value="Alles Loeschen" />-->
<input type="submit" name="datenbankVerbinden" value="DatenbankVerbinden" />
<%
}
%>
</form>
</body>
</html>