comparison admajax.php @ 794:18f88945d5f1

Oops, RFLAG_DEFAULTS wasn't implemented (yet). Change to RFLAG_NORMAL.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Nov 2014 23:45:22 +0200
parents b42b23073209
children f4b99fed50b4
comparison
equal deleted inserted replaced
793:ff6e6c6200a4 794:18f88945d5f1
1385 break; 1385 break;
1386 1386
1387 case "compos": 1387 case "compos":
1388 echo 1388 echo
1389 "<div class=\"ctrlModeControls\">\n". 1389 "<div class=\"ctrlModeControls\">\n".
1390 " <a href=\"print.php?type=results&flags=".(RFLAG_DEFAULTS)."\" target=\"_blank\">Printable results</a>\n". 1390 " <a href=\"print.php?type=results&flags=".(RFLAG_NORMAL)."\" target=\"_blank\">Printable results</a>\n".
1391 " <a href=\"print.php?type=results&flags=".(RFLAG_DISQUALIFIED)."\" target=\"_blank\">Printable full results</a> (shows also disqualified entries)\n". 1391 " <a href=\"print.php?type=results&flags=".(RFLAG_DISQUALIFIED)."\" target=\"_blank\">Printable full results</a> (shows also disqualified entries)\n".
1392 " <a href=\"print.php?type=results&flags=".(RFLAG_DISQUALIFIED | RFLAG_HIDDEN_COMPOS)."\" target=\"_blank\">Printable FULL results</a> (shows also hidden compos)\n". 1392 " <a href=\"print.php?type=results&flags=".(RFLAG_DISQUALIFIED | RFLAG_HIDDEN_COMPOS)."\" target=\"_blank\">Printable FULL results</a> (shows also hidden compos)\n".
1393 "</div>\n". 1393 "</div>\n".
1394 "<form method=\"post\" action=\"\" onsubmit=\"return addCompo()\">\n". 1394 "<form method=\"post\" action=\"\" onsubmit=\"return addCompo()\">\n".
1395 " ".stGetFormTextInput(64, SET_LEN_COMPO_NAME, "", "ncname", "", "")."<br />\n". 1395 " ".stGetFormTextInput(64, SET_LEN_COMPO_NAME, "", "ncname", "", "")."<br />\n".