awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dssEvents.vm
Brian.Dyke dad6f2896b Issue #224
Former-commit-id: 043faa447b4fc15a996dfe6108093bed5f1b6497
2014-02-04 17:05:12 -05:00

28 lines
No EOL
464 B
Text
Executable file

#*
CREATED 09-20-2013 BY EVAN BOOKBINDER
dbTable list should include the pointSource objects created in
dssEvents.xml
*#
#if ($dss_events)
#set($size = ${list.size($dss_events)})
#if ($size > 0)
PEOPLE ATTENDING ##
#set($counter = 1)
#foreach($dss in $dss_events)
#if($counter < $size)
${dss.name}...##
#set($counter = $counter + 1)
#elseif($counter == $size)
#if($size > 1)
AND ##
#end
${dss.name} ##
#end
#end
SHOULD SEEK SAFE SHELTER IMMEDIATELY!
#end
#end