diff options
author | John Talintyre <john.talintyre@drkw.com> | 2001-08-01 11:26:07 +0000 |
---|---|---|
committer | John Talintyre <john.talintyre@drkw.com> | 2001-08-01 11:26:07 +0000 |
commit | 661b21f6635535252c80827b3820f27014b9c80b (patch) | |
tree | 5f7df208794cab81fadccb6b203c89610f90618f | |
parent | 0a6c8291c264ae5be9b8d3938fefc92ff5e4649c (diff) |
none
-rw-r--r-- | TWiki/SelectSkin.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TWiki/SelectSkin.mdwn b/TWiki/SelectSkin.mdwn new file mode 100644 index 00000000..2d070472 --- /dev/null +++ b/TWiki/SelectSkin.mdwn @@ -0,0 +1,13 @@ +Allows you to select a new skin. + +<form action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%URLPARAM{" fromweb"}%/%urlparam{"fromtopic"}%"="fromweb"}%/%URLPARAM{"fromtopic"}%"" method="get"> + <dl> + <dt> Skin</dt> + <dd> %SKINSELECT% <input type="submit" value="Go" /></dd> + </dl> +</form> + +Notes: + +* this will only persist for your session and this will only work if the [[SessionPlug]] in installed +* this page will not work correctly if you came to it directly |