changeset 514:fa3f78ce3e26

Extra CSS file is taken from $S4CSS.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 04 Apr 2019 10:02:20 +0900
parents 3fcaea2892a8
children 0b47ddf9c8de
files s4-funcs.sh
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Tue Apr 02 17:34:31 2019 +0900
+++ b/s4-funcs.sh	Thu Apr 04 10:02:20 2019 +0900
@@ -1196,8 +1196,16 @@
 }
 showlogin() {
   args=`echo $myargs|tr ' ' '+'`
-  _m4 -D_SYSNAME_="Welcome" -D_MYNAME_="$myname${args+?}$args" \
-     $layout/login.m4.html
+  s4name=${S4NAME:-s4}
+  S4CSS=s4.css
+  ( sed '/^<body/q' $layout/html.m4.html
+    cat $layout/login.m4.html
+    echo '</body></html>'
+  ) | _m4 \
+	-D_BODYCLASS_="login" \
+	-D_TITLE_="$s4name" \
+	-D_SYSNAME_="Welcome to $s4name" \
+	-D_MYNAME_="$myname${args+?}$args" ${S4CSS:+-D_S4CSS_="$S4CSS"}
   exit 0
 }
 dologin() {

yatex.org