aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-01-21 11:30:44 +0000
committerfrancis <francis>2008-01-21 11:30:44 +0000
commitac27b51ac5935fb9da37f1333b958f2dacb0308a (patch)
tree102df8287539da11bcb4c9909b4d10e5da6a1a8a
parent106703aa79defe9f71c4fab55174b695b6c04c1d (diff)
Link to source code for Affero GPL
-rw-r--r--app/views/layouts/default.rhtml5
-rw-r--r--public/stylesheets/main.css11
-rw-r--r--todo.txt3
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 */
diff --git a/todo.txt b/todo.txt
index 0131c4bf9..9420c03c8 100644
--- a/todo.txt
+++ b/todo.txt
@@ -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 &gt; 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
========================