IMPORTANT:
+* regoranize views.py and other stuff.
+
+* set up a proper issue-tracker?
+
* CSS fixes for Internet Explorer. It looks crappy in IE.
* if someone has item checked out, show due date/time on item-about page.
* Generating barcodes in emails, printable screens? (3 of 9 enough?)
* add a hook for a MARC-record-to-maybe-cover-image-URL function
+
+apt-get install libyaz3 yaz
+easy_install pexpect
+
+create course site (not add course)
+capitalizing labels...
<div id="welcome" py:if="not user.is_authenticated()">
<strong style="padding-right: 18px;">Welcome!</strong>
<a class="loginbutton" href="${ROOT}/accounts/login/">Log In</a>
- • <a href="${ROOT}/prefs/}">Preferences</a>
+ • <a href="${ROOT}/prefs/">Preferences</a>
</div>
</div>
<xi:include py:if="user.is_authenticated()" href="tabbar.xhtml"/>