OSDN Git Service

templates encoding convert to utf-8
[keitairc/keitairc.git] / data / templates / default / location.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 -->: <!-- tmpl_var channel_compact --></title>
7   </head>
8   <body>
9
10     <font size="<!-- tmpl_var fontsize -->">
11
12       <!-- tmpl_var channel_compact -->へ位置情報を発言<br />
13
14       <tmpl_if is_ezweb>
15         <a accesskey="1" href="device:gpsone?url=<!-- tmpl_var web_schema -->://<!-- tmpl_var web_host -->:<!-- tmpl_var web_port --><!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->/&ver=1&datum=0&unit=0&acry=0&number=0">[1] GPS位置測定</a><br />
16         <a accesskey="2" href="device:location?url=<!-- tmpl_var web_schema -->://<!-- tmpl_var web_host -->:<!-- tmpl_var web_port --><!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->/">[2] 簡易位置測定</a><br />
17       </tmpl_if>
18
19       <tmpl_if is_docomo>
20         <a accesskey="1" href="<!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->" lcs>[1] GPS位置測定</a><br />
21         <a accesskey="2" href="http://w1m.docomo.ne.jp/cp/iarea?ecode=OPENAREACODE&msn=OPENAREAKEY&nl=<!-- tmpl_var web_schema -->://<!-- tmpl_var web_host -->:<!-- tmpl_var web_port --><!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->&posinfo=2">[2] iエリア測定</a><br />
22       </tmpl_if>
23
24       <tmpl_if is_softbank>
25         <a accesskey="1" href="<!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->" z>[1] 位置情報測定</a><br />
26         <a accesskey="2" href="location:auto?url=<!-- tmpl_var web_schema -->://<!-- tmpl_var web_host -->:<!-- tmpl_var web_port --><!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->">[2] 位置情報測定(3GC端末)</a><br />
27       </tmpl_if>
28
29       <tmpl_if is_emobile>
30         <a accesskey="1" href="<!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->" measure="auto">[1] GPS位置測定</a><br />
31         <a accesskey="2" href="<!-- tmpl_var root --><!-- tmpl_var session_id -->/location_receiver/<!-- tmpl_var cid -->" measure="cid">[2] 簡易位置測定</a><br />
32       </tmpl_if>
33
34       <hr />
35       <a accesskey="8" href="../index">[8] チャネルリスト</a><br />
36       <hr />
37       <!-- tmpl_var timestamp --><br />
38       keitairc <!-- tmpl_var version -->
39
40     </font>
41
42   </body>
43 </html>