[
# if [string equal {} $query] # ;# commented by GJFB in 2022-06-13 - searchInputValue prevails over query (see CreateMirror)
if {[string equal {} $searchInputValue] || $forceRecentFlag} {
# if {"$env(IP_ADDR) $env(URLIB_PORT)" == "$urlibServerName $urlibPort" || [string equal {About} $frameName]} #
# if {[string equal $serverAddress $urlibServerAddress] || [string equal www.$serverAddress $urlibServerAddress] || [string equal {About} $frameName]} #
if {!$forceRecentFlag && ([string equal $serverAddress $urlibServerAddress] || [string equal www.$serverAddress $urlibServerAddress] || [string equal {About} $frameName])} {
# Main Site or About frame
# ex : http://gjfb:1905/col/dpi.inpe.br/banon/1999/06.19.17.00/doc/mirror.cgi?framename=About
set x "
"
} elseif {[string equal {Submit} $frameName]} {
# option added by GJFB in 2021-09-30 - could be used as a navigation alternative when submitting a Conference Proceedings
# ex : http://gjfb:1905/col/dpi.inpe.br/banon/1999/06.19.17.00/doc/mirror.cgi?framename=Submit&referencetype=BookSection
set x "
"
} else {
# ex : http://gjfb:1905/col/dpi.inpe.br/banon/1999/06.19.17.00/doc/mirror.cgi?framename=Recent
set x "
"
}
} else {
# ex: http://gjfb:1905/col/dpi.inpe.br/banon/1999/06.19.17.00/doc/mirror.cgi?query=ibi
set x "
"
}
]