Skip to content
Snippets Groups Projects
Commit 9a8b278b authored by deuce's avatar deuce
Browse files

Use new system.fido_addr_list array

parent 5d858ab1
Branches
Tags
No related merge requests found
......@@ -21,6 +21,12 @@ else {
template.logon.replace(/\r?\n/g,"\r\n");
template.logon=html_encode(template.logon,true,false,true,true);
template.fidoaddrs=new Array;
for(addr in system.fido_addr_list) {
template.fidoaddrs[addr]=new Object;
template.fidoaddrs[addr].address=system.fido_addr_list[addr];
}
write_template("header.inc");
write_template("sysinfo.inc");
write_template("footer.inc");
......@@ -16,6 +16,16 @@
%%JS:system.qwk_id%%
</td>
</tr>
<<REPEAT fidoaddrs>>
<tr>
<td>
FidoNet Address:
</td>
<td>
%%fidoaddrs:address%%
</td>
</tr>
<<END REPEAT fidoaddrs>>
<tr>
<td>
Location:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment