Persönliche Werkzeuge

Vorlage:BV-BgTausch

Aus BogenWiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(Der Versionsvergleich bezieht 52 dazwischenliegende Versionen mit ein.)
Zeile 38: Zeile 38:
               <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Partner%%</td>
               <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Partner%%</td>
               <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Status%%</td>
               <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">%%Tausch.Status%%</td>
-
               <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');">[Btn]</td>
+
               <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'TA');" align=center>
 +
                <span id="BVTAM.TA.Fkt.%%Tausch.ID%%">%%Tausch.Fkt%%</span>
 +
              </td>
             </tr>
             </tr>
             <template id="Empty"></template>
             <template id="Empty"></template>
Zeile 50: Zeile 52:
     </tr>
     </tr>
   </table>
   </table>
 +
  <template id="StatusEditBtn"></template>
 +
    <img id="BVTAM.TA.Edit.Button" bvid="%%Tausch.ID%%" title="Daten bearbeiten" style="cursor:pointer;"
 +
        src="/bogenwiki_bv/images/TaEdit%%BtnState%%_14x14.png" onclick="BVTAMOnClick(this)">
 +
  <template id="StatusNBtn"></template>
 +
    <img id="BVTAM.TA.Status.OK.Button" bvid="%%Tausch.ID%%" title="Tauschaktion akzeptieren" style="cursor:pointer;"
 +
        src="/bogenwiki_bv/images/TaOK%%BtnState%%_14x14.png" onclick="BVTAMOnClick(this)">
 +
    <img id="BVTAM.TA.Status.NOK.Button" bvid="%%Tausch.ID%%" title="Tauschaktion ablehnen" style="cursor:pointer;"
 +
        src="/bogenwiki_bv/images/TaNOK%%BtnState%%_14x14.png" onclick="BVTAMOnClick(this)">
 +
  <template id="StatusMBtn"></template>
 +
    <img id="BVTAM.TA.Status.OK.Button" bvid="%%Tausch.ID%%" title="&Auml;nderungen akzeptieren" style="cursor:pointer;"
 +
        src="/bogenwiki_bv/images/TaOK%%BtnState%%_14x14.png" onclick="BVTAMOnClick(this)">
 +
    <img id="BVTAM.TA.Status.NOK.Button" bvid="%%Tausch.ID%%" title="&Auml;nderungen ablehnen" style="cursor:pointer;"
 +
        src="/bogenwiki_bv/images/TaNOK%%BtnState%%_14x14.png" onclick="BVTAMOnClick(this)">
</template>
</template>
-
<template id="BVTAM.TauschDaten.Template">
+
<template id="BVTAM.TauschDaten.View.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 Tauschaktion</b></td>
 +
    </tr>
 +
    <tr style="background:#F8F8F8;" valign=top>
 +
      <td>
 +
        <table cellspacing=0 cellpadding=2>
 +
          <tr valign=top>
 +
            <td>
 +
              <table cellspacing=0 cellpadding=2>
 +
                <tr valign=top>
 +
                  <td nowrap>Tauschpartner: </td><td>&nbsp;</td><td>%%Tausch.Partner%%</td>
 +
                </tr>
 +
                <tr valign=top>
 +
                  <td nowrap>Startdatum:</td><td>&nbsp;</td><td>%%Tausch.StartDatum.de%%</td>
 +
                </tr>
 +
                <tr valign=top>
 +
                  <td nowrap>Endedatum:</td><td>&nbsp;</td><td>%%Tausch.EndeDatum.de%%</td>
 +
                </tr>
 +
                <tr valign=top>
 +
                  <td nowrap>Status:</td><td>&nbsp;</td><td><span id="BVTAM.TD.Status.Span">%%Tausch.Status%%</span></td>
 +
                </tr>
 +
              </table>
 +
            </td>
 +
            <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
 +
            <td nowrap>%%Tausch.KommentarHTML%%</td>
 +
          </tr>
 +
        </table>
 +
      </td>
 +
    </tr>
 +
  </table>
 +
  <template id="KommentarAkt"></template>
 +
    Beschreibung, Bedingungen, Kommentare: <br>
 +
    <textarea name="TauschKommentar" id="BVTAM.TD.Kommentar.Text" cols="80" rows="5" readonly
 +
              style="font-family:arial,sans-serif;font-size:small;">%%Tausch.Kommentar%%</textarea>
 +
  <template id="KommentarAltNeu"></template>
 +
    Beschreibung, Bedingungen, Kommentare (ge&auml;ndert): <br>
 +
    <textarea name="TauschKommentarNeu" id="BVTAM.TD.KommentarNeu.Text" cols="80" rows="5" readonly
 +
              style="font-family:arial,sans-serif;font-size:small;">%%Tausch.KommentarNeu%%</textarea>
 +
    <div style="margin-top:4px;">
 +
      Alter Text:<br>
 +
      <textarea name="TauschKommentar" id="BVTAM.TD.Kommentar.Text" cols="80" rows="5" readonly
 +
                style="font-family:arial,sans-serif;font-size:small;color:#808080;">%%Tausch.Kommentar%%</textarea>
 +
    </div>
 +
