1ebbf871037cba92f5b5d2d1dbd91957c07ea76e donnak Fri Dec 30 01:00:55 2016 -0800 Changed a few of the style guidelines (primarily whitespace). diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index 7540c2e..b1f1c83 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -1,24 +1,24 @@ - +

Sample Genome Browser Static Page

This is a standard paragraph ('p' element) of explanatory text. The remainder of this text is just filler. 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 @@ -30,60 +30,57 @@ Please do not include references to our development servers (such as genome-test.cse.ucsc.edu) in published links or URLs.

Page section

This is one of two subsections, formatted as equal-sized columns via the grid layout feature of bootstrap.css, a commonly used style sheet. -The grid contains 12 columns; column widths are specified using classes 'col-md-1' through 'col-md-12'. -This example contains two divs, each assigned class 'col-md-6', within a 'row' div. + The grid contains 12 columns; column widths are specified using classes 'col-md-1' through + 'col-md-12'. This example contains two divs, each assigned class 'col-md-6', within a 'row' div.

Here is some code:

sudo -i
 bash browserSetup.sh install

Here is a numbered list ('ol' and 'li' elements):

  1. chrom - The name of the chromosome (e.g. chr3, chrY, chr2_random) or -scaffold (e.g. scaffold10671). -
  2. + scaffold (e.g. scaffold10671).
  3. -chromStart - The starting position of the feature in the chromosome or scaffold. -The first base in a chromosome is numbered 0. -
  4. + chromStart - The starting position of the feature in the chromosome or + scaffold. The first base in a chromosome is numbered 0.
  5. chromEnd - The ending position of the feature in the chromosome or scaffold. The chromEnd base is not included in the display of the feature. For example, the first 100 bases of a chromosome are defined -as chromStart=0, chromEnd=100, and span the bases numbered 0-99. -
  6. + as chromStart=0, chromEnd=100, and span the bases numbered 0-99.

Another section

Here is a bulleted list ('ul' and 'li' elements):