initialized
This commit is contained in:
commit
91b9a11771
8 changed files with 125 additions and 0 deletions
20
index.php
Normal file
20
index.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Lehrpreis</title>
|
||||
<link rel="stylesheet" href="../dark-yellow.css">
|
||||
</head>
|
||||
<body id="bd">
|
||||
<div id="textBx">
|
||||
<h1>Lehrpreis/Teaching award</h1>
|
||||
Hier kannst du über die Lehrpreisvergabe abstimmen. Damit nur Studierende abstimmen, gib hier bitte deine TU Adresse ein (Vorname.Nachname@mailbox.tu-dresden.de).<br>Der Link für das Abstimmungformular wird dir anschließend zugesendet.<br>
|
||||
Es wird nicht gespeichert, welche Person für was abstimmt hat. Die Daten, wer abgestimmt hat und für was abgestimmt wurde werden getrennt gespeichert.<br>
|
||||
<a href="dsgvo_lpDE.pdf">Für weitere Informationen dazu lies bitte unsere Datenschutzerklärung.</a><br><br>
|
||||
Here you can vote for the teaching award. To ensure that only students vote, please enter your TU address here (Vorname.Nachname@mailbox.tu-dresden.de).<br>
|
||||
The link for the voting form will be sent to you afterwards.<br>
|
||||
It will not be saved which person voted for what. The data who voted and what was voted for will be stored separately.<br>
|
||||
<a href="dsgvo_lpEN.pdf">For more information please read our privacy policy.</a><hr>
|
||||
<form method='post' action='preis.php'>
|
||||
|
||||
E-Mail:<input type="text" name="mailto" /> <input type="submit" value="Link senden|Send the Link" />
|
||||
</form>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue