77dea0bc2c5e98898774526dda1d2134d6cefd0f
kate
  Thu Dec 15 13:19:14 2016 -0800
Use absolute paths to include files to ease page migration dev.  Will need relative paths with dynamic updating before release. refs #18504

diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html
index e3afac2..28a389f 100755
--- src/hg/htdocs/template.html
+++ src/hg/htdocs/template.html
@@ -1,28 +1,28 @@
 <!DOCTYPE html>
 
 <!-- template.html: Example HTML for a Genome Browser static page -->
 
 <!-- Style recommendations
 1. Capitalization: use only lowercase for HTML element names, attributes and values
 2. Quotes: Use double quotes for attribute values
 3. Whitespace: Use a new line for every block list or table element
 4. Indentation: Indent every child element 4 (or 2 spaces)
 5. Special characters: Don't use entity references (set editor to UTF-8),  except < &
 -->
 
-<!--#include virtual="gbPageStart.html"-->
+<!--#include virtual="/gbPageStart.html"-->
 
 <!-- Page header -->
 <h1>Sample Genome Browser Static Page</h1>
 
 <!-- Page content -->
 <p>
 This is a standard paragraph ('p' element) of explanatory text.
 <em>The remainder of this text is just filler</em>.
 
 Follow these citation guidelines when using applications from the Genome Browser
 tool suite or data from the UCSC Genome Browser database in a research work that will
 be published in a journal or on the Internet.
 In addition to the relevant paper, please include a reference to the Genome Browser
 website in your manuscript: <a href="index.html" target=_blank>http://genome.ucsc.edu/</a>.
 Be sure to mention the release date of the genome assembly used in your work to faciliate
@@ -92,16 +92,16 @@
             </li>
             <li>
 <strong>chromStart</strong> - The starting position of the feature in the chromosome or scaffold. 
 The first base in a chromosome is numbered 0.
             </li>
             <li>
 <strong>chromEnd</strong> - The ending position of the feature in the chromosome or scaffold. 
 The <em>chromEnd</em> base is not included in the display of the feature. 
 For example, the first 100 bases of a chromosome are defined 
 as <em>chromStart=0, chromEnd=100</em>, and span the bases numbered 0-99.
 </li>
         </ol>
     </div>
 </div>
 
-<!--#include virtual="gbPageEnd.html"-->
+<!--#include virtual="/gbPageEnd.html"-->