e7a6a15f0080e043ae72df8e280d6d0825a2c561 brianlee Wed Mar 10 13:58:11 2021 -0800 Adding a note in template.html about making new pages executable diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index 367966f..604c264 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -1,26 +1,27 @@ <!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 2 spaces 5. Special characters: Don't use entity references (set editor to UTF-8), except < & 6. Limit lines to a maximum of 100 characters +NOTE: Be sure to make new pages executable --> <!-- Page header --> <!--#set var="TITLE" value="UCSC Genome Browser: Document Styles" --> <!--#set var="ROOT" value="." --> <!-- Relative paths to support mirror sites with non-standard GB docs install --> <!--#include virtual="$ROOT/inc/gbPageStart.html" --> <!-- Page content --> <h1>Sample Genome Browser Static Page (h1)</h1> <p> This is a standard paragraph ("p" tag) of explanatory text. The next part of the page demonstrates how to create a multi-column layout using the grid layout feature of bootstrap.css, a widely used stylesheet which is now