s4

view examples/common/default/home.m4.html @ 702:2c5ddb0b5f4c

Add more shortcuts and baloon help messages
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 22 May 2020 08:37:04 +0900
parents bad68ea6c30a
children
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="Shortcut: A
11 My Blogs" for="sd">日記(_NBLOG_)</label>
12 <div><!-- in home.m4 -->_BLOGS_</div><!-- in home.m4 -->
15 <input type="radio" id="grp" name="foldtabs"><label
16 accesskey="s" title="Shortcut: S
17 My Groups" for="grp">参加中グループ</label>
18 <div> <!-- div.fold hides this div (in home.m4.html) -->
19 <div class="dumptable">
20 _GROUPS_
21 </div><!-- end of .dumptable -->
22 </div><!-- div.fold hides upto here (in home.m4.html) -->
24 _HOMETAIL_
26 <input type="radio" id="close" name="foldtabs"><label
27 accesskey="x" title="Shortcut: X
28 Hide Tabs" for="close">×</label>
29 </div> <!-- end of fold (in home.m4.html) -->