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>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="/xw4mobile.css" />
|
<link rel="stylesheet" type="text/css" href="/xw4mobile.css" />
|
||||||
<title>CrossWords Invite redirect</title>
|
<title>CrossWords Invite redirect</title>
|
||||||
|
<style>
|
||||||
|
div.ex {
|
||||||
|
margin: 1em;
|
||||||
|
margin-top: 3em;
|
||||||
|
font-family:arial,helvetica;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
"""
|
"""
|
||||||
|
@ -23,11 +30,11 @@ def printTail():
|
||||||
|
|
||||||
def printAndroid(appName, params, scheme):
|
def printAndroid(appName, params, scheme):
|
||||||
return """
|
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>
|
seeing this page!</p>
|
||||||
|
<hr>
|
||||||
<p>One of three things went wrong:</p>
|
<p>One of three things went wrong:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>You don't have {appName} installed</li>
|
<li>You don't have {appName} installed</li>
|
||||||
|
@ -50,6 +57,7 @@ seeing this page!</p>
|
||||||
to launch {appName}</div>
|
to launch {appName}</div>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<hr>
|
||||||
<p>Have fun. And as always, <a href="mailto:xwords@eehouse.org">let
|
<p>Have fun. And as always, <a href="mailto:xwords@eehouse.org">let
|
||||||
me know</a> if you have problems or suggestions.</p>
|
me know</a> if you have problems or suggestions.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue