changeset 2402:933a02f370d7

leaf.rb font-size changed
author FUJIKAWA Kosuke <c111126@g.koeki-u.ac.jp>
date Mon, 08 Dec 2014 17:01:42 +0900
parents 2cf2d4e4604e
children 2ee6e6efc0dd
files fujix/leaf.rb
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fujix/leaf.rb	Fri Nov 28 18:30:55 2014 +0900
+++ b/fujix/leaf.rb	Mon Dec 08 17:01:42 2014 +0900
@@ -74,7 +74,7 @@
     end
   else
     bun = "boo"
-    sql = "update main set name=?,lon=?,lat=?,where id=?"
+    sql = "update main set name=?,lon=?,lat=? where id=?"
     begin
       db.execute(sql,name,lon,lat,id)
     rescue
@@ -103,6 +103,9 @@
     padding: 0;
     margin: 0;
  }
+ form{
+    font-size:5mm;
+ }
 </style>
 <title>Getting Started with Leaflet</title>
 <meta http-equiv="refresh" content="20;redirect.html">
@@ -110,8 +113,8 @@
 <body>
 <form method="POST" action="./leaf.rb?%f+%f">
 <input name="v_radio" type="radio" value="1">順調
-<input name="v_radio" type="radio" value="2">ほげ
-<input name="v_radio" type="radio" value="3">げほ
+<input name="v_radio" type="radio" value="2">トラブル
+<input name="v_radio" type="radio" value="3">ヘルプ
 <input type="submit" value="OK">
 </form>
 <div id="map"></div>

yatex.org