function ehBoxesHTML($mode) { // Obtain the HTML for the inputs and output as table if (isset($this->row['pagename'])) { echo "<a href=\"?gppn=" . urlencode($this->row['pagename']) . "\">" . "VIEW THIS PAGE</a><br><br>"; } $ahc = ahInputsComprehensive($this->table, $mode, $this->row); echo "\n<center>" . hTable(100); $this->ehBoxesFromAHComprehensive($ahc); echo "\n</table></center>"; }
function hBoxesFromProjection($mode, $proj = '') { // Obtain the HTML for the inputs and output as table $ahc = ahInputsComprehensive($this->table, $mode, $this->row, $proj); return "\n" . hTable(100) . $this->hBoxesFromAHComprehensive($ahc, $mode) . "\n</table>"; }