From eb66f699b30a8bb3e3bc8d9d03b265a0f5924cd7 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Sun, 3 Jul 2011 03:35:57 +0200 Subject: [PATCH] added header to bare bio template --- webcit/static/t/who/bio.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 webcit/static/t/who/bio.html diff --git a/webcit/static/t/who/bio.html b/webcit/static/t/who/bio.html new file mode 100644 index 000000000..bd4d9e1ba --- /dev/null +++ b/webcit/static/t/who/bio.html @@ -0,0 +1,27 @@ + + + +
+ + +    + + +
+ +
+ +
+ +

escputs(who);

+
+ serv_printf("RBIO %s", who); + serv_getln(buf, sizeof buf); + if (buf[0] == '1') { + fmout("JUSTIFY + } +
+
-- 2.39.2