orcinus-search/orcinus
Brian Huisman 47562e0a71 Add 'online' value for Mustache template
Provide an 'online' value to the Search Result Mustache template. This will, for example, allow you to put things in your Search Result template that will show up when your site is displayed live (PHP), but will not be output when your site is displayed using the offline Javascript, and vice versa.

eg.
{{#online}}
  This will only display in your template if it's online.
{{/online}}
{{^online}}
  This will only display in your template it it's offline.
{{/online}}
2023-06-22 09:57:33 -04:00
..
css Update admin.css 2023-04-28 14:11:31 -04:00
geoip2 Re-upload 3rd party libraries 2023-04-20 10:47:11 -04:00
img move os3/ to orcinus/ 2023-04-12 08:08:11 -04:00
js Add 'online' value for Mustache template 2023-06-22 09:57:33 -04:00
libcurlemu Re-upload 3rd party libraries 2023-04-20 10:47:11 -04:00
mustache Re-upload 3rd party libraries 2023-04-20 10:47:11 -04:00
pdfparser Update pdfparser to 2.5.0 2023-06-12 09:05:03 -04:00
phpmailer Re-upload 3rd party libraries 2023-04-20 10:47:11 -04:00
admin.php Remove need for 'jw_depth' value 2023-06-21 15:07:57 -04:00
config.ini.php Update config.ini.php 2023-04-25 12:58:58 -04:00
config.php Remove need for 'jw_depth' value 2023-06-21 15:07:57 -04:00
crawler.php Update crawler.php 2023-06-21 17:23:08 -04:00
search.php Add 'online' value for Mustache template 2023-06-22 09:57:33 -04:00