summary refs log tree commit diff stats
path: root/fwendplanet_html.awk
diff options
context:
space:
mode:
Diffstat (limited to 'fwendplanet_html.awk')
-rwxr-xr-xfwendplanet_html.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/fwendplanet_html.awk b/fwendplanet_html.awk index 654a939..bb1d86f 100755 --- a/fwendplanet_html.awk +++ b/fwendplanet_html.awk
@@ -18,6 +18,8 @@ BEGIN {
18 print "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">" 18 print "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"
19 print "<title>" TITLE "</title>" 19 print "<title>" TITLE "</title>"
20 print "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\">" 20 print "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\">"
21 print "<script src=\"script.js\">"
22 print "</script>"
21 print "</head>" 23 print "</head>"
22 print "<body>" 24 print "<body>"
23 print "<div id=\"main\">" 25 print "<div id=\"main\">"
@@ -29,6 +31,7 @@ BEGIN {
29 } 31 }
30 print "</h1>" 32 print "</h1>"
31 print "<div class=\"nav\">" 33 print "<div class=\"nav\">"
34 print "<a href=\"#\" onclick=\"toggleDetails()\">details</a>"
32 if (PREV) { 35 if (PREV) {
33 print "<a href=\"" PREV "\">prev</a>" 36 print "<a href=\"" PREV "\">prev</a>"
34 } 37 }