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

Former-commit-id: edc4132489 [formerly 661d47c894] [formerly 955db6a722] [formerly 0faed07d58 [formerly 955db6a722 [formerly 3183c0abb055acf02e255392f92402e84abd0e08]]]
Former-commit-id: 0faed07d58
Former-commit-id: c5a1abc09517db25e58f04d1007f4bad88829325 [formerly 2a8d148a74]
Former-commit-id: 08e85c8588
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