OSDN Git Service

jQuery scroll
[pybbs/pybbs.git] / templates / top.htm
1 <!doctype html>
2 <html class=no-js lang=ja>
3 <head>
4         <meta charset=utf-8 name="google-site-verification"  content="5KOTJTKv1HgTtIt0zVGzuyAkADCwXRme-RiiKJ03l3s" />
5         <meta http-equiv="X-UA-Compatible" content="IE=edge">
6         <title>Top Page</title> 
7         <link rel=stylesheet href='static/css/top.css'>
8         <link rel=stylesheet href={{static_url('css/normalize.css')}}>
9         <script src=http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js></script>   
10         <script src={{static_url('js/top.js')}}></script>
11         <script src={{static_url('js/modernizr.custom.min.js')}}></script>
12         <script src={{static_url('js/jquery-ui-1.10.3.custom.min.js')}}></script>
13 </head>
14 <body>
15 <div id="fb-root"></div>
16 <script>(function(d, s, id) {
17   var js, fjs = d.getElementsByTagName(s)[0];
18   if (d.getElementById(id)) return;
19   js = d.createElement(s); js.id = id;
20   js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.8";
21   fjs.parentNode.insertBefore(js, fjs);
22 }(document, 'script', 'facebook-jssdk'));</script>
23 <header><h1 style=text-align:center>無料電子掲示板へようこそ</h1></header>
24 {% set d = 0 %}
25 <div class=slideshow>
26         <div class=slideshow-slides>
27 {% for x in coll %}
28         {% if d % 5 == 0 %}
29                 <div class=slide>
30         {% end %}
31         {% set d += 1 %}
32         {% if full(x) == True %}
33         <p><a href=/{{x}} style=color:red>{{x}}</a>
34         {% else %}
35         <p><a href=/{{x}}>{{x}}</a>
36         {% end %}
37         {% if d % 5 == 0 %}
38                 </div>
39         {% end %}
40 {% end %}
41 {% if d % 5 != 0 %}
42         </div>
43 {% end %}
44         </div>
45         <div class=slideshow-nav>
46         <a href=# class=prev>prev</a>
47         <a href=# class=next>next</a>
48         </div>
49         <div class=slideshow-indicator></div>
50 </div>
51 {% if name != '' %}
52         <p>[ <a href=/{{name}}>{{name}}</a> ] <=お知らせ
53 {% end %}
54 <p>[ <a href=/master>master</a> ] <=管理人
55 <div class="fb-like" data-href="http://pybbs.herokuapp.com" data-layout="box_count" data-action="like" data-size="small" data-show-faces="true" data-share="false"></div><footer>
56 <p><br>
57 <p><a href=/title>タイトル表示</a>
58 <p><a href=/help>使い方案内</a>
59 <p>PR リンク
60 <br>
61 <p><a href=https://www.amazon.co.jp/%E9%AB%98%E6%A0%A1%E5%8D%92%E6%A5%AD%E3%81%BE%E3%81%A7%E3%81%AE%E3%82%B5%E3%83%83%E3%82%AB%E3%83%BC%E6%88%A6%E8%A1%93-sanuki_kainushi-ebook/dp/B00AXBM08Q/ref=sr_1_7?ie=UTF8&qid=1479369992&sr=8-7&keywords=sanuki_kainushi>高校卒業までのサッカー戦術</a><br>
62 amazon kindle</p>
63 <p>
64 <p><a href=https://www.amazon.co.jp/%E4%B8%AD%E5%AD%A6%E5%8D%92%E6%A5%AD%E3%81%BE%E3%81%A7%E3%81%AE%E3%82%B5%E3%83%83%E3%82%AB%E3%83%BC%E6%88%A6%E8%A1%93-sanuki_kainushi-ebook/dp/B014X0S874/ref=sr_1_3?s=digital-text&ie=UTF8&qid=1479370246&sr=1-3>中学卒業までのサッカー戦術</a><br>
65 amazon kindle</p>
66 </footer>
67 </body>
68 </html>