replaced yaml and php variables
This commit is contained in:
parent
9cbcbd03ec
commit
30730018ec
|
@ -458,51 +458,51 @@
|
||||||
<header>
|
<header>
|
||||||
<img style="float: right;" src="logo_web.png" alt="logo">
|
<img style="float: right;" src="logo_web.png" alt="logo">
|
||||||
<h1><?php echo _($localeYaml['header'][$loc1])?></h1>
|
<h1><?php echo _($localeYaml['header'][$loc1])?></h1>
|
||||||
<p>Gemäß Abschnitt 4 und 5 (<a href="https://www.wikimedia.de/wiki/Geschäftsordnung#Anhang_Verpflegungsmehraufwand">Reisekostenordnung</a>) der Geschäftsordnung in Verbindung mit §4 Abs. 5 Nr. 5 Einkommensteuergesetz</p>
|
<p><?php echo _($localeYaml['title_subtext_1'][$loc1])?></p>
|
||||||
</header>
|
</header>
|
||||||
<div id="printcontainer_top"><input type="button" value="🖶 Anlage Verpflegungsmehraufwand drucken" id="print_top"></div>
|
<div id="printcontainer_top"><input type="button" value="🖶 <?php echo _($localeYaml['print_button_top'][$loc1])?>" id="print_top"></div>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend id="allgReisedaten">Bitte fülle die allgemeinen Reisedaten aus</legend>
|
<legend id="allgReisedaten"><?php echo _($localeYaml['header'][$loc1])?></legend>
|
||||||
<fieldset><legend><label for="Name_text">Reisender</label></legend><input type="text" id="Name_text" name="Name" placeholder="Name des Reisenden" size="100%"></fieldset>
|
<fieldset><legend><label for="Name_text"><?php echo _($localeYaml['form_1_header'][$loc1])?></label></legend><input type="text" id="Name_text" name="Name" placeholder="<?php echo _($localeYaml['form_1_placeholder'][$loc1])?>" size="100%"></fieldset>
|
||||||
<fieldset><legend><label for="Reiseanlass_text">Reiseanlass</label></legend><input type="text" id="Reiseanlass_text" name="Reiseanlass" placeholder="Anlass der Reise (Schulung, Event o.Ä.)" size="100%"></fieldset>
|
<fieldset><legend><label for="Reiseanlass_text"><?php echo _($localeYaml['form_2_header'][$loc1])?></label></legend><input type="text" id="Reiseanlass_text" name="Reiseanlass" placeholder="<?php echo _($localeYaml['form_2_placeholder'][$loc1])?>" size="100%"></fieldset>
|
||||||
<fieldset><legend>Reisebeginn</legend>
|
<fieldset><legend><?php echo _($localeYaml['form_3_header'][$loc1])?></legend>
|
||||||
<input required type="date" size="12" id="RBD" name="ReiseBeginnDatum">um<input type="time" size="10" id="RBZ" name="ReiseBeginnZeit">Uhr
|
<input required type="date" size="12" id="RBD" name="ReiseBeginnDatum"><?php echo _($localeYaml['form_3_timeword_1'][$loc1])?><input type="time" size="10" id="RBZ" name="ReiseBeginnZeit"><?php echo _($localeYaml['form_3_timeword_2'][$loc1])?>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset><legend>Abfahrtsort</legend>
|
<fieldset><legend><?php echo _($localeYaml['form_4_header'][$loc1])?></legend>
|
||||||
<input required type="radio" id="AOWO" name="AbfahrtsOrt" value="Wohnort"><label for="AOWO">Wohnort</label>
|
<input required type="radio" id="AOWO" name="AbfahrtsOrt" value="Wohnort"><label for="AOWO"><?php echo _($localeYaml['form_4_placeholder_1'][$loc1])?></label>
|
||||||
<input required type="radio" id="AOAS" name="AbfahrtsOrt" value="Arbeitsstaette"><label for="AOAS">Arbeitsstätte</label>
|
<input required type="radio" id="AOAS" name="AbfahrtsOrt" value="Arbeitsstaette"><label for="AOAS"><?php echo _($localeYaml['form_4_placeholder_2'][$loc1])?></label>
|
||||||
<input required type="radio" id="AOSO" name="AbfahrtsOrt" value="SonstigerOrt"><label for="AOSO">sonstiger Ort</label>
|
<input required type="radio" id="AOSO" name="AbfahrtsOrt" value="SonstigerOrt"><label for="AOSO"><?php echo _($localeYaml['form_4_placeholder_3'][$loc1])?></label>
|
||||||
<input type="text" id="AOSO_text" name="SonstigerOrt" placeholder="Anschrift aufführen" size="100%" disabled>
|
<input type="text" id="AOSO_text" name="SonstigerOrt" placeholder="<?php echo _($localeYaml['form_4_placeholder_4'][$loc1])?>" size="100%" disabled>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset><legend><abbr title="Bei Reisen ins Ausland können andere Tagessätze gelten.">Zielland</abbr></legend>
|
<fieldset><legend><abbr title="<?php echo _($localeYaml['form_5_question_description'][$loc1])?>"><?php echo _($localeYaml['form_5_header'][$loc1])?></abbr></legend>
|
||||||
<select id="RZ" name="ReiseZiel" size="1">
|
<select id="RZ" name="ReiseZiel" size="1">
|
||||||
</select>
|
</select>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset><legend>Reiseende</legend>
|
<fieldset><legend><?php echo _($localeYaml['form_6_header'][$loc1])?></legend>
|
||||||
<input required type="date" size="12" id="RED" name="ReiseEndeDatum">um<input type="time" size="10" id="REZ" name="ReiseEndeZeit">Uhr
|
<input required type="date" size="12" id="RED" name="ReiseEndeDatum"><?php echo _($localeYaml['form_6_timeword_1'][$loc1])?><input type="time" size="10" id="REZ" name="ReiseEndeZeit"><?php echo _($localeYaml['form_6_timeword_2'][$loc1])?>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset><legend>Ort des Reiseendes</legend>
|
<fieldset><legend><?php echo _($localeYaml['form_7_header'][$loc1])?></legend>
|
||||||
<input required type="radio" id="REAO" name="ReiseEndeOrt" value="AbfahrtsOrt"><label for="REAO">wie Abfahrtsort</label>
|
<input required type="radio" id="REAO" name="ReiseEndeOrt" value="AbfahrtsOrt"><label for="REAO"><?php echo _($localeYaml['form_7_placeholder_1'][$loc1])?></label>
|
||||||
<input required type="radio" id="RESO" name="ReiseEndeOrt" value="AndererOrt"><label for="RESO">anderer Ort</label>
|
<input required type="radio" id="RESO" name="ReiseEndeOrt" value="AndererOrt"><label for="RESO"><?php echo _($localeYaml['form_7_placeholder_2'][$loc1])?></label>
|
||||||
<input type="text" id="RESO_text" name="AndererOrt" placeholder="Anschrift aufführen" size="100%" disabled>
|
<input type="text" id="RESO_text" name="AndererOrt" placeholder="<?php echo _($localeYaml['form_7_placeholder_3'][$loc1])?>" size="100%" disabled>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<div class="resultbox">
|
<div class="resultbox">
|
||||||
<p><abbr title="Der volle Tagessatz wird für jeden Tag zwischen Anreisetag und Abreisetag angesetzt.">voll: <span class="resultvalue geld" id="ts24h" style="width:5em;"></span></abbr>
|
<p><abbr title="<?php echo _($localeYaml['resultbox_1_question_description'][$loc1])?>"><?php echo _($localeYaml['resultbox_1'][$loc1])?> <span class="resultvalue geld" id="ts24h" style="width:5em;"></span></abbr>
|
||||||
— <abbr title="Der verminderte Tagessatz gilt für Anreisetag und Abreisetag.">vermindert: <span class="resultvalue geld" id="ts8h" style="width:5em;"></span></abbr>
|
— <abbr title="<?php echo _($localeYaml['resultbox_2_question_description'][$loc1])?>"><?php echo _($localeYaml['resultbox_2'][$loc1])?> <span class="resultvalue geld" id="ts8h" style="width:5em;"></span></abbr>
|
||||||
— <abbr title="Kann die reisende Person privat übernachten, besteht daraus ein Anspruch in Höhe dieses Pauschbetrages.">Pauschbetrag Übernachtung: <span class="resultvalue geld" id="pausch" style="width:5em;"></span></abbr>
|
— <abbr title="<?php echo _($localeYaml['resultbox_3_question_description'][$loc1])?>"><?php echo _($localeYaml['resultbox_3'][$loc1])?> <span class="resultvalue geld" id="pausch" style="width:5em;"></span></abbr>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- <label for="ts24h">24h</label><input disabled type="text" size="6" id="ts24h" style="text-align: right;"> ::
|
<!-- <label for="ts24h">24h</label><input disabled type="text" size="6" id="ts24h" style="text-align: right;"> ::
|
||||||
<label for="ts8h">8h bis 24h</label><input disabled type="text" size="6" id="ts8h" style="text-align: right;"> ::
|
<label for="ts8h">8h bis 24h</label><input disabled type="text" size="6" id="ts8h" style="text-align: right;"> ::
|
||||||
<label for="pausch">Pauschbetrag Übernachtung</label><input disabled type="text" size="6" id="pausch" style="text-align: right;">-->
|
<label for="pausch">Pauschbetrag Übernachtung</label><input disabled type="text" size="6" id="pausch" style="text-align: right;">-->
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<h2>Aufstellung</h2>
|
<h2><?php echo _($localeYaml['description_header'][$loc1])?></h2>
|
||||||
<fieldset id="Aufstellung">
|
<fieldset id="Aufstellung">
|
||||||
<legend class="screen">Bitte trage jeden Reisetag ein.</legend>
|
<legend class="screen"><?php echo _($localeYaml['description_1'][$loc1])?></legend>
|
||||||
<p class="screen">Bitte setze für jeden Tag, an dem dir im Rahmen der Reisekostenübernahme die entsprechende Mahlzeit gestellt wurde (z.B. Ü/F (Übernachtung/Frühstück), HP (Halbpension), Buffet bei Konferenz)) einen Haken an passender Stelle. Dein Anspruch für den jeweiligen Reisetag wird um den Anteil der jeweiligen Mahlzeit verringert. Konntest du privat übernachten, erhöht sich dein Anspruch für den Tag der jeweiligen privaten Übernachtung.</p>
|
<p class="screen"><?php echo _($localeYaml['description_2'][$loc1])?></p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<div style="width: 100%; text-align:right; padding-right: 50px; font-weight:bold; font-size:90%;"><p>Anspruch Summe:<br> <span class="geld" id="Summe" style="margin-left: 2em; font-weight:bold; color:black; width:8em;"></span></p></div>
|
<div style="width: 100%; text-align:right; padding-right: 50px; font-weight:bold; font-size:90%;"><p><?php echo _($localeYaml['total'][$loc1])?><br> <span class="geld" id="Summe" style="margin-left: 2em; font-weight:bold; color:black; width:8em;"></span></p></div>
|
||||||
<div id="printcontainer_bottom"><input type="button" value="🖶 Anlage Verpflegungsmehraufwand drucken" id="print_bottom"></div>
|
<div id="printcontainer_bottom"><input type="button" value="🖶 <?php echo _($localeYaml['print_button_bottom'][$loc1])?>" id="print_bottom"></div>
|
||||||
<template id="neuerEintrag">
|
<template id="neuerEintrag">
|
||||||
<fieldset class="eintrag">
|
<fieldset class="eintrag">
|
||||||
<legend></legend>
|
<legend></legend>
|
||||||
|
@ -518,7 +518,7 @@
|
||||||
<option></option>
|
<option></option>
|
||||||
</template>
|
</template>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="mailto:wmde-it@wikimedia.de">Kontakt</a>
|
<a href="mailto:wmde-it@wikimedia.de"><?php echo _($localeYaml['contact'][$loc1])?></a>
|
||||||
<p>© 2016 by Wikimedia Deutschland e.V.</p>
|
<p>© 2016 by Wikimedia Deutschland e.V.</p>
|
||||||
<address>Wikimedia Deutschland<br>
|
<address>Wikimedia Deutschland<br>
|
||||||
Gesellschaft zur Förderung Freien Wissens e.V.<br>
|
Gesellschaft zur Förderung Freien Wissens e.V.<br>
|
||||||
|
|
|
@ -7,9 +7,9 @@ header:
|
||||||
de-DE: Anlage Verpflegungsmehraufwand
|
de-DE: Anlage Verpflegungsmehraufwand
|
||||||
en-US: Attachment for extra meal expenses
|
en-US: Attachment for extra meal expenses
|
||||||
title_subtext_1:
|
title_subtext_1:
|
||||||
de-DE: Gemäß Abschnitt 4 und 5 (Reisekostenordnung) der Geschäftsordnung in Verbindung mit §4 Abs. 5 Nr. 5 Einkommensteuergesetz.
|
de-DE: Gemäß Abschnitt 4 und 5 (<a href="https://www.wikimedia.de/wiki/Geschäftsordnung#Anhang_Verpflegungsmehraufwand">Reisekostenordnung</a>) der Geschäftsordnung in Verbindung mit §4 Abs. 5 Nr. 5 Einkommensteuergesetz.
|
||||||
en-US: In accordance with sections 4 and 5 (Travel Expenses Regulation) of the Rules of Procedure in conjunction with §4 para. 5 nr. 5 of the Income Tax Act.
|
en-US: In accordance with sections 4 and 5 (<a href="https://www.wikimedia.de/wiki/Geschäftsordnung#Anhang_Verpflegungsmehraufwand">Travel Expenses Regulation</a>) of the Rules of Procedure in conjunction with §4 para. 5 nr. 5 of the Income Tax Act.
|
||||||
title_button:
|
print_button_top:
|
||||||
de-DE: Anlage Verpflegungsmehraufwand drucken
|
de-DE: Anlage Verpflegungsmehraufwand drucken
|
||||||
en-US: Print attachment for extra meal expenses
|
en-US: Print attachment for extra meal expenses
|
||||||
form_header:
|
form_header:
|
||||||
|
@ -30,96 +30,87 @@ form_2_placeholder:
|
||||||
form_3_header:
|
form_3_header:
|
||||||
de-DE: Reisebeginn
|
de-DE: Reisebeginn
|
||||||
en-US: Departure date
|
en-US: Departure date
|
||||||
form_3_placeholder:
|
form_3_timeword_1:
|
||||||
de-DE: Banküberweisung (SEPA)
|
de-DE: um
|
||||||
en-US: Bank transfer
|
en-US: at
|
||||||
form_1_noSEPA:
|
form_3_timeword_2:
|
||||||
de-DE: Banküberweisung (Non-EU)
|
de-DE: Uhr
|
||||||
en-US: Bank transfer (Non-EU)
|
en-US: o'clock
|
||||||
form_1_SEPA_placeholder_1:
|
form_4_header:
|
||||||
de-DE: Kontoinhabende Person
|
de-DE: Abfahrtsort
|
||||||
en-US: Account Holder
|
en-US: Place of departure
|
||||||
form_1_SEPA_placeholder_2:
|
form_4_placeholder_1:
|
||||||
de-DE: IBAN*
|
de-DE: Wohnort
|
||||||
en-US: IBAN*
|
en-US: Home
|
||||||
form_1_SEPA_placeholder_3:
|
form_4_placeholder_2:
|
||||||
de-DE: BIC (wenn ausländische Bank)
|
de-DE: Arbeitsstätte
|
||||||
en-US: BIC (if foreign bank)
|
en-US: Office
|
||||||
form_1_SEPA_placeholder_4:
|
form_4_placeholder_3:
|
||||||
de-DE: Weitere Anmerkungen z.B. intermediäre Bank, Grund für abweichende Kontoinhbende Person
|
de-DE: sonstiger Ort
|
||||||
en-US: Other comments e.g. intermediary bank, reason for different account login person
|
en-US: other location
|
||||||
form_1_noSEPA_placeholder_1:
|
form_4_placeholder_4:
|
||||||
de-DE: Kontoinhabende Person*
|
de-DE: Anschrift aufführen
|
||||||
en-US: Account login person
|
en-US: other location
|
||||||
form_1_noSEPA_placeholder_2:
|
form_5_header:
|
||||||
de-DE: BIC/SWIFT*
|
de-DE: Zielland
|
||||||
en-US: BIC/SWIFT*
|
en-US: Country of destination
|
||||||
form_1_noSEPA_placeholder_3:
|
form_5_question_description:
|
||||||
de-DE: Kontonummer*
|
de-DE: Bei Reisen ins Ausland können andere Tagessätze gelten.
|
||||||
en-US: Account number*
|
en-US: Different per diem rates may apply when traveling abroad.
|
||||||
form_1_noSEPA_placeholder_4:
|
form_6_header:
|
||||||
de-DE: Routing Number
|
de-DE: Reiseende
|
||||||
en-US: Routing number
|
en-US: Return date and time
|
||||||
form_1_noSEPA_placeholder_5:
|
form_6_timeword_1:
|
||||||
de-DE: Name der Bank*
|
de-DE: um
|
||||||
en-US: Name of the bank*
|
en-US: at
|
||||||
form_1_noSEPA_placeholder_6:
|
form_6_timeword_2:
|
||||||
de-DE: Adresse der Bank (Straße und Hausnummer/Postleitzahl/Land)
|
de-DE: Uhr
|
||||||
en-US: Address of the bank (street and house number/postcode/country)
|
en-US: o'clock
|
||||||
form_1_noSEPA_placeholder_7:
|
form_7_header:
|
||||||
de-DE: Deine Anschrift (Srtaße und Hausnummer/Postleitzahl/Land)*
|
de-DE: Ort des Reiseendes
|
||||||
en-US: Your address (street and house number/postcode/country)*
|
en-US: Destination at the end of your journey
|
||||||
form_1_noSEPA_placeholder_8:
|
form_7_placeholder_1:
|
||||||
de-DE: Weitere Anmerkungen z.B. intermediäre Bank,Grund für abweichende kontoinhabende Person
|
de-DE: wie Abfahrtsort
|
||||||
en-US: Other comments e.g. intermediary bank, reason for different account login person
|
en-US: same as the place of departure
|
||||||
form_2_header:
|
form_7_placeholder_2:
|
||||||
de-DE: 2. Erfasse deine Ausgaben
|
de-DE: anderer Ort
|
||||||
en-US: 2. Enter your expenses
|
en-US: other destination
|
||||||
form_2_currency:
|
form_7_placeholder_3:
|
||||||
de-DE: 'Währung:'
|
de-DE: Anschrift aufführen
|
||||||
en-US: Currency
|
en-US: please enter the address
|
||||||
form_2_table_1:
|
resultbox_1:
|
||||||
de-DE: Pos.
|
de-DE: 'voll:'
|
||||||
en-US: Pos
|
en-US: 'full:'
|
||||||
form_2_table_2:
|
resultbox_1_question_description:
|
||||||
de-DE: Datum
|
de-DE: Der volle Tagessatz wird für jeden Tag zwischen Anreisetag und Abreisetag angesetzt.
|
||||||
en-US: Date
|
en-US: The full daily rate is applied for each day between the day of arrival and the day of departure.
|
||||||
form_2_table_3:
|
resultbox_2:
|
||||||
de-DE: Beschreibung
|
de-DE: 'vermindert:'
|
||||||
en-US: Description
|
en-US: 'reduced:'
|
||||||
form_2_table_4:
|
resultbox_2_question_description:
|
||||||
de-DE: Betrag
|
de-DE: Der verminderte Tagessatz gilt für Anreisetag und Abreisetag.
|
||||||
en-US: Amouńt
|
en-US: The reduced daily rate applies to the day of arrival and departure.
|
||||||
form_2_table_5:
|
resultbox_3:
|
||||||
de-DE: Währung
|
de-DE: 'Pauschbetrag Übernachtung:'
|
||||||
en-US: Currency
|
en-US: 'lump sum overnight compensation:'
|
||||||
form_2_table_6:
|
resultbox_3_question_description:
|
||||||
de-DE: Belege
|
de-DE: 'Kann die reisende Person privat übernachten, besteht daraus ein Anspruch in Höhe dieses Pauschbetrages.'
|
||||||
en-US: Receipts
|
en-US: 'If the person traveling can stay overnight privately, there is a claim from this in the amount of this lump sum.'
|
||||||
form_2_table_7:
|
description_header:
|
||||||
de-DE: Löschen
|
de-DE: Aufstellung
|
||||||
en-US: Delete
|
en-US: Trip itinerary
|
||||||
form_2_button:
|
description_1:
|
||||||
de-DE: Ausgabe hinzufügen
|
de-DE: Bitte trage jeden Reisetag ein.
|
||||||
en-US: Add expense
|
en-US: Please enter the appropriate selection for each day of your journey.
|
||||||
form_3_header:
|
description_2:
|
||||||
de-DE: 3. Vorschuss und Sonstiges
|
de-DE: Bitte setze für jeden Tag, an dem dir im Rahmen der Reisekostenübernahme die entsprechende Mahlzeit gestellt wurde (z.B. Ü/F (Übernachtung/Frühstück), HP (Halbpension), Buffet bei Konferenz) einen Haken an passender Stelle. Dein Anspruch für den jeweiligen Reisetag wird um den Anteil der jeweiligen Mahlzeit verringert. Konntest du privat übernachten, erhöht sich dein Anspruch für den Tag der jeweiligen privaten Übernachtung.
|
||||||
en-US: 3. Advance payment and other
|
en-US: For every day of your journey, please select every meal that will already be reimbursed as part of your travel expenses (e.g. bed and breakfast, half board, conference buffet). Your reimbursement for each day of travel will be reduced depending on the meal. If you are staying somewhere free of charge (i.e. with friends or family), the amount of your reimbursement for that day will increase.
|
||||||
form_3_subtext_1:
|
total:
|
||||||
de-DE: 'Ich habe bereits einen Vorschuss erhalten in Höhe von:'
|
de-DE: 'Summe:'
|
||||||
en-US: 'I have already received an advance in the amount of:'
|
en-US: 'Total:'
|
||||||
form_3_subtext_2:
|
print_button_bottom:
|
||||||
de-DE: 'Hiermit bestätige ich die Vollständig- und Richtigkeit meiner Angaben:'
|
de-DE: Anlage Verpflegungsmehraufwand drucken
|
||||||
en-US: 'Herewith I confirm the completeness and correctness of my data:'
|
en-US: Print attachment for extra meal expenses
|
||||||
form_3_button_1:
|
contact:
|
||||||
de-DE: Antrag herunterladen und später einreichen
|
de-DE: Kontakt
|
||||||
en-US: Download reimbursement claim and submit later
|
en-US: Contact details
|
||||||
form_3_button_2:
|
|
||||||
de-DE: Antrag elektronisch direkt an WMDE schicken
|
|
||||||
en-US: Send reimbursement claim electronically directly to WMDE
|
|
||||||
impressum:
|
|
||||||
de-DE: Impressum
|
|
||||||
en-US: Imprint
|
|
||||||
privacy:
|
|
||||||
de-DE: Datenschutz
|
|
||||||
en-US: Data Protection
|
|
||||||
|
|
Loading…
Reference in New Issue