2025-04-27 07:49:33 -04:00

18 lines
469 B
Plaintext

<%
Const L_TITLE_TEXT="Server File System"
Const L_PATHNOTFOUND_TEXT = "The path was not found."
Const L_LOOKIN_TEXT = "Look in:"
Const L_SLASH_TEXT = "\"
Const L_DBLSLASH_TEXT = "\\"
Const L_FWDSLASH_TEXT = "/"
Const L_NAME_TEXT = "Name"
Const L_SIZE_TEXT = "Size"
Const L_TYPE_TEXT = "Type"
Const L_LASTMODIFIED_TEXT = "Modified"
Const L_FILENAME_TEXT = "File name:"
Const L_OPEN_TEXT = " OK "
Const L_CANCEL_TEXT = " Cancel "
%>