This commit is contained in:
2024-03-22 11:50:12 +01:00
parent 25d9b8ae63
commit 757ad78a76

View File

@@ -70,8 +70,8 @@ if(isset($_GET['write_success'])){
<img src="./img/registrace.jpg"> <img src="./img/registrace.jpg">
<div class="w3-padding w3-display-middle"> <div class="w3-padding w3-display-middle">
<!-- Trigger/Open the Modal --> <!-- Trigger/Open the Modal -->
<button onclick="document.getElementById('id01').style.display='block'" class="w3-button w3-round-xlarge w3-border w3-border-black w3-xxlarge w3-green w3-padding-16 w3-hover-black">Přihlaš se</button> <!--<button onclick="document.getElementById('id01').style.display='block'" class="w3-button w3-round-xlarge w3-border w3-border-black w3-xxlarge w3-green w3-padding-16 w3-hover-black">Přihlaš se</button>-->
<!--<div class="w3-round-xlarge w3-border w3-border-black w3-xxlarge w3-grey w3-padding-16"><div class="w3-padding-large w3-text-white">Přihlaš se</div></div>--> <div class="w3-round-xlarge w3-border w3-border-black w3-xxlarge w3-grey w3-padding-16"><div class="w3-padding-large w3-text-white">Přihlaš se</div></div>
</div> </div>
<!--<div class="w3-padding w3-green w3-display-middle"> <!--<div class="w3-padding w3-green w3-display-middle">
Registrace od 1.3.2024 Registrace od 1.3.2024
@@ -347,7 +347,7 @@ if(isset($_GET['write_success'])){
</th> </th>
</th> </th>
</p> </p>
<p><input type="submit" class="w3-button w3-green w3-round-large" id="send" name="Send" value="Zkusme to"></p> <p><input disabled type="submit" class="w3-button w3-green w3-round-large" id="send" name="Send" value="Zkusme to"></p>
</form> </form>
</div> </div>
</div> </div>