Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <input id="searchBox" type="search" /><input type="submit" id="ss360SearchButton"/>
  2.  
  3. <!-- Start of Site Search 360 script (put right before the closing </body> tag) -->
  4. <script type="text/javascript">
  5. window.ss360Config = {
  6.     style: {
  7.         themeColor: "#F3983A",
  8.         searchBox: {
  9.             text: {
  10.                 size: "12px",
  11.                 color: "#333333"
  12.             },
  13.             background: {
  14.                 color: "#FAFAFA"
  15.             },
  16.             icon: {
  17.                 color: "#F18D2D",
  18.                 image: "magnifier"
  19.             },
  20.             border: {
  21.                 color: "#dddddd",
  22.                 radius: "0px"
  23.             },
  24.             padding: "8px",
  25.             button: {
  26.                 text: " ",
  27.                 icon: "magnifier",
  28.                 color: "#666666",
  29.                 iconPadding: "8px"
  30.             }
  31.         }
  32.     },
  33.     tracking: {
  34.         providers: []
  35.     },
  36.     dataPoints: {
  37.         exclude: [],
  38.         single: []
  39.     },
  40.     siteId: "gurc.org.uk",
  41.     suggestions: {
  42.         show: false,
  43.         showImages: false
  44.     },
  45.     searchBox: {
  46.         searchButton: "#ss360SearchButton"
  47.     },
  48.     layout: {
  49.         mobile: {
  50.             showUrl: true
  51.         },
  52.         desktop: {
  53.             showUrl: true
  54.         }
  55.     },
  56.     results: {
  57.         embedConfig: {
  58.             contentBlock: "#ss360-target"
  59.         },
  60.         moreResultsButton: null
  61.     },
  62.     contentGroups: {
  63.         include: ["Hymns_Songs"]
  64.     },
  65.     showErrors: false
  66. };
  67.  
  68. var e=document.createElement("script");
  69. e.type="module";
  70. e.src="https://cdn.sitesearch360.com/sitesearch360-v12.mjs";
  71. document.getElementsByTagName("body")[0].appendChild(e);
  72.  
  73. e=document.createElement("script");
  74. e.type="text/javascript";
  75. e.async=!0;
  76. e.setAttribute("nomodule", "nomodule");
  77. e.src="https://cdn.sitesearch360.com/sitesearch360-v12.min.js";
  78. document.getElementsByTagName("body")[0].appendChild(e);
  79. </script>
  80. <!-- End of Site Search 360 script --></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement