hgbook

changeset 916:0aaa70be1b13

Fix image links and move the throbber to a proper location to be served.
author dukebody <dukebody@gmail.com>
date Tue Oct 27 00:49:24 2009 +0100 (2009-10-27)
parents fe9ee05ed4d5
children 93154fbaae9b
files web/support/icons/throbber.gif web/support/javascript/hsbook.js web/support/styles/styles.css
line diff
     1.1 Binary file web/support/icons/throbber.gif has changed
     2.1 --- a/web/support/javascript/hsbook.js	Tue Oct 27 00:48:22 2009 +0100
     2.2 +++ b/web/support/javascript/hsbook.js	Tue Oct 27 00:49:24 2009 +0100
     2.3 @@ -15,7 +15,7 @@
     2.4      return false;
     2.5    }
     2.6    $(options.target + " span.comment_error").empty().after(
     2.7 -    "<img src=\"figs/throbber.gif\" style=\"vertical-align: middle\"/>");
     2.8 +    "<img src=\"/support/icons/throbber.gif\" style=\"vertical-align: middle\"/>");
     2.9    $(options.target + " input[@name=submit]").attr("disabled", true);
    2.10  }
    2.11  
     3.1 --- a/web/support/styles/styles.css	Tue Oct 27 00:48:22 2009 +0100
     3.2 +++ b/web/support/styles/styles.css	Tue Oct 27 00:49:24 2009 +0100
     3.3 @@ -72,11 +72,11 @@
     3.4  }
     3.5  
     3.6  pre.screen {
     3.7 -  background-image: url(figs/shell.png);
     3.8 +  background-image: url(/support/icons/shell.png);
     3.9  }
    3.10  
    3.11  pre.programlisting {
    3.12 -  background-image: url(figs/source.png);
    3.13 +  background-image: url(/support/icons/source.png);
    3.14  }
    3.15  
    3.16  pre.programlisting, pre.screen, p.remark {
    3.17 @@ -150,7 +150,7 @@
    3.18  }
    3.19  
    3.20  p.remark {
    3.21 -  background-image: url(figs/remark.png);
    3.22 +  background-image: url(/support/icons/remark.png);
    3.23  }
    3.24  
    3.25  div.warning, p.remark {