s4

view examples/common/default/home.m4.html @ 150:6ee08d8b0f5f

Display the number of blogs of the user.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 30 Nov 2015 09:48:08 +0859
parents 3d0de7bdbf40
children 5751dfd67962
line source
1 <h1>_TITLE_</h1>
2 <p class="profimg">_PROFIMG_</p>
3 <div class="home">
4 _PROFILE_
5 </div>
7 <div class="fold">
8 <input type="checkbox" id="sd"><label for="sd">日記一覧を見る(_NBLOG_)</label>
9 <div><!-- in home.m4 -->_BLOGS_</div><!-- in home.m4 -->
10 </div>
12 <div class="fold"> <!-- in home.m4.html -->
13 <input type="checkbox" id="grp"><label
14 for="grp">個人の参加グループ一覧を見る</label>
15 _GROUPS_
16 </div> <!-- end of fold (in home.m4.html) -->