Added a footer with links for various kinds of feedback on Tracks. Fixes ticket:1.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@52 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-03-30 09:43:22 +00:00
parent 7c814b5131
commit 73a588fe26
3 changed files with 12 additions and 8 deletions

View file

@ -43,5 +43,9 @@ border-color: #FC9 #630 #330 #F96; padding:0px 3px 0px 3px; margin:0px;\">TXT</s
</ul>
</div>
<%= @content_for_layout %>
<div id="footer">
<p>Send feedback: <a href="http://dev.rousette.org.uk/report/6">Trac</a> | <a href="http://www.rousette.org.uk/projects/wiki/">Wiki</a> | <a href="mailto:butshesagirl@rousette.org.uk?subject=Tracks feedback">Email</a> | <a href="http://www.rousette.org.uk/projects/">Website</a></p>
</div>
</body>
</html>

View file

@ -3,6 +3,7 @@
## $HeadURL$
# Homepage:: http://www.rousette.org.uk/projects/
# Author:: bsag (http://www.rousette.org.uk/)
# Contributors:: Andrew Williams, Jim Ray, Nicholas Lee
# Version:: 1.02
# Copyright:: (cc) 2004-2005 rousette.org.uk
# License:: GNU GPL
@ -18,7 +19,8 @@ Project wiki: <http://www.rousette.org.uk/projects/wiki/>
4. Added a mini-calendar to the todo/list page. Needs some tidying up, but it provides a quick way to look up a date a few months ahead. Note that it doesn't insert the date: it's just for viewing. I modified the calendar a little bit from here: <http://www.pxl8.com/basic_calendar.html>
5. Added some XMLHTTPRequest calls to speed up checking off an item as done. It grabs the checked item and appends it immediately to a 'holding' section (where you can uncheck it again if it was a mistake, or add a closing note). When you next refresh the page, it will be added to the 'Last 5 completed items' section.
6. [Contributed by Andrew Williams] Toggling of contexts in /todo/list to collapse or expand their display via a small '+' or '-' graphic. This is independent of the shown/hidden setting for contexts, and is ideal for just hiding things on the fly to focus your view.
7. Added first patch contributed by Jim Ray: adds a host of fixes and bits of cleaning up, including a position column for contexts and projects to allow custom sorting, and changes to the links for pages to make them more human-readable. I also added a pop-up calendar to set the due date. This is entirely lifted from Michele's excellent tutorial on pxl8.com <http://www.pxl8.com/calendar_date_picker.html>. It works well, but I need to make sure it doesn't break in postgresql or sqlite.
7. [Contributed by Jim Ray] Jim added a host of fixes and bits of cleaning up, including a position column for contexts and projects to allow custom sorting, and changes to the links for pages to make them more human-readable.
8. I added a pop-up calendar to set the due date. This is entirely lifted from Michele's excellent tutorial on pxl8.com <http://www.pxl8.com/calendar_date_picker.html>. It works well, but I need to make sure it doesn't break in postgresql or sqlite.
## Version 1.02

View file

@ -142,14 +142,12 @@ h2 a:hover {
}
#footer {
width: 820px;
clear: both;
font-size: 0.8em;
clear: both;
font-size: 0.6em;
text-align: center;
background: #CCC;
border: 1px solid #999;
margin: 0px 10px;
padding: 5px;
color: #999;
margin: 20px 20px 5px 20px;
padding: 0px;
}
/* The notes which may be attached to an item */