blob: 606687ece567a8eae5eea5ae2993e449858b08ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Allows you to select a new skin.
<form action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%URLPARAM{" fromweb"}%/%urlparam{"fromtopic"}%"="fromweb"}%/%URLPARAM{"fromtopic"}%"" method="get">
<p>
</p>
<dl>
<dt> Skin</dt>
<dd> %SKINSELECT% <input type="submit" value="Go" /></dd>
</dl>
<p>
</p>
</form>
Notes:
* this will only persist for your session
* this will work because the [[SessionPlugin]] is installed on this TWiki server
* this page will not work correctly if you came to it directly
|