Skip to content
Snippets Groups Projects
Commit db35f144 authored by Beaumont Mogridge's avatar Beaumont Mogridge :gorilla:
Browse files

Upload New File

parent fffdce15
No related branches found
No related tags found
2 merge requests!47Update static/testSearch.html, templates/OurSpaces.html, templates/Space.html,...,!25Update static/testSearch.html, templates/OurSpaces.html, templates/Space.html,...
{%extends 'OurSpaces.html'%}
<form id='myForm' action='/Load/CodeBase>' method ='post'>
{% block titleBlock%}
<p id="name"></p>
<img src= Main_Photo ><br>"/>
<script>
document.getElementById("name").innerHTML = Name;
</script>
{%endblock%}
{% block addressBlock%}
<h2><input type = "text" name = "Name"><br></h2>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4957.954181608377!2d-2.999839445369478!3d51.58698324808131!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4871e6cc3bd82553%3A0x684c1227f14b4a15!2sNational%20Software%20Academy%20(Cardiff%20University)!5e0!3m2!1sen!2suk!4v1669722978098!5m2!1sen!2suk"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
{%endblock%}
{% block descriptionBlock%}
<h2>About us</h2>
<h3><input type = "text" name = "Description"><br></h3>
{%endblock%}
{% block imageBlock%}
"<input type = "text" name = "Main_Photos">"<br>
{%endblock%}
{% block addimageBlock%}
"<input type = "text" name = "Additional_photos">"<br>
{%endblock%}
{% block timeBlock%} <input type = "text" name = "Opening_Hours"> {%endblock%}
<span id='txt'></span>
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment