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>
-
   <div style="padding-bottom:8px">
+
   <table style="background:silver;" width=100% cellspacing=1 cellpadding=4>
-
    <button id="BVTAM.TA.Create.Button" type="button"
+
    <tr style="background:#E0E0E0;" valign=top>
-
            onclick="BVTAMOnClick(this)">Neue Tauschaktion</button>
+
      <td style="padding:2px 6px 1px 6px"><b>&Uuml;bersicht</b></td>
-
  </div>
+
    </tr>
-
  <table id="BVTAM.TA.Table" style="background:silver;" width=100% cellspacing=1 cellpadding=4>
+
    <tr style="background:#F8F8F8;" valign=top>
-
    <thead>
+
      <td>
-
      <tr style="background:#E0E0E0;" valign=top>
+
        <div style="padding-bottom:8px">
-
        <th style="padding:2px 6px 1px 6px"><b>Datum</b></td>
+
          <button id="BVTAM.TA.Create.Button" type="button"
-
        <th style="padding:2px 6px 1px 6px"><b>Tauschpartner</b></td>
+
                  onclick="BVTAMOnClick(this)">Neue Tauschaktion</button>
-
        <th style="padding:2px 6px 1px 6px"><b>Status</b></td>
+
        </div>
-
        <th style="padding:2px 6px 1px 6px"><b>Fkt.</b></td>
+
        <table id="BVTAM.TA.Table" style="background:silver;" width=100% cellspacing=1 cellpadding=4>
-
      </tr>
+
          <thead>
-
    </thead>
+
            <tr style="background:#E0E0E0;" valign=top>
-
    <tbody>
+
              <th style="padding:2px 6px 1px 6px"><b>Datum</b></td>
-
      <template id="Body"></template>
+
              <th style="padding:2px 6px 1px 6px"><b>Tauschpartner</b></td>
-
      <tr style="background:#F8F8F8;" valign=top bvid="%%Tausch.ID%%">
+
              <th style="padding:2px 6px 1px 6px"><b>Status</b></td>
-
        <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Datum%%</td>
+
              <th style="padding:2px 6px 1px 6px"><b>Fkt.</b></td>
-
        <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Partner%%</td>
+
            </tr>
-
        <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Status%%</td>
+
          </thead>
-
        <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">[Btn]</td>
+
          <tbody>
-
      </tr>
+
            <template id="Body"></template>
-
      <template id="Empty"></template>
+
            <tr style="background:#F8F8F8;" valign=top bvid="%%Tausch.ID%%">
-
      <tr style="background:#F8F8F8;" valign=top>
+
              <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Datum%%</td>
-
        <td colspan=4 style="padding:2px 6px 1px 6px"><i>Keine Tauschaktionen vorhanden</i></td>
+
              <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Partner%%</td>
-
      </tr>
+
              <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Status%%</td>
-
    <template id="Foot"></template>
+
              <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">[Btn]</td>
-
    </tbody>
+
            </tr>
 +
            <template id="Empty"></template>
 +
            <tr style="background:#F8F8F8;" valign=top>
 +
              <td colspan=4 style="padding:2px 6px 1px 6px"><i>Keine Tauschaktionen vorhanden</i></td>
 +
            </tr>
 +
          <template id="Foot"></template>
 +
          </tbody>
 +
        </table>
 +
      </td>
 +
    </tr>
   </table>
   </table>
</template>
</template>

Version vom 21:39, 6. Dez. 2023

BVTAM.TauschList
BVTAM.TauschDaten
BVTAM.TauschBogenListe