Test Bogenteile Vergleichen
Aus BogenWiki
(Unterschied zwischen Versionen)
Nugman (Diskussion | Beiträge) |
Nugman (Diskussion | Beiträge) |
||
Zeile 129: | Zeile 129: | ||
<template id="BGF.BtV.Sample.Edit.Template"> | <template id="BGF.BtV.Sample.Edit.Template"> | ||
<template id="Body"></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><span id="BGF.BtV.Sample.Edit.Title">Ausschnitt bearbeiten</span></b></td> | |
- | + | </tr> | |
- | + | <tr style="background:#F8F8F8;" valign=top> | |
- | + | <table style="background:#F8F8F8;margin:0px;" width=100% cellspacing=0 cellpadding=4> | |
- | + | <tr style="background:#E0E0E0;" valign=top> | |
- | + | <td colspan=3 style="padding:2px 6px 1px 6px"><b><span id="BGF.BtV.Sample.Edit.Title">Ausschnitt bearbeiten</span></b></td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td width=10px> | |
- | + | <img id="BGF.BtV.Sample.Edit.Image" src="/bogenwiki_bgf/BGF_Sample_Dummy_Image.jpg" width="200"/><br> | |
- | + | <div id="BGF.BtV.Sample.Edit.Image.None"> | |
- | + | Kein Bild ausgewählt<br> | |
- | + | <button id="BGF.BtV.Sample.Edit.Image.Select" type="button" | |
- | + | onclick="document.getElementById('BGF.BtV.Sample.Edit.Image.Upload').click();">Bild auswählen</button> | |
- | + | <input id="BGF.BtV.Sample.Edit.Image.Upload" name="ImageUpload" type="file" size="20" accept="image/jpeg,image/png" | |
- | + | style="display:none;" onchange="BGF_BtV_OnChange(this)"> | |
- | + | </div> | |
- | + | <div id="BGF.BtV.Sample.Edit.Image.Avail"> | |
- | + | <span id="BGF.BtV.Sample.Edit.Image.OrgFN">...</span> | |
- | + | <button id="BGF.BtV.Sample.Edit.Image.Remove" type="button" onclick="BGF_BtV_OnClick(this)">Bild entfernen</button> | |
- | + | </div> | |
- | + | </td> | |
- | + | <td width=2px> </td> | |
- | + | <td> | |
- | + | <table width=100% cellspacing=0 cellpadding=2> | |
- | + | <tr valign=top> | |
- | + | <td nowrap>ID Source:</td> | |
- | + | <td> </td> | |
- | + | <td width=100%> | |
- | + | <select id="BGF.BtV.Sample.Edit.IDSrc" name="Gebiet" onchange="BGF_BtV_OnChange(this)"> | |
- | + | <option value="BGF">Bogenforschung</option> | |
- | + | <option value="BV">Bestandsverwaltung</option> | |
- | + | </select> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td nowrap>ID:</td> | |
- | + | <td> </td> | |
- | + | <td width=100%> | |
- | + | <input type="text" id="BGF.BtV.Sample.Edit.IDBGF" name="IDBGF" style="margin:0px;color:grey;" readonly> | |
- | + | <select id="BGF.BtV.Sample.Edit.IDBV" name="IDBV" onchange="BGF_BtV_OnChange(this)"> | |
- | + | </select> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td nowrap>Kat-Nr.:</td><td> </td> | |
- | + | <td width=100%> | |
- | + | <span id="BGF.BtV.Sample.Edit.KatNr">1234</span> | |
- | + | <input type="text" id="BGF.BtV.Sample.Edit.KatNrVar" name="KatNrVar" size=10 style="margin:0px" | |
- | + | onchange="BGF_BtV_OnChange(this)"> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td nowrap>BRS:</td><td> </td> | |
- | + | <td width=100%> | |
- | + | <input type="text" id="BGF.BtV.Sample.Edit.BRSBGF" name="BRSBGF" style="margin:0px" | |
- | + | onchange="BGF_BtV_OnChange(this)" oninput="BGF_BtV_OnChange(this)"> | |
- | + | <div id="BGF.BtV.Sample.Edit.BRSBV"></div> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td nowrap>Quelle:</td><td> </td> | |
- | + | <td width=100%> | |
- | + | <select id="BGF.BtV.Sample.Edit.Source.Type" name="SourceType" onchange="BGF_BtV_OnChange(this)"> | |
- | + | <option value="un">unbekannt</option> | |
- | + | <option value="eb">ebay</option> | |
- | + | <option value="ah">Auktionshaus</option> | |
- | + | <option value="fo">Forum</option> | |
- | + | <option value="sh">Shop</option> | |
- | + | <option value="pr">Privat</option> | |
- | + | </select> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td nowrap> Name:</td><td> </td> | |
- | + | <td width=100%> | |
- | + | <input type="text" id="BGF.BtV.Sample.Edit.Source.Name" name="SourceName" style="margin:0px" | |
- | + | onchange="BGF_BtV_OnChange(this)" oninput="BGF_BtV_OnChange(this)"> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr id="BGF.BtV.Sample.Edit.Source.ArtNr.Row" style="display:table-row" valign=top> | |
- | + | <td nowrap> <span id="BGF.BtV.Sample.Edit.Source.ArtNr.Title">Art-Nr.</span>:</td><td> </td> | |
- | + | <td width=100%> | |
- | + | <input type="text" id="BGF.BtV.Sample.Edit.Source.ArtNr" name="SourceArtNr" style="margin:0px" | |
- | + | onchange="BGF_BtV_OnChange(this)" oninput="BGF_BtV_OnChange(this)"> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td nowrap> Datum:</td><td> </td> | |
- | + | <td width=100%> | |
- | + | <input type="date" id="BGF.BtV.Sample.Edit.Source.Date" name="SourceDate" style="margin:0px" | |
- | + | onchange="BGF_BtV_OnChange(this)" oninput="BGF_BtV_OnChange(this)"> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr id="BGF.BtV.Sample.Edit.Source.Price.Row" style="display:table-row" valign=top> | |
- | + | <td nowrap> Preis:</td><td> </td> | |
- | + | <td width=100%> | |
- | + | <input type="text" id="BGF.BtV.Sample.Edit.Source.Price" name="SourcePrice" style="margin:0px" | |
- | + | size=7 onchange="BGF_BtV_OnChange(this)" oninput="BGF_BtV_OnChange(this)"> | |
- | + | <select id="BGF.BtV.Sample.Edit.Source.PrType" name="SourcePrType" onchange="BGF_BtV_OnChange(this)"> | |
- | + | <option value="un">unbekannt</option> | |
- | + | <option value="zu" selected>Zuschlag</option> | |
- | + | <option value="ar">Ausruf</option> | |
- | + | <option value="nv">nicht verk.</option> | |
- | + | <option value="fp">Festpreis</option> | |
- | + | </select> | |
- | + | </td> | |
- | + | </tr> | |
- | + | <tr valign=top> | |
- | + | <td colspan=3 style="padding-top:8px"> | |
- | + | <button id="BGF.BtV.Sample.Save" type="button" onclick="BGF_BtV_OnClick(this)">Speichern</button> | |
- | + | <button id="BGF.BtV.Sample.Abort" type="button" onclick="BGF_BtV_OnClick(this)">Abbrechen</button> | |
- | + | </td> | |
- | + | </tr> | |
- | </ | + | </table> |
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </tr> | ||
+ | </table> | ||
</template> | </template> | ||
<template id="BGF.BtV.StampFilter.Template"> | <template id="BGF.BtV.StampFilter.Template"> |
Version vom 11:19, 18. Okt. 2023
BGF.Menu
|
BGF.StampFilter
|
|||
BGF.Image.Main
|
|
|
|
Ausschnitt bearbeiten | |||||||||||||||||||||||||||||||||||
Ausschnitt bearbeiten | ||||||||||||||||||||||||||||||||
![]()
Kein Bild ausgewählt
...
|
|
Auswahl / Filter | |||||||||
|
KatNr | ID | BRS | Quelle |
%%Stamp.KatNr%%%%Sample.KatNrVar%% | %%Sample.ID%% | %%Sample.BRS.Text%% | %%Sample.Source.Type%% %%Sample.Source.Name%% %%Sample.Source.ArtNr%% |
Keine Ausschnitte vorhanden |
Gebiet | Gebiet1 | KatNr | Anzahl | ... |
%%Statistic.Gebiet%% | %%Statistic.Gebiet1%% | %%Statistic.KatNr%% | %%Statistic.Count%% | |
Keine Ausschnitte vorhanden | ||||
Summe: | %%Statistic.Total%% |