1/***************************************************************************
2* copyright            : (C) 2001-2003 Advanced Internet Designs Inc.
3* email                : forum@prohost.org
4* $Id: draw_select_opt.tmpl 21069 2010-03-25 22:47:48Z Caeies $
5*
6* This program is free software; you can redistribute it and/or modify it
7* under the terms of the GNU General Public License as published by the
8* Free Software Foundation; either version 2 of the License, or
9* (at your option) any later version.
10***************************************************************************/
11
12{PHP_FILE: input: draw_select_opt.inc.t; output: draw_select_opt.inc;}
13
14{MAIN_SECTION: option_area Standart forum select options}
15{TEMPLATE-DATA: options}
16{MAIN_SECTION: END}
17
18{SECTION: selected_option}
19<option value="{VAR: vls[$i]}" {VAR: normal_tmpl}>{VAR: nms[$i]}</option>
20{SECTION: END}
21
22{SECTION: unselected_option}
23<option value="{VAR: vls[$i]}" selected {VAR: selected_tmpl}>{VAR: nms[$i]}</option>
24{SECTION: END}