c96728649b4bef3f437124019d2a85ff1f15ca30
lrnassar
  Mon Nov 20 09:48:08 2023 -0800
Adding a message to only come up for mirrors, to be clear that you are on a mirror site and should contact the mirror operator. Also a small addition about the new meetings page. Refs #23092 #31573

diff --git src/hg/htdocs/index.html src/hg/htdocs/index.html
index bb3acaa..188c921 100755
--- src/hg/htdocs/index.html
+++ src/hg/htdocs/index.html
@@ -55,30 +55,45 @@
       <!--#if expr='"$SERVER_NAME" = /genome-preview.*.ucsc.edu/' -->
       <div id="previewWarningRow" class="jwRow">
         <div id="previewWarningBox" class="jwWarningBox jwWarningBoxStatic" style="width: auto;">
           WARNING: This is the UCSC Genome Browser preview site.
           This website is a weekly mirror of our internal development server for public access.
           Data and tools on this site are under development, have not been reviewed for quality,
           and are subject to change at any time.
           We provide this site for early access, with the warning that it is less available and
           stable than our public site.
           The high-quality, reviewed public site of the UCSC Genome Browser is available for use
           at <a href="http://genome.ucsc.edu/">http://genome.ucsc.edu/</a>.
         </div> <!-- previewWarningBox -->
       </div> <!-- previewWarningRow -->
       <!--#endif -->
 
+      <!-- warning for mirrors (if applicable) -->
+      <!--#if expr='"$SERVER_NAME" != /.*.ucsc.edu/ && "$SERVER_NAME" != /.*.sdsc.edu/
+      && "$SERVER_NAME" != /browser/'-->
+      <!-- 'browser' = GBiB -->
+      <p style="text-align: center;">
+        <strong>This website <em><!--#echo var="HTTP_HOST" --></em> is a &quot;mirror&quot; not run by
+        UCSC.</strong> If you have questions, please try to contact the person who manages this mirror.
+        <br><br>
+        <strong>If you write the UCSC mailing list, please include this mirror's address
+        <em>http://<!--#echo var="HTTP_HOST" --></em> with any questions.</strong></p>
+      <!--#endif -->
+
+  <!-- Meetings and Workshops -->
+  <!--#include virtual="indexMeetings.html"-->
+
   <div class="row">
     <!-- Tools -->
     <!--#include virtual="ourTools.html"-->
 
     <!-- Latest Releases -->
     <!--#include virtual="indexReleases.html"-->
   </div>
 
   <div class="row">
     <!-- Sharing -->
     <!--#include virtual="indexSharing.html"-->
 
     <!-- Training -->
     <!--#include virtual="indexTraining.html"-->
   </div>