OSDN Git Service

title page clears view
authoryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 9 Dec 2016 21:08:14 +0000 (06:08 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 9 Dec 2016 21:08:14 +0000 (06:08 +0900)
pybbs/title.htm

index 99c334d..a94ecc6 100644 (file)
@@ -1,6 +1,11 @@
 <!doctype html>
 <html>
 <head><meta charset=utf-8><title>Titles</title>
+<style type=text/css>
+g1{
+       color:gray
+}
+</style>
 </head>
 <body>
 {% for x in coll %}
@@ -9,7 +14,7 @@
        {% else %}
        <p><a href=/{{x['name']}}>{{x['name']}}</a>
        {% end %}
-       タイトル    :{{x['title']}},記事数:{{x['count']}},更新時刻:{{x['date']}}
+       <div class=g1>タイトル:</div>{{x['title']}},<div class=g1>記事数:</div>{{x['count']}},<div class=g1></div>更新時刻:</div>{{x['date']}}
 {% end %}
 <p><a href=/>もどる</a>
 <footer>PR リンク