eea-searchserver
Version:
EEA Node.js Search Server module
55 lines (46 loc) • 2.67 kB
text/jade
include ./mixins.jade
doctype html
html
head
block title
script(type='text/javascript').
var field_base="#{field_base}";
script
!= mapping
link(rel="shortcut icon", type="image/x-icon", href="http://www.eea.europa.eu/favicon.ico")
script(type="text/javascript", src="facetview/vendor/dist/libs/jquery.js")
script(type="text/javascript", src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.2.1/jquery-migrate.js")
script(type="text/javascript", src="facetview/vendor/dist/jstree.js")
script(type="text/javascript", src="facetview/vendor/linkify/1.0/jquery.linkify-1.0-min.js")
script(type="text/javascript", src="facetview/vendor/bootstrap/js/bootstrap.min.js")
script(type="text/javascript", src="facetview/vendor/jquery-ui-1.11.4.custom/jquery-ui.js")
script(type="text/javascript" src="facetview/jquery.facetview.js")
script(type="text/javascript" src="facetview/facetviewhelpers.js")
block extrajavascripts
script(type="text/javascript" src="javascripts/main.js")
link(rel="stylesheet", href="facetview/vendor/jquery-ui-1.11.4.custom/jquery-ui.css")
link(rel="stylesheet", href="facetview/vendor/bootstrap/css/bootstrap.min.css")
link(rel="stylesheet", href="facetview/vendor/dist/themes/default/style.min.css")
link(rel="stylesheet", href="facetview/css/style.css")
link(rel="stylesheet", href="facetview/css/facetview.css")
link(rel="stylesheet", href="css/style.css")
link(rel="stylesheet", href="css/tiles.css")
block extrastyles
!= templateRender(headFile)
body
!= templateRender(headerFile)
div(id="portal-columns")
div(class="container")
div(class="content" id="content")
block content
div(class="visualization-date")
span(class="discreet")
- var container_info = getContainerInfo()
| Application data last refreshed <strong>#{getIndexCreationDate()}</strong>.
| Version info <strong>#{container_info.version_info}</strong> and tag version <strong>#{container_info.tag_info}</strong> on <strong>#{container_info.hostname}</strong>.
div(class="documentActions")
h5(class="hiddenStructure") Document Actions
div(id="right-column", class="right-column-area")
div(class="visualPadding")
div(class="visualClear")
!= templateRender(footerFile)