show.php schema

I've created this page to identify the HTML elements in page handler code. I hope it will serve as the basis for cleaning up the show.php file. I had successfully tested a version of this controller based on an earlier commit of the source.

See KlenwellCodeHandlerShow637 for a full revision of the file that implements this logic. I have not yet tested this version.

// *** HTML Blocks
$_HTML['page'] = '';      // this is the complete final html block
$_HTML['page_start'] = '';
$_HTML['no_access'] = '';
$_HTML['not_exists'] = '';
$_HTML['revision_info'] = '';
$_HTML['page_body'] = '';
$_HTML['revision_edit_form'] = '';
$_HTML['page_close_div'] = '';
$_HTML['comments_header'] = '';
$_HTML['comments'] = '';
$_HTML['comment_form'] = '';
$_HTML['hidden_comments'] = '';
$_HTML['page_close'] = '';

// *** Show Flags for Controller
$_SHOW['page_start'] = 0;
$_SHOW['no_access'] = 0;
$_SHOW['not_exists'] = 0;
$_SHOW['page_body'] = 0;
$_SHOW['revision_info'] = 0;
$_SHOW['revision_edit_form'] = 0;
$_SHOW['comments'] = 0;
$_SHOW['hidden_comments'] = 0;
$_SHOW['no_comments'] = 0;
$_SHOW['comment_form'] = 0;
$_SHOW['page_close'] = 0;
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki