X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2FcontactForm.pug;fp=views%2FcontactForm.pug;h=0000000000000000000000000000000000000000;hb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;hp=a07369e33a341a470b23df52ac8820e2cda62051;hpb=74ea2e8d9ec6980e2fb5a4f86afe33b4850e3d53;p=vchess.git diff --git a/views/contactForm.pug b/views/contactForm.pug deleted file mode 100644 index a07369e3..00000000 --- a/views/contactForm.pug +++ /dev/null @@ -1,18 +0,0 @@ -input#modalContact.modal(type="checkbox") -div(role="dialog" aria-labelledby="contactTitle") - form.card.smallpad - label.modal-close(for="modalContact") - h3#contactTitle.section= translations["Contact form"] - fieldset - label(for="userEmail")= translations["Email"] - input#userEmail(type="email") - fieldset - label(for="mailSubject")= translations["Subject"] - input#mailSubject(type="text") - fieldset - label(for="mailContent")= translations["Content"] - br - textarea#mailContent - fieldset - button(type="button" onClick="trySendMessage()") Send - p#emailSent= translations["Email sent!"]