At this moment, there are the following files:
HTTP specific pages:
| 402.htm |
Notification that requested action is blocked due to trial version |
| 402_small.htm |
The same page for small windows |
| 404.htm |
Not found or access is denied |
| 404_big.htm |
The same page for full sized window |
| 500.htm |
Internal server error |
| 500_1.htm |
Internal server error while trying to delete a file |
| 503.htm |
Search is blocked |
User web interface:
| archive.htm |
Virtual archive |
| close.htm |
Closes popup window and reloads parent window (contains no editable text) |
| close1.htm |
Closes popup windows (contains no editable text) |
| contact.htm |
Message to administrator |
| delivered.htm |
Text string (is used in many ways to display a text) |
| duplicateuser.htm |
Duplicate user page |
| fileoptions.htm |
File properties window |
| fileoptions1.htm |
File properties window for a zip archive |
| folderoptions.htm |
Folder properties window |
| index.htm |
Login page |
| listing.htm |
Directory listing page |
| listing_simple.htm |
Directory listing page for simplified web interface |
| new_folder.htm |
New folder window |
| new_user.htm |
New user window for online registration |
| register.htm |
Is used to register the program online |
| res.htm |
Text string |
| search.htm |
Search window |
| searchlist.htm |
Search results |
| serverindex.htm |
‘Agreement’ page |
| showstatistics.htm |
User logs |
| splitfile.htm |
Requests parameters to download a file by parts |
| splitfile1.htm |
Displays links to different file parts (download by parts option) |
| upload.htm |
Upload window |
| upprogress.htm |
Upload progress bar |
| zipres.htm |
Result for zip operation |
Remote administration:
| account_manager.htm |
Account manager |
| addfolder.htm |
Displays directory listing to add new folders to user account |
| admin_index.htm |
Administrator login page |
| admin_main.htm |
Administrator main page |
| admin_showstatistics.htm |
User logs |
| config_blocked.htm |
Configuration: Block folders page |
| config_gen.htm |
Configuration: General page |
| config_ipfilter.htm |
Configuration: IP filter page |
| config_login.htm |
Configuration: Login page settings page |
| config_main.htm |
Links to different pages of configuration |
| config_notifications.htm |
Configuration: Notifications page |
| modify_account.htm |
Modify user account page |
| new_account.htm |
New account page |
| nures.htm |
Text string |
Remote Files SE uses special tags to insert its output into resulting web page. Tags are words that start and finish by %. For example, %AUTH% on the login page. Exact meaning of a tag can be guessed from its name or from the text that replaces it in generated page. You may place a tag anywhere on a new page, and corresponding message will appear at that place. You may remove any tag, and corresponding message will no longer appear.
After you save changes, it is better to check a file in Notepad. Sometimes html editors replace % by %25 like %25AUTH%25. You should check and possibly correct tags (%25AUTH%25 -> %AUTH%), otherwise you could not see corresponding messages or corresponding links will not work.
|