/templates/dataset/display_application/display.mako
https://bitbucket.org/cistrome/cistrome-harvard/ · Mako · 12 lines · 12 code · 0 blank · 0 comment · 4 complexity · 7e63436242d86cfb84a322e39f2f9852 MD5 · raw file
- <%inherit file="/base.mako"/>
- <%namespace file="/message.mako" import="render_msg" />
- <%def name="title()">Display Application: ${display_link.link.display_application.name} ${display_link.link.name}</%def>
- %for message, status in msg:
- ${render_msg( message, status )}
- %endfor
- %if refresh:
- <%def name="metas()"><meta http-equiv="refresh" content="10" /></%def>
- <p>
- This page will <a href="${trans.request.url}">refresh</a> after 10 seconds.
- </p>
- %endif