c0af5f216f8ff00466f0d222cede7f491fd17d81 galt Fri Jan 20 23:09:35 2023 -0800 More fixes for stuff found by htmlCheck, refs #7914 diff --git src/hg/visiGene/hgVisiGene/hgVisiGene.c src/hg/visiGene/hgVisiGene/hgVisiGene.c index bb216de..95c7eec 100644 --- src/hg/visiGene/hgVisiGene/hgVisiGene.c +++ src/hg/visiGene/hgVisiGene/hgVisiGene.c @@ -568,42 +568,42 @@ printf("</HTML>\n"); } void doHelp() /* Print help section */ { puts( "<H3>Images Available</H3>\n" "<P> \n" "The following image collections are currently available for browsing: \n" "<UL> \n" "<LI>High-quality high-resolution images of eight-week-old male mouse \n" "sagittal brain slices with reverse-complemented mRNA hybridization probes \n" "from the <A HREF=\"http://brain-map.org/\" TARGET=_blank>Allen Brain \n" "Atlas</A>, courtesy of the <A HREF=\"http://www.alleninstitute.org/\" \n" -"TARGET=_blank>Allen Institute for Brain Science</A> \n" +"TARGET=_blank>Allen Institute for Brain Science</A></LI>\n" "<LI>Mouse <em>in situ</em> images from the \n" "<A HREF=\"http://www.informatics.jax.org/expression.shtml\" \n" -"TARGET=_blank>Jackson Lab Gene Expression Database</A> (GXD) at MGI \n" +"TARGET=_blank>Jackson Lab Gene Expression Database</A> (GXD) at MGI </LI>\n" "<LI>Transcription factors in mouse embryos from the \n" -"Mahoney Center for Neuro-Oncology \n" +"Mahoney Center for Neuro-Oncology </LI>\n" "<LI>Mouse head and brain <em>in situ</em> images from the \n" "<A HREF=\"http://www.gensat.org/index.html\" TARGET=_blank>Gene \n" -"Expression Nervous System Atlas</A> (GENSAT) database \n" +"Expression Nervous System Atlas</A> (GENSAT) database </LI>\n" "<LI><em>Xenopus laevis</em> <em>in situ</em> images from the \n" "<A HREF=\"http://xenopus.nibb.ac.jp\" TARGET=_blank>National \n" -"Institute for Basic Biology</A> (NIBB) XDB project \n" +"Institute for Basic Biology</A> (NIBB) XDB project </LI>\n" "</UL> \n" "<H3>Image Navigation</H3>\n" "<P> \n" "Following a successful search, VisiGene displays a list of thumbnails of \n" "images matching the search criteria \n" "in the lefthand pane of the browser. By default, the image corresponding to \n" "the first thumbnail in the list is displayed in the main image pane. \n" "If more than 25 images meet the search criteria, links at the bottom of \n" "the thumbnail pane allow the user to toggle among pages of search results. \n" "To display a different image in the main browser pane, \n" "click the thumbnail of the image you wish to view. </P>\n" "<P> \n" "By default, an image is displayed at a resolution that provides \n" "optimal viewing of the overall image. This size varies among images. \n" "The image may be zoomed in or out, sized to match the resolution of the \n" @@ -620,34 +620,34 @@ "Alternatively, the - key may be used to zoom out when the main image pane \n" "is the active window.</P> \n" "<P> \n" "<B>Sizing to full resolution:</B> Click the Zoom <em>full</em> button above \n" "the image to resize the image such that each pixel on the screen \n" "corresponds to a pixel in the digitized image. </P> \n" "<P> \n" "<B>Sizing to best fit:</B> Click the Zoom <em>fit</em> button above \n" "the image to zoom the image to the size that best fits the main image \n" "pane. </P>\n" "<P> \n" "<B>Moving the image:</B> To move the image viewing area in any direction, \n" "click and drag the image using the mouse. Alternatively, the following \n" "keyboard shortcuts may be used after clicking on the image: \n" "<UL>" -"<LI><B>Scroll left in the image: </B>Left-arrow key or <em>Home</em> key \n" -"<LI><B>Scroll right in the image: </B>Right-arrow key or <em>End</em> key \n" -"<LI><B>Scroll up in the image: </B>Up-arrow key or <em>PgUp</em> key \n" -"<LI><B>Scroll down in the image: </B>Down-arrow key or <em>PgDn</em> key \n" +"<LI><B>Scroll left in the image: </B>Left-arrow key or <em>Home</em> key </LI>\n" +"<LI><B>Scroll right in the image: </B>Right-arrow key or <em>End</em> key </LI>\n" +"<LI><B>Scroll up in the image: </B>Up-arrow key or <em>PgUp</em> key </LI>\n" +"<LI><B>Scroll down in the image: </B>Down-arrow key or <em>PgDn</em> key </LI>\n" "</UL></P> \n" "<B>Downloading the original full-sized image:</B> Most images may be viewed \n" "in their original full-sized format by clicking the "download" \n" "link at the bottom of the image caption. NOTE: due to the large size of \n" "some images, this action may take a long time and could potentially exceed \n" "the capabilities of some Internet browsers. </P> \n" "<H3>Credits</H3>\n" "<P> \n" "VisiGene was written by Jim Kent and Galt Barber. \n" "Contact <A HREF=\"mailto:kent@soe.ucsc.edu\">Jim</A> if you have \n" "an image set you would like to contribute for display. </P>\n" ); }