Merge branch 'master_stand_10_05_23' of https://gitty.informatik.hs-mannheim.de/2123174/Candle into master_stand_10_05_23
commit
b423012445
|
@ -1,8 +0,0 @@
|
|||
|
||||
document.getElementById("anmeldebutton").addEventListener("submit", Redirect);
|
||||
|
||||
function Redirect() {
|
||||
window.location = sessionStorage.getItem("clicked-last")
|
||||
sessionStorage.removeItem("clicked-last")
|
||||
return true
|
||||
}
|
|
@ -117,6 +117,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
<script src="anmelden.js"></script>
|
||||
|
||||
|
||||
</html>
|
|
@ -117,6 +117,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
<script src="anmelden.js"></script>
|
||||
|
||||
|
||||
</html>
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
<!--Second Item-->
|
||||
<div id="secondItem" class="items">
|
||||
<img src="pictures/the_hundred_and_one_dalmatians.jpg" width="125" height="200"/>
|
||||
<a href="dalmatians.html"><img src="pictures/the_hundred_and_one_dalmatians.jpg" width="125" height="200"/></a>
|
||||
<h3 class="headerinItem">
|
||||
<a href="dalmatians.html">The Hundred and One Dalmatians</a>
|
||||
</h3>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
<div id="verlängerungButtonContainer">
|
||||
<a id = "verlängerungButton1" href="loeschenErfolgreich.html">Bestätigen</a>
|
||||
<a id = "verlängerungButton2" href="meinebuecher.html">Abbrechen</a>
|
||||
<a id = "verlängerungButton2" href="warenkorb.html">Abbrechen</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -73,7 +73,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<a class="binPicture" href="loeschen.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
</div>
|
||||
|
||||
<hr style="width: 96%;">
|
||||
|
@ -105,7 +105,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<a class="binPicture" href="loeschen.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
</div>
|
||||
<hr style="width: 96%;">
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<a class="binPicture" href="loeschen.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
</div>
|
||||
<hr style="width: 96%;">
|
||||
|
||||
|
@ -169,7 +169,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<a class="binPicture" href="loeschen.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
<a class="binPicture" href="loeschen_warenkorb.html"><img src="pictures/bin.png" width="25" height="25"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue