summaryrefslogtreecommitdiff
path: root/extras/appengine/templates
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2011-07-24 00:27:54 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2011-07-24 00:27:54 +0200
commit0e1cb7ac237cedeac30d26c2ccaa2ea34395b643 (patch)
treea5d45f5b48221bd7278fd7da5db163e214a64e0c /extras/appengine/templates
parent6c5a777bb6e144aeb0d41490148734ecd5ecb895 (diff)
downloadsqlparse-0e1cb7ac237cedeac30d26c2ccaa2ea34395b643.tar.gz
Update appengine app.
Diffstat (limited to 'extras/appengine/templates')
-rw-r--r--extras/appengine/templates/index.html6
-rw-r--r--extras/appengine/templates/master.html11
2 files changed, 17 insertions, 0 deletions
diff --git a/extras/appengine/templates/index.html b/extras/appengine/templates/index.html
index 57e7ed3..8313de4 100644
--- a/extras/appengine/templates/index.html
+++ b/extras/appengine/templates/index.html
@@ -89,6 +89,12 @@
<div class="dev">This software is in development.</div>
+ <div>
+ <a class="FlattrButton" style="display:none;" href="http://sqlformat.appspot.com/"></a>
+<noscript><a href="http://flattr.com/thing/350724/SQLFormat-Online-SQL-formatting-service" target="_blank">
+<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
+ </div>
+
</div>
<div class="clearfix"></div>
</form>
diff --git a/extras/appengine/templates/master.html b/extras/appengine/templates/master.html
index ea1c662..8aabd72 100644
--- a/extras/appengine/templates/master.html
+++ b/extras/appengine/templates/master.html
@@ -13,6 +13,17 @@
<script type="text/javascript"
src="/static/jquery.textarearesizer.compressed.js"></script>
<script src="/static/script.js"></script>
+ <script type="text/javascript">
+ /* <![CDATA[ */
+ (function() {
+ var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
+ s.type = 'text/javascript';
+ s.async = true;
+ s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+ t.parentNode.insertBefore(s, t);
+ })();
+/* ]]> */
+ </script>
</head>
<body>