Issue with Apply A Template

Hi -
I have a template called index.dwt created for my site, below is the top code from the template.  I've created a new file called index.html and tried to apply index.dwt but somehow it's applying old code not in the template anymore.  I've removed any file that have that old code listed below, so I have no idea how the template is applying the old code that from what I can tell doesn't exist in a file anymore anywhere in site.  It almost seems like it's cached because I did a preview of the site in chrome but I've restarted my desktop and it still populates the old code.
Template code:
<!DOCTYPE HTML>
<html>
<head>
                    <script src="../js/jquery1.js" type="text/javascript" ></script>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Traditional Karate Promotional Fund</title>
<!-- TemplateEndEditable -->
                    <link href="../css/styles.css" rel="stylesheet" type="text/css" media="screen">
                    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700' rel='stylesheet' type='text/css'>
<script type="text/javascript"> 
                    $(document).ready(function() {
                              $('#slider').s3Slider({
                                        timeOut: 4000
          </script>
<script type="text/javascript" src="../js/slider.js"></script>
<link href="../css/slider.css" rel="stylesheet" type="test/css" media="screen">
</head>
When I try to apply the template to a blank html page in the side, this is what gets applyied:
<!DOCTYPE HTML>
<html><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
                    <script src="js/jquery1.js" type="text/javascript" ></script>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Traditional Karate Promotional Fund</title>
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
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[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
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[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
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[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
</script><!-- InstanceEndEditable -->
                    <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen">
                    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700' rel='stylesheet' type='text/css'>
<script type="text/javascript"> 
                    $(document).ready(function() {
                              $('#slider').s3Slider({
                                        timeOut: 4000
          </script>
<script type="text/javascript" src="js/slider.js"></script>
<link href="css/slider.css" rel="stylesheet" type="test/css" media="screen">
</head>

Ok - sorry about that. 
From the template:
<!DOCTYPE HTML>
<html>
<head>
                    <script src="../js/jquery1.js" type="text/javascript" ></script>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Traditional Karate Promotional Fund</title>
<!-- TemplateEndEditable -->
                    <link href="../css/styles.css" rel="stylesheet" type="text/css" media="screen">
                    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700' rel='stylesheet' type='text/css'>
<script type="text/javascript"> 
                    $(document).ready(function() {
                              $('#slider').s3Slider({
                                        timeOut: 4000
          </script>
<script type="text/javascript" src="../js/slider.js"></script>
<link href="../css/slider.css" rel="stylesheet" type="test/css" media="screen">
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body onLoad="MM_preloadImages('../images/TKPF Booster Club &amp; Lakewood Dojo_Smallsepia.gif','../images/Side_Picutre_Small.JPG','../images/TKPF Booster Club &amp; Lakewood Dojo_Small.jpg')">
<div id="wrapper">
<div id="top">
                    <div id="logo">
                <img src="../images/TKPF_Logo.gif" width="200" >
    </div>
  <div id="social-media">
    <p> For Additional Information<br>Please Call (253) 589-6924</p>
        <ul>
                  <li><a href="https://www.facebook.com/washingtonkarate.lakewooddojo?fref=ts"><img src="../images/icons/facebook_32.png"></a></li>
            <li><a href="http://www.twitter.com"><img src="../images/icons/twitter_32.png" width="32" height="32" /></a></li>
            <li><a href="http://www.linkdn.com"><img src="../images/icons/linkedin_32.png" width="32" height="32" /></a></li>
            <li><a href="http://www.yelp.com"><img src="../images/icons/yelp_32.png" width="32" height="32" /></a></li>
            <li><a href="http://www.youtube.com"><img src="../images/icons/youtube_32.png" width="32" height="32" /></a></li>
        </ul>
  </div>
</div>
    <div id="topnav">
                     <ul>
                  <li><a href="#">Welcome</a></li>
            <li><a href="#">Programs</a></li>
            <li><a href="#">About TKPF</a></li>
            <li><a href="#">Newletter</a></li>
            <li><a href="#">Gallery</a></li>
            <li><a href="#">Fund Raisers</a></li>
            <li><a href="#">Our Incredible Kids</a></li>
        </ul>
    </div>
    <div id="banner">
              <div id="slider">
                    <ul id="sliderContent">
                    <!-- use this list item if you don NOT want to include a link -->
                              <li class="sliderImage">
                                        <img src="../images/banner/Leadership_201207262012_0579.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
            <li class="sliderImage">
                                        <img src="../images/banner/West_Coast_Open_102713_2062.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
            <li class="sliderImage">
                                        <img src="../images/banner/Leadership_Graduation_0558.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
            <li class="sliderImage">
                                        <img src="../images/banner/Leadership_Graduation_0742.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
                              <div class="clear sliderImage"></div>
                    </ul>
                    </div>
          </div>
    <div id="content-wrapper">
                       <div id="content"><!-- TemplateBeginEditable name="Content" -->Content
              <h1> Welcome To TKPF</h1>
        <p>Vestibulum erat wisi condimentum sed commodo vitae ornare sit amet wisi. Aenean fermentum elit eget tincidunt condimentum eros ipsum rutrum orci sagittis tempus lacus enim ac dui. Donec           non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus neque id cursus faucibus tortor neque egestas augue eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi tincidunt quis accumsan porttitor facilisis luctus metus</p>
                   <h2>Manchester Design Collections </h2>
                   <p>lorem pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam feugiat vitae ultricies eget tempor sit amet ante. Donec eu libero sit amet egestas posuere gravida non dui vestibulum lacus cras orci quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra enim in turpis pulvinar facilisi. </p>
          <div id="box1"> <a href="../images/TKPF Booster Club & Lakewood Dojo.pdf" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Rainier Rollover Image','','../images/TKPF Booster Club &amp; Lakewood Dojo_Small.jpg',1)"><img border=2px color red; src="../images/TKPF Booster Club & Lakewood Dojo_Smallsepia.gif" alt="Tacoma Rainiers Fund Raiser Flyer" width="250" height="200" id="Rainier Rollover Image"></a>
               <h2>Latest Fundraisers</h2>
               <p>Vestibulum erat wisi condimentum sed commodo vitae ornare sit amet wisi.  Aliquam erat volutpat. Nam dui mi tincidunt quis accumsan porttitor facilisis luctus metus</p>
        </div>
        <div id="box2">
          <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Side Image 2','','../images/Side_Picutre_Small.JPG',1)"><img src="../images/Side_Picutre_Smallsepia.gif" width="250" height="200" id="Side Image 2"></a>
<h2>Tournament Results</h2>
            <p>Vestibulum erat wisi condimentum sed commodo vitae ornare sit amet wisi.  Aliquam erat volutpat. Nam dui mi tincidunt quis accumsan porttitor facilisis luctus metus</p>
        </div>
    <h2>More About TKPF</h2>
    <a href="https://goo.gl/maps/5j3TO"><img class="imag-right" src="../images/Dojo_Google_Map.JPG" width="300" height="300" /></a>
            <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam feugiat vitae ultricies eget tempor sit amet ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
          <p>Integer imperdiet interdum laoreet enim vel purus massa morbi vel in consequat turpis ut l Nam vestibulum adipiscing sed curabitur illum tempus est sit velit vitae lorem at nulla quis mi donec arcu nunc nec id sollicin.</p>
          <p>Final Text For This Page</p>  
          <!-- TemplateEndEditable -->
           </div>
    <div id="right-side">
                <h2 align="center">Washington Karate  Lakewood </h2>
          <p>The WKA Lakewood Dojo is a member of the International Hayashi-ha Shito-ryu Federation as well as the USA National Karate-do Federation. The USANKF is the governing body (NGB) for the sport of Karate in the USA.</p>
          <p><strong>Facility</strong></p>
      <p>Modern, clean, spacious facility with 5000 square feet of space containing:</p>
      <blockquote>
            <p><strong>4 practice areas:</strong></p>
            <p>2 - 1000 sf matted areas</p>
            <p>1 - 1000 sf traditional wood floor area</p>
            <p>1 - 1000 sf workout area with weights and treadmill</p>
            <p>Spacious lobby and waiting area</p>
      </blockquote>
          <div align="center"><a href="http:///www.lakewooddojo.com"><img src="../images/WKA-Logo.gif" width="300" height="300" /></a>
          </div>
          <p> In mauris id platea semper bibendum et tristique ut in vulputate cursus eu nec. Eget scelerisque ante malesuada eros amet per lobortis phasellus.</p>
          <h2>Sidebar Heading 2</h2>
          <ul>
                  <li><a href="#">Colorado</a></li>
            <li><a href="#">New Mexico</a></li>
            <li><a href="#">California</a></li>
            <li><a href="#">Nevada</a></li>
            <li><a href="#">Oregon</a></li>
            <li><a href="#">Washington</a></li>
            <p>Tesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
    </ul>
   </div>
</div>
    <div id="footer">
          <p align="center"><strong>&copy;Copyright 2014 | All Rights Reserved| TKPF </strong></p>
    <p align="center"><strong>5610 75th Street West | Lakewood, WA 98499 | Phone: (253) 589.6924</strong></p>
    </div>
</div>
</body>
</html>
From the file created from the template:
<!DOCTYPE HTML>
<html><!-- InstanceBegin template="/Templates/tkpf.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
                    <script src="js/jquery1.js" type="text/javascript" ></script>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Traditional Karate Promotional Fund</title>
<!-- InstanceEndEditable -->
                    <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen">
                    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700' rel='stylesheet' type='text/css'>
<script type="text/javascript"> 
                    $(document).ready(function() {
                              $('#slider').s3Slider({
                                        timeOut: 4000
          </script>
<script type="text/javascript" src="js/slider.js"></script>
<link href="css/slider.css" rel="stylesheet" type="test/css" media="screen">
<!-- InstanceBeginEditable name="head" -->
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
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[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
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[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
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[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
</script><!-- InstanceEndEditable -->
</head>
<body onLoad="MM_preloadImages('images/TKPF%20Booster%20Club%20&amp;%20Lakewood%20Dojo_Smallsep ia.gif','../images/Side_Picutre_Small.JPG','../images/TKPF Booster Club &amp; Lakewood Dojo_Small.jpg')">
<div id="wrapper">
<div id="top">
                    <div id="logo">
                <img src="images/TKPF_Logo.gif" width="200" >
    </div>
  <div id="social-media">
    <p> For Additional Information<br>Please Call (253) 589-6924</p>
        <ul>
                  <li><a href="https://www.facebook.com/washingtonkarate.lakewooddojo?fref=ts"><img src="images/icons/facebook_32.png"></a></li>
            <li><a href="http://www.twitter.com"><img src="images/icons/twitter_32.png" width="32" height="32" /></a></li>
            <li><a href="http://www.linkdn.com"><img src="images/icons/linkedin_32.png" width="32" height="32" /></a></li>
            <li><a href="http://www.yelp.com"><img src="images/icons/yelp_32.png" width="32" height="32" /></a></li>
            <li><a href="http://www.youtube.com"><img src="images/icons/youtube_32.png" width="32" height="32" /></a></li>
        </ul>
  </div>
</div>
    <div id="topnav">
                     <ul>
                  <li><a href="#">Welcome</a></li>
            <li><a href="#">Programs</a></li>
            <li><a href="#">About TKPF</a></li>
            <li><a href="#">Newletter</a></li>
            <li><a href="#">Gallery</a></li>
            <li><a href="#">Fund Raisers</a></li>
            <li><a href="#">Our Incredible Kids</a></li>
        </ul>
    </div>
    <div id="banner">
              <div id="slider">
                    <ul id="sliderContent">
                    <!-- use this list item if you don NOT want to include a link -->
                              <li class="sliderImage">
                                        <img src="images/banner/Leadership_201207262012_0579.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
            <li class="sliderImage">
                                        <img src="images/banner/West_Coast_Open_102713_2062.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
            <li class="sliderImage">
                                        <img src="images/banner/Leadership_Graduation_0558.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
            <li class="sliderImage">
                                        <img src="images/banner/Leadership_Graduation_0742.jpg" />
                                        <span class="top"><strong>This is an image title</strong><br />Lorem pellentesque habitant morbi tristique.<br />Estibulum erat wisi, condimentum, commodo <br />ornare sit wisi. Aenean fermentum, elit eget<br />tinciduntcondimentum.Vestibulum erat wisi<br />condimentum sed, commodo vitae, ornare <br />sit amet, wisi. Aenean fermentum, elit eget <br />tincidunt condimentum.</span>
                              </li>
                              <div class="clear sliderImage"></div>
                    </ul>
                    </div>
          </div>
    <div id="content-wrapper">
                       <div id="content"><!-- InstanceBeginEditable name="Content" -->Content
              <h1> Welcome To TKPF</h1>
        <p>Vestibulum erat wisi condimentum sed commodo vitae ornare sit amet wisi. Aenean fermentum elit eget tincidunt condimentum eros ipsum rutrum orci sagittis tempus lacus enim ac dui. Donec           non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus neque id cursus faucibus tortor neque egestas augue eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi tincidunt quis accumsan porttitor facilisis luctus metus</p>
                   <h2>Manchester Design Collections </h2>
                   <p>lorem pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam feugiat vitae ultricies eget tempor sit amet ante. Donec eu libero sit amet egestas posuere gravida non dui vestibulum lacus cras orci quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra enim in turpis pulvinar facilisi. </p>
          <div id="box1"> <a href="images/TKPF%20Booster%20Club%20&%20Lakewood%20Dojo.pdf" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Rainier Rollover Image','','images/TKPF Booster Club &amp; Lakewood Dojo_Small.jpg',1)"><img border=2px color red; src="images/TKPF%20Booster%20Club%20&%20Lakewood%20Dojo_Smallsepia.gif" alt="Tacoma Rainiers Fund Raiser Flyer" width="250" height="200" id="Rainier Rollover Image"></a>
               <h2>Latest Fundraisers</h2>
               <p>Vestibulum erat wisi condimentum sed commodo vitae ornare sit amet wisi.  Aliquam erat volutpat. Nam dui mi tincidunt quis accumsan porttitor facilisis luctus metus</p>
        </div>
        <div id="box2">
          <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Side Image 2','','images/Side_Picutre_Small.JPG',1)"><img src="images/Side_Picutre_Smallsepia.gif" width="250" height="200" id="Side Image 2"></a>
<h2>Tournament Results</h2>
            <p>Vestibulum erat wisi condimentum sed commodo vitae ornare sit amet wisi.  Aliquam erat volutpat. Nam dui mi tincidunt quis accumsan porttitor facilisis luctus metus</p>
        </div>
    <h2>More About TKPF</h2>
    <a href="https://goo.gl/maps/5j3TO"><img class="imag-right" src="images/Dojo_Google_Map.JPG" width="300" height="300" /></a>
            <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam feugiat vitae ultricies eget tempor sit amet ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
          <p>Integer imperdiet interdum laoreet enim vel purus massa morbi vel in consequat turpis ut l Nam vestibulum adipiscing sed curabitur illum tempus est sit velit vitae lorem at nulla quis mi donec arcu nunc nec id sollicin.</p>
          <p>Final Text For This Page</p>  
          <!-- InstanceEndEditable -->
           </div>
    <div id="right-side">
                <h2 align="center">Washington Karate  Lakewood </h2>
          <p>The WKA Lakewood Dojo is a member of the International Hayashi-ha Shito-ryu Federation as well as the USA National Karate-do Federation. The USANKF is the governing body (NGB) for the sport of Karate in the USA.</p>
          <p><strong>Facility</strong></p>
      <p>Modern, clean, spacious facility with 5000 square feet of space containing:</p>
      <blockquote>
            <p><strong>4 practice areas:</strong></p>
            <p>2 - 1000 sf matted areas</p>
            <p>1 - 1000 sf traditional wood floor area</p>
            <p>1 - 1000 sf workout area with weights and treadmill</p>
            <p>Spacious lobby and waiting area</p>
      </blockquote>
          <div align="center"><a href="http:///www.lakewooddojo.com"><img src="images/WKA-Logo.gif" width="300" height="300" /></a>
          </div>
          <p> In mauris id platea semper bibendum et tristique ut in vulputate cursus eu nec. Eget scelerisque ante malesuada eros amet per lobortis phasellus.</p>
          <h2>Sidebar Heading 2</h2>
          <ul>
                  <li><a href="#">Colorado</a></li>
            <li><a href="#">New Mexico</a></li>
            <li><a href="#">California</a></li>
            <li><a href="#">Nevada</a></li>
            <li><a href="#">Oregon</a></li>
            <li><a href="#">Washington</a></li>
            <p>Tesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
    </ul>
   </div>
</div>
    <div id="footer">
          <p align="center"><strong>&copy;Copyright 2014 | All Rights Reserved| TKPF </strong></p>
    <p align="center"><strong>5610 75th Street West | Lakewood, WA 98499 | Phone: (253) 589.6924</strong></p>
    </div>
</div>
</body>
<!-- InstanceEnd --></html>

Similar Messages

  • Issues with applying Team Template to a Project

    Hi All, thanks in advance for your help,
    When I attach a Team Template to the Project, though no error is showing (except a confirmation page stating that a workflow process is running), i am not able to see it in the Project home notifications nor in the Scheduled People under Resources.
    Appreciate any help to resolve this
    Regards,
    MM

    Have you run the PA: Apply Team Template workflow process? This will trigger the application and notification, not actually performing the step you noted below.

  • IOS 5.1 or iPhone Configuration Profile 3.5 for Windows has not fixed the issue with apply Proxy Settings

    iOS 5.1 or iPhone Configuration Profile 3.5 for Windows has not fixed the issue with apply Proxy Settings via a Configuration Profile. Has anyone else got the same issue? Are Mac users got this issue?

    This seems to be working for me now but will keep monitoring it the next couple of times I use it to make sure its not a one time thing

  • RDP Users seeing display issues with SharePoint Online Template

    I originally posted this in the SharePoint Online forums, but they referred me to the RDP forums as it appears to be an issue with RDP, not SharePoint Online: Original
    Post
    I've been able to verify this only happens in RDP when opening a Word Template with embedded Excel table  from SharePoint Online within the local Word 2010 application.

    Amy,
    Thank you for the input.  Its rather odd, but it appears the users who are seeing this problem are connecting via RDP on laptops with widescreens, with screen resolution set much higher than the 1290x1084 we use on the terminal servers.  Turning
    the resolution down on the laptops did keep the table from becoming oversized and most of it running off edge of document.
    However, it appears even turning down the resolution of the client machine still affects how the font is displayed in the document. The font size and type are different than the template document, they get saved that way and appear that way to other users
    who do have their screen resolution set correctly.   It seems there is something else going on here, thoughts?

  • Issue with applying Event Action filters

    Dear friends,
    A general question on Event Action filters. There is a signature with sig ID 6257.
    The following is the event action filter configuration:
    service event-action-rules rules0
    filters edit DHCP
    signature-id-range 6257
    subsignature-id-range 0
    attacker-address-range 172.20.20.10,172.20.20.11
    actions-to-remove produce-alert
    filter-item-status Enabled
    stop-on-match True
    os-relevance not-relevant
    exit
    Even though a valid DHCP offer is being given by the DHCP server, this alert is getting fired.
    We have even excluded the IP's of the DHCP Servers - 172.20.20.10 and 172.20.20.11 from the Attacker Address range parameter in the signature but still this alert gets fired.
    evIdsAlert: eventId=1204853641442197329 vendor=Cisco severity=low
    originator:
    hostId: IDSM2Core1
    appName: sensorApp
    appInstanceId: 592
    time: April 7, 2008 5:46:48 AM UTC offset=180 timeZone=1
    signature: description=DHCP Client DoS id=6257 version=S316
    subsigId: 0
    sigDetails: Server Offered a Malicious IP Address
    marsCategory: DoS/Host
    interfaceGroup: vs0
    vlan: 200
    participants:
    attacker:
    addr: 172.20.20.10 locality=OUT
    port: 0
    target:
    addr: 10.1.1.78 locality=OUT
    port: 0
    os: idSource=unknown type=unknown relevance=unknown
    summary: 4 final=true initialAlert=1204853641442197267 summaryType=Regular
    alertDetails: Regular Summary: 4 events this interval ;
    riskRatingValue: 25 targetValueRating=medium
    threatRatingValue: 25
    interface: ge0_7
    protocol: udp
    Looking forward to your kind help and advise on this.
    Thanks a lot
    Gautam

    Some things to check:
    1) Is the filter in the active list? Filters can be enabled or disabled, but they can also be active ro inactive. You've only show a part of your configuration so I can't tell if the filter is part of the active list.
    2) Are there actions other than produce-alert for the signature? Or is an event action override adding other actions?
    Produce-alert is not the only action that can cause an alert to be generated. The produce-verbose-alert, request-snmp-trap, log-attacker-packets, log-victim-packet, and log-pair-packets will also cause alerts to be generated. Modify the filter to also remove these actions.
    3) The alert you've shown is a Summary Alert. There may be an issue with Summarization and the Filters. Try modifying the signature to set it to FireAll with no summarization.
    4) If you have multiple filters then check the order of the filters. If the event is matching an earlier filter where the stop-on-match is set to True, then it will not check the event against this filter. Either move this filter up higher in the filter list, or change earlier filters to be "stop-on-match false".
    5) Also check to see if you are running the latest 5.1(7) or 6.0(4) Service pack. If running earlier 5.1 or 6.0 versions you might be hitting a bug that could have already been fixed.
    If none of the above help, then contact the TAC. It could be that you may have foung a bug that the sensor development team is unaware of.
    To help in identifying the problem take a packet capture of the packets from 172.20.20.10 for several minutes around the time when the sensor is generating these alerts.
    This way the team can both check if the signature is firing correctly, and if the filters are working correctly for that signature.

  • Issue with applying plugin in non-English version of AE on non-English version of Windows

    Hi There,
    I am encountering an issue related to my plugin and differing language versions of AE.  When I apply my plugin to a layer within a project opened in an English version of AE, everything behaves as expected.  However, when I apply the same plugin, in the same manner, on a non-English version of AE, I get an error message.  I am dealing with this debug process on Windows 8 in Spanish.  Here is the error I am receiving from the the Spanish version of CS6 on Windows8 (Spanish):
    "After Effects error: no se pudo cargar el plugin "Debug.aex" (126).
    ( 48 :: 46 )
    That basically says that the plugin could not be applied.  Is there any reason why I might get this error in the Spanish version and not receive it in the English version?  Do I need to setup VS2012 to build in release mode for it to work?  Am I missing something?
    Thanks,
    Arie

    I did find this in the documentation, but am not sure if this is relevant.
    LOCALIZATION
    Thanks to the Unicode support added in CS4, localization is much less painful. For non- Unicode strings, such as in older function suites, we expect strings to be multi-byte encoded using the application's current locale. On Windows, you can use the WideCharToMultiByte() function, specifying CP_OEMCP as the first argument. On Mac OS, use the encoding returned by GetApplicationTextEncoding().
    I do not care if the actual strings are in english even though the plugin is loaded in a non-English install of AE.  Do I still need to do what this part of the documentation is specifying?  Can anybody show me some examples of localization for plugins?
    Thanks,
    Arie

  • Text Box issues with a poster template

    This sounds stupid and all but, I am trying to type lowercase in a text box in one of the poster templates and it will only type caps. I cannot seem to find anything to clikc or unclick. It seems like this shouldn't be so difficult.

    Hi there,
    I too am having problems with the text box. I have a line at the beginning of each sentence, I can't seem to get rid of. Now this problem does not exist on the first page, but any other pages I try to edit the text on I get this line. I've looked everywhere, but can't seem to find the solution. Any help out ther? Or if you need further clarification to the issue, just let me know!
    Bryan

  • Issue with Document from Template

    Hi Friends,
      I am using a Document from Template step to display a set of records in my Workflow. For this i have a created a template of type excel sheet and i have linked the multi line container element from my workflow to this template. But i am not able the view the records in
    sequence.Lets say my multi line container element has the following 2 records:
    WEATH_ZONE     02/01/2008     03/31/2008     ABC
    BACKACST        03/01/2008        03/31/2008        123
    Once i execute my Workflow i am getting the values appended in a
    single row in excel sheet as follows.
    WEATH_ZONEBACKACST     ABC123     02/01/200803/01/2008     03/31/200803/31/2008
    But i need them in the same format as above.Please let me know how i can solve this issue.
    BTW I have done the linking in the template as follows where Str is my multil ine container element and the values after dot is my fields.
    {&STR.OPERAND&}     {&STR.UDEFVAL1&} {&STR.FROMDATE&}     {&STR.DUEDATE&}

    This workaround worked for me:
    You need to enter manually a ## behind your element.
    For example if your multiline element is :
    {&BUS2012.REPORTDESCRIPTION&}
    You need to insert a ## in the element (in the word-document), like this:
    {&BUS2012.REPORTDESCRIPTION##&} .
    Hope it helps you,
    Bert

  • Issue with applying SQL Server 2014 CU6

    Anyone had an issue like this when applying CU6... I have a single server/single instance 2014 installation running SQL SRVR, SSAS, SSRS, SSIS...
    SSAS, SSRS, and SSIS all upgraded to 12.0.2480.0, but SQL Server did not.  The summary file has the generic failure message below:
    Instance MSSQLSERVER overall summary:
      Final result:                  The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
      Exit code (Decimal):           -2061893565
      Start time:                    2015-03-13 10:56:18
      End time:                      2015-03-13 10:59:59
      Requested action:              Patch
    After reboot everything came up fine, but now I am left wondering how to troubleshoot this.  The detail log is huge and doesn't show a clear indication of what the issue might be.  Anyone have any guidance on troubleshooting?  I have searched
    the web and found some results for earlier versions... but nothing terribly helpful.

    To close this out, I'd like to note that I finally was able to get to a meaningful error message:
    "The User Data directory in the registry is not valid. Verify DefaultData key under the instance hive points to a valid directory. Error code: 0x851A0043"
    The error resulted from an earlier relocation of the default data location.  A registry entry for DefaultData in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQLServer was incorrectly pointing to an obsolete drive
    letter.  Correcting the drive letter was all that was needed.  I am now successfully at version 12.0.2480.0.

  • Issues with Modern Resume Template

    I cannot open the modern resume template in Pages. Every time I try to open it, Pages closes unexpectedly.

    Ms,
    Welcome to Apple discussions.
    It would be helpful to know if you're able to open other Apple templates.
    -Dennis

  • Issues With PDF Template Mapping

    Hi all,
    Oracle BI Publisher for Windows 10.1.3.2.1
    Oracle Publisher Desktop 10.1.3.2.1
    Adobe Acrobat 5.0.5
    Broswer IE 6.0.29
    I have created a report based on a single database table (DEMO.PRODUCTS) but am experiencing problems when I try and map the form fields in PDF Template to my sample XML file.
    I created a PDF Template and uploaded this template to my Layout. This PDF Template has two form fields on it (PRODUCTNAME and UNITPRICE, which incidentally are the names of the database columns I want them to map to).
    I have also uploaded my sample XML data file and therefore have access to the Map Form Fields button on my report definition. However, when I click on the button a new window opens with the Map PDF Form Fields and a dialog to "Click on each highlighted...." and then hangs. When I close the window I receive a message about an Adobe Acrobat error.
    If I try and do the same thing in Firefox then I receive a message in the JavaScript Console:
    Acrobat Database Connectivity Built-in Functions Version 5.0
    Acrobat EScript Built-in Functions Version 5.0
    Acrobat Annotations / Collaboration Built-in Functions Version 5.0
    TypeError: app.execDialog is not a function opened this in Adobe Acrobat
    Any suggestions or comments appreciated.
    Many thanks,
    Gary.

    Hi Aashish,
    I suggest you to check the RTF Template of your report ....as if your xml output file on submit request form--->diagnostic --->view xml ...is generated ... it means that your data defination file is perfectly fine but there is issue with your rtf template....may be some of grouping or tag is not put properly...
    one thing i want to suggest you to pls save that data file as .xml extension and upload in rtf u designed on youe desktop.... check theprview if its coming fine or not.
    let me know if u still facing the same problem.
    regards
    Ratnesh P

  • Issues with one template

    Hello
    I'm having issues with Particle Impacts template - when I render video, it has like green lines like letter X all over the screen , like on the picture below
    http://i56.tinypic.com/bjed52.jpg
    How can I remove them? Thanks in advance

    Thanks a lot.
    I installed Video Copilot, Trapcode Particular and Cycore FX.It must be one of those.
    What you think which one it might be?

  • Problem with applying a patch to zdoom in AUR

    I did a little searching and found out about the patch command, but I'm still having some issues with applying this patch. Can anyone help me out? I'm not sure when to be running the patch command and what parameters to use. Thanks in advance.
    http://aur.archlinux.org/packages.php?ID=16403
    http://mancubus.net/svn/gzdoom/trunk/dumb/src/it/itrender.c?r1=114&r2=354&view=patch

    raptir wrote:
    The root of the problem is that when running makepkg, you get this:
    [ 15%] Building C object dumb/CMakeFiles/dumb.dir/src/it/itrender.o
    /home/mike/zdoom/zdoom/src/zdoom-2.3.1/dumb/src/it/itrender.c:3559: error: static declaration of 'log2' follows non-static declaration
    make[2]: *** [dumb/CMakeFiles/dumb.dir/src/it/itrender.o] Error 1
    make[1]: *** [dumb/CMakeFiles/dumb.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    The patch provided supposedly fixes that by renaming a function (log2 to mylog2) in itrender.c. I've tried simply running patch -i dumb.patch before running makepkg, but that obviously doesn't work since none of the files are downloaded. I'm guessing that I need to put the patch command somewhere in pkgbuild, I'm just not sure where.
    So far, I've just downloaded and extracted the tarball, then I get the above error when running makepkg.
    Well you don't need to get the package tarball alone. Get the tarball and open up the PKGBUILD file, see where it gets the source from, then get that source and apply the patch to it. After that you can just compile it yourself...

  • Issues with PDF output

    Hi,
    I have a report registered for language=English and territory=Netherlands. But when I run the report, I cannot see the output. I get the following message:
    "Unable to find published output for this request"
    The report fetches data and creates the XML correctly. I have registered the template with Language = ENglish and Territory = Netherlands. I run the above report from a Netherland installation.
    Any pointers how to debug this.
    Thanks,
    Ashish

    Hi Aashish,
    I suggest you to check the RTF Template of your report ....as if your xml output file on submit request form--->diagnostic --->view xml ...is generated ... it means that your data defination file is perfectly fine but there is issue with your rtf template....may be some of grouping or tag is not put properly...
    one thing i want to suggest you to pls save that data file as .xml extension and upload in rtf u designed on youe desktop.... check theprview if its coming fine or not.
    let me know if u still facing the same problem.
    regards
    Ratnesh P

  • RSA1 Document - Issue with "multiple selection" Characteristic

    Hi,
    I have the following issue with a web template showing monthly reporting results (act/plan/var) for a specific cost center broken down following a cost element hierarchy.
    My purpose is to attach each month some comments and these comments are made at the query level, not for each individual cost element.
    However, as explained in note 501593, when creating my document, I have to restrict my cost elements since they are regarded as "multiple selections".
    I could go and limit from 6 to one single value through table RSODADMIN but I never know for sure that this single cost element would always show up in my query.
    In RSA1 > document > properties of the comment, is there any way for me to go and input a range for my cost elements, instead of having to enter cost element by cost element ?
    Thx
    Stéphane

    Hi,
    I have the following issue with a web template showing monthly reporting results (act/plan/var) for a specific cost center broken down following a cost element hierarchy.
    My purpose is to attach each month some comments and these comments are made at the query level, not for each individual cost element.
    However, as explained in note 501593, when creating my document, I have to restrict my cost elements since they are regarded as "multiple selections".
    I could go and limit from 6 to one single value through table RSODADMIN but I never know for sure that this single cost element would always show up in my query.
    In RSA1 > document > properties of the comment, is there any way for me to go and input a range for my cost elements, instead of having to enter cost element by cost element ?
    Thx
    Stéphane

Maybe you are looking for

  • Help with EJB 3.0 MEssage Driver Bean Wizard in NetBeans 5.5 preview

    I am using NetBeans 5.5 preview with sun apps server 9.0 . But I am not able to write message driver beans . Can anybody help in this regards ^^ Unni

  • Iphoto 08 vs aperture 2.0

    Hello everyone, I am looking to make a high quality photobook for my parents. I would love to use iphoto however it is very restricting in not allowing me to add more text than the different formats provide. Also I have been reading in the forums tha

  • Not able to see code in SOA composite.

    I have pre-built SOA composite with me and able open it in Jdev But the problem is when trying ti open composite.xml file, empty console with msg "drag and drop components from palete" But able to deploy it in SOA successfully. My aim is to see CODE

  • Silently import exported Java certificate

    Hi, I exported a Java certificate using the Java Control Panel -> Security -> Certificates -> Export. Now I'm looking for a command to silently (without user/admin interaction) import this certificate on another PC. I will use this command line in Wi

  • Problem set up photoshop_cs5

    this picture shows when i tring to install..  I restarted my computer and nothing changes. please someone can help my?!?!?! thnx