|
|||
|
[dotclear 1 150] [dotclearlink $homesite 35 1 download.nhtml]Download [dotclearlink $abs_location 35 1 userinfo/]User Info [dotclearlink $abs_location 25 15 userinfo/newuserfaq.nhtml]New User FAQ [dotclearlink $abs_location 1 15 userinfo/tutorials.nhtml]Tutorials [dotclearlink $abs_location 1 15 userinfo/library.nhtml]Demos [dotclearlink $abs_location 1 15 commands/]Commands [dotclearlink $abs_location 1 15 userinfo/variables.nhtml]Variables [dotclearlink $abs_location 1 15 userinfo/usertrouble.nhtml]Troubleshooting [dotclearlink $abs_location 1 15 examples.nhtml]Code Examples [dotclearlink $abs_location 35 1 sysopinfo/]Sysop Info [dotclearlink $abs_location 25 15 sysopinfo/sysopfaq.nhtml]Sysop FAQ [dotclearlink $abs_location 1 15 sysopinfo/theory.nhtml]Theory [dotclearlink $abs_location 1 15 sysopinfo/installation.nhtml]Installation [dotclearlink $abs_location 1 15 sysopinfo/management.nhtml]Management [dotclearlink $abs_location 1 15 tests/index.nhtml]Tests [dotclearlink $abs_location 1 15 sysopinfo/sysoptrouble.nhtml]Troubleshooting [dotclearlink $abs_location 35 1 faq.nhtml]FAQ [dotclearlink $abs_location 35 1 feedback.nhtml]Feedback [dotclearlink $abs_location 35 1 resources.nhtml]Resources [dotclearlink $abs_location 35 1 release.nhtml]Release Notes [dotclearlink $abs_location 35 1 credits.nhtml]Credits [dotclearlink $abs_location 35 1 disclaimer.nhtml]Disclaimer |
" } proc emit_full_footer {} { html " | ||
| Copyright © 1995-1999 The NeoWebScript Group. All Rights Reserved | |||
|
|
NeoSoft NeoWebScript Search Site Map |
" html "$short_description" html "
" if {[info exists synopsis]} { html "" html "Synopsis" html "
" html "
" } if {[info exists description]} { html "" html "Description" html "
$description
" } if {[info exists seealso]} { html "" html "See Also" html "
$seealso
" } if {[info exists keywords]} { html "" html "Keywords" html "
" html "$keywords" html "
" } } proc handle_command_notes {} { global response webenv load_response if {![info exists response(mode)]} { command_notes } else { $response(mode) } } proc command_notes {} { global response webenv noteDb html "
| "
html " |
html |
| " html "No Notes" html | html|
| "
html "$array(email)"
html html $array(date) html |
html "" html $array(note) html | html
| " neo_form response "method=post action=../notes.nhtml" neo_form_field hidden mode "value=add_note" neo_form_field hidden doc "value=\"$webenv(DOCUMENT_URI)\"" neo_form_submit "Add Note" neo_form_end html | html
| neo_form_field text email "size=30" html | html
| neo_form_textarea note "rows=5 cols=40 wrap=physical" html | html
html "Back to Command Page" }