]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Updated to PerlCBF v.3.2. Various plugin and index changes.
authorWill Budic <redacted>
Mon, 20 May 2024 08:00:10 +0000 (18:00 +1000)
committerWill Budic <redacted>
Mon, 20 May 2024 08:00:10 +0000 (18:00 +1000)
htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_ReadMe.md
htdocs/cgi-bin/index.cnf

index f86a14941af783ba7fe6a83343067325094ca8ba..dab91050aa20ba7a78c9ceb15760763a32013792 100644 (file)
@@ -277,14 +277,13 @@ CNF type tags are script based, parsed tags of text, everything else is ignored.
 
 ## Instructions And Reserved Words
 
-<span id="content" class="span-content">
+
 *Quick Jump* :[
      [Introduction](#introduction) |
      [CNF Tag Formats](#cnf-tag-formats) |
      [CNF Collections Formatting](#cnf-collections-formatting) |
      [Scripted Data Related Instructions](#scripted-data-related-instructions) |
       <span id="content" class="span-content">[CNF Data Tables](docs/PerlCNF/Specifications_For_CNF_Data_Tables.md).</span>
-</span>
 ]
 
    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
 
-<span id="content" class="rz">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).</span>
+<span id="content" class="span-content">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).</span>
 
 ### 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)* ]
+  <span id="content" class="span-content">[CNF Data Tables](docs/PerlCNF/Specifications_For_CNF_Data_Tables.md).</span>
+]
+
 ***
 
    Document is from project ⇾ <https://lifelog.hopto.org/gitweb/?p=PerlCNF.git>
index e1419e8d1707b3048f97d3aa45f7a1b9e124778b..9eaca70e3bfcd2011b1814e68694574d529dbb2a 100644 (file)
@@ -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){