Hallo ihr Lieben,
Aktuell komme ich nicht weiter und bräuchte eure Hilfe.
Folgendes :
Ich habe für mein LoL Forum einen Tournament Code Generator erstellt. Allerdings, wenn man alle Optionen auswählt, erscheint kein Code...
Link zum Tournament Code Generator : http://www.lol-network.de/tournament.php
Der Code :
HTML
<html><head><title>{$settings['bbname']} - Tournament-Code Generator</title>{$headerinclude}</head><body>{$header}<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr><td class="thead"><strong>Tournament-Code Generator</strong></td></tr><tr><td class="trow1" align="left">
<form id="tournamentCode" action=""> <table border="0" cellspacing="0" cellpadding="5" class="tborder"> <tbody> <tr> <td class="trow1" width="20%"> <strong>Spielname:</strong> </td> <td class="trow1"> <input type="text" name="gamename" id="gamename" class="textbox" size="50" required> </td> </tr> <tr> <td class="trow1" width="20%"> <strong>Passwort:</strong> <small>(optional)</small> </td> <td class="trow1"> <input type="text" name="password" id="password" class="textbox" size="50"> </td> </tr> <tr> <td class="trow1" width="20%"> <strong>Kartenauswahl:</strong> </td> <td class="trow1"> <select name="map" id="map" size="4" style="width: 330px; height: 80px"> <option value="0">Kluft der Beschwörer</option> <option value="1">Der gewundene Wald</option> <option value="2">Kristallnarbe</option> <option value="3">Heulende Schlucht</option>
</select> </td> </tr> <tr> <td class="trow1" width="20%"> <strong>Spielmodus:</strong> </td> <td class="trow1"> <select name="gamemode" id="gamemode" size="4" style="width: 330px;height: 80px"> <option value="0">Blinde Wahl</option> <option value="1">Abwechselnde Wahl</option> <option value="2">Alles Zufällig</option> <option value="3">Tournament Draft</option> </select> </td> </tr> <tr> <td class="trow1" width="20%"> <strong>Größe des Teams:</strong> </td> <td class="trow1"> <select name="teamsize" id="teamsize" size="5" style="width: 330px;height: 90px"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option selected>5</option> </select> </td> </tr> <tr> <td class="trow1" width="20%"> <strong>Zuschauer:</strong> </td> <td class="trow1"> <select name="spectator" id="spectator" size="3" style="width: 330px;height: 80px"> <option value="0">Jeder darf zuschauen</option> <option value="1">Niemand darf zuschauen</option> <option value="2">Nur Lobby darf zuschauen</option> </select> </td> </tr> </tbody></table>
<center> <div class="formSubmit"> <input type="submit" id="tournamentCodeButton" value="Tournament Code erstellen" class="button new_reply_button"> </div></center></form>
<br>
<div class="container containerPadding marginTop"> <div class="containerHeadline"> <center> <h3><label for="tCode">Tournament Code</label></h3></center> <center> <p><textarea id="tCode" style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" ></textarea></p></center><p><center>© by LoL-Network.de 2014 - 2015 Alle Rechte vorbehalten </p></center> </div></div>
</td></tr></table>{$footer}</body></html>
Alles anzeigen