]> ruin.nu Git - ndwebbie.git/blob - templates/raids.xml.tmpl
working on raids
[ndwebbie.git] / templates / raids.xml.tmpl
1 <targets>
2         <timestamp><TMPL_VAR NAME=Timestamp></timestamp>
3 <TMPL_IF TargetList>
4         <targetlist>
5         <TMPL_VAR NAME=TargetList>
6         </targetlist>
7 </TMPL_IF>
8 <TMPL_LOOP Targets>
9         <target id="<TMPL_VAR NAME=Id>">
10         <TMPL_LOOP Waves>
11                 <wave id="<TMPL_VAR NAME=Id>">
12                         <command><TMPL_VAR NAME=Command></command>
13                         <claimers><TMPL_VAR NAME=Claimers></claimers>
14                         <joinable><TMPL_VAR NAME=Joinable></joinable>
15                         <coords><TMPL_VAR NAME=Coords></coords>
16                 </wave>
17         </TMPL_LOOP>
18         </target>
19 </TMPL_LOOP>
20 </targets>