X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.sh;h=541f71361ae5e24a1f4b09f61d91172c4dff5b35;hb=08f0f74da3cd335f0acf58dc1f6370848dc1dbd8;hp=3c803f455716d56ff6bba276a2586690945fb958;hpb=6225daa33e80bc879f27229dc32d8d5cf01f020d;p=shellwiki diff --git a/themes/default.sh b/themes/default.sh index 3c803f4..541f713 100755 --- a/themes/default.sh +++ b/themes/default.sh @@ -5,9 +5,9 @@ theme_head(){ local IFS="$BR" printf ' - + ' - for css in "$_BASE/[.]/cgilite/common.css" "$_BASE/[.]/themes/default.css" $PAGE_CSS; do + for css in "$_BASE/%5B.%5D/cgilite/common.css" "$_BASE/%5B.%5D/themes/default.css" $PAGE_CSS; do printf '' \ "$(HTML "${css##*//}")" done @@ -27,27 +27,27 @@ theme_pagemenu(){ if acl_write "$page"; then printf ' ' fi } theme_page(){ local page="$1" title="$2" - title="$(HTML "${title:-"${page}"}")" + title="$(HTML "${title:-"${PAGE_TITLE:-"${page}"}"}")" # Important! Web Server response including newline printf "%s\r\n" "Content-Type: text/html; charset=utf-8" "" cat <<-EOF - + $(theme_head) ${title} @@ -129,7 +129,7 @@ theme_attachments(){ %s ' \ "$hfile" "$hfile" "$hfile" "$hfile" \ - "$hfile" "$hfile" "$hfile" "$hfile" \ + "$(slopecode "${file##*/}")" "$hfile" "$hfile" "$hfile" \ "$(size_human "$size")" "$(date -d @"$date" +"%F %T")" done) @@ -171,7 +171,7 @@ theme_error(){ 500) printf "%s\r\n" "Status: 500 Internal Server Error";; esac - if [ "$(mdfile "/[wiki]/$errno/")" ]; then + if mdfile "/[wiki]/$errno/" >&-; then theme_page "/[wiki]/$errno/" else printf "Content-Length: 0\r\n\r\n"