2024-01-17 22:41:41 +00:00
|
|
|
title: $:/MultiWikiServer/AdminLayout
|
|
|
|
tags: $:/tags/Layout
|
|
|
|
name: MultiWikiServer
|
|
|
|
description: Admin Layout
|
|
|
|
icon: $:/favicon.ico
|
|
|
|
|
|
|
|
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
2024-01-23 12:52:40 +00:00
|
|
|
|
2024-01-17 22:41:41 +00:00
|
|
|
<div class="mws-admin-layout">
|
2024-01-23 12:52:40 +00:00
|
|
|
<!-- The next DIV is needed for the Jasmine test runner to know that the page has loaded -->
|
|
|
|
<div class="tc-site-title">TiddlyWiki5</div>
|
|
|
|
{{MultiWikiServer Administration}}
|
|
|
|
<div class="mws-admin-layout-controls">
|
|
|
|
<$button>
|
|
|
|
<$action-setfield $tiddler="$:/layout" text="$:/core/ui/PageTemplate"/>
|
|
|
|
Switch to TiddlyWiki default user interface
|
|
|
|
</$button>
|
|
|
|
</div>
|
2024-01-17 22:41:41 +00:00
|
|
|
</div>
|