Basic implementation event signup
This commit is contained in:
assets
bdp-kompass.phpcomponents/partials
includes
lang
lib
database
kompass_veranstaltungen_gruppen.sqlkompass_veranstaltungen_index.sqlkompass_veranstaltungen_teilis.sql
dompdf.zipdompdf
autoload.php
lib
Cpdf.php
fonts
Courier-Bold.afmCourier-BoldOblique.afmCourier-Oblique.afmCourier.afmDejaVuSans-Bold.ttfDejaVuSans-Bold.ufmDejaVuSans-BoldOblique.ttfDejaVuSans-BoldOblique.ufmDejaVuSans-Oblique.ttfDejaVuSans-Oblique.ufmDejaVuSans.ttfDejaVuSans.ufmDejaVuSansMono-Bold.ttfDejaVuSansMono-Bold.ufmDejaVuSansMono-BoldOblique.ttfDejaVuSansMono-BoldOblique.ufmDejaVuSansMono-Oblique.ttfDejaVuSansMono-Oblique.ufmDejaVuSansMono.ttfDejaVuSansMono.ufmDejaVuSerif-Bold.ttfDejaVuSerif-Bold.ufmDejaVuSerif-BoldItalic.ttfDejaVuSerif-BoldItalic.ufmDejaVuSerif-Italic.ttfDejaVuSerif-Italic.ufmDejaVuSerif.ttfDejaVuSerif.ufmHelvetica-Bold.afmHelvetica-BoldOblique.afmHelvetica-Oblique.afmHelvetica.afmSymbol.afmTimes-Bold.afmTimes-Bold.afm.phpTimes-BoldItalic.afmTimes-Italic.afmTimes-Roman.afmTimes-Roman.afm.phpZapfDingbats.afmdompdf_font_family_cache.dist.phpmustRead.html
html5lib
php-font-lib
maps
adobe-standard-encoding.mapcp1250.mapcp1251.mapcp1252.mapcp1253.mapcp1254.mapcp1255.mapcp1257.mapcp1258.mapcp874.mapiso-8859-1.mapiso-8859-11.mapiso-8859-15.mapiso-8859-16.mapiso-8859-2.mapiso-8859-4.mapiso-8859-5.mapiso-8859-7.mapiso-8859-9.mapkoi8-r.mapkoi8-u.map
src
FontLib
AdobeFontMetrics.phpAutoloader.phpBinaryStream.php
EOT
EncodingMap.phpException
Font.phpGlyph
Header.phpOpenType
Table
TrueType
WOFF
tests
FontLib
resources
php-svg-lib
res
src
Adapter
Autoloader.phpCanvas.phpCanvasFactory.phpCellmap.phpCss
Dompdf.phpException.phpException
FontMetrics.phpFrame.phpFrame
FrameDecorator
AbstractFrameDecorator.phpBlock.phpImage.phpInline.phpListBullet.phpListBulletImage.phpNullFrameDecorator.phpPage.phpTable.phpTableCell.phpTableRow.phpTableRowGroup.phpText.php
FrameReflower
AbstractFrameReflower.phpBlock.phpImage.phpInline.phpListBullet.phpNullFrameReflower.phpPage.phpTable.phpTableCell.phpTableRow.phpTableRowGroup.phpText.php
Helpers.phpImage
JavascriptEmbedder.phpLineBox.phpOptions.phpPhpEvaluator.phpPositioner
Absolute.phpAbstractPositioner.phpBlock.phpFixed.phpInline.phpListBullet.phpNullPositioner.phpTableCell.phpTableRow.php
Renderer.phpRenderer
modules
Gruppen
Actions
CreateGroupAction.phpCreateGroupMemberAction.phpCreateGroupMemberDataAction.phpUpdateGroupAction.php
Controllers
CreateGroupController.phpCreateMemberController.phpPrintGroupsController.phpPrintMemberController.phpPrintMemberListController.php
Requests
Views
Mail
calendar
classes
event-participants
Controllers
class-ajaxrouter.phpclass-archiveevent.phpclass-closeevent.phpclass-createevent.phpclass-deletemember.phpclass-editevent.phpclass-eventgroupmailform.phpclass-eventlocalgroupmailform.phpclass-eventmailform.phpclass-listgroupsandmembers.phpclass-main.phpclass-memberdetails.phpclass-membermailform.phpclass-membersummaray.phpclass-newevent.phpclass-openevent.phpclass-printevents.phpclass-printparticipantlistdrinking.phpclass-printparticipantlistdrinkingalcoholic.phpclass-printparticipantlistkitchenallergiespdf.phpclass-printparticipantlistkitchenpdf.phpclass-printparticipantlistmedicalpdf.phpclass-printparticipantlistphotopdf.phpclass-printparticipantlistsignuppdf.phpclass-signup.phpclass-signuppage.phpclass-updateevent.phpclass-updatememberamount.phpclass-updatememberdetails.php
Models
Requests
Templates
Partials
Registration
allergien.phpaltersstufe.phpanreise.phpansprechpartner.phpbeitrag.phpdone.email.phpdone.webseite.phperror.webseite.phpfotoerlaubnis.phpgruppe.phpkontaktdaten.php
admin
Views
@ -0,0 +1,32 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>Allergien / Unverträglichkeiten:</td>
|
||||
<td><input type="text" name="allergien" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Medikamente:</td>
|
||||
<td>
|
||||
<input type="text" name="medikamente" />*<br />
|
||||
Medikamente in ausreichender Menge müssen selbst mitgebracht werden.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Essgewohnheiten:</td>
|
||||
<td>
|
||||
<select name="essgewohnheit">
|
||||
<option value="vegetarisch">Vegetarisch</option>
|
||||
<option value="vegan">Vegan</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top;">
|
||||
<td>Was möchtest du uns noch mitteilen?:</td>
|
||||
<td><textarea rows=15 name="anmerkungen"></textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="checkbox" name="_dsgvo_accept" id="dsgvo_accept" />
|
||||
<label for="dsgvo_accept" id="dsgvo_text">Ich gebe mein Einverständnis, dass meine hier eingegebenen Daten zum Zweck der Veranstaltungsanmeldung und Abrechnung elektronisch übermittelt und gespeichert werden.</label>
|
||||
<br /><br />
|
||||
<input type="submit" value="Anmeldung durchführen" style="width: 200px;"/>
|
Reference in New Issue
Block a user