From c7c1ac37096a12cfd474a954005d7ce9429127f1 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 23 Dec 2011 16:42:43 -0600 Subject: [PATCH] add calendar to portal --- Makefile | 1 + portal.cgi | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 67994f7..1e97724 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ COPY += mdwntohtml template.xml COPY += face.png chumby-photo.cgi COPY += format.css default.css print.css COPY += gitweb.cgi git-logo.png gitweb.css gitweb.conf +COPY += portal.png portal.cgi # Directories in which %.mdwn generates %.html PLAIN = . papers poems misc diff --git a/portal.cgi b/portal.cgi index 3f03edd..3489fea 100755 --- a/portal.cgi +++ b/portal.cgi @@ -59,12 +59,20 @@ h2 { font-weight: normal; font-style: italic; } -.more { - text-align: right; +.calendar { + height: 300px; + float: right; } +EOF + +if [ -z "$HTTP_X_WAP_PROFILE" ]; then + echo '' +fi + +cat < EOF weather