awips2/cave/com.raytheon.uf.viz.core/scriptTemplates/standardTemplate.vm
Max Schenkelberg f8d2a9770b Issue #2277 Got rid of all ScriptCreator references in raytheon code.
Change-Id: I255301d36da8546ef0850b3dc0b4d00ee0bfa002

Former-commit-id: 661d47c894 [formerly 955db6a722] [formerly 661d47c894 [formerly 955db6a722] [formerly 0faed07d58 [formerly 3183c0abb055acf02e255392f92402e84abd0e08]]]
Former-commit-id: 0faed07d58
Former-commit-id: 08e85c8588 [formerly 2a8d148a74]
Former-commit-id: 65d11c8e51
2013-09-12 10:10:04 -05:00

4 lines
174 B
Text

## The standard template gets all of its behavior from VM_global_library macros
#if($mode == "select")
#standardSelect($scriptLibrary $maxRecords $scriptMetadata false)
#end