diff options
Diffstat (limited to 'TWiki')
-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 |