author = new ShyLabel("user", new PropertyModel<String>(model, "user.fullName"));
add(author);
// Last-updated timestamp
date = new ISIDateLabel("date", new PropertyModel<Date>(model, "lastUpdated"));
add(date);
// FIXME -- drawings should be zoomable
// // Containers for the two images (can add captions in the future)
// WebMarkupContainer imageThumb = new WebMarkupContainer("imageThumb");