added an image of Facebook embedded browser in iPhone iOS7

we should probably be looking as adding iPhone stylesheets, but…
pull/1/head
eric 2014-02-24 17:18:05 -05:00
parent cc0f5d9fdb
commit acfeb35c39
3 changed files with 3 additions and 1 deletions

View File

@ -179,7 +179,8 @@ $j(document).ready(function() {
</p>
<p>
{% if formats.epub or formats.mobi %}
To read this ebook you should open this page in safari, or use one of the "One-click" buttons, above. <br /><img width="500" height="403" src="/static/images/open_safari.png" alt="how to open in safari" /><br clear="left" />
To read this ebook you should open this page in safari, or use one of the "One-click" buttons, above. <br />
{% if iphone %}<img width="357" height="156" src="/static/images/clickhere.png" alt="how to open in safari" />{% else %}<img width="500" height="403" src="/static/images/open_safari.png" alt="how to open in safari" />{% endif %}<br clear="left" />
{% endif %}
{% if formats.pdf %}
You should also be able to use the <a href="{{ formats.pdf }}">pdf</a> file.

View File

@ -2697,6 +2697,7 @@ class DownloadView(PurchaseView):
'base_url': settings.BASE_URL_SECURE,
'iOS': iOS,
'iOS_app': iOS_app,
'iphone': 'iPhone' in agent,
'android': android,
'desktop': desktop,
'mac_ibooks': 'Mac OS X 10.9' in agent or 'Mac OS X 10_9' in agent,

BIN
static/images/clickhere.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB