{% extends "facebook/page" %} {% load css_js %} {% load facebook %} {% block title %}Settings{% endblock %} {% block header %}Settings{% endblock %} {% block body %}

del.icio.us

If you have a del.icio.us account you can associate it with your Lab account and share interesting bookmarks with others in the lab by tagging them ccscslab.{% if not offline_access %} This requires Offline Access.{% endif %}

{% if delicious_message %}
{% ifequal delicious_message "Changes saved" %}Return to The Lab.{% else %}Try again.{% endifequal %}
{% endif %}
Not Stored

Laptops

If you have a laptop that you use around CCS you can associate it with your Lab account to let others in the lab know when you are around.

Note: This only works if you are using the lab's wireless network.
{% endblock %} {% block js %} {% if not offline_access %}{% css_js "js/delicious.js" %}{% endif %} {% css_js "js/laptops.js" %} Try again. {% endblock %} {% block id %}$Id${% endblock %} {# vim: set filetype=htmldjango: #}