OSDN Git Service

動作が鈍いです
[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 {% 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         {% set d += 1 %}
33         {% if full(x) == True %}
34         <p><a href=/{{x}} style=color:red>{{x}}</a>
35         {% else %}
36         <p><a href=/{{x}}>{{x}}</a>
37         {% end %}
38         {% if d % i == 0 %}
39                 </div>
40         {% end %}
41 {% end %}
42 {% if d % i != 0 %}
43         </div>
44 {% end %}
45         </div>
46         <div class=slideshow-nav>
47         <a href=# class=prev>prev</a>
48         <a href=# class=next>next</a>
49         </div>
50         <div class=slideshow-indicator></div>
51 </div>
52 {% if name != '' %}
53         <p>[ <a href=/{{name}}>{{name}}</a> ] <=お知らせ
54 {% end %}
55 <p>[ <a href=/master>master</a> ] <=管理人
56 <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>
57 <p><br>
58 <p><a href=/title>タイトル表示</a>
59 <p><a href=/help>使い方案内</a>
60 <p>PR リンク
61 <br>
62 <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>
63 amazon kindle</p>
64 <p>
65 <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>
66 amazon kindle</p>
67 </footer>
68 </body>
69 </html>