Merge pull request #8068 from edx/db/remove-mathplayer-message

Remove MathPlayer message
This commit is contained in:
David Baumgold
2015-05-15 15:30:24 -04:00
2 changed files with 0 additions and 22 deletions

View File

@@ -133,8 +133,6 @@ dir_rtl = 'rtl' if get_language_bidi() else 'ltr'
<div class="window-wrap" dir="${dir_rtl}">
<a class="nav-skip" href="<%block name="nav_skip">#content</%block>">${_("Skip to main content")}</a>
<%include file="mathjax_accessible.html" />
% if not disable_header:
<%include file="${header_file}" />
% endif

View File

@@ -1,20 +0,0 @@
<%! from django.utils.translation import ugettext as _ %>
<!--[if IE]>
<div class="sr message-accessibility message" id="mathjax-accessibility-message" aria-hidden="true">
<p class="copy">${
_("This page features MathJax technology to render mathematical "
"formulae. To make math accessibile, we suggest using the MathPlayer "
"plugin. Please visit the {link_start}MathPlayer Download "
"Page{link_end} to download the plugin for your browser.").format(
link_start = u'<a href="//www.dessci.com/en/products/mathplayer/'
'download.htm">',
link_end = u'</a>')
}</p>
</div>
<div class="sr message-accessibility message" id="mathplayer-browser-message" aria-hidden="true">
<p class="copy">
${_("Your browser does not support the MathPlayer plugin. To use "
"MathPlayer, please use Internet Explorer 6 through 9.")}
</p>
</div>
<![endif]-->