## ============================================================================ ## Filename : WebJSPSelectTemplate.vm ## Note(s) : This template is used to generate a select.jsp file for a given data class. ## ## Note: The generated code is dependent on the ThinkUI framework. ## Please refer to the SQL Client documentation for details. ## ## Copyright (c) 2007 ThinkUI Software Inc. All rights reserved. ## ============================================================================ ## ## **************************************************************************** ## The following variables are available in this template. For more ## information on any of the following variable, please refer to the user guide. ## **************************************************************************** ## $projectName ## $authorName ## $headerText ## $objectName ## $objectVar ## $objectCaption ## $pkAttrNames ## $auditAttrNames ## $attrNames ## $dataClass ## $date ## $auditTrailColumns ## $colspan ## $codeGen ## $cmt ## <%-- $cmt ============================================================================= $cmt Project : ${projectName} $cmt Filename : ${objectVar}/select.jsp $cmt Standards: J2EE 1.3 $cmt History : $date $authorName Created $cmt Note(s) : This screen is used to select a ${objectName} object. $cmt $cmt ${headerText} $cmt ============================================================================= $cmt $Header: /thinkui/cvsrepo/SQLClientWebsite/html/template/WebJSPSelectTemplate.vm.txt,v 1.3 2008/05/21 04:24:38 Huy Exp $ $cmt $Log: WebJSPSelectTemplate.vm.txt,v $ $cmt Revision 1.3 2008/05/21 04:24:38 Huy $cmt Updated for 1.0.6 release. $cmt $cmt --%> <%@ include file="../include/directives.jspf" %> <%@ include file="../include/taglib.jspf" %> <%@ include file="../include/header.jspf" %>

This screen allows you to select a ${objectCaption.toLowerCase()}.

<%@ include file="../include/messages.jspf" %>
 
Name Code Country
Note: results are sorted by Province/State Names grouped by Country.
<%@ include file="../include/footer.jspf"%>