OSDN Git Service

46ef3588dd150e4536f23765397a63fa686a3181
[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={{static_url('js/jquery-1.10.2.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 {% set i = 10 %}
26 <div class=slideshow>
27         <div class=slideshow-slides>
28 {% for x in coll %}
29         {% if d % i == 0 %}
30                 <div class=slide>
31         {% end %}
32         {% if d % i == 0 %}
33         <img src={{static_url('img/slide{0}.jpg'.format(1+d//i))}} alt="" height=465 style=float:right>
34         {% end %}
35         {% set d += 1 %}
36         {% if full(x) == True %}
37         <p><a href=/{{x}} style=color:red>{{x}}</a>
38         {% else %}
39         <p><a href=/{{x}}>{{x}}</a>
40         {% end %}
41         {% if d % i == 0 %}
42                 </div>
43         {% end %}
44 {% end %}
45 {% if d % i != 0 %}
46         </div>
47 {% end %}
48         </div>
49         <div class=slideshow-nav>
50         <a href=# class=prev>prev</a>
51         <a href=# class=next>next</a>
52         </div>
53         <div class=slideshow-indicator></div>
54 </div>
55 {% if name != '' %}
56         <p>[ <a href=/{{name}}>{{name}}</a> ] <=お知らせ
57 {% end %}
58 <p>[ <a href=/master>master</a> ] <=管理人
59 <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>
60 <p><br>
61 <p><a href=/title>タイトル表示</a>
62 <p><a href=/help>使い方案内</a>
63 <p>PR リンク
64 <br>
65 <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>
66 amazon kindle</p>
67 <p>
68 <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>
69 amazon kindle</p>
70 </footer>
71 </body>
72 </html>