]> ruin.nu Git - ndwebbie.git/blobdiff - templates/raids.tmpl
member intel, shows all incoming and outgoing fleets for member planets
[ndwebbie.git] / templates / raids.tmpl
index 5877d2b3faf9ee5376761167f69d4578e05e6218..3fd7ac57458d37da7d06164c055a2f0e05d924f2 100644 (file)
@@ -1,10 +1,10 @@
 <TMPL_LOOP Raids>
        <p><a href="index.pl?page=raids&amp;raid=<TMPL_VAR NAME=Raid>"><TMPL_VAR NAME=Raid></a>
        <TMPL_IF isBC>
-               <a href="index.pl?page=editRaids&amp;raid=<TMPL_VAR NAME=Raid>">Edit</a>
-               <a href="index.pl?page=editRaids&amp;raid=<TMPL_VAR NAME=Raid>&amp;cmd=close">Close raid.</a>
+               <a href="index.pl?page=editRaid&amp;raid=<TMPL_VAR NAME=Raid>">Edit</a>
+               <a href="index.pl?page=editRaid&amp;raid=<TMPL_VAR NAME=Raid>&amp;cmd=close">Close raid.</a>
                <TMPL_UNLESS ReleasedCoords>
-               <a href="index.pl?page=editRaids&amp;raid=<TMPL_VAR NAME=Raid>&amp;cmd=showcoords">Show coords.</a>
+               <a href="index.pl?page=editRaid&amp;raid=<TMPL_VAR NAME=Raid>&amp;cmd=showcoords">Show coords.</a>
                </TMPL_UNLESS>
        </TMPL_IF>
        </p>
 <p> Closed raids </p>
 <TMPL_LOOP ClosedRaids>
                <p>
-                       <a href="index.pl?page=editRaids&amp;raid=<TMPL_VAR NAME=Raid>">Edit raid <TMPL_VAR NAME=Raid></a>
+                       <a href="index.pl?page=editRaid&amp;raid=<TMPL_VAR NAME=Raid>">Edit raid <TMPL_VAR NAME=Raid></a>
                        
                        <TMPL_UNLESS Open>
-                       <a href="index.pl?page=editRaids&amp;raid=<TMPL_VAR NAME=Raid>&amp;cmd=open">Open raid.</a>
+                       <a href="index.pl?page=editRaid&amp;raid=<TMPL_VAR NAME=Raid>&amp;cmd=open">Open raid.</a>
                        </TMPL_UNLESS>
                </p>
 </TMPL_LOOP>
@@ -84,6 +84,7 @@
        </span>
        </p>
        </form>
+       <p>Target coords: <span id="coords<TMPL_VAR NAME=Id>"><TMPL_VAR NAME=Coords></span></p>
 </fieldset>
 </TMPL_LOOP>
 <TMPL_IF Ajax>