OSDN Git Service

Client detection minor cleanup.
[keitairc/keitairc.git] / lib / templates / phone.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
4     <meta http-equiv="Cache-Control" content="max-age=0" />
5     <tmpl_if viewport>
6       <meta name="viewport" content="width=device-width" />
7       <meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />
8     </tmpl_if>
9     <title><!-- tmpl_var title -->: phone <!-- tmpl_var phone --></title>
10   </head>
11   <body>
12     \93d\98b\94Ô\8d\86 <!-- tmpl_var phone -->
13     <hr />
14
15     <form method="post" action="<!-- tmpl_var root --><!-- tmpl_var session_id -->/postme">
16       <a accesskey="1" href="tel:<!-- tmpl_var phone -->">[1] \93d\98b\82ð\82©\82¯\82é</a><br />
17       <tmpl_if is_docomo>
18         <a accesskey="2" href="tel-av:<!-- tmpl_var phone -->">[2] TV\93d\98b\82ð\82©\82¯\82é</a><br />
19       </tmpl_if>
20       \93d\98b\94Ô\8d\86\82ðºËß-<br />
21       <input type="text" name="text" value="<!-- tmpl_var phone -->" />
22       <input type="submit" value="ÒÓ\91\97\90M"><br />
23     </form>
24
25     <hr />
26     <a accesskey="8" href="<!-- tmpl_var root --><!-- tmpl_var session_id -->/index">[8] Á¬ÈÙؽÄ</a>
27     <hr />
28     <!-- tmpl_var timestamp --><br />
29     keitairc <!-- tmpl_var version -->
30   </body>
31 </html>