// // Copyright (C) 2004-2006 Autodesk, Inc. // // This library is free software; you can redistribute it and/or // modify it under the terms of version 2.1 of the GNU Lesser // General Public License as published by the Free Software Foundation. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // ////////////////////////////////////////////////////////////////// // Sample.txt - this file shows how the wizard directives are used ////////////////////////////////////////////////////////////////// [!if SAMPLE_CHECKBOX] You have checked the option 'Sample checkbox' [!endif] [!if SAMPLE_RADIO_OPTION1] You have checked the option 'Sample radio button option 1' [!else] You have checked the option 'Sample radio button option 2' [!endif] You have selected the following option from the sample list box: [!output SAMPLE_LISTBOX]