diff options
| author | dvs1 | 2025-03-15 13:05:47 +1000 |
|---|---|---|
| committer | dvs1 | 2025-03-15 13:05:47 +1000 |
| commit | 5ef44b4f5b54db7e9926e9a69e7b9d873d0e718b (patch) | |
| tree | a3095f19340c3888f6ed28490ed0d551a0e1c8bf /default.template | |
| parent | Rearrange TODO. (diff) | |
| download | notYetAnotherWiki-5ef44b4f5b54db7e9926e9a69e7b9d873d0e718b.zip notYetAnotherWiki-5ef44b4f5b54db7e9926e9a69e7b9d873d0e718b.tar.gz notYetAnotherWiki-5ef44b4f5b54db7e9926e9a69e7b9d873d0e718b.tar.bz2 notYetAnotherWiki-5ef44b4f5b54db7e9926e9a69e7b9d873d0e718b.tar.xz | |
New toolbar buttons for everything, unsorted, and users.
Diffstat (limited to 'default.template')
| -rw-r--r-- | default.template | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/default.template b/default.template index dca66f9..5d4cb91 100644 --- a/default.template +++ b/default.template | |||
| @@ -89,13 +89,19 @@ | |||
| 89 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> | 89 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> |
| 90 | </nav></header></div> | 90 | </nav></header></div> |
| 91 | <div class="boxTools"><header><nav> | 91 | <div class="boxTools"><header><nav> |
| 92 | <b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. | 92 | <b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. |
| 93 | 🕶 switches between dark and light themes. | 93 | 🕶 switches between dark and light themes. |
| 94 | 📚 shows the list of all pages. | ||
| 95 | 🔮 a folder of unsorted pages. | ||
| 96 | 👥 shows the list of users. | ||
| 94 | 🪵 will be for logging in, when I have written that bit. | 97 | 🪵 will be for logging in, when I have written that bit. |
| 95 | 🔍 will be the search, when I have written that bit. | 98 | 🔍 will be the search, when I have written that bit. |
| 96 | 👣 is a trail of the steps to get here.">❓</b> | 99 | 👣 is a trail of the steps to get here.">❓</b> |
| 97 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> | 100 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> |
| 98 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> | 101 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> |
| 102 | <a href="/everything.HTML"><b class="toolTip">📚</b></a> | ||
| 103 | <a href="/unsorted/" ><b class="toolTip">🔮</b></a> | ||
| 104 | <a href="/users/" ><b class="toolTip">👥</b></a> | ||
| 99 | <b class="toolTip">🪵</b> | 105 | <b class="toolTip">🪵</b> |
| 100 | <b class="toolTip">🔍</b> | 106 | <b class="toolTip">🔍</b> |
| 101 | <b> 👣 $trail$ </b> | 107 | <b> 👣 $trail$ </b> |
