mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
|
title: $:/templates/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
|