Resurrect non-functional jummp mechanism for client side notifications.

Issue #16 resolved
Raza Ali created an issue

Jummp used to support javascript/jquery based info messages to users. This appears to have been shown as a box with a button to close it. Jummp.js looks for a div with the id infoBox to be able to show it.

This functionality has not been enabled in the layouts being actively developed (ddmore, biomodels). While the dialog box is not good, the general framework is useful, and is in use in some of the early developed pages (such as user admin). Should be considered for resurrection. We currently have the need to give messages (see modelDisplay layout which gives messages related to updating/publishing a model, also file upload step in the submission wizard) and they rely on different mechanisms. Would be nice to integrate them all.