e6a46ac87f958486b1d1bcef8e80dcd872ad81fe hiram Sat Jun 10 19:01:23 2023 -0700 adding silent google reCAPTCHA v3 function to hgUserSuggestion refs #31325 diff --git src/hg/inc/web.h src/hg/inc/web.h index bf3052e..9fc2f27 100644 --- src/hg/inc/web.h +++ src/hg/inc/web.h @@ -67,30 +67,33 @@ ; void webNewEmptySection(); /* create a new section on the web page to maintain table layout */ void webNewSectionHeaderStart(); /* Start a new collapsible section on the web page, with +- control. Allows use of jsBeginCollapsibleSection() */ void webNewSectionHeaderEnd(); /* Properly close header of collapsible section on web page */ void webEnd(); /* output the footer of the HTML page */ +void webEndExtra(char *footer); +/* output the footer of the HTML page with extra endText as desired */ + void webEndSection(); /* Close down a section */ void webEndSectionTables(); /* Finish with section tables (but don't do /BODY /HTML lik * webEnd does. */ void webStartGbNoBanner(struct cart *cart, char *db, char *title); /* Start HTML with new header and footer design by jWest, but no banner */ void webEndGb(); /* End HTML that was started with webStartJWest. */ void webStartJWest(struct cart *cart, char *db, char *title); /* Start HTML with new banner design by jWest (with modifications). */