mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 07:14:50 +00:00
28b0b58a11
Templates are the low-level bits and pieces that allow TW5 to generate HTML and CSS renderings of tiddlers. The UI folder contains the user-visible UI of TW5
13 lines
499 B
Plaintext
13 lines
499 B
Plaintext
title: $:/core/ui/ServerControlPanel
|
|
|
|
----
|
|
|
|
<$reveal state="$:/status/IsLoggedIn" type="nomatch" text="yes">
|
|
Log in to ~TiddlyWeb: <$button message="tw-login" class="btn btn-info">Login</$button>
|
|
</$reveal>
|
|
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
|
Log out of ~TiddlyWeb: <$button message="tw-logout" class="btn btn-warning">Logout</$button>
|
|
</$reveal>
|
|
|
|
<$button message="tw-server-refresh" class="btn btn-warning">Refresh</$button> to fetch changes from the server immediately
|