</template>
 +
<template id="BVTAM.TauschDaten.Edit.Template">
   <template id="Body"></template>
   <template id="Body"></template>
   <table style="background:silver;" width=100% cellspacing=1 cellpadding=4>
   <table style="background:silver;" width=100% cellspacing=1 cellpadding=4>
Zeile 68: Zeile 130:
             </td>
             </td>
             <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
             <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
-
             <td rowspan=4 nowrap>Beschreibung, Kommentar, Anmerkung: <br>
+
             <td rowspan=4 nowrap>
-
               <textarea name="TauschKommentar" id="BVTAM.TD.Kommentar.Text" cols="50" rows="5"></textarea>
+
               %%Tausch.KommentarHTML%%
             </td>
             </td>
           </tr>
           </tr>
Zeile 92: Zeile 154:
           <tr valign=top>
           <tr valign=top>
             <td colspan=5 nowrap>
             <td colspan=5 nowrap>
-
               <button id="BVTAM.TD.New.Button" type="button"
+
               <div id="BVTAM.TD.New.Div" style="display:%%Tausch.New.Div%%">
-
                      onclick="BVTAMOnClick(this)">Tauschaktion erstellen</button>&nbsp;&nbsp;
+
                <button id="BVTAM.TD.New.Button" type="button"
-
               <button id="BVTAM.TD.Save.Button" type="button"
+
                        onclick="BVTAMOnClick(this)">Tauschaktion erstellen</button>&nbsp;&nbsp;
-
                      onclick="BVTAMOnClick(this)">Änderungen speichern</button>&nbsp;&nbsp;
+
               </div>
 +
              <div id="BVTAM.TD.Save.Div" style="display:%%Tausch.Save.Div%%">
 +
                <button id="BVTAM.TD.Save.Button" type="button"
 +
                        onclick="BVTAMOnClick(this)">Änderungen speichern</button>&nbsp;&nbsp;
 +
              </div>
               <button id="BVTAM.TD.Abort.Button" type="button"
               <button id="BVTAM.TD.Abort.Button" type="button"
                       onclick="BVTAMOnClick(this)">Abbrechen</button>&nbsp;&nbsp;
                       onclick="BVTAMOnClick(this)">Abbrechen</button>&nbsp;&nbsp;
Zeile 104: Zeile 170:
     </tr>
     </tr>
   </table>
   </table>
 +
  <template id="KommentarAkt"></template>
 +
    Beschreibung, Bedingungen, Kommentare: <br>
 +
    <textarea name="TauschKommentar" id="BVTAM.TD.Kommentar.Text" cols="80" rows="5"
 +
              style="font-family:arial,sans-serif;font-size:small;">%%Tausch.Kommentar%%</textarea>
</template>
</template>
<template id="BVTAM.TauschBogen.Template">
<template id="BVTAM.TauschBogen.Template">
Zeile 121: Zeile 191:
     <thead>
     <thead>
     <tbody>
     <tbody>
-
       <template id="Body"></template>
+
       <template id="Bogen"></template>
       <tr style="background:#F8F8F8;" valign=top bvid="%%Bogen.ID%%">
       <tr style="background:#F8F8F8;" valign=top bvid="%%Bogen.ID%%">
-
         <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'%%BogenListe%%');">%%Bogen.Gebiet%% %%Bogen.Gebiet1%%</td>
+
         <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.Gebiet%% %%Bogen.Gebiet1%%</td>
-
         <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'%%BogenListe%%');">%%Bogen.KatNr%%</td>
+
         <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.KatNr%%%%Bogen.EM.UnterArt%%</td>
-
         <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'%%BogenListe%%');" align=center>
+
         <td style="padding:2px 6px 1px 6px;" nowrap align=center>
           <div style="padding-top:2px"><img src="%%Bogen.Erhaltung.Img%%" alt="%%Bogen.Erhaltung.Key%%" title="%%Bogen.Erhaltung.Text%%"></div>
           <div style="padding-top:2px"><img src="%%Bogen.Erhaltung.Img%%" alt="%%Bogen.Erhaltung.Key%%" title="%%Bogen.Erhaltung.Text%%"></div>
         </td>
         </td>
-
         <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'%%BogenListe%%');">%%Bogen.BogenNr%%</td>
+
         <td style="padding:2px 6px 1px 6px;" nowrap><span title="%%Bogen.ID%%">%%Bogen.BogenNr%%</span></td>
-
         <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'%%BogenListe%%');">%%Bogen.Status%%</td>
+
         <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.Status%%%%Bogen.StatusBtn%%</td>
-
         <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'%%BogenListe%%');">%%Bogen.KatWert%%</td>
+
        <td style="padding:2px 6px 1px 6px;" nowrap align=right>%%Bogen.KatWert%%</td>
-
         <td style="padding:2px 6px 1px 6px;cursor:pointer;" nowrap onclick="BVTAMTabCellClick(this,'%%BogenListe%%');">%%Bogen.Kommentar%%</td>
