From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- web/server/h2o/libh2o/srcdoc/snippets/wrapper.mt | 108 +++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 web/server/h2o/libh2o/srcdoc/snippets/wrapper.mt (limited to 'web/server/h2o/libh2o/srcdoc/snippets/wrapper.mt') diff --git a/web/server/h2o/libh2o/srcdoc/snippets/wrapper.mt b/web/server/h2o/libh2o/srcdoc/snippets/wrapper.mt new file mode 100644 index 00000000..86f551d5 --- /dev/null +++ b/web/server/h2o/libh2o/srcdoc/snippets/wrapper.mt @@ -0,0 +1,108 @@ +@{[Text::MicroTemplate::escape_html($tab_topic)]}}; + } else { + $html = qq{@{[Text::MicroTemplate::escape_html($tab_topic)]}}; + } + Text::MicroTemplate::encoded_string($html); +}; + +?> + + + + +? my $base = "../" x (scalar(split '/', $main::context->{filename}) - 1); +? if ($base ne '') { + +? } + + + + + + + + + + +<?= join " - ", ($ctx->{filename} ne 'index.html' ? reverse @title : ()), "H2O - the optimized HTTP/2 server" ?> + + +
+
+ +

+H2O +

+

the optimized HTTP/1.x, HTTP/2 server

+ + +
+ +
+ +
+
+
+Powered by Oktavia +
+
+ + +
+ + + +("index.html", "Top") ?> +("install.html", "Install") ?> +("configure.html", "Configure") ?> +("faq.html", "FAQ") ?> + + + + + +
+ +? if (@title) { +

+? if (@title > 1) { +? for (my $i = 0; $i < @title - 1; $i++) { + > +? } +? } + +

+? } + +?= $content + +? if (my @notes = @{$ctx->{notes}}) { +
+

Notes:

+
    +? for (my $index = 0; $index < @notes; ++$index) { +
  1. +? } +
+
+? } + +
+ + + -- cgit v1.2.3