draw_radio_opt.tmpl

来自「eGroupWare is a multi-user, web-based gr」· TMPL 代码 · 共 24 行

TMPL
24
字号
/**************************************************************************** copyright            : (C) 2001-2003 Advanced Internet Designs Inc.* email                : forum@prohost.org* $Id: draw_radio_opt.tmpl,v 1.1.1.1 2003/10/17 21:12:29 ralfbecker Exp $** This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or * (at your option) any later version.***************************************************************************/{PHP_FILE: input: draw_radio_opt.inc.t; output: draw_radio_opt.inc;}{MAIN_SECTION: checkbox_area  standart forum checkbox apperance}{TEMPLATE-DATA: checkboxes}{MAIN_SECTION: END}{SECTION: selected_checkbox selected checkbox}<input type="radio" name="{VAR: name}" value="{VAR: vls[$i]}" {VAR: normal_tmpl}>{VAR: nms[$i]}{VAR: sep}{SECTION: END}{SECTION: unselected_checkbox unselected checkbox}<input type="radio" name="{VAR: name}" value="{VAR: vls[$i]}" checked {VAR: selected_tmpl}>{VAR: nms[$i]}{VAR: sep}{SECTION: END}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?