home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # Copyright (c) 1996 by Cayenne Software Inc.
- #
- # This software is furnished under a license and may be used only in
- # accordance with the terms of such license and with the inclusion of
- # the above copyright notice. This software or any other copies thereof
- # may not be provided or otherwise made available to any other person.
- # No title to and ownership of the software is hereby transferred.
- #
- # The information in this software is subject to change without notice
- # and should not be construed as a commitment by Cayenne Software Inc.
- #
- #---------------------------------------------------------------------------
- #
- # File : %W%
- # Author : edri
- # Original date : 16-10-1996
- # Description : Mapping of RepTool help to URLs
- #
- #---------------------------------------------------------------------------
- #
- global short2url
-
- # Help on Help
- #
- set short2url(help) GEN/tl_hlp.html
- set short2url(topics) GEN/o_idx.html
-
- # Help On Context
- #
- set short2url(repToolMain) REPTL/tl_reptool.html
- set short2url(repToolCorpManView) REPTL/tl_repcorp.html
- set short2url(repToolUserEnvView) REPTL/tl_repuenv.html
- set short2url(repToolLockManView) REPTL/tl_replock.html
- set short2url(repToolCSConfigView) REPTL/tl_repconf.html
-
- set short2url(selectedExtFile) REPTL/o_ue_extfile.html
- set short2url(selectedLock) REPTL/o_lom_lock.html
- set short2url(selectedCSRootNode) REPTL/o_cs_otnode.html
- set short2url(selectedCSServicesNode) REPTL/o_cs_objservnode.html
- set short2url(selectedCSServiceNode) REPTL/o_cs_servdefnode.html
- set short2url(selectedCSBrokersNode) REPTL/o_cs_brokersnode.html
- set short2url(selectedCSBrokerNode) REPTL/o_cs_brokernode.html
- set short2url(selectedCSImplemNode) REPTL/o_cs_implnode.html
- set short2url(selectedCSNameServerNode) REPTL/o_cs_nameservnode.html
- set short2url(selectedCSLockServerNode) REPTL/o_cs_lckservnode.html
- set short2url(selectedCSDbServerNode) REPTL/o_cs_dbservnode.html
- set short2url(selectedCSClientNode) REPTL/o_cs_clientnode.html
-
- # Help on Dialog Boxes
- #
- set short2url(newRepository) REPTL/db_cm_newrep.html
- set short2url(deleteRepository) REPTL/db_cm_delrep.html
- set short2url(changeRepositoryName) REPTL/db_cm_chrepname.html
- set short2url(changeRepositoryEntry) REPTL/db_cm_chservdef.html
- set short2url(optimizeRepository) REPTL/db_cm_optimize.html
- set short2url(backupRepository) REPTL/db_cm_backup.html
- set short2url(restoreRepository) REPTL/db_cm_restore.html
- set short2url(archiveCommand) REPTL/db_cm_archcmd.html
- set short2url(unarchiveCommand) REPTL/db_cm_unarchcmd.html
-
- set short2url(deleteExtFile) REPTL/db_ue_delextfile.html
- set short2url(uploadExtFile) REPTL/db_ue_upload.html
-
- set short2url(newLock) REPTL/db_lom_newlock.html
- set short2url(deleteLock) REPTL/db_lom_dellock.html
- set short2url(changeLockFilter) REPTL/db_lom_chlockfilt.html
- set short2url(shutdownLockServer) REPTL/db_lom_shutdown.html
-
- set short2url(deleteServerEntry) REPTL/db_cs_delserver.html
- set short2url(changeServerEntry) REPTL/db_cs_chserver.html
- set short2url(changeParameters) REPTL/db_cs_chorb.html
- set short2url(changeParamMode) REPTL/db_cs_chparam.html
-
- set short2url(shutdownObjectTeam) REPTL/db_cs_shutot.html
- set short2url(shutdownService) REPTL/db_cs_shutservice.html
- set short2url(shutdownBroker) REPTL/db_cs_shutbroker.html
- set short2url(shutdownBrokers) REPTL/db_cs_shutbrokers.html
- set short2url(shutdownImplem) REPTL/db_cs_shutimplem.html
- set short2url(shutdownLockServer2) REPTL/db_cs_shutlockserver.html
- set short2url(shutdownServer) REPTL/db_cs_shutdbserver.html
- set short2url(shutdownNameServer) REPTL/db_cs_shutnameserver.html
-