s4

view examples/common/default/home.m4.html @ 556:4a33f5424767

Bring div.topmenu ul to z-index=5
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 13 Apr 2019 18:28:20 +0900
parents a06cd57df83a
children 2c5ddb0b5f4c
line source
1 <div class="search">_SEARCH_</div>
2 <h1>_TITLE_</h1>
3 <p class="profimg">_PROFIMG_</p>
4 <div class="home">
5 _PROFILE_
6 </div>
8 <div class="foldtabs">
9 <input type="radio" id="sd" name="foldtabs"><label
10 accesskey="a" title="A" for="sd">日記(_NBLOG_)</label>
11 <div><!-- in home.m4 -->_BLOGS_</div><!-- in home.m4 -->
14 <input type="radio" id="grp" name="foldtabs"><label
15 accesskey="s" title="S" for="grp">参加中グループ</label>
16 <div> <!-- div.fold hides this div (in home.m4.html) -->
17 <div class="dumptable">
18 _GROUPS_
19 </div><!-- end of .dumptable -->
20 </div><!-- div.fold hides upto here (in home.m4.html) -->
22 _HOMETAIL_
24 <input type="radio" id="close" name="foldtabs"><label
25 accesskey="x" title="X" for="close">×</label>
26 </div> <!-- end of fold (in home.m4.html) -->