summaryrefslogtreecommitdiff
path: root/extras/appengine/static/canvas.html
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2011-08-09 16:04:40 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2011-08-09 16:04:40 +0200
commit5d015084e5bf640f41c8d93c89d2ff70c0967c2b (patch)
treecfa3b58e11e49a6266a2a05ab9e477c5d62c5024 /extras/appengine/static/canvas.html
parenta8b46d3b96ead22263de782b36090f2f1bc7c15d (diff)
parent530da46905753a1e950bcc7e736d72a7309033c6 (diff)
downloadsqlparse-5d015084e5bf640f41c8d93c89d2ff70c0967c2b.tar.gz
merge
Diffstat (limited to 'extras/appengine/static/canvas.html')
-rw-r--r--extras/appengine/static/canvas.html114
1 files changed, 0 insertions, 114 deletions
diff --git a/extras/appengine/static/canvas.html b/extras/appengine/static/canvas.html
deleted file mode 100644
index ab642d0..0000000
--- a/extras/appengine/static/canvas.html
+++ /dev/null
@@ -1,114 +0,0 @@
-<html>
-
-<head>
-<style type="text/css">
- /*
- These styles are customizable.
- Provide .canvas-gadget (the div that holds the canvas mode gadget)
- at least 500px width so that the gadget has sufficient screen real estate
-*/
-body {
- margin: 0;
- font-family:arial, sans-serif;
- text-align:center;
-}
-.container {
- width:652px;
- margin:0 auto;
- text-align:left;
-}
-.fc-sign-in-header {
- text-align:left;
- font-size: 13px;
- padding:3px 10px;
- border-bottom:1px solid #000000;
-}
-.signin {
- text-align:left;
- float:right;
- font-size: 13px;
- height: 32px;
-}
-.go-back {
- text-align:left;
- margin:5px auto 15px auto;
-}
-.go-back a, .go-back a:visited {
- font-weight:bold;
-}
-.canvas-gadget {
- text-align:left;
- width:650px; /* ALLOW AT LEAST 500px WIDTH*/
- margin:10px auto 10px auto;
- border:1px solid #cccccc;
-}
-.site-header {
- margin-top: 10px;
-}
-.section-title {
- font-size: 2em;
-}
-.clear {
- clear:both;
- font-size:1px;
- height:1px;
- line-height:0;
- margin:0;
- padding:0;
-}
-</style>
-<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
-</head>
-<body>
-<div class="container">
- <div class="fc-sign-in-header">
- <!--REQUIRED SO VISITORS CAN SIGN IN-->
- <div class="signin" id="gadget-signin"></div>
- <script type="text/javascript">
- var skin = {};
- skin['BORDER_COLOR'] = '#cccccc';
- skin['ENDCAP_BG_COLOR'] = '#e0ecff';
- skin['ENDCAP_TEXT_COLOR'] = '#333333';
- skin['ENDCAP_LINK_COLOR'] = '#0000cc';
- skin['ALTERNATE_BG_COLOR'] = '#ffffff';
- skin['CONTENT_BG_COLOR'] = '#ffffff';
- skin['CONTENT_LINK_COLOR'] = '#0000cc';
- skin['CONTENT_TEXT_COLOR'] = '#333333';
- skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
- skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
- skin['CONTENT_HEADLINE_COLOR'] = '#333333';
- skin['ALIGNMENT'] = 'right';
- google.friendconnect.container.renderCanvasSignInGadget({'id': 'gadget-signin'}, skin);
- </script>
- <!--END REQUIRED-->
- <div class="clear"></div>
- </div>
-
- <div class="site-header"><span class="section-title">Site Name</span></div>
- <div class="go-back">
- <!--REQUIRED SO VISITORS CAN RETURN TO REFERRING PAGE-->
- <a href="javascript:google.friendconnect.container.goBackToSite();">
- &lsaquo;&lsaquo; Return home</a>
- <!--END REQUIRED-->
- </div>
- <!-- REQUIRED - THIS IS WHERE THE GADGET IS PRESENTED. ALLOW AT LEAST 500px WIDTH -->
- <div id="gadget-canvas" class="canvas-gadget"></div>
- <script type="text/javascript">
- var skin = {};
- skin['BORDER_COLOR'] = '#cccccc';
- skin['ENDCAP_BG_COLOR'] = '#e0ecff';
- skin['ENDCAP_TEXT_COLOR'] = '#333333';
- skin['ENDCAP_LINK_COLOR'] = '#0000cc';
- skin['ALTERNATE_BG_COLOR'] = '#ffffff';
- skin['CONTENT_BG_COLOR'] = '#ffffff';
- skin['CONTENT_LINK_COLOR'] = '#0000cc';
- skin['CONTENT_TEXT_COLOR'] = '#333333';
- skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
- skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
- skin['CONTENT_HEADLINE_COLOR'] = '#333333';
- google.friendconnect.container.renderUrlCanvasGadget({'id': 'gadget-canvas'}, skin);
- </script>
- <!--END REQUIRED-->
-</div>
-</body>
-</html> \ No newline at end of file