our $GLOB_HTML_SERVE = "{}/*.cgi {}/*.htm {}/*.html {}/*.md {}/*.txt";
our $script_path = $0;
$script_path =~ s/\w+.cgi$//;
+
+my $v = q/
+<<$APP_DESCRIPTION<CONST>
+This application presents just
+a nice multi-line template.
+>>/;
+# $v =~ m/\s*(<<[@%]<) ([\$@%]?\w+)(>)* | (>>)
+# /gx and my @captured = @{^CAPTURE};
+
+
+$v =~ m/(<{2,3})
+ ([\$@%]?\w+)
+ (<?) ([\w\s]+) (>?)
+ |(<<[@%]<) ([\$@%]?\w+) (>?)
+ |(>>)
+ /gx and my @captured = @{^CAPTURE};
+
+
+
+
+
exit main();
sub main {
padding: 10px; margin: 5px;
text-align: left;
}
+ .div_img{
+ height:450px;
+ }
+ .md_img{
+ width:80%;
+ height:80%;
+ }
#doc_display p{
margin: 0 auto;
font-weight: bold;
}
.key {
- color: green;
+ color: green;
+ font-weight: bolder;
}
div .html {
border:1px solid lightgray;
text-align: left;
}
-
]#]
>STYLE>
);
}
);
+
+
onBodyLoadGeneric();
}
Title: Index Page
OnLoad : onIndexBodyLoad()
+<div<
+ id:menu
+ <#<
+ <a id="to_bottom" href="#bottom" title="Go to bottom of page."><span class="ui-icon ui-icon-arrowthick-1-s" style="float:none;"></span></a>
+ Page
+ <a id="to_top" href="#top" title="Go to top of page.">
+ <span class="ui-icon ui-icon-arrowthick-1-n" style="float:none;"></span></a><hr>
+ <a class="ui-button ui-corner-all ui-widget" href="index.cgi">Index</a><hr>
+ <a class="ui-button ui-corner-all ui-widget" href="main.cgi">Life Log</a>
+>#>
+ >div>
+
<div<
id:container
<div<
id:header
- <*<PAGE_HEAD>*>
- <a<
- name:"top"
- >a>
+ <*<PAGE_HEAD>*>
+ <a<
+ name: top
+ >a>
>div>
<div<
id:content_pane
title:Go to top of page.
<#<To Top Of Page>#>
>a>
- <span<⌈>span>
+ <span<⌈>span>
+ <a<
+ name: bottom
+ >a>
>div>
>div>
- <!<Page brought to you by HTMLIndexProcessorPlugin, from the PerlCNF project.>!>
+ <!<Page brought to you by HTMLIndexProcessorPlugin, from the PerlCNF project.>!>
>>
<<CNF_TO_HTML<PLUGIN>
property : PAGE
>>
-<<INFO_MD<
+<<INFO_MD<ESCAPED>
+
+\<\<$APP_DESCRIPTION\<CONST\>
+This application presents just
+a nice multi-line template.
+\>\>
+
### INFO
This Documentation listing for the [LifeLog](https://github.com/wbudic/LifeLog) Application.
[Open Source License](https://choosealicense.com/licenses/isc/)
->>>
+
+>>
<<INFO_MD_TO_HTML<PLUGIN> _HAS_PROCESSING_PRIORITY_
package : MarkdownPlugin