-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scratchcat1
authored
Dec 13, 2017
1 parent
c5d66cb
commit fe3df64
Showing
49 changed files
with
1,944 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- extend from base layout --> | ||
{% extends "base.html" %} | ||
|
||
{% block content %} | ||
<h1>Entry Form</h1> | ||
<form action="" method="post" name="login"> | ||
{{ form.hidden_tag() }} | ||
{% for field in fields %} | ||
{{ field["name"]}} <br> | ||
{{ form[field["name"]](size = 80) }} <br> | ||
{% endfor %} | ||
<p><input type="submit" value="Go"></p> | ||
|
||
{% if OUTPUT %} | ||
{% for line in rendered_result %} | ||
<div><p>{{line}}</p></div> | ||
{% endfor %} | ||
|
||
{% endif %} | ||
|
||
|
||
</form> | ||
{% endblock %} |
8 changes: 8 additions & 0 deletions
8
flask_app/black_white2/black_white/READ_ME/HTML5WebTemplates.co.uk.url
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[{000214A0-0000-0000-C000-000000000046}] | ||
Prop3=19,2 | ||
[InternetShortcut] | ||
IDList= | ||
URL=http://www.html5webtemplates.co.uk/ | ||
HotKey=0 | ||
IconFile=C:\Windows\system32\SHELL32.dll | ||
IconIndex=277 |
13 changes: 13 additions & 0 deletions
13
flask_app/black_white2/black_white/READ_ME/PLEASE READ.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Thanks for downloading this template from HTML5WebTemplates.co.uk | ||
|
||
I hope that it suits your needs. | ||
|
||
If you wish to remove the footer link (to http://www.html5webtemplates.co.uk/) I ask that you make a donation of �15 via Paypal. | ||
|
||
You can make a donation at the following address:http://www.html5webtemplates.co.uk/faqs.html | ||
|
||
If you have any questions please feel free to e-mail me at [email protected] | ||
|
||
Best regards, | ||
|
||
HTML5WebTemplates.co.uk |
6 changes: 6 additions & 0 deletions
6
flask_app/black_white2/black_white/READ_ME/Remove the footer link.URL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[InternetShortcut] | ||
URL=http://www.html5webtemplates.co.uk/faqs.html | ||
IDList= | ||
HotKey=0 | ||
IconFile=C:\Windows\system32\SHELL32.dll | ||
IconIndex=44 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
|
||
<head> | ||
<title>black_white - another page</title> | ||
<meta name="description" content="website description" /> | ||
<meta name="keywords" content="website keywords, website keywords" /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" /> | ||
</head> | ||
|
||
<body> | ||
<div id="main"> | ||
<div id="header"> | ||
<div id="logo"> | ||
<div id="logo_text"> | ||
<!-- class="logo_colour", allows you to change the colour of the text --> | ||
<h1><a href="index.html">black<span class="logo_colour">_white</span></a></h1> | ||
<h2>Simple. Contemporary. Website Template.</h2> | ||
</div> | ||
</div> | ||
<div id="menubar"> | ||
<ul id="menu"> | ||
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on --> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="examples.html">Examples</a></li> | ||
<li><a href="page.html">A Page</a></li> | ||
<li class="selected"><a href="another_page.html">Another Page</a></li> | ||
<li><a href="contact.html">Contact Us</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div id="site_content"> | ||
<div class="sidebar"> | ||
<!-- insert your sidebar items here --> | ||
<h3>Latest News</h3> | ||
<h4>New Website Launched</h4> | ||
<h5>July 1st, 2014</h5> | ||
<p>2014 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p> | ||
<p></p> | ||
<h4>New Website Launched</h4> | ||
<h5>July 1st, 2014</h5> | ||
<p>2014 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p> | ||
<h3>Useful Links</h3> | ||
<ul> | ||
<li><a href="#">link 1</a></li> | ||
<li><a href="#">link 2</a></li> | ||
<li><a href="#">link 3</a></li> | ||
<li><a href="#">link 4</a></li> | ||
</ul> | ||
<h3>Search</h3> | ||
<form method="post" action="#" id="search_form"> | ||
<p> | ||
<input class="search" type="text" name="search_field" value="Enter keywords....." /> | ||
<input name="search" type="image" style="border: 0; margin: 0 0 -9px 5px;" src="style/search.png" alt="Search" title="Search" /> | ||
</p> | ||
</form> | ||
</div> | ||
<div id="content"> | ||
<!-- insert the page content here --> | ||
<h1>Another Page</h1> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
Copyright © black_white | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">Free CSS Templates</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
|
||
<head> | ||
<title>black_white</title> | ||
<meta name="description" content="website description" /> | ||
<meta name="keywords" content="website keywords, website keywords" /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" /> | ||
</head> | ||
|
||
<body> | ||
<div id="main"> | ||
<div id="header"> | ||
<div id="logo"> | ||
<div id="logo_text"> | ||
<!-- class="logo_colour", allows you to change the colour of the text --> | ||
<h1><a href="index.html">black<span class="logo_colour">_white</span></a></h1> | ||
<h2>Simple. Contemporary. Website Template.</h2> | ||
</div> | ||
</div> | ||
<div id="menubar"> | ||
|
||
<div>AATC: <a href="/">Home</a></div> | ||
<div> | ||
{% for command in Commands %} | ||
<a href="/command/{{command}}">{{command}}</a> | ||
{% endfor %} | ||
</div> | ||
|
||
{% if user %} | ||
<h2>Welcome, {{ user.Username }} UserID: {{user.UserID}}</h2> | ||
{% else %} | ||
<h1>Hello, unregistered user!</h1> | ||
{% endif %} | ||
|
||
<hr> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
<div id="site_content"> | ||
|
||
<div id="content"> | ||
<!-- insert the page content here --> | ||
{% block content %}{% endblock %} | ||
|
||
</div> | ||
</div> | ||
<div id="footer"> | ||
Copyright © black_white | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">Free CSS Templates</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
|
||
<head> | ||
<title>black_white - contact us</title> | ||
<meta name="description" content="website description" /> | ||
<meta name="keywords" content="website keywords, website keywords" /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" /> | ||
</head> | ||
|
||
<body> | ||
<div id="main"> | ||
<div id="header"> | ||
<div id="logo"> | ||
<div id="logo_text"> | ||
<!-- class="logo_colour", allows you to change the colour of the text --> | ||
<h1><a href="index.html">black<span class="logo_colour">_white</span></a></h1> | ||
<h2>Simple. Contemporary. Website Template.</h2> | ||
</div> | ||
</div> | ||
<div id="menubar"> | ||
<ul id="menu"> | ||
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on --> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="examples.html">Examples</a></li> | ||
<li><a href="page.html">A Page</a></li> | ||
<li><a href="another_page.html">Another Page</a></li> | ||
<li class="selected"><a href="contact.html">Contact Us</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div id="site_content"> | ||
<div class="sidebar"> | ||
<!-- insert your sidebar items here --> | ||
<h3>Latest News</h3> | ||
<h4>New Website Launched</h4> | ||
<h5>July 1st, 2014</h5> | ||
<p>2014 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p> | ||
<p></p> | ||
<h4>New Website Launched</h4> | ||
<h5>July 1st, 2014</h5> | ||
<p>2014 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p> | ||
<h3>Useful Links</h3> | ||
<ul> | ||
<li><a href="#">link 1</a></li> | ||
<li><a href="#">link 2</a></li> | ||
<li><a href="#">link 3</a></li> | ||
<li><a href="#">link 4</a></li> | ||
</ul> | ||
<h3>Search</h3> | ||
<form method="post" action="#" id="search_form"> | ||
<p> | ||
<input class="search" type="text" name="search_field" value="Enter keywords....." /> | ||
<input name="search" type="image" style="border: 0; margin: 0 0 -9px 5px;" src="style/search.png" alt="Search" title="Search" /> | ||
</p> | ||
</form> | ||
</div> | ||
<div id="content"> | ||
<!-- insert the page content here --> | ||
<h1>Contact Us</h1> | ||
<p>Below is an example of how a contact form might look with this template:</p> | ||
<form action="#" method="post"> | ||
<div class="form_settings"> | ||
<p><span>Name</span><input class="contact" type="text" name="your_name" value="" /></p> | ||
<p><span>Email Address</span><input class="contact" type="text" name="your_email" value="" /></p> | ||
<p><span>Message</span><textarea class="contact textarea" rows="8" cols="50" name="your_enquiry"></textarea></p> | ||
<p style="padding-top: 15px"><span> </span><input class="submit" type="submit" name="contact_submitted" value="submit" /></p> | ||
</div> | ||
</form> | ||
<p><br /><br />NOTE: A contact form such as this would require some way of emailing the input to an email address.</p> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
Copyright © black_white | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">Free CSS Templates</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.