Persönliche Werkzeuge

Vorlage:BV-BgTausch

Aus BogenWiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 13: Zeile 13:
<template id="BVTAM.TauschList.Template">
<template id="BVTAM.TauschList.Template">
   <template id="Head"></template>
   <template id="Head"></template>
 +
  <button id="BVTAM.TA.Create.Button" type="button"
 +
          onclick="BGF_BtV_OnClick(this)">Neue Tauschaktion erstellen</button>
   <table id="BVTAM.TA.Table" style="background:silver;" width=100% cellspacing=1 cellpadding=4>
   <table id="BVTAM.TA.Table" style="background:silver;" width=100% cellspacing=1 cellpadding=4>
     <thead>
     <thead>
Zeile 50: Zeile 52:
             <td nowrap>Tauschpartner: </td><td>&nbsp;</td>
             <td nowrap>Tauschpartner: </td><td>&nbsp;</td>
             <td>
             <td>
-
               <select id="BVTAM.TauschPartner.Select" name="Tauschpartner" onchange="BV_BTB_OnChange(this)">
+
               <select id="BVTAM.TD.Partner.Select" name="Tauschpartner" onchange="BVTAMOnChange(this)">
                 <option value="-">bitte auswählen</option>
                 <option value="-">bitte auswählen</option>
               </select>
               </select>
Zeile 56: Zeile 58:
             <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
             <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
             <td rowspan=4 nowrap>Beschreibung, Kommentar, Anmerkung: <br>
             <td rowspan=4 nowrap>Beschreibung, Kommentar, Anmerkung: <br>
-
               <textarea name="TauschKommentar" id="BVTAM.TauschKommentar.Text" cols="50" rows="5"></textarea>
+
               <textarea name="TauschKommentar" id="BVTAM.TD.Kommentar.Text" cols="50" rows="5"></textarea>
             </td>
             </td>
           </tr>
           </tr>
Zeile 62: Zeile 64:
             <td nowrap>Startdatum:</td><td>&nbsp;</td>
             <td nowrap>Startdatum:</td><td>&nbsp;</td>
             <td>
             <td>
-
               <input type="date" id="BVTAM.StartDatum.Date" name="StartDatum" style="margin:0px" value="%%Tausch.StartDatum.db%%"
+
               <input type="date" id="BVTAM.TD.StartDatum.Date" name="StartDatum" style="margin:0px" value="%%Tausch.StartDatum.db%%"
                     onchange="BVTAMOnChange(this)" oninput="BVTAMOnChange(this)">
                     onchange="BVTAMOnChange(this)" oninput="BVTAMOnChange(this)">
             </td>
             </td>
Zeile 69: Zeile 71:
             <td nowrap>Endedatum:</td><td>&nbsp;</td>
             <td nowrap>Endedatum:</td><td>&nbsp;</td>
             <td>
             <td>
-
               <input type="date" id="BVTAM.EndeDatum.Date" name="EndeDatum" style="margin:0px" value="%%Tausch.EndeDatum.db%%"
+
               <input type="date" id="BVTAM.TD.EndeDatum.Date" name="EndeDatum" style="margin:0px" value="%%Tausch.EndeDatum.db%%"
                     onchange="BVTAMOnChange(this)" oninput="BVTAMOnChange(this)">
                     onchange="BVTAMOnChange(this)" oninput="BVTAMOnChange(this)">
             </td>
             </td>
Zeile 75: Zeile 77:
           <tr valign=top>
           <tr valign=top>
             <td nowrap>Status:</td><td>&nbsp;</td>
             <td nowrap>Status:</td><td>&nbsp;</td>
-
             <td><span id="BVTAM.Status">%%Tausch.Status%%</span></td>
+
             <td><span id="BVTAM.TD.Status.Span">%%Tausch.Status%%</span></td>
           </tr>
           </tr>
           <tr valign=top>
           <tr valign=top>
             <td colspan=5 nowrap>
             <td colspan=5 nowrap>
-
               <button id="BVTAM.TauschAktion.Save" type="button"
+
               <button id="BVTAM.TD.New.Button" type="button"
-
                       onclick="BGF_BtV_OnClick(this)">Speichern</button>&nbsp;&nbsp;
+
                      onclick="BGF_BtV_OnClick(this)">Tauschaktion erstellen</button>&nbsp;&nbsp;
-
               <button id="BVTAM.TauschAktion.Abort" type="button"
+
              <button id="BVTAM.TD.Save.Button" type="button"
 +
                       onclick="BGF_BtV_OnClick(this)">Änderungen speichern</button>&nbsp;&nbsp;
 +
               <button id="BVTAM.TD.Abort.Button" type="button"
                       onclick="BGF_BtV_OnClick(this)">Abbrechen</button>&nbsp;&nbsp;
                       onclick="BGF_BtV_OnClick(this)">Abbrechen</button>&nbsp;&nbsp;
             </td>
             </td>

Version vom 21:08, 6. Dez. 2023

BVTAM.TauschList
BVTAM.TauschDaten
BVTAM.TauschBogenListe