mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
tweaks to server-side script
This commit is contained in:
parent
797ba0ba8c
commit
27b14ac201
1 changed files with 11 additions and 3 deletions
|
@ -14,6 +14,13 @@ def printHead():
|
|||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="/xw4mobile.css" />
|
||||
<title>CrossWords Invite redirect</title>
|
||||
<style>
|
||||
div.ex {
|
||||
margin: 1em;
|
||||
margin-top: 3em;
|
||||
font-family:arial,helvetica;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
"""
|
||||
|
@ -23,11 +30,11 @@ def printTail():
|
|||
|
||||
def printAndroid(appName, params, scheme):
|
||||
return """
|
||||
<div>
|
||||
<div class="ex">
|
||||
|
||||
<p>You just clicked a link in a {appName} invitation. You should not be
|
||||
<p>You just clicked a link in a {appName} invitation, but you should not be
|
||||
seeing this page!</p>
|
||||
|
||||
<hr>
|
||||
<p>One of three things went wrong:</p>
|
||||
<ol>
|
||||
<li>You don't have {appName} installed</li>
|
||||
|
@ -50,6 +57,7 @@ seeing this page!</p>
|
|||
to launch {appName}</div>
|
||||
</ol>
|
||||
|
||||
<hr>
|
||||
<p>Have fun. And as always, <a href="mailto:xwords@eehouse.org">let
|
||||
me know</a> if you have problems or suggestions.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue