Feld fuer die geplante Nutzerzahl entfernt, im Popup und auf beiden Testzugang-Seiten
Dieser Commit ist enthalten in:
@@ -799,17 +799,6 @@
|
||||
<input type="email" id="tf-email" name="email" autocomplete="email" required aria-describedby="tf-email-note">
|
||||
<span class="tf-note" id="tf-email-note"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="tf-users">Planned number of users <span class="tf-hint">optional</span></label>
|
||||
<select id="tf-users" name="users">
|
||||
<option value="">Please select</option>
|
||||
<option value="1 person">1 person</option>
|
||||
<option value="2 to 5 people">2 to 5 people</option>
|
||||
<option value="6 to 20 people">6 to 20 people</option>
|
||||
<option value="more than 20 people">more than 20 people</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="tf-hp" aria-hidden="true">
|
||||
<label for="tf-website">Website</label>
|
||||
<input type="text" id="tf-website" name="website" tabindex="-1" autocomplete="off">
|
||||
|
||||
@@ -294,21 +294,9 @@
|
||||
<textarea id="tf-topic" name="topic" rows="5" required placeholder="Two or three sentences are enough. For example the situation in a specific region, an infrastructure topic or the monitoring of disinformation campaigns."></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label for="tf-users">Planned number of users <span class="tf-hint">optional</span></label>
|
||||
<select id="tf-users" name="users">
|
||||
<option value="">Please select</option>
|
||||
<option value="1 person">1 person</option>
|
||||
<option value="2 to 5 people">2 to 5 people</option>
|
||||
<option value="6 to 20 people">6 to 20 people</option>
|
||||
<option value="more than 20 people">more than 20 people</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="tf-start">Preferred start <span class="tf-hint">optional</span></label>
|
||||
<input type="text" id="tf-start" name="start" placeholder="e.g. as soon as possible">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="tf-start">Preferred start <span class="tf-hint">optional</span></label>
|
||||
<input type="text" id="tf-start" name="start" placeholder="e.g. as soon as possible">
|
||||
</div>
|
||||
|
||||
<div class="tf-hp" aria-hidden="true">
|
||||
|
||||
11
index.html
11
index.html
@@ -799,17 +799,6 @@
|
||||
<input type="email" id="tf-email" name="email" autocomplete="email" required aria-describedby="tf-email-note">
|
||||
<span class="tf-note" id="tf-email-note"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="tf-users">Geplante Nutzerzahl <span class="tf-hint">optional</span></label>
|
||||
<select id="tf-users" name="users">
|
||||
<option value="">Bitte wählen</option>
|
||||
<option value="1 Person">1 Person</option>
|
||||
<option value="2 bis 5 Personen">2 bis 5 Personen</option>
|
||||
<option value="6 bis 20 Personen">6 bis 20 Personen</option>
|
||||
<option value="mehr als 20 Personen">mehr als 20 Personen</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="tf-hp" aria-hidden="true">
|
||||
<label for="tf-website">Website</label>
|
||||
<input type="text" id="tf-website" name="website" tabindex="-1" autocomplete="off">
|
||||
|
||||
@@ -204,11 +204,11 @@
|
||||
L.org + ' = ' + (val('tf-org') || e_),
|
||||
L.role + ' = ' + (val('tf-role') || e_),
|
||||
L.mail + ' = ' + email,
|
||||
L.phone + ' = ' + (val('tf-phone') || e_),
|
||||
L.users + ' = ' + (val('tf-users') || e_)
|
||||
L.phone + ' = ' + (val('tf-phone') || e_)
|
||||
];
|
||||
/* Startwunsch und Themenfeld gibt es nur auf der Testzugang-Seite,
|
||||
im Modal der Startseite fehlen sie bewusst. */
|
||||
if (document.getElementById('tf-users')) zeilen.push(L.users + ' = ' + (val('tf-users') || e_));
|
||||
if (document.getElementById('tf-start')) zeilen.push(L.start + ' = ' + (val('tf-start') || e_));
|
||||
if (document.getElementById('tf-topic')) zeilen.push('', L.topic, val('tf-topic') || e_);
|
||||
zeilen.push('', L.domain + ' = ' + (looksOfficial(email) ? L.domainOk : L.domainCheck));
|
||||
|
||||
@@ -294,21 +294,9 @@
|
||||
<textarea id="tf-topic" name="topic" rows="5" required placeholder="Zwei bis drei Sätze genügen. Zum Beispiel die Lage in einer bestimmten Region, ein Infrastrukturthema oder die Beobachtung von Desinformationskampagnen."></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label for="tf-users">Geplante Nutzerzahl <span class="tf-hint">optional</span></label>
|
||||
<select id="tf-users" name="users">
|
||||
<option value="">Bitte wählen</option>
|
||||
<option value="1 Person">1 Person</option>
|
||||
<option value="2 bis 5 Personen">2 bis 5 Personen</option>
|
||||
<option value="6 bis 20 Personen">6 bis 20 Personen</option>
|
||||
<option value="mehr als 20 Personen">mehr als 20 Personen</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="tf-start">Gewünschter Start <span class="tf-hint">optional</span></label>
|
||||
<input type="text" id="tf-start" name="start" placeholder="z. B. so bald wie möglich">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="tf-start">Gewünschter Start <span class="tf-hint">optional</span></label>
|
||||
<input type="text" id="tf-start" name="start" placeholder="z. B. so bald wie möglich">
|
||||
</div>
|
||||
|
||||
<div class="tf-hp" aria-hidden="true">
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren