print-window-tiddler
Jeremy Ruston 2013-04-27 16:49:12 +01:00
rodzic b305debf97
commit 7d8051ef8d
4 zmienionych plików z 7 dodań i 10 usunięć

Wyświetl plik

@ -249,9 +249,6 @@ a.tw-tiddlylink-missing {
** Page layout
*/
.edit-header {
}
.sidebar-header {
position: fixed;
top: 0;

Wyświetl plik

@ -1,6 +1,6 @@
title: $:/templates/ControlPanel
<$button message="tw-new-tiddler" class="btn btn-mini btn-success">New Tiddler</$button>
<$button message="tw-new-tiddler" class="btn btn-success">New Tiddler</$button>
---
@ -12,7 +12,7 @@ Drop files here
---
<$button message="tw-save-wiki" class="btn btn-mini btn-primary">Save Changes</$button>
<$button message="tw-save-wiki" class="btn btn-primary">Save Changes</$button>
---

Wyświetl plik

@ -2,10 +2,10 @@ title: $:/snippets/encryptionstatus
<$reveal type="match" state="$:/isEncrypted" text="yes">
This wiki is encrypted.
<$button message="tw-clear-password" class="btn btn-mini btn-danger">Clear password</$button>
<$button message="tw-set-password" class="btn btn-mini btn-warning">Change password</$button>
<$button message="tw-clear-password" class="btn btn-danger">Clear password</$button>
<$button message="tw-set-password" class="btn btn-warning">Change password</$button>
</$reveal>
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
This wiki is not encrypted.
<$button message="tw-set-password" class="btn btn-mini btn-warning">Set password</$button>
<$button message="tw-set-password" class="btn btn-warning">Set password</$button>
</$reveal>

Wyświetl plik

@ -2,5 +2,5 @@ title: HelloThere
This is an experimental edition of TiddlyWiki5 for use with [[Tahoe-LAFS|https://tahoe-lafs.org/]]. At this point it is largely for experimentation by @zooko. Click the ''save changes'' button to PUT the updated TiddlyWiki HTML file back to the server.
<$button message="tw-new-tiddler" class="btn btn-mini btn-success">New Tiddler</$button>
<$button message="tw-save-wiki" class="btn btn-mini btn-primary">Save Changes</$button>
<$button message="tw-new-tiddler" class="btn btn-success">New Tiddler</$button>
<$button message="tw-save-wiki" class="btn btn-primary">Save Changes</$button>