diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-10-23 21:14:40 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-10-30 11:33:54 +0100 |
commit | 770ba5201f5c60b2bb36602ff9d359f641e33125 (patch) | |
tree | 2200757f04efbc281c4b3714bfe2e4fe911193b6 /schall/static/RGraph/docs/iframe-setup.html | |
parent | 77f5e686612898974e13f2a5df57c20e4e529363 (diff) | |
download | mini-octopus-770ba5201f5c60b2bb36602ff9d359f641e33125.tar.gz mini-octopus-770ba5201f5c60b2bb36602ff9d359f641e33125.zip |
Charting with flask, rgraph and custom "timeseries database"
Diffstat (limited to 'schall/static/RGraph/docs/iframe-setup.html')
-rw-r--r-- | schall/static/RGraph/docs/iframe-setup.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/schall/static/RGraph/docs/iframe-setup.html b/schall/static/RGraph/docs/iframe-setup.html new file mode 100644 index 0000000..be60ee0 --- /dev/null +++ b/schall/static/RGraph/docs/iframe-setup.html @@ -0,0 +1,78 @@ +<!DOCTYPE html > +<html> +<head> + <title></title> +</head> +<body> +<!DOCTYPE html > +<html> +<head> + <style> + .ModalDialog_dialog { + font-family: Georgia, Verdana; + } + </style> +</head> +<body> + + <iframe style="position: fixed; top: 0; left: 0; border: none" id="myIframe" src="iframe.html"></iframe> + + <div id="myCover"></div> + + <script> + + document.getElementById("myIframe").style.height = '100%'; + document.getElementById("myIframe").style.width = '100%'; + </script> + + <script src="../libraries/RGraph.modaldialog.js" ></script> + + <!-- This is the popup dialog--> + + <div id="loginDialog" style="display: none"> + + <b>Please login</b> + <p> + <table border="0"> + <tr> + <td align="right" style="padding-top: 4px">Email</td> + <td><input type="text" size="20" name="email" style="width: 150px" /></td> + </tr> + + <tr> + <td align="right" style="padding-top: 4px">Password</td> + <td><input type="password" size="20" name="password" style="width: 150px" /></td> + </tr> + + <tr> + <td colspan="2" align="right"> + <input type="reset" value="Cancel" onclick="ModalDialog.Close()"> + <input type="submit" name="submit" value="Login »" onclick="alert('This is just an example'); event.stopPropagation()"> + </td> + </tr> + </table> + </p> + </div> + + <!-- End of dialog --> +</body> +</html> + <!-- Social networking buttons --> + <div id="social_icons" class="warning" style="border-radius: 10px; top: 1px; position: fixed; width: 120px; height: 20px"> + <!-- <a title="Bookmark with delicious" href="http://delicious.com/save?jump=close&v=4&noui&jump=close&url=http://www.rgraph.net¬es=RGraph%20is%20a%20HTML5%20based%20javascript%20charts%20library%20supporting%20a%20wide%20range%20of%20different%20chart%20types&title=RGraph:%20Javascript%20charts%20%26%20graph%20library" target="_blank"><img src="../images/delicious.png" alt="Bookmark with delicious" width="22" height="22" border="0" style="position: relative; top: 1px" /></a> --> + <a href="http://twitter.com/home/?status=RGraph%3A%20Javascript+charts+library+http%3A%2F%2Fwww.rgraph.net+%23rgraph+%23html5+%23canvas+%23javascript+%23charts+@_rgraph" target="_blank" title="Mention RGraph on Twitter"><img src="../images/twitter.png" alt="Mention RGraph on Twitter"/></a> + <iframe src="http://www.facebook.com/plugins/like.php?app_id=253862424642173&href=http%3A%2F%2Fwww.rgraph.net&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="width: 80px; height:21px; position: relative; top: 1px"></iframe> + </div> + + <script> + // Opera fix + if (navigator.userAgent.indexOf('Opera') == -1) { + document.getElementById("social_icons").style.position = 'fixed'; + } + </script> + + <div id="google_plusone"> + <!-- Place this tag where you want the +1 button to render --> + <g:plusone href="http://www.rgraph.net"></g:plusone> + </div> +
\ No newline at end of file |