+
        <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.Kommentar%%</td>
 +
      </tr>
 +
      <template id="BogenZweiZeilen"></template>
 +
      <tr style="background:#F8F8F8;" valign=top bvid="%%Bogen.ID%%">
 +
        <td style="padding:2px 6px 1px 6px;" nowrap rowspan=2>%%Bogen.Gebiet%% %%Bogen.Gebiet1%%</td>
 +
         <td style="padding:2px 6px 1px 6px;" nowrap rowspan=2>%%Bogen.KatNr%%%%Bogen.EM.UnterArt%%</td>
 +
        <td style="padding:2px 6px 1px 6px;" nowrap rowspan=2 align=center>
 +
          <div style="padding-top:2px"><img src="%%Bogen.Erhaltung.Img%%" alt="%%Bogen.Erhaltung.Key%%" title="%%Bogen.Erhaltung.Text%%"></div>
 +
        </td>
 +
        <td style="padding:2px 6px 1px 6px;" nowrap rowspan=2><span title="%%Bogen.ID%%">%%Bogen.BogenNr%%</span></td>
 +
        <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.Status%%</td>
 +
        <td style="padding:2px 6px 1px 6px;" nowrap align=right>%%Bogen.KatWert%%</td>
 +
         <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.Kommentar%%</td>
 +
      </tr>
 +
      <tr style="background:#F8F8F8;" valign=top bvid="%%Bogen.ID%%">
 +
        <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.StatusBtn%%</td>
 +
        <td style="padding:2px 6px 1px 6px;" nowrap align=right>%%Bogen.KatWertNeu%%</td>
 +
        <td style="padding:2px 6px 1px 6px;" nowrap>%%Bogen.KommentarNeu%%</td>
 +
      </tr>
 +
      <template id="KatWertSum"></template>
 +
      <tr style="background:#F8F8F8;" valign=top>
 +
        <td colspan=5 style="padding:2px 6px 1px 6px" align=right>Summe:</td>
 +
        <td colspan=1 style="padding:2px 6px 1px 6px" align=right>%%Bogen.KatWertSumme%%</td>
 +
        <td colspan=1 style="padding:2px 6px 1px 6px">&nbsp;</td>
       </tr>
       </tr>
       <template id="Empty"></template>
       <template id="Empty"></template>
Zeile 140: Zeile 233:
     <tbody>
     <tbody>
   </table>
   </table>
 +
  <template id="StatusNBtn"></template>
 +
    <img id="BVTAM.%%BogenListe%%.Status.OK.Button" bvid="%%Bogen.ID%%" title="Bogen akzeptieren" style="cursor:pointer;"
 +
            src="/bogenwiki_bv/images/TaOK_14x14.png" onclick="BVTAMOnClick(this)">
 +
    <img id="BVTAM.%%BogenListe%%.Status.NOK.Button" bvid="%%Bogen.ID%%" title="Bogen ablehnen" style="cursor:pointer;"
 +
            src="/bogenwiki_bv/images/TaNOK_14x14.png" onclick="BVTAMOnClick(this)">
 +
  <template id="StatusMBtn"></template>
 +
    <img id="BVTAM.%%BogenListe%%.Status.OK.Button" bvid="%%Bogen.ID%%" title="Änderung akzeptieren" style="cursor:pointer;"
 +
            src="/bogenwiki_bv/images/TaOK_14x14.png" onclick="BVTAMOnClick(this)">
 +
    <img id="BVTAM.%%BogenListe%%.Status.NOK.Button" bvid="%%Bogen.ID%%" title="Änderung ablehnen" style="cursor:pointer;"
 +
            src="/bogenwiki_bv/images/TaNOK_14x14.png" onclick="BVTAMOnClick(this)">
 +
  <template id="StatusDBtn"></template>
 +
    <img id="BVTAM.%%BogenListe%%.Status.OK.Button" bvid="%%Bogen.ID%%" title="Löschen akzeptieren" style="cursor:pointer;"
 +
            src="/bogenwiki_bv/images/TaOK_14x14.png" onclick="BVTAMOnClick(this)">
 +
    <img id="BVTAM.%%BogenListe%%.Status.NOK.Button" bvid="%%Bogen.ID%%" title="Löschen ablehnen" style="cursor:pointer;"
 +
            src="/bogenwiki_bv/images/TaNOK_14x14.png" onclick="BVTAMOnClick(this)">
</template>
</template>
<script src="/bogenwiki_bv/bv_bgtausch.js"></script>
<script src="/bogenwiki_bv/bv_bgtausch.js"></script>
Zeile 145: Zeile 253:
<script src="/bogenwiki_lib/bw_guilib.js"></script>
<script src="/bogenwiki_lib/bw_guilib.js"></script>
<script>
<script>
-
  BWGui_AddTemplate('BVTAM.TauschList.Template');
 
-
  BWGui_AddTemplate('BVTAM.TauschDaten.Template');
 
-
  BWGui_AddTemplate('BVTAM.TauschBogen.Template');
 
   BVTAMInit(wgUserName,wgUserGroups);
   BVTAMInit(wgUserName,wgUserGroups);
</script>
</script>
</html>
</html>

Aktuelle Version vom 09:10, 18. Dez. 2023

BVTAM.TauschList
BVTAM.TauschDaten
BVTAM.TauschBogenListe