Skip to content

Motd

Eric Franz requested to merge motd into master

Created by: brianmcmichael

Fixes #54

Message of the day shows once per day. Cookie-based. User has the ability to collapse, expand, and close the box.

Font is Verdana. Fallback to monospace.

http, https links are clickable. The solution is not perfect, however, as it grabs trailing chars from links. (See: http://www.osc.edu/supercomputing) link in image) A more robust solution is possible, but will take more time.

This also includes (commented out) code to link email addresses to mailto: links. However, our apache config is rewriting the href= code to link to https://apps.awesim.org (see image) Modifications to escape the mailto tag will need to be made to the dashboard url rewrite scheme for this to work properly.

motdlink

Merge request reports