Copy link to clipboard
Copied
Hi I have managed to corrupt my template for a site I maintain ... help please
Below is template code in its corrupted form. Help please ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<link rel="icon" href="http://www.friendsofpurton.org.uk/favicon1.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.friendsofpurton.org.uk/favicon1.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="../stmenu.js"></script>
<title>Friends of Purton</title>
<link rel='stylesheet' type='text/css' href='../TE_ThumbViewer/TEContainer.css' />
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/yahoo.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/event.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/dom.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/dragdrop.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/animation.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/container.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/TE_ThumbViewer.js'></script>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link rel='stylesheet' type='text/css' href='../TE_ThumbViewer/TEContainer.css' />
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/yahoo.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/event.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/dom.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/dragdrop.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/animation.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/container.js'></script>
<script language='JavaScript' type='text/javascript' src='../TE_ThumbViewer/TE_ThumbViewer.js'></script>
<style type="text/css">
<!--
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}
#apDiv1 {
position:absolute;
left:579px;
top:453px;
width:224px;
height:24px;
z-index:1;
}
-->
</style>
<style type="text/css">
<script>
// (C) 2000 www.CodeLifter.com
// Free for all users, but leave in this header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully
// =======================================
// set the following variables
// =======================================
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 5000
// Duration of crossfade (seconds)
var crossFadeDuration = 3
// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below
Pic[0] = 'tn_dursley.jpg'
Pic[1] = 'tn_abbey.jpg'
Pic[2] = '3.jpg'
Pic[3] = '4.jpg'
Pic[4] = '5.jpg'
// =======================================
// do not edit anything below this line
// =======================================
var t
var j = 0
var p = Pic.length
var preLoad = new Array()
for (i = 0; i < p; i++){
preLoad = new Image()
preLoad.src = Pic
}
function runSlideShow(){
if (document.all){
document.images.SlideShow.style.filter="blendTrans(duration=2)"
document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow.filters.blendTrans.Apply()
}
document.images.SlideShow.src = preLoad
if (document.all){
document.images.SlideShow.filters.blendTrans.Play()
}
j = j + 1
if (j > (p-1)) j=0
t = setTimeout('runSlideShow()', slideShowSpeed)
}
</script>
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
background-color: #FFFFFF;
}
/* Tips for Elastic layouts
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
width: auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
background-color: #000066;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
word-spacing: 1px;
}
.twoColElsLtHdr #header {
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-color: #000066;
}
.twoColElsLtHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
float: left;
width: 18%; /* top and bottom padding create visual space within this div */
color: #FFCC00;
text-align: center;
background-color: #000066;
padding-top: 15px;
padding-right: 0;
padding-bottom: 15px;
padding-left: 0;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
font-family: "Times New Roman", Times, serif;
background-image: url(file:///C|/Users/Dave/Documents/images/purtonlogobackground1.jpg);
border: 15px inset #999999;
background-color: #FFFFFF;
margin-top: 0;
margin-right: 20px;
margin-bottom: 0;
margin-left: 10%;
background-position: center top;
background-repeat: no-repeat;
letter-spacing: 1px;
overflow: hidden;
}
.twoColElsLtHdr #footer {
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD;
}
.twoColElsLtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
margin-right: 18px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
margin-left: 18px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.style14 {
font-size: small
}
-->
</style>
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_CheckFlashVersion(reqVerStr,msg){
with(navigator){
var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
if (!isIE || !isWin){
var flashVer = -1;
if (plugins && plugins.length > 0){
var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
if (desc == "") flashVer = -1;
else{
var descArr = desc.split(" ");
var tempArrMajor = descArr[2].split(".");
var verMajor = tempArrMajor[0];
var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
flashVer = parseFloat(verMajor + "." + verMinor);
}
}
// WebTV has Flash Player 4 or lower -- too low for video
else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
var verArr = reqVerStr.split(",");
var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
if (flashVer < reqVer){
if (confirm(msg))
window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
}
}
}
}
//-->
</script>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body class="twoColElsLtHdr" onLoad="MM_preloadImages('../images/blank_button_blue1_events.gif','../images/blank_button_blue2_events.gif','../images/blank_button_blue1_contact.gif','../images/blank_button_blue2_contact.gif','../images/blank_button_blue1_arch.gif','../images/blank_button_blue2_arch.gif','../images/blank_button_blue1_gene.gif','../images/blank_button_blue2_gene.gif','../images/blank_button_blue1_members.gif','../images/blank_button_blue2_members.gif','../images/blank_button_blue1_links.gif','../images/blank_button_blue2_links.gif','../images/uk-map-2a.gif','../images/blank_button_blue1_Membership.gif','../images/blank_button_blue2_Membership.gif','http://www.friendsofpurton.org.uk/images/blank_button_blue1_contact.gif','http://www.friendsofpurton... on this page requires a newer version of Adobe Flash Player. Do you want to download it now?')">
<div id="container">
<div id="header">
<h1><meta name="keywords" content="Friends of Purton, Purton Hulks, River Severn, Ships Graveyard" />
<meta name="description" content="Friends of Purton Society dedicated to protecting the Purton Hulks." />
<meta name="keywords" content="Friends of Purton. Purtpn Hulks, Purton ships graveyard, Purton Gloucestershire, Hulks, Graveyard, Old boats, Old Ships" />
<img src="../images/Purton_banner_image1.gif" alt="banner" width="1005" height="80" /></h1>
<!-- end #header --></div>
<div id="sidebar1">
<table width="85" border="0" align="center">
<tr>
<td colspan="3"><div align="center"><a target="_blank">Follow us</a></div></td>
</tr>
<tr>
<td width="41" height="36"><a href="http://www.facebook.com/#!/pages/The-Friends-of-Purton/215088541944821" target="_blank"><img src="../images/Facebook.png" alt="Facebook" width="31" height="23" /></a></td>
<td width="4"> </td>
<td width="26"><div align="center"><a href="http://twitter.com/#!/Frnds_of_Purton" target="_blank"><img src="../images/Twitter.png" alt="Twitter" width="22" height="27" /></a></div> </td>
</tr>
</table>
<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post"target="_blank" >
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit3" alt="PayPal ā The safer, easier way to pay online." />
<input type="hidden" name="hosted_button_id" value="HUJBN9QQ8ETZ6">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form> </p>
<center>
<a href="http://www.dhtml-menu-builder.com" style="display:none;visibility:hidden;">Javascript DHTML Drop Down Menu Powered by dhtml-menu-builder.com</a>
<script type="text/javascript">
<!--
stm_bm(["menu251a",960,"","blank.gif",0,"","",0,0,250,0,750,1,0,0,"","",0,0,1,2,"default","hand","",1,25],this);
stm_bp("p0",[1,4,0,0,2,3,0,7,100,"",-2,"",-2,50,0,0,"#999999","#E6EFF9","",3,1,1,"#000000"]);
stm_ai("p0i0",[0,"Home","","",-1,-1,0,"http://www.friendsofpurton.org.uk/index.html","_self","","","","",0,0,0,"","",0,0,0,1,1,"#000066",0,"#FFD602",0,"","",3,3,6,1,"#E6EFF9","#000000","#FFCC00","#000000","bold 12pt 'Times New Roman','Times','serif'","bold 12pt 'Times New Roman','Times','serif'",0,0,"","","","",0,0,0],160,0);
stm_aix("p0i1","p0i0",[0,"The vessels","","",-1,-1,0,"","_self","","","","",0,0,0,"arrow_r.gif","arrow_r.gif",7,7],160,0);
stm_bpx("p1","p0",[1,2]);
stm_aix("p1i0","p0i0",[0,"All Vessels","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtonthevessels.html","_self","","","","",0,0,0,"","",0,0,0,0],170,0);
stm_aix("p1i1","p1i0",[0,"Schooners","","",-1,-1,0,"","_self","","","","",0,0,0,"arrow_r.gif","arrow_r.gif",7,7],170,0);
stm_bpx("p2","p0",[1,2,0,0,2,3,0,0]);
stm_aix("p2i0","p1i0",[0,"Ada","","",-1,-1,0,"/Vessels/Ada.html","_blank"],160,0);
stm_aix("p2i1","p2i0",[0,"Catherine Ellen","","",-1,-1,0,"/Vessels/Catherine_Ellen.htm"],160,0);
stm_aix("p2i2","p2i0",[0,"Dispatch","","",-1,-1,0,"/Vessels/Dispatch.htm"],160,0);
stm_aix("p2i3","p2i0",[0,"Guide","","",-1,-1,0,"/Vessels/Guide.html"],160,0);
stm_aix("p2i4","p2i0",[0,"Island Maid","","",-1,-1,0,"/Vessels/Island_Maid.htm"],160,0);
stm_aix("p2i5","p2i0",[0,"Sally","","",-1,-1,0,"/Vessels/Sally.htm"],160,0);
stm_ep();
stm_aix("p1i2","p1i1",[0,"Trows"],170,0);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p2i0",[0,"Britannia","","",-1,-1,0,"/Vessels/Britannia.html"],160,0);
stm_aix("p3i1","p2i0",[0,"Edith","","",-1,-1,0,"/Vessels/Edith.htm"],160,0);
stm_aix("p3i2","p2i0",[0,"Higre","","",-1,-1,0,"/Vessels/Higre.html"],160,0);
stm_ep();
stm_aix("p1i3","p1i1",[0,"Stroud Water Barge\'s"],170,0);
stm_bpx("p4","p2",[]);
stm_aix("p4i0","p2i0",[0,"Barge Abbey","","",-1,-1,0,"/Vessels/Barge_Abbey.html"],160,0);
stm_aix("p4i1","p2i0",[0,"Rockby","","",-1,-1,0,"/Vessels/Rockby.html"],160,0);
stm_ep();
stm_aix("p1i4","p1i1",[0,"Dock Lighters"],170,0);
stm_bpx("p5","p2",[]);
stm_aix("p5i0","p2i0",[0,"Abbey","","",-1,-1,0,"/Vessels/Abbey.html"],160,0);
stm_aix("p5i1","p2i0",[0,"Barry","","",-1,-1,0,"/Vessels/Barry.html"],160,0);
stm_aix("p5i2","p2i0",[0,"Dursley","","",-1,-1,0,"/Vessels/Dursley.html"],160,0);
stm_ep();
stm_aix("p1i5","p1i1",[0,"Work Boats"],170,0);
stm_bpx("p6","p2",[]);
stm_aix("p6i0","p2i0",[0,"Briton Ferry","","",-1,-1,0,"/Vessels/Briton_Ferry.html"],160,0);
stm_aix("p6i1","p2i0",[0,"Severn Collier","","",-1,-1,0,"/Vessels/Severn_Collier.html"],160,0);
stm_ep();
stm_aix("p1i6","p1i1",[0,"Ferro C\'crete Barge\'s"],170,0);
stm_bpx("p7","p2",[]);
stm_aix("p7i0","p2i0",[0,"FCB 51","","",-1,-1,0,"/Vessels/FCB_51.html"],160,0);
stm_aix("p7i1","p2i0",[0,"FCB 52","","",-1,-1,0,"/Vessels/FCB_52.html"],160,0);
stm_aix("p7i2","p2i0",[0,"FCB 67","","",-1,-1,0,"/Vessels/FCB_67.html"],160,0);
stm_aix("p7i3","p2i0",[0,"FCB 68","","",-1,-1,0,"/Vessels/FCB_68.html"],160,0);
stm_aix("p7i4","p2i0",[0,"FCB 75","","",-1,-1,0,"/Vessels/FCB_75.html"],160,0);
stm_aix("p7i5","p2i0",[0,"FCB 76","","",-1,-1,0,"/Vessels/FCB_76.html"],160,0);
stm_aix("p7i6","p2i0",[0,"FCB 77","","",-1,-1,0,"/Vessels/FCB_77.html"],160,0);
stm_aix("p7i7","p2i0",[0,"FCB 78","","",-1,-1,0,"/Vessels/FCB_78.html"],160,0);
stm_ep();
stm_aix("p1i7","p1i1",[0,"Bird Barges"],170,0);
stm_bpx("p8","p2",[]);
stm_aix("p8i0","p2i0",[0,"Severn Eagle","","",-1,-1,0,"/Vessels/Severn_Eagle.html"],160,0);
stm_aix("p8i1","p2i0",[0,"Severn Falcon","","",-1,-1,0,"/Vessels/Severn_Falcon.html"],160,0);
stm_aix("p8i2","p2i0",[0,"Severn Hawk","","",-1,-1,0,"/Vessels/Severn_Hawk.html"],160,0);
stm_ep();
stm_aix("p1i8","p1i1",[0,"Appledore Barge"],170,0);
stm_bpx("p9","p2",[]);
stm_aix("p9i0","p2i0",[0,"Barnwood","","",-1,-1,0,"/Vessels/Barnwood.html"],160,0);
stm_aix("p9i1","p2i0",[0,"Birdlip","","",-1,-1,0,"/Vessels/Birdlip.htm"],160,0);
stm_aix("p9i2","p2i0",[0,"Brockworth","","",-1,-1,0,"/Vessels/Brockworth.html"],160,0);
stm_aix("p9i3","p2i0",[0,"Cam","","",-1,-1,0,"/Vessels/Cam.html"],160,0);
stm_aix("p9i4","p2i0",[0,"Chedworth","","",-1,-1,0,"/Vessels/Chedworth.html"],160,0);
stm_aix("p9i5","p2i0",[0,"Matson","","",-1,-1,0,"/Vessels/Matson.html"],160,0);
stm_aix("p9i6","p2i0",[0,"Sandhurst","","",-1,-1,0,"/Vessels/Sandhurt.html"],160,0);
stm_aix("p9i7","p2i0",[0,"Tuffley","","",-1,-1,0,"/Vessels/Tuffley.html"],160,0);
stm_ep();
stm_aix("p1i9","p1i1",[0,"Numbered lighters"],170,0);
stm_bpx("p10","p2",[]);
stm_aix("p10i0","p2i0",[0,"Lighter No. 6","","",-1,-1,0,"/Vessels/Lighter_no6.html"],160,0);
stm_aix("p10i1","p2i0",[0,"Lighter No. 9","","",-1,-1,0,"/Vessels/Lighter_no9.html"],160,0);
stm_aix("p10i2","p2i0",[0,"Lighter N0. 20","","",-1,-1,0,"/Vessels/Lighter_no20.html"],160,0);
stm_aix("p10i3","p2i0",[0,"Lighter No. 23","","",-1,-1,0,"/Vessels/Lighter_no23.html"],160,0);
stm_aix("p10i4","p2i0",[0,"Lighter No. 32","","",-1,-1,0,"/Vessels/Lighter_no32.html"],160,0);
stm_ep();
stm_aix("p1i10","p1i1",[0,"Other"],170,0);
stm_bpx("p11","p2",[]);
stm_aix("p11i0","p2i0",[0,"Alaska","","",-1,-1,0,"/Vessels/Alaska.htm"],160,0);
stm_aix("p11i1","p2i0",[0,"Arkendale H","","",-1,-1,0,"/Vessels/Arkendale_H.html"],160,0);
stm_aix("p11i2","p2i0",[0,"Harriett","","",-1,-1,0,"/Vessels/Harriett.htm"],160,0);
stm_aix("p11i3","p2i0",[0,"Severn Conveyor","","",-1,-1,0,"/Vessels/Severn_Conveyor.html"],160,0);
stm_aix("p11i4","p2i0",[0,"Severn King","","",-1,-1,0,"/Vessels/Severn_King.html"],160,0);
stm_aix("p11i5","p2i0",[0,"Wastdale H","","",-1,-1,0,"/Vessels/Wastdale_H.html"],160,0);
stm_ep();
stm_ep();
stm_aix("p0i2","p0i0",[0,"The quest","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtonaims.html"],160,0);
stm_aix("p0i3","p0i1",[0,"News","","",-1,-1,0,"","_blank"],160,0);
stm_bpx("p12","p2",[]);
stm_aix("p12i1","p1i0",[0,"Latest news","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews.html"],160,0);
stm_aix("p12i1","p1i0",[0,"2015","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews_2015.html"],160,0);
stm_aix("p12i1","p1i0",[0,"2014","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews_2014.html"],160,0);
stm_aix("p12i0","p1i0",[0,"2013","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews_2013.html"],160,0);
stm_aix("p12i0","p1i0",[0,"2012","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews_2012.html"],160,0);
stm_aix("p12i1","p1i0",[0,"2011","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews_2011.html"],160,0);
stm_aix("p12i2","p1i0",[0,"2010 ","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews_2010.html"],160,0);
stm_aix("p12i3","p1i0",[0,"2009","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonnews_2009.html"],160,0);
stm_ep();
stm_aix("p0i4","p0i1",[0,"Events"],160,0);
stm_bpx("p13","p2",[]);
stm_aix("p13i0","p1i0",[0,"All Events","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtonevents.html"],160,0);
stm_ep();
stm_aix("p0i5","p0i1",[0,"Archaeology"],160,0);
stm_bpx("p14","p1",[]);
stm_aix("p14i0","p1i0",[0,"General ","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtonarchaeology.html"],150,0);
stm_aix("p14i1","p1i1",[0,"Phase one reports "],150,0);
stm_bpx("p15","p1",[]);
stm_aix("p15i0","p2i0",[0,"Assessment 2010","","",-1,-1,0,"/Docs/Damage_Report_Dec_2010.pdf#zoom=100%"],140,0);
stm_aix("p15i1","p1i1",[0,"A to E"],140,0);
stm_bpx("p16","p2",[]);
stm_aix("p16i0","p2i0",[0,"Abbey","","",-1,-1,0,"/Phase_One/Abbey_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i1","p2i0",[0,"Ada","","",-1,-1,0,"/Phase_One/Ada_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i2","p2i0",[0,"Barry","","",-1,-1,0,"/Phase_One/Barry_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i3","p2i0",[0,"Britannia","","",-1,-1,0,"/Phase_One/Britannia_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i4","p2i0",[0,"Briton Ferry","","",-1,-1,0,"/Phase_One/Briton_Ferry_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i5","p2i0",[0,"Catherine Ellen","","",-1,-1,0,"/Phase_One/Catherine_Ellen_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i6","p2i0",[0,"Dispatch","","",-1,-1,0,"/Phase_One/Dispatch_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i7","p2i0",[0,"Dursley","","",-1,-1,0,"/Phase_One/Dursley_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i8","p2i0",[0,"Edith","","",-1,-1,0,"/Phase_One/Edith_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p16i9","p2i0",[0,"Envoy","","",-1,-1,0,"/Phase_One/Envoy_Phase_1.pdf#zoom=100%"],140,0);
stm_ep();
stm_aix("p15i2","p1i1",[0,"F to H"],140,0);
stm_bpx("p17","p2",[]);
stm_aix("p17i0","p2i0",[0,"FCB 52","","",-1,-1,0,"/Phase_One/FCB_52_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i1","p2i0",[0,"FCB 67","","",-1,-1,0,"/Phase_One/FCB_67_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i2","p2i0",[0,"FCB 68","","",-1,-1,0,"/Phase_One/FCB_68_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i3","p2i0",[0,"FCB 75","","",-1,-1,0,"/Phase_One/FCB_75_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i4","p2i0",[0,"FCB 76","","",-1,-1,0,"/Phase_One/FCB_76_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i5","p2i0",[0,"FCB 77","","",-1,-1,0,"/Phase_One/FCB_77_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i6","p2i0",[0,"Forty Tonne Flat","","",-1,-1,0,"/Phase_One/Forty_Tonne_Flattie_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i7","p2i0",[0,"Glenby","","",-1,-1,0,"/Phase_One/Glenby_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i8","p2i0",[0,"Guide","","",-1,-1,0,"/Phase_One/Guide_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i9","p2i0",[0,"Harriett","","",-1,-1,0,"/Phase_One/Harriett_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i10","p2i0",[0,"Higre","","",-1,-1,0,"/Phase_One/Higre_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p17i11","p2i0",[0,"Huntley","","",-1,-1,0,"/Phase_One/Huntley_Phase_1.pdf#zoom=100%"],140,0);
stm_ep();
stm_aix("p15i3","p1i1",[0,"I to P"],140,0);
stm_bpx("p18","p2",[]);
stm_aix("p18i0","p2i0",[0,"Island Maid","","",-1,-1,0,"/Phase_One/Island_Maid_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p18i1","p2i0",[0,"J & A.R.","","",-1,-1,0,"/Phase_One/J_&_AR_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p18i2","p2i0",[0,"Jonadab","","",-1,-1,0,"/Phase_One/Jonadab_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p18i3","p2i0",[0,"Mary Ann","","",-1,-1,0,"/Phase_One/Mary_Ann_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p18i4","p2i0",[0,"Monarch","","",-1,-1,0,"/Phase_One/Monarch_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p18i5","p2i0",[0,"Newark","","",-1,-1,0,"/Phase_One/Newark_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p18i6","p2i0",[0,"Petrus","","",-1,-1,0,"/Phase_One/Petrus_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p18i7","p2i0",[0,"Priory","","",-1,-1,0,"/Phase_One/Priory_Phase_1.pdf#zoom=100%"],140,0);
stm_ep();
stm_aix("p15i4","p1i1",[0,"Q to Z"],140,0);
stm_bpx("p19","p2",[]);
stm_aix("p19i0","p2i0",[0,"Rockby","","",-1,-1,0,"/Phase_One/Rockby_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p19i1","p2i0",[0,"Sally","","",-1,-1,0,"/Phase_One/Sally_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p19i2","p2i0",[0,"Sarah MacDonald","","",-1,-1,0,"/Phase_One/Sarah_Macdonald_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p19i3","p2i0",[0,"Severn Collier","","",-1,-1,0,"/Phase_One/Severn_Collier_Phase_1.pdf#zoom=100%"],140,0);
stm_aix("p19i4","p2i0",[0,"Tirley","","",-1,-1,0,"/Phase_One/Tirley_Phase_1.pdf#zoom=100%"],140,0);
stm_ep();
stm_ep();
stm_aix("p14i2","p1i0",[0,"Harriett excavation","","",-1,-1,0,"http://www.friendsofpurton.org.uk/PurtonHarGal.html"],150,0);
stm_ep();
stm_aix("p0i6","p0i1",[0,"Research"],160,0);
stm_bpx("p20","p2",[]);
stm_aix("p20i0","p1i0",[0,"Purton","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtonresearch.html"],161,0);
stm_aix("p20i1","p1i0",[0,"Nurse family","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purton_Nurse.html"],161,0);
stm_aix("p20i3","p1i0",[0,"Research resources","","",-1,-1,0,"http://www.friendsofpurton.org.uk/PurtonRecords.html"],161,0);
stm_aix("p20i4","p1i0",[0,"Genealogy Database","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtongenealogy.html"],161,0);
stm_ep();
stm_aix("p0i7","p0i0",[0,"Awards","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtonawards.html"],160,0);
stm_aix("p0i8","p0i1",[0,"Friends "],160,0);
stm_bpx("p21","p2",[]);
stm_aix("p21i0","p1i0",[0,"What Purton means to us","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonfriends.html"],100,0);
stm_aix("p21i1","p1i0",[0,"Purton Friends gallery","","",-1,-1,0,"http://www.friendsofpurton.org.uk/PurtonGal.html"],100,0);
stm_aix("p21i2","p1i0",[0,"Interview with President","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Docs/Interview_with_DW.pdf#zoom=100%"],100,0);
stm_ep();
stm_aix("p0i9","p0i1",[0,"Can You Help?"],160,0);
stm_bpx("p22","p2",[]);
stm_aix("p22i0","p1i0",[0,"Family History","","",-1,-1,0,"http://www.friendsofpurton.org.uk/PurtonGenealogyResearch1.html"],150,0);
stm_aix("p22i1","p1i0",[0,"Heritage","","",-1,-1,0,"http://www.friendsofpurton.org.uk/PurtonHeritageResearch1.html"],150,0);
stm_ep();
stm_aix("p0i10","p0i1",[0,"Rail bridge Disaster"],160,0);
stm_bpx("p23","p2",[]);
stm_aix("p23i1","p2i0",[0,"Exhibition","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Severn_Rail_Bridge_Disaster.html"],160,0);
stm_aix("p23i2","p1i0",[0,"Memories","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonbridgememories.html"],160,0);
stm_aix("p23i3","p1i0",[0,"Memorial Gallery","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonbridgememorial.html"],160,0);
stm_ep();
stm_aix("p0i11","p0i1",[0,"Links"],160,0);
stm_bpx("p24","p2",[]);
stm_aix("p24i0","p1i0",[0,"Media / Photography","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonlinksmedia.html"],150,0);
stm_aix("p24i1","p1i0",[0,"History","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonlinkshistory.html"],150,0);
stm_aix("p24i2","p1i0",[0,"Information / Guides","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonlinksinfo.html"],150,0);
stm_aix("p24i3","p1i0",[0,"Press release","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonlinkspress.html"],150,0);
stm_aix("p24i4","p1i0",[0,"Research","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonlinksarch.html"],150,0);
stm_aix("p24i5","p1i0",[0,"Debate & Politics","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonlinksdebate.html"],150,0);
stm_ep();
stm_aix("p0i12","p0i0",[0,"Membership","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonmembership.html"],160,0);
stm_aix("p0i13","p0i0",[0,"Members only","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Members/purtonmembers.php"],160,0);
stm_aix("p0i14","p0i0",[0,"Visitors information","","",-1,-1,0,"http://www.friendsofpurton.org.uk/Purtonmap.html"],160,0);
stm_aix("p0i15","p0i0",[0,"Contact","","",-1,-1,0,"http://www.friendsofpurton.org.uk/purtoncontact.html"],160,0);
stm_ep();
stm_em();
//-->
</script>
</center>
<p><strong>Find Purton</strong></p>
<p><a href="http://www.friendsofpurton.org.uk/Purtonmap.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('map','','http://www.friendsofpurton.org.uk/images/uk-map-2a.gif',1)"><img src="http://www.friendsofpurton.org.uk/images/uk-map-2.gif" name="map" width="150" height="192" border="0" id="map" /></a></p>
<p> </p>
<!-- end #sidebar1 --></div>
<div class="twoColElsLtHdr" id="mainContent">
<h1 align="center"><!-- TemplateBeginEditable name="EditRegion1" --><!-- TemplateEndEditable --></h1>
<p align="left"> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- end #mainContent --></div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
<div id="footer">
<p align="center">Site owned and maintained by <em>Friends of Purton </em><a href="../PurtonCopyright.html"> 2016</a>a</p>
<!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>
daveksmith wrote:
Hi Preran
I have tried various methods to recover the template but my knowledge is not good enough. Hence the request for help. If its against any rules then i apologize.
DAve
It's not against any rules, it's just that the template code is so corrupted that it would be a major undertaking and it would also require access to other related files, so that we could see what should be happening.
Both these are items that I, and I don't think anyone else would be willing to undertake.
Copy link to clipboard
Copied
I am not sure if anyone here would be OK with fixing a corrupt template. Isn't there a way to download your template again?
Thanks,
Preran
Copy link to clipboard
Copied
Hi Preran
I have tried various methods to recover the template but my knowledge is not good enough. Hence the request for help. If its against any rules then i apologize.
DAve
Copy link to clipboard
Copied
daveksmith wrote:
Hi Preran
I have tried various methods to recover the template but my knowledge is not good enough. Hence the request for help. If its against any rules then i apologize.
DAve
It's not against any rules, it's just that the template code is so corrupted that it would be a major undertaking and it would also require access to other related files, so that we could see what should be happening.
Both these are items that I, and I don't think anyone else would be willing to undertake.
Copy link to clipboard
Copied
You'll find a good copy of your template at Friends of Purton
Simply copy the contents and replace the code in you local version, or download same to replace its local version.
Copy link to clipboard
Copied
Hi Ben
Many many thanks, one issue still remains. Side bar navigation buttons are not appearing. Is this something you could look at for me?
Certainly appreciate your help. Once again Thank you.
Dave
Copy link to clipboard
Copied
Try fixing these errors first [Invalid] Markup Validation of http://www.friendsofpurton.org.uk/Templates/index2.dwt - W3C Markup V...
Copy link to clipboard
Copied
Hi Ben
I have looked but I am not a coder. I use WYSIWYG for that purpose. Understand if you can't help more. THanks for trying.
Dave