Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/article/single.galleypdf.html')
-rw-r--r--layouts/article/single.galleypdf.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/layouts/article/single.galleypdf.html b/layouts/article/single.galleypdf.html
new file mode 100644
index 0000000..8702e45
--- /dev/null
+++ b/layouts/article/single.galleypdf.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+{{ partial "favicon.html" . }}
+{{ partial "relcanonical.html" . }}
+{{ partial "head.html" . }}
+{{ partial "head_custom.html" . }}
+{{ partial "social-meta.html" . }}
+{{ partial "stylesheets.html" . }}
+</head>
+<body class="page-view-pdf">
+<div class="pdf-header">
+<div class="pdf-return-article">
+<a href="{{ .Permalink }}" class="btn btn-text">
+←
+<span class="sr-only">
+Return to Article Details
+</span>
+{{ .Title }}</a></div>
+<div class="pdf-download-button">
+<a href="{{ .Permalink }}{{ .Page.Params.PDF }}" class="btn" download>
+<span class="label">
+Download
+</span>
+</a>
+</div>
+</div>
+<div id="pdfCanvasContainer" class="pdf-frame">
+<iframe src="{{ .Site.BaseURL}}pdfViewer/viewer.html?file={{ .Permalink }}{{ .Page.Params.PDF }}" width="100%" height="100%" style="min-height: 500px;" allowfullscreen webkitallowfullscreen></iframe>
+</div>
+</body>
+</html> \ No newline at end of file