]> ruin.nu Git - ndwebbie.git/blob - templates/settings.tmpl
possible to move threads
[ndwebbie.git] / templates / settings.tmpl
1 <form action="<TMPL_VAR NAME=PAGE>" method="post"><fieldset> <legend>Style</legend>
2         <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
3         <input type="hidden" name="cmd" value="stylesheet"/>
4         Stylesheet: <select name="stylesheet">
5                                 <TMPL_LOOP StyleSheets>
6                                         <option value="b:<TMPL_VAR NAME=Style>" <TMPL_IF NAME=Selected>selected="selected"</TMPL_IF>><TMPL_VAR NAME=Style></option>
7                                 </TMPL_LOOP>
8                                 </select>
9         <br/><input type="submit" value="Change"/>
10 </fieldset></form>