diff templ/default/home.m4.html @ 6:7ccd9c2eb97e

Add templates
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 19 Jul 2015 14:53:28 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templ/default/home.m4.html	Sun Jul 19 14:53:28 2015 +0900
@@ -0,0 +1,15 @@
+<h1>_TITLE_</h1>
+<div class="home">
+_PROFILE_
+</div>
+
+<div class="fold">
+<input type="checkbox" id="sd"><label for="sd">日記一覧を見る</label>
+<div><!-- in home.m4 -->_BLOGS_</div><!-- in home.m4 -->
+</div>
+
+<div class="fold"> <!-- in home.m4.html -->
+<input type="checkbox" id="grp"><label
+ for="grp">個人の参加グループ一覧を見る</label>
+_GROUPS_
+</div> <!-- end of fold (in home.m4.html) -->

yatex.org