Differences From Artifact [bd130ad9d3]:
- File view/conf.tpl — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 360) [annotate] [blame] [check-ins using]
To Artifact [09b447ff32]:
- File view/conf.tpl — part of check-in [d4ecea913f] at 2020-12-31 00:15:53 on branch trunk — add lots more shit (user: lexi, size: 349) [annotate] [blame] [check-ins using]
1 -<div class="menu"> 1 +<menu> 2 2 <a href="/conf/profile">profile</a> 3 3 <a href="/conf/avi">avatar</a> 4 4 <a href="/conf/sec">security</a> 5 5 <a href="/conf/rel">relationships</a> 6 6 <a href="/conf/qnt">quarantine</a> 7 7 <a href="/conf/acl">ACL shortcuts</a> 8 8 <a href="/conf/rooms">chatrooms</a> 9 9 <a href="/conf/circles">circles</a> 10 10 @menu 11 -</div> 11 +</menu> 12 12 13 13 <div class="panel"> 14 14 @panel 15 15 </div>