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