mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-20 22:23:30 +01:00
VCARD.html hinzugefügt
This commit is contained in:
18
.idea/workspace.xml
generated
18
.idea/workspace.xml
generated
@@ -4,8 +4,7 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="3fdfc273-527d-4717-bd6d-4ba98fba7555" name="Changes" comment="VCARD-Inhalt geplant (in Flask-qr.py)">
|
||||
<change afterPath="$PROJECT_DIR$/readme.md" afterDir="false" />
|
||||
<list default="true" id="3fdfc273-527d-4717-bd6d-4ba98fba7555" name="Changes" comment="VCARD integriert">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
@@ -83,7 +82,7 @@
|
||||
<recent name="D:\mager\Documents\IntelliJ\Docker-Flask-QR" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager">
|
||||
<component name="RunManager" selected="Docker.Dockerfile-local">
|
||||
<configuration default="true" type="docker-deploy" factoryName="dockerfile" temporary="true">
|
||||
<deployment type="dockerfile">
|
||||
<settings />
|
||||
@@ -124,7 +123,15 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1699391098026</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="4" />
|
||||
<task id="LOCAL-00004" summary="VCARD integriert">
|
||||
<option name="closed" value="true" />
|
||||
<created>1699392160202</created>
|
||||
<option name="number" value="00004" />
|
||||
<option name="presentableId" value="LOCAL-00004" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1699392160202</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="5" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
@@ -153,6 +160,7 @@
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="css,mail,tel,url,calendar fertig" />
|
||||
<MESSAGE value="VCARD-Inhalt geplant (in Flask-qr.py)" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="VCARD-Inhalt geplant (in Flask-qr.py)" />
|
||||
<MESSAGE value="VCARD integriert" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="VCARD integriert" />
|
||||
</component>
|
||||
</project>
|
||||
63
app/templates/vcard.html
Normal file
63
app/templates/vcard.html
Normal file
@@ -0,0 +1,63 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block inhalt %}
|
||||
<form action="qr.html">
|
||||
<label>Gebe bitte Details für die Visitenkarte an!</label><br />
|
||||
<input type="hidden" name="type" value="vcard">
|
||||
|
||||
<label for="vname">Vorname:</label>
|
||||
<input type="text" name="vname" id="vname" size="30" maxlength="60" required><br />
|
||||
<label for="nname">Nachname:</label>
|
||||
<input type="text" name="nname" id="nname" size="30" maxlength="60" required><br />
|
||||
<label><i><u>optionale Angaben:</u></i></label><br />
|
||||
<label for="titel">Titel (z.B. Dr.,Prof.):</label>
|
||||
<input type="text" name="titel" id="titel" size="10" maxlength="60"><br />
|
||||
<label for="pbox">Postfach:</label>
|
||||
<input type="text" name="pbox" id="pbox" size="30" maxlength="120"><br />
|
||||
<label for="strasse">Strasse:</label>
|
||||
<input type="text" name="strasse" id="strasse" size="30" maxlength="120"><br />
|
||||
<label for="adresszusatz">Adresszusatz:</label>
|
||||
<input type="text" name="adresszusatz" id="adresszusatz" size="30" maxlength="120"><br />
|
||||
<label for="plz">Postleitzahl:</label>
|
||||
<input type="text" name="plz" id="plz" size="30" maxlength="120"><br />
|
||||
<label for="ort">Ort:</label>
|
||||
<input type="text" name="ort" id="ort" size="30" maxlength="120"><br />
|
||||
<label for="bland">Bundesland:</label>
|
||||
<input type="text" name="bland" id="bland" size="30" maxlength="120"><br />
|
||||
<label for="land">Land:</label>
|
||||
<input type="text" name="land" id="land" size="30" maxlength="120"><br />
|
||||
<br />
|
||||
<label for="tel-p">Telefon (privat):</label>
|
||||
<input type="tel" name="tel-p" id="tel-p" size="30" maxlength="120"><br />
|
||||
<label for="mobil-p">Mobiltelefon (privat):</label>
|
||||
<input type="tel" name="mobil-p" id="mobil-p" size="30" maxlength="120"><br />
|
||||
<label for="mail-p">EMail (privat):</label>
|
||||
<input type="email" name="mail-p" id="mail-p" size="30" maxlength="120"><br />
|
||||
<br />
|
||||
<label for="org">Organisation / Firma:</label>
|
||||
<input type="text" name="org" id="org" size="30" maxlength="120"><br />
|
||||
<label for="jtitel">Job-Titel / Funktion:</label>
|
||||
<input type="text" name="jtitel" id="jtitel" size="30" maxlength="120"><br />
|
||||
<label for="tel-a">Telefon (gesch.):</label>
|
||||
<input type="tel" name="tel-a" id="tel-a" size="30" maxlength="120"><br />
|
||||
<label for="mobil-a">Mobiltelefon (gesch.):</label>
|
||||
<input type="tel" name="mobil-a" id="mobil-a" size="30" maxlength="120"><br />
|
||||
<label for="mail-a">EMail (gesch.):</label>
|
||||
<input type="email" name="mail-a" id="mail-a" size="30" maxlength="120"><br />
|
||||
<br />
|
||||
<label for="fax">Fax:</label>
|
||||
<input type="tel" name="fax" id="fax" size="30" maxlength="120"><br />
|
||||
<label for="url">Webseite:</label>
|
||||
<input type="url" name="url" id="url" size="30" maxlength="120"><br />
|
||||
<label for="nickname">Spitzname / Pseudonym:</label>
|
||||
<input type="text" name="nickname" id="nickname" size="30" maxlength="120"><br />
|
||||
<label for="gebdate">Geburtsdatum</label>
|
||||
<input type="date" name="gebdate" id="gebdate">
|
||||
<label for="ohneJahr"><i>ohne Jahrezahl</i></label>
|
||||
<input type="checkbox" name="ohneJahr" id="ohneJahr" value=True><br />
|
||||
<br />
|
||||
<button type="reset">Eingaben zurücksetzen</button>
|
||||
<button type="submit">Eingaben absenden</button>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user