Thumbnail

mod/u.buni.party.git

Clone URL: https://git.buni.party/mod/u.buni.party.git

Viewing file on branch master

1!!
2HOME=""
3USERS=""
4SERVICES=""
5DOCS=""
6case "${1:-}" in
7 home) HOME=active ;;
8 users) USERS=active ;;
9 services) SERVICES=active ;;
10 docs) DOCS=active ;;
11esac
12!!
13
14<table id="topbar"><tbody><tr>
15 <td><a class="${HOME}" href="/mod">Home</a></td>
16 <td><a class="${USERS}" href="/mod/cgi-bin/users">Users</a></td>
17 <td><a class="${SERVICES}" href="/mod/services">Services</a></td>
18 <td><a class="${DOCS}" href="/mod/docs">Docs</a></td>
19</tr></tbody></table>
20