Formular:ARCHIUM FORM hascher object: Unterschied zwischen den Versionen

Aus Denkmalpflege
Wechseln zu:Navigation, Suche
Zeile 22: Zeile 22:
 
     <!-- define signature input field -->
 
     <!-- define signature input field -->
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_signature|label=Signatur(Objekt)}}}
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_signature|label=Signatur(Objekt)}}}
         {{{field|signature|mandatory|unique|default={{PAGENAME}}|placeholder=Pflichteintrag
+
         {{{field|signature
 +
            |mandatory
 +
            |unique
 
             |input type=combobox
 
             |input type=combobox
 +
            |default={{PAGENAME}}
 +
            |placeholder=Pflichteintrag
 
             |cargo table=ARCHIUM_TABLE_hascher_signature
 
             |cargo table=ARCHIUM_TABLE_hascher_signature
 
             |cargo field=ARCHIUM_PROPERTY_hascher_signature
 
             |cargo field=ARCHIUM_PROPERTY_hascher_signature
Zeile 31: Zeile 35:
 
     <!-- define title input field -->
 
     <!-- define title input field -->
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_title|label=Titel(Objekt)}}}
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_title|label=Titel(Objekt)}}}
         {{{field|title|mandatory|default={{PAGENAME}}|placeholder=Pflichteintrag
+
         {{{field|title
 +
            |mandatory
 
             |input type=combobox
 
             |input type=combobox
 +
            |default={{PAGENAME}}
 +
            |placeholder=Pflichteintrag
 
             |cargo table=ARCHIUM_TABLE_hascher_title
 
             |cargo table=ARCHIUM_TABLE_hascher_title
             |cargo field=ARCHIUM_PROPERTY_hascher_title}}}
+
             |cargo field=ARCHIUM_PROPERTY_hascher_title
 +
        }}}
 
     {{{end template}}}
 
     {{{end template}}}
 
     <!--  -->
 
     <!--  -->
 
     <!-- define description input field -->
 
     <!-- define description input field -->
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_description|label=Beschreibung(Objekt)}}}
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_description|label=Beschreibung(Objekt)}}}
         {{{field|description|default={{PAGENAME}}|placeholder=Beschreibung
+
         {{{field|description
 
             |input type=text with autocomplete
 
             |input type=text with autocomplete
 +
            |default={{PAGENAME}}
 +
            |placeholder=Beschreibung
 
             |cargo table=ARCHIUM_TABLE_hascher_description
 
             |cargo table=ARCHIUM_TABLE_hascher_description
 
             |cargo field=ARCHIUM_PROPERTY_hascher_description}}}
 
             |cargo field=ARCHIUM_PROPERTY_hascher_description}}}
Zeile 47: Zeile 57:
 
     <!-- define remark input field -->
 
     <!-- define remark input field -->
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_remark|label=Anmerkungen(Objekt)}}}
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_remark|label=Anmerkungen(Objekt)}}}
         {{{field|remark|default={{PAGENAME}}|placeholder=Anmerkung
+
         {{{field|remark
 
             |input type=text with autocomplete
 
             |input type=text with autocomplete
 +
            |default={{PAGENAME}}
 +
            |placeholder=Anmerkung
 
             |cargo table=ARCHIUM_TABLE_hascher_remark
 
             |cargo table=ARCHIUM_TABLE_hascher_remark
 
             |cargo field=ARCHIUM_PROPERTY_hascher_remark
 
             |cargo field=ARCHIUM_PROPERTY_hascher_remark
Zeile 55: Zeile 67:
 
     <!-- define date of creation input fields -->
 
     <!-- define date of creation input fields -->
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_date_of_creation|label=Erstellungsdatum(Objekt)}}}
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_date_of_creation|label=Erstellungsdatum(Objekt)}}}
         {{{field|date_of_creation|mandatory|input type=date|default=now|}}}
+
         {{{field|date_of_creation
 +
            |mandatory
 +
            |input type=date
 +
            |default=now
 +
        }}}
 
     {{{end template}}}
 
     {{{end template}}}
 
     <!-- define timeframe input fields -->
 
     <!-- define timeframe input fields -->
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_timeframe|label=Zeiten(Objekt)}}}
 
     {{{for template|ARCHIUM_TEMPLATE_hascher_timeframe|label=Zeiten(Objekt)}}}
         {{{field|date_from|input type=date|default=now}}}
+
         {{{field|date_from
         {{{field|date_until|input type=date|default=now}}}
+
            |input type=date
 +
            |default=now
 +
        }}}
 +
         {{{field|date_until
 +
            |input type=date
 +
            |default=now
 +
        }}}
 
     {{{end template}}}
 
     {{{end template}}}
  

Version vom 5. März 2020, 12:06 Uhr