From f0b0a132771bdceb4d02adcfb14f59ea4da8389c Mon Sep 17 00:00:00 2001 From: ich Date: Wed, 25 Aug 2010 11:33:14 +0000 Subject: [PATCH] Commit of files where headers or other places refering to the placing of .css files were changed. These are the clean and easy ones. --- webcit/README.txt | 12 ++++----- webcit/listsub.c | 4 +-- webcit/static/niftycube.js | 2 +- webcit/static/t/head.html | 51 +++++++++++++++++------------------ webcit/static/t/richedit.html | 2 +- 5 files changed, 35 insertions(+), 36 deletions(-) diff --git a/webcit/README.txt b/webcit/README.txt index 3879912b1..81abefab7 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -191,12 +191,12 @@ the static/ directory. WebCit will properly serve it from there. ------------- The default WebCit installation will create an empty directory called -"static.local". In this directory you may place a file called "webcit.css" -which, if present, is referenced *after* the default stylesheet. If you -know CSS and wish to customize your WebCit installation, any styles you -declare in static.local/webcit.css will override the styles found in -static/webcit.css -- and your customizations will not be overwritten when -you upgrade WebCit later. +"static.local". In this directory you may place a file called "webcit.css" +into the "styles" directory which, if present, is referenced *after* the +default stylesheet. If you know CSS and wish to customize your WebCit +installation, any styles you declare in static.local/styles/webcit.css +will override the styles found in static/styles/webcit.css -- and your +customizations will not be overwritten when you upgrade WebCit later. You may also place other files, such as images, in static.local for further customization. diff --git a/webcit/listsub.c b/webcit/listsub.c index bd5e26182..01a567bd6 100644 --- a/webcit/listsub.c +++ b/webcit/listsub.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: listsub.c 8232 2010-01-14 21:46:39Z dothebart $ * * Web forms for handling mailing list subscribe/unsubscribe requests. */ @@ -33,7 +33,7 @@ void do_listsub(void) wc_printf("\n" "\n" - "\n" + "\n" "\n" ); wc_printf(_("List subscription")); diff --git a/webcit/static/niftycube.js b/webcit/static/niftycube.js index 593749008..06734741f 100644 --- a/webcit/static/niftycube.js +++ b/webcit/static/niftycube.js @@ -34,7 +34,7 @@ niftyCss=true; var l=CreateEl("link"); l.setAttribute("type","text/css"); l.setAttribute("rel","stylesheet"); -l.setAttribute("href","static/niftyCorners.css"); +l.setAttribute("href","static/styles/niftyCorners.css"); l.setAttribute("media","screen"); document.getElementsByTagName("head")[0].appendChild(l); } diff --git a/webcit/static/t/head.html b/webcit/static/t/head.html index 1c3786fb8..939dd2104 100644 --- a/webcit/static/t/head.html +++ b/webcit/static/t/head.html @@ -1,35 +1,34 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> -<head> -<title><?CURRENT_USER> - <?SERV:HUMANNODE> - - - - - + + <?CURRENT_USER> - <?SERV:HUMANNODE> + + + + + - - -stylesheet" type="text/css" id="style_iconbar_icns" title="Default iconbar"> -stylesheet" type="text/css" id="style_iconbar_piconly" title="Iconbar without text"> - - - - - - - - - - - - + + + stylesheet" type="text/css" id="style_iconbar_icns" title="Default iconbar"> + stylesheet" type="text/css" id="style_iconbar_piconly" title="Iconbar without text"> + + - + + + + + + + + + + - +
- + diff --git a/webcit/static/t/richedit.html b/webcit/static/t/richedit.html index bdf292ccf..75fabbdd8 100644 --- a/webcit/static/t/richedit.html +++ b/webcit/static/t/richedit.html @@ -9,7 +9,7 @@ tinyMCE.init({ theme_advanced_buttons1 : "bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, justifyfull, blockquote, bullist, numlist, cut, copy, paste, link, image, help, forecolor, iespell, code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", - content_css : "static/webcit-tinymce.css", + content_css : "static/styles/webcit-tinymce.css", entity_encoding : "raw" }); -- 2.30.2