-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
ccb48a5
commit 70ab6ed
Showing
5 changed files
with
131 additions
and
224 deletions.
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
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 |
---|---|---|
@@ -1,49 +1,49 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr"> | ||
<head profile="http://gmpg.org/xfn/11"> | ||
<title>Education Time | Full Width</title> | ||
<title>{% block title %}{% endblock %}}</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | ||
<meta http-equiv="imagetoolbar" content="no" /> | ||
<link rel="stylesheet" href="styles/layout.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{STATIC_URL}}css/layout.css" type="text/css" /> | ||
<script type="text/javascript" src="{{STATIC_URL}}js/jquery-1.4.1.min.js"></script> | ||
<script type="text/javascript" src="{{STATIC_URL}}js/jquery-slidedeck.pack.lite.js"></script> | ||
<!--{% include "common/fancy-box-scripts.html" %} --!> | ||
{% include "analytics/script.html" %} | ||
</head> | ||
<body id="top"> | ||
{% if msglist|length > 0 %} | ||
<div> | ||
{% for msg in msglist %} | ||
<H2 align="center" FONT | ||
style="BACKGROUND-COLOR: white;color:black" >{{msg}}<H2>{% endfor %} | ||
{% endif %} | ||
<!-- ####################################################################################################### --> | ||
<!-- ####################################################################################################### --> | ||
<div class="wrapper row1"> | ||
<div id="header" class="clear"> | ||
<div class="fl_left"> | ||
<h1><a href="index.html">Education Time</a></h1> | ||
<p>Free CSS Website Template</p> | ||
|
||
{% include "TXtemplates/common/top-left" %} | ||
{% if loggedin %} | ||
<div class="fl_right"> | ||
{% include "TXtemplates/common/loggedin_top_right" %} | ||
</div> | ||
<form action="#" method="post" id="login"> | ||
<fieldset> | ||
<legend>Student Login</legend> | ||
<input type="password" /> | ||
<input type="text" /> | ||
<div id="forgot">Need <a href="#">Help ?</a> or <a href="#">Forgot Your Details ?</a></div> | ||
<input type="image" src="images/sign_in.gif" id="signin" alt="Sign In" /> | ||
</fieldset> | ||
</form> | ||
{% else %} | ||
{% include "TXtemplates/common/login-form" %} | ||
{% endif %} | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<!-- ####################################################################################################### --> | ||
<div class="wrapper row2"> | ||
<div id="topnav"> | ||
<ul> | ||
<li><a href="index.html">Homepage</a></li> | ||
<li><a href="style-demo.html">Style Demo</a></li> | ||
<li class="active"><a href="full-width.html">Full Width</a></li> | ||
<li><a href="#">DropDown</a> | ||
<ul> | ||
<li><a href="#">Link 1</a></li> | ||
<li><a href="#">Link 2</a></li> | ||
<li><a href="#">Link 3</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="3-columns.html">3 Columns</a></li> | ||
<li class="last"><a href="gallery.html">Gallery</a></li> | ||
</ul> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
|
||
|
||
{% include "TXtemplates/common/top-nav-row2.html" %} | ||
|
||
|
||
<!-- ####################################################################################################### --> | ||
<div class="wrapper row4"> | ||
<div id="container" class="clear"> | ||
|
@@ -76,74 +76,10 @@ <h6>Headline 6 Colour and Size</h6> | |
</div> | ||
</div> | ||
<!-- ####################################################################################################### --> | ||
<div class="wrapper row5"> | ||
<div id="footer" class="clear"> | ||
<!-- ####################################################################################################### --> | ||
<div class="foot_contact"> | ||
<h2>University Name Here</h2> | ||
<address> | ||
Address Line 1<br /> | ||
Address Line 2<br /> | ||
Town/City<br /> | ||
Postcode/Zip | ||
</address> | ||
<ul> | ||
<li><strong>Tel:</strong> xxxxx xxxxxxxxxx</li> | ||
<li><strong>Fax:</strong> xxxxx xxxxxxxxxx</li> | ||
<li class="last"><strong>Email:</strong> <a href="#">[email protected]</a></li> | ||
</ul> | ||
</div> | ||
<div class="footbox"> | ||
<h2>Administration</h2> | ||
<ul> | ||
<li><a href="#">Disclaimer</a></li> | ||
<li><a href="#">Accessibility</a></li> | ||
<li><a href="#">Freedom of Information</a></li> | ||
<li><a href="#">Website Privacy</a></li> | ||
<li><a href="#">Press Release Information</a></li> | ||
<li><a href="#">Annual Report</a></li> | ||
<li><a href="#">Financial Statements</a></li> | ||
<li><a href="#">Job Vacancies</a></li> | ||
<li class="last"><a href="#">Semester Dates</a></li> | ||
</ul> | ||
</div> | ||
<div class="footbox"> | ||
<h2>Link Block 2</h2> | ||
<ul> | ||
<li><a href="#">Schools and Colleges</a></li> | ||
<li><a href="#">Student Activities</a></li> | ||
<li><a href="#">Student Affairs</a></li> | ||
<li><a href="#">Student Development</a></li> | ||
<li><a href="#">Student Financial Services</a></li> | ||
<li><a href="#">Student Group Directory</a></li> | ||
<li><a href="#">Student Life</a></li> | ||
<li><a href="#">International Students</a></li> | ||
<li class="last"><a href="#">Global Learning</a></li> | ||
</ul> | ||
</div> | ||
<div class="footbox last"> | ||
<h2>Link Block 3</h2> | ||
<ul> | ||
<li><a href="#">Academic Advisory</a></li> | ||
<li><a href="#">Academic Assistance</a></li> | ||
<li><a href="#">Academic Calendars</a></li> | ||
<li><a href="#">Academics Office</a></li> | ||
<li><a href="#">Administration</a></li> | ||
<li><a href="#">Adult Learners</a></li> | ||
<li><a href="#">Alumni Chapters</a></li> | ||
<li><a href="#">Alumni Events</a></li> | ||
<li class="last"><a href="#">Residential Colleges</a></li> | ||
</ul> | ||
</div> | ||
<!-- ####################################################################################################### --> | ||
</div> | ||
</div> | ||
<!-- ####################################################################################################### --> | ||
<div class="wrapper"> | ||
<div id="copyright" class="clear"> | ||
<p class="fl_left">Copyright © 2011 - All Rights Reserved - <a href="#">Domain Name</a></p> | ||
<p class="fl_right">Template by <a href="http://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p> | ||
</div> | ||
</div> | ||
{% include "TXtemplates/common/footer.html" %} | ||
|
||
|
||
{% include "TXtemplates/common/end_copyright.html" %} | ||
|
||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr"> | ||
<head profile="http://gmpg.org/xfn/11"> | ||
<title>Education Time | Gallery</title> | ||
<title>{% block title %}{% endblock %}</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | ||
<meta http-equiv="imagetoolbar" content="no" /> | ||
<link rel="stylesheet" href="styles/layout.css" type="text/css" /> | ||
|
@@ -17,50 +17,52 @@ | |
<link rel="stylesheet" href="styles/prettyPhoto.css" type="text/css" /> | ||
<script type="text/javascript" src="scripts/jquery-prettyPhoto.js"></script> | ||
<!-- End Gallery Specific Elements --> | ||
|
||
{% include "analytics/script.html" %} | ||
|
||
</head> | ||
<body id="top"> | ||
|
||
{% if msglist|length > 0 %} | ||
<div> | ||
{% for msg in msglist %} | ||
<H2 align="center" FONT | ||
style="BACKGROUND-COLOR: white;color:black" >{{msg}}<H2>{% endfor %} | ||
|
||
{% endif %} | ||
|
||
|
||
<div class="wrapper row1"> | ||
<div id="header" class="clear"> | ||
<div class="fl_left"> | ||
<h1><a href="index.html">Education Time</a></h1> | ||
<p>Free CSS Website Template</p> | ||
|
||
{% include "TXtemplates/common/top-left" %} | ||
{% if loggedin %} | ||
<div class="fl_right"> | ||
{% include "TXtemplates/common/loggedin_top_right" %} | ||
</div> | ||
<form action="#" method="post" id="login"> | ||
<fieldset> | ||
<legend>Student Login</legend> | ||
<input type="password" /> | ||
<input type="text" /> | ||
<div id="forgot">Need <a href="#">Help ?</a> or <a href="#">Forgot Your Details ?</a></div> | ||
<input type="image" src="images/sign_in.gif" id="signin" alt="Sign In" /> | ||
</fieldset> | ||
</form> | ||
{% else %} | ||
{% include "TXtemplates/common/login-form" %} | ||
{% endif %} | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<!-- ####################################################################################################### --> | ||
<div class="wrapper row2"> | ||
<div id="topnav"> | ||
<ul> | ||
<li><a href="index.html">Homepage</a></li> | ||
<li><a href="style-demo.html">Style Demo</a></li> | ||
<li><a href="full-width.html">Full Width</a></li> | ||
<li><a href="#">DropDown</a> | ||
<ul> | ||
<li><a href="#">Link 1</a></li> | ||
<li><a href="#">Link 2</a></li> | ||
<li><a href="#">Link 3</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="3-columns.html">3 Columns</a></li> | ||
<li class="active last"><a href="gallery.html">Gallery</a></li> | ||
</ul> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
|
||
{% include "TXtemplates/common/top-nav-row2.html" %} | ||
|
||
|
||
<!-- ####################################################################################################### --> | ||
|
||
<div class="wrapper row4"> | ||
<div id="container" class="clear"> | ||
<!-- ####################################################################################################### --> | ||
<div id="gallery" class="clear"> | ||
|
||
|
||
{% block gallery-master_content %}{% endblock %} | ||
<!-- | ||
<div class="gallerycontainer clear"> | ||
<div class="fl_left"> | ||
<h2 class="title">Latest Videos</h2> | ||
|
@@ -90,96 +92,25 @@ <h2 class="title">Latest Images</h2> | |
</div> | ||
<!-- ########### --> | ||
</div> | ||
--!> | ||
<!-- ####################################################################################################### --> | ||
<div class="pagination"> | ||
<ul> | ||
<li class="prev"><a href="#">« Previous</a></li> | ||
<li><a href="#">1</a></li> | ||
<li><a href="#">2</a></li> | ||
<li class="splitter">…</li> | ||
<li><a href="#">6</a></li> | ||
<li class="current">7</li> | ||
<li><a href="#">8</a></li> | ||
<li><a href="#">9</a></li> | ||
<li class="splitter">…</li> | ||
<li><a href="#">14</a></li> | ||
<li><a href="#">15</a></li> | ||
<li class="next"><a href="#">Next »</a></li> | ||
</ul> | ||
</div> | ||
|
||
{% block gallery-master_pagination %}{% endblock %} | ||
|
||
|
||
</div> | ||
<!-- ####################################################################################################### --> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
<!-- ####################################################################################################### --> | ||
<div class="wrapper row5"> | ||
<div id="footer" class="clear"> | ||
<!-- ####################################################################################################### --> | ||
<div class="foot_contact"> | ||
<h2>University Name Here</h2> | ||
<address> | ||
Address Line 1<br /> | ||
Address Line 2<br /> | ||
Town/City<br /> | ||
Postcode/Zip | ||
</address> | ||
<ul> | ||
<li><strong>Tel:</strong> xxxxx xxxxxxxxxx</li> | ||
<li><strong>Fax:</strong> xxxxx xxxxxxxxxx</li> | ||
<li class="last"><strong>Email:</strong> <a href="#">[email protected]</a></li> | ||
</ul> | ||
</div> | ||
<div class="footbox"> | ||
<h2>Administration</h2> | ||
<ul> | ||
<li><a href="#">Disclaimer</a></li> | ||
<li><a href="#">Accessibility</a></li> | ||
<li><a href="#">Freedom of Information</a></li> | ||
<li><a href="#">Website Privacy</a></li> | ||
<li><a href="#">Press Release Information</a></li> | ||
<li><a href="#">Annual Report</a></li> | ||
<li><a href="#">Financial Statements</a></li> | ||
<li><a href="#">Job Vacancies</a></li> | ||
<li class="last"><a href="#">Semester Dates</a></li> | ||
</ul> | ||
</div> | ||
<div class="footbox"> | ||
<h2>Link Block 2</h2> | ||
<ul> | ||
<li><a href="#">Schools and Colleges</a></li> | ||
<li><a href="#">Student Activities</a></li> | ||
<li><a href="#">Student Affairs</a></li> | ||
<li><a href="#">Student Development</a></li> | ||
<li><a href="#">Student Financial Services</a></li> | ||
<li><a href="#">Student Group Directory</a></li> | ||
<li><a href="#">Student Life</a></li> | ||
<li><a href="#">International Students</a></li> | ||
<li class="last"><a href="#">Global Learning</a></li> | ||
</ul> | ||
</div> | ||
<div class="footbox last"> | ||
<h2>Link Block 3</h2> | ||
<ul> | ||
<li><a href="#">Academic Advisory</a></li> | ||
<li><a href="#">Academic Assistance</a></li> | ||
<li><a href="#">Academic Calendars</a></li> | ||
<li><a href="#">Academics Office</a></li> | ||
<li><a href="#">Administration</a></li> | ||
<li><a href="#">Adult Learners</a></li> | ||
<li><a href="#">Alumni Chapters</a></li> | ||
<li><a href="#">Alumni Events</a></li> | ||
<li class="last"><a href="#">Residential Colleges</a></li> | ||
</ul> | ||
</div> | ||
<!-- ####################################################################################################### --> | ||
</div> | ||
</div> | ||
<!-- ####################################################################################################### --> | ||
<div class="wrapper"> | ||
<div id="copyright" class="clear"> | ||
<p class="fl_left">Copyright © 2011 - All Rights Reserved - <a href="#">Domain Name</a></p> | ||
<p class="fl_right">Template by <a href="http://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p> | ||
</div> | ||
</div> | ||
|
||
|
||
{% include "TXtemplates/common/footer.html" %} | ||
|
||
|
||
{% include "TXtemplates/common/end_copyright.html" %} | ||
|
||
</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
Oops, something went wrong.