UID mass replace: src=\ref[datum]

This commit is contained in:
Krausus
2016-09-05 23:12:08 -04:00
parent 92405288d2
commit d146de1dd7
55 changed files with 97 additions and 100 deletions

View File

@@ -87,14 +87,14 @@
\n<BR>
\n<A href='?src=[UID()];killall'>Start Sequence</A><BR>
\n<BR>
\n<A href='?src=\ref[usr];close'>Close</A>"}
\n<A href='?src=[usr.UID()];close'>Close</A>"}
else
dat = {"<B>Emergency Robot Self-Destruct</B><HR>\nStatus: Activated<BR>
\n<BR>
\nCountdown: [src.timeleft]/60 \[Reset\]<BR>
\n<BR>\n<A href='?src=[UID()];stop=1'>Stop Sequence</A><BR>
\n<BR>
\n<A href='?src=\ref[usr];mach_close=computer'>Close</A>"}
\n<A href='?src=[usr.UID()];mach_close=computer'>Close</A>"}
dat += "<A href='?src=[UID()];screen=0'>(Return to Main Menu)</A><BR>"
popup.set_content(dat)