view 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 source

<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