From f9be0c5f77fdc52d0c45b5369bd67b6a9272e176 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Mon, 20 May 2024 18:00:10 +1000 Subject: [PATCH] Updated to PerlCBF v.3.2. Various plugin and index changes. --- .../PerlCNF/Specifications_For_CNF_ReadMe.md | 16 +++++++++++++--- htdocs/cgi-bin/index.cnf | 1 + 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_ReadMe.md b/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_ReadMe.md index f86a149..dab9105 100644 --- a/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_ReadMe.md +++ b/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_ReadMe.md @@ -277,14 +277,13 @@ CNF type tags are script based, parsed tags of text, everything else is ignored. ## Instructions And Reserved Words - + *Quick Jump* :[ [Introduction](#introduction) | [CNF Tag Formats](#cnf-tag-formats) | [CNF Collections Formatting](#cnf-collections-formatting) | [Scripted Data Related Instructions](#scripted-data-related-instructions) | [CNF Data Tables](docs/PerlCNF/Specifications_For_CNF_Data_Tables.md). - ] 1. Reserved words relate to instructions, that are specially treated, and interpreted by the parser to perform extra or specifically processing on the current value. @@ -314,7 +313,7 @@ CNF type tags are script based, parsed tags of text, everything else is ignored. ## Database and SQL Instruction Formatting Rules -This is a separate section of this specification, going more in details about the DATA instruction ⇾ [CNF Data Tables](docs/PerlCNF/Specifications_For_CNF_Data_Tables.md). +This is a separate section of this specification, going more in details about the DATA instruction ⇾ [CNF Data Tables](docs/PerlCNF/Specifications_For_CNF_Data_Tables.md). ### About @@ -567,6 +566,17 @@ $APP_NAME="My Application Sample" ``` +*** +*Quick Jump* :[ + *[Introduction](#intoduction)* | + *[CNF Tag Formats](#cnf-tag-formats)* | + *[CNF Collections Formatting](#cnf-collections-formatting)* | + *[Instructions & Reserved Words](#instructions-and-reserved-words)* | + *[Scripted Data Related Instructions](#scripted-data-related-instructions)* ] | + *[Sample Perl Language Usage](#sample-perl-language-usage)* ] + [CNF Data Tables](docs/PerlCNF/Specifications_For_CNF_Data_Tables.md). +] + *** Document is from project ⇾ diff --git a/htdocs/cgi-bin/index.cnf b/htdocs/cgi-bin/index.cnf index e1419e8..9eaca70 100644 --- a/htdocs/cgi-bin/index.cnf +++ b/htdocs/cgi-bin/index.cnf @@ -358,6 +358,7 @@ function selectIDAnchors(){ $("#content a").click( function(e){ e.preventDefault(); + $("#status").prependTo( $("#content_pane").parentElement ); $("#status").html("Loading: " + e.target.href).show(); $("#status").prependTo(e.target.parentElement); if(PREV_DIR_ELE){ -- 2.34.1