diff options
author | francis <francis> | 2008-01-21 11:30:44 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-21 11:30:44 +0000 |
commit | ac27b51ac5935fb9da37f1333b958f2dacb0308a (patch) | |
tree | 102df8287539da11bcb4c9909b4d10e5da6a1a8a | |
parent | 106703aa79defe9f71c4fab55174b695b6c04c1d (diff) |
Link to source code for Affero GPL
-rw-r--r-- | app/views/layouts/default.rhtml | 5 | ||||
-rw-r--r-- | public/stylesheets/main.css | 11 | ||||
-rw-r--r-- | todo.txt | 3 |
3 files changed, 17 insertions, 2 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 14330818a..d9b62cdaa 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -56,5 +56,10 @@ </div> </div> + <p id="footer"> + Built by <a href="http://www.mysociety.org/">mySociety</a> ... and you. + <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/foi">Get the source code</a> (is on Rails). + </p> + </body> </html> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 3f924c06a..c4209fb31 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -122,6 +122,15 @@ a:active { margin-right: 1em; } +#footer { + padding: 3px; + border-top: solid 1px #527b10; + font-size: 90%; + text-align: center; + width: 75%; + margin: 1em auto 0; + clear: both; +} /* Forms */ form { @@ -202,6 +211,7 @@ div.fieldWithErrors { display:inline; } text-align: center; width: 45%; float: left; + margin-bottom: 1em; } #request_frontpage #public_body_form { } @@ -210,6 +220,7 @@ div.fieldWithErrors { display:inline; } text-align: center; width: 45%; float: right; + margin-bottom: 1em; } /* /new - submitting requests */ @@ -202,8 +202,6 @@ Maybe prepend letter for them with "this is FOI request blah" boilerplate? Forgotten password link -Link to source code - Way of contacting other users Give hotline to call body for extra help @@ -220,6 +218,7 @@ Consider putting the requesting user's name in the request's magic email address Escape "www.liverpool.gov.uk <http://www.liverpool.gov.uk>" properly - so it doesn't catch the last > converted to > too badly http://localhost:3000/request/5? +(and be sure if you use a hack with a secret, it really is secret to stop people making evil links) Sources of public bodies ======================== |