OSDN Git Service

templates encoding convert to utf-8
[keitairc/keitairc.git] / data / templates / default / phone.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=<!-- tmpl_var content_charset -->" />
4     <!-- tmpl_var common_header -->
5     <!-- tmpl_var extra_header -->
6     <title><!-- tmpl_var title -->: phone <!-- tmpl_var phone --></title>
7   </head>
8   <body>
9
10     <font size="<!-- tmpl_var fontsize -->">
11
12       電話番号 <!-- 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] 電話をかける</a><br />
17         <tmpl_if is_docomo>
18           <a accesskey="2" href="tel-av:<!-- tmpl_var phone -->">[2] TV電話をかける</a><br />
19         </tmpl_if>
20         電話番号をコピ-<br />
21         <input type="text" name="text" value="<!-- tmpl_var phone -->" />
22         <input type="submit" value="メモ送信"><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
31     </font>
32
33   </body>
34 </html>