]> ruin.nu Git - ndwebbie.git/blobdiff - templates/raids.xml.tmpl
Converted raids page
[ndwebbie.git] / templates / raids.xml.tmpl
diff --git a/templates/raids.xml.tmpl b/templates/raids.xml.tmpl
deleted file mode 100644 (file)
index 804a379..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<targets>
-       <timestamp><TMPL_VAR NAME=Timestamp></timestamp>
-<TMPL_IF TargetList>
-       <targetlist><TMPL_VAR NAME=TargetList></targetlist>
-</TMPL_IF>
-<TMPL_LOOP Targets>
-       <target id="<TMPL_VAR NAME=Id>">
-       <TMPL_LOOP Waves>
-               <wave id="<TMPL_VAR NAME=Id>">
-                       <command><TMPL_VAR NAME=Command></command>
-                       <claimers><TMPL_VAR NAME=Claimers></claimers>
-                       <joinable><TMPL_VAR NAME=Joinable></joinable>
-               </wave>
-       </TMPL_LOOP>
-       </target>
-</TMPL_LOOP>
-</targets>