]> git.plutz.net Git - confetti/blobdiff - pages/email.sh
data retriever for therapy section, some prescription improvements
[confetti] / pages / email.sh
index 817d5c673dd1053c8e4d18e53dfb5631cc7123a7..c79876fe23476c22e20ce8d859aefc4eab1ed3b2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/zsh
 
 # Copyright 2014 Paul Hänsch
 #
@@ -32,17 +32,3 @@ listcourses() {
     echo "$(date -d "$icstime" "+%u %H%M%S")\t$file"
   done |sort |sed -r 's:^.*\t(.*/)([^/]+)$:\2:'
 }
-
-case "$1" in
-  title)
-    echo "Email"
-  ;;
-  css)
-    . ${_EXEC}/templates/email.css.sh
-  ;;
-  body)
-    . ${_EXEC}/templates/text_email.sh
-    . ${_EXEC}/templates/email.html.sh
-  ;;
-esac
-