2046bf2c5de3cbdb819ad4c186b8053ee1959100
lrnassar
  Wed Sep 8 14:52:00 2021 -0700
Adding widget to two more pages refs #28034

diff --git src/hg/htdocs/FAQ/index.html src/hg/htdocs/FAQ/index.html
index 7e72b27..aeab9d6 100755
--- src/hg/htdocs/FAQ/index.html
+++ src/hg/htdocs/FAQ/index.html
@@ -1,94 +1,96 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="Genome Browser FAQ" -->
 <!--#set var="ROOT" value=".." -->
 
+<!--#include virtual="$ROOT/redmineWidget.html" -->
+
 <!-- Relative paths to support mirror sites with non-standard GB docs install -->
 <!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
 <h1>Genome Browser FAQ</h1>
 <p> 
 This page contains responses to frequently asked questions from our user community.
 A full list of public questions is available for search from our 
 <a href="https://groups.google.com/a/soe.ucsc.edu/group/genome?hl=en" 
 target="_blank">Genome Browser mailing list</a>. To ask a question, please 
 visit our <a href="../contacts.html">Contact Us</em></a> page.</p>
 
 <h2>FAQ categories</h2>
 <ul>
 <li><a href="FAQformat.html">Data File Formats</a></li>
 <li><a href="FAQblat.html">Blat sequence alignment</a></li>
 <li><a href="FAQdownloads.html">Data and Downloads</a></li>
 <li><a href="FAQgenes.html">Genes and Gene Tracks</a></li>
 <li><a href="FAQreleases.html">Assembly Releases and Versions</a></li>
 <li><a href="FAQtracks.html">Genome Browser Tracks</a></li>
 <li><a href="FAQlink.html">Linking to the Genome Browser</a></li>
 <li><a href="FAQcustom.html">Custom Annotation Tracks</a></li>
 <li><a href="FAQcite.html">Citing the Genome Browser</a></li>
 <li><a href="FAQlicense.html">Mirroring or Licensing the Genome Browser</a></li>
 <li><a href="FAQdisplay.html">Display Problems</a></li>
 <li><a href="../ENCODE/FAQ/index.html">ENCODE Resources and FAQ</a></li>
 <li><a href="FAQmaillist.html">Posting a question to the mailing list</a></li>
 </ul>
 <hr>
 <!-- Search GB FAQ -->
 <form name="googleForm0" method="GET" action="https://www.google.com/search" 
 onSubmit="document.googleForm0.q.value=document.googleForm0.qq.value+'   site:genome.ucsc.edu/FAQ/';">
   <p>
   Search the Genome Browser FAQs: &nbsp;
   <input type="hidden" name="q" value="">
   <input type="hidden" name="num" value="10">
   <input type="hidden" name="filter" value="0">
   <input type=text name=qq size=25 maxlength=255 value="">
   <input type="submit" value="Submit">
   </p>
 </form>
 
 <!-- Search GB help documentation -->
 <form name="googleForm2" method="GET" action="https://www.google.com/search" 
 onSubmit="document.googleForm2.q.value=document.googleForm2.qq.value+' site:genome.ucsc.edu/goldenPath/help';">
   <p>
   Search the Genome Browser help pages: &nbsp;
   <input type="hidden" name="q" value="">
   <input type="hidden" name="num" value="10">
   <input type="hidden" name="filter" value="0">
   <input type=text name=qq size=25 maxlength=255 value="">
   <input type="submit" value="Submit">
   </p>
 </form>
 
 <!-- Search entire GB site -->
 <form name="googleForm1" method="GET" action="https://www.google.com/search" 
 onSubmit="document.googleForm1.q.value=document.googleForm1.qq.value+' site:genome.ucsc.edu/';">
   <p>
   Search the entire Genome Browser website: &nbsp;
   <input type="hidden" name="q" value="">
   <input type="hidden" name="num" value="10">
   <input type="hidden" name="filter" value="0">
   <input type=text name=qq size=25 maxlength=255 value="">
   <input type="submit" value="Submit">
   </p>
 </form>
 
 <!-- Search Wiki pages -->
 <form name="googleForm3" method="GET" action="https://www.google.com/search" 
 onSubmit="document.googleForm3.q.value=document.googleForm3.qq.value+' site:genomewiki.ucsc.edu/';">
   <p>
   Search our user-edited wiki website: &nbsp;
   <input type="hidden" name="q" value="">
   <input type="hidden" name="num" value="10">
   <input type="hidden" name="filter" value="0">
   <input type=text name=qq size=25 maxlength=255 value="">
   <input type="submit" value="Submit">
   </p>
 </form>
 
 <!-- Search GB genomic data (gateway page) -->
 <p>
 Search for genomic data from our 
 <a href="../cgi-bin/hgGateway" target="_blank">organism Gateway page</a>, 
 <a href="../cgi-bin/hgTracks?hgt_tSearch=track+search" target="_blank">
 Track search page</a>, or 
 <a href="../cgi-bin/hgHubConnect#publicHubs" target="_blank">
 Public Hub</a> collection.</p>
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->