Persönliche Werkzeuge

Vorlage:BV-BgTausch

Aus BogenWiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 32: Zeile 32:
     </tr>
     </tr>
     <template id="Foot"></template>
     <template id="Foot"></template>
 +
  </table>
 +
</template>
 +
<template id="BV.BTB.TauschDaten.Template">
 +
  <template id="Body"></template>
 +
  <table style="background:silver;" width=100% cellspacing=1 cellpadding=4>
 +
    <tr style="background:#E0E0E0;" valign=top>
 +
      <td style="padding:2px 6px 1px 6px"><b>Daten der Tausaktion</b></td>
 +
    </tr>
 +
    <tr style="background:#F8F8F8;" valign=top>
 +
      <td>
 +
        <table width=100% cellspacing=0 cellpadding=2>
 +
          <tr valign=top>
 +
            <td nowrap>Tauschpartner: </td><td>&nbsp;</td>
 +
            <td width=100%>
 +
              <select id="BV.BTB.Tauschpartner" name="Tauschpartner" onchange="BV_BTB_OnChange(this)">
 +
                <option value="-">bitte auswählen</option>
 +
              </select>
 +
            </td>
 +
          </tr>
 +
          <tr valign=top>
 +
            <td nowrap>Startdatum:</td><td>&nbsp;</td>
 +
            <td width=100%>
 +
              <input type="date" id="BV.BTB.StartDatum" name="StartDatum" style="margin:0px" value="%%Tausch.StartDatum%%"
 +
                    onchange="BV_BTB_OnChange(this)" oninput="BV_BTB_OnChange(this)">
 +
            </td>
 +
          </tr>
 +
          <tr valign=top>
 +
            <td nowrap>Endedatum:</td><td>&nbsp;</td>
 +
            <td width=100%>
 +
              <input type="date" id="BV.BTB.EndeDatum" name="EndeDatum" style="margin:0px" value="%%Tausch.EndeDatum%%"
 +
                    onchange="BV_BTB_OnChange(this)" oninput="BV_BTB_OnChange(this)">
 +
            </td>
 +
          </tr>
 +
          <tr valign=top>
 +
            <td nowrap>Status:</td><td>&nbsp;</td>
 +
            <td width=100%><span id="BV.BTB.Status">%%Tausch.Status%%</span></td>
 +
          </tr>
 +
        </table>
 +
      </td>
 +
    </tr>
   </table>
   </table>
</template>
</template>
Zeile 39: Zeile 79:
<script>
<script>
   BWGui_AddTemplate('BV.BTB.TauschUebersicht.Template');
   BWGui_AddTemplate('BV.BTB.TauschUebersicht.Template');
 +
  BWGui_AddTemplate('BV.BTB.TauschDaten.Template');
   BV_BTB_Init(wgUserName,wgUserGroups);
   BV_BTB_Init(wgUserName,wgUserGroups);
</script>
</script>
</html>
</html>

Version vom 10:25, 27. Nov. 2023

BV.BTB.TauschUebersicht
BV.BTB.TauschDaten
BV.BTB.TauschObjListe