OSDN Git Service

first git
[mashup-kakaku/kakApple.git] / product.html
1 <!--
2 -----------------------------------------------
3 Licensed under the GPL licenses.
4 kakApple Web application v2.0
5 Author:         Coronet Internet Service, Kyoji KATO.
6 Date:           2009-08-25 Revised:2011-05-15
7 URL :           http://blog.coronet-internet.com
8
9 iWebKit :       Christopher Plieger & Johan van Wilsum
10 URL :           http://iwebkit.net
11 ----------------------------------------------- */
12 -->
13 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
14 <html xmlns="http://www.w3.org/1999/xhtml">
15 <head>
16 <meta content="yes" name="apple-mobile-web-app-capable" />
17 <meta content="index,follow" name="robots" />
18 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
19 <link href="pics/homescreen.png" rel="apple-touch-icon" />
20 <meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
21 <link href="css/style.css" rel="stylesheet" type="text/css" />
22 <script src="javascript/functions.js" type="text/javascript"></script>
23 <script src="javascript/form_functions.js" type="text/javascript"></script>
24 <title>kakapple</title>
25 <meta content="keyword1,keyword2,keyword3" name="keywords" />
26 <meta content="Description of your site" name="description" />
27 </head>
28 <body>
29 <!--  Topbar area -->
30 <div id="topbar">
31         <h1><span class="title_hidden">kakApple</span></h1>
32         <div id="leftnav">
33                 <a href="index.html"><img alt="home" src="images/home.png" /></a>
34                 <a href="JavaScript:history.back();">検索結果</a>
35                 <a href="javascript:void(0) return false;">アイテム</a>
36         </div>
37         <div id="rightnav">
38         </div>
39 </div>
40 <!--  Content area -->
41 <article id='content'>
42 <h2 class='secondly'>アイテム詳細</h2>
43         <ul class='pageitem' id="productIteminfo">
44                 <li class='textbox'><span id="cofpageitem"></span></li>
45         </ul>
46 </article>
47 <!--  Footer area -->
48 <div id="footer">
49         <a href="http://iwebkit.net">Powered by iWebKit /</a><br />
50         <a href="http://apiblog.kakaku.com/">WEB Services by 価格.com /</a><br />
51         <a href="http://blog.coronet-internet.com/">Authoring by Coronet Internet Service.</a>
52 </div>
53 <script src="javascript/functions.js" type="text/javascript" charset="utf-8"></script>
54 <script src="javascript/jkl-parsexml.js" type="text/javascript" charset="utf-8"></script>
55 <script src="javascript/function_details.js" type="text/javascript" charset="utf-8"></script>
56 </body>
57 </html>