Advertisement
basictomonokai

◆継続確認表示用のHTML

Jun 3rd, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <html>
  2.  
  3. <head >
  4.  
  5. <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
  6.  
  7. <style type="text/css">
  8. <!--
  9. input,textarea {font-size: 36;}
  10. -->
  11. </style>
  12. <style type="text/css">
  13. <!--
  14.  
  15. #buttonx {
  16. width:300px;
  17. color:#ffffff;
  18. background:#337fcc;
  19. font-family: fantasy,sans-serif;
  20. font-size:24px;
  21. font-weight:bold;
  22. text-shadow:0 1px 0px #143352,0 2px 0px #143352;
  23. text-align:center;
  24. display:inline-block;
  25. text-decoration:none;
  26. border:1px solid #225588;
  27. padding:10px 0 8px 0;
  28. border-radius:5px;
  29. margin-bottom:20px;
  30. }
  31.  
  32. -->
  33.  
  34.  
  35.  
  36.  
  37. </style>
  38.  
  39. <style type="text/css">
  40. hr.style-eight {
  41. height: 12px;
  42. border: 0;
  43. box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
  44. }
  45.  
  46. </style>
  47.  
  48.  
  49.  
  50. <title>処理継続選択画面</title>
  51.  
  52.  
  53. </head>
  54.  
  55.  
  56. <script type="text/javascript">
  57. function doDataLink(data) {
  58. Android.dataLink(data);
  59. }
  60. </script>
  61.  
  62. <body bgcolor="azure">
  63.  
  64. <div align="center">
  65. <hr class="style-eight"><br>
  66. <h1><b>【 RSSフィードリーダ=>処理の選択 】</b></h1>
  67. <h1><b>引き続き、処理を継続しますか?</b></h1>
  68. <a id="buttonx" style="width:250px" onmouseover="this.style.background='#43cd80'" onmouseout="this.style.background='#337fcc'" onclick="this.style.background='#43cd80';doDataLink('yes')" >YES</a>
  69.  <a id="buttonx" style="width:250px" onmouseover="this.style.background='#43cd80'" onmouseout="this.style.background='#337fcc'" onclick="this.style.background='#43cd80';doDataLink('no')">NO</a>
  70. <br> <hr class="style-eight">
  71. </div>
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement