home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / shareware / nmsetup.exe / WebServer / web / _glossary.php < prev    next >
Encoding:
PHP Script  |  2006-05-01  |  7.6 KB  |  122 lines

  1. <?php
  2. ////////////////////////////////////////////////////////////////////////////////
  3. // <!--Copyright (c) 2005 Pure Networks Inc.  All rights reserved.-->
  4. ////////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Build: 2.0.5238.1
  7. // $Revision: #1 $
  8. //
  9. $arGlossary[] = "";
  10.  
  11. // *********************************
  12. // * This file contians the glossary terms and definitions used in the help section
  13. // * $arGlossary["Glossary Item"][0] is the text that will display on the page underlined
  14. // * $arGlossary["Glossary Item"][1] is the text that will display in the tooltip upon mouseover of $arGlossary["Glossary Item"][0]
  15. // *********************************
  16.  
  17.                              
  18.  
  19.  
  20. // cookies
  21. $arGlossary["cookies"][0]  =   "cookies";
  22. $arGlossary["cookies"][1]  =   "A cookie is a bit of information that a Web site adds to a visitor's computer. Typically, the information in a cookie file contains your preferences when visiting that site.";
  23.  
  24. // file name extension
  25. $arGlossary["file name extension"][0]  =   "file name extension";
  26. $arGlossary["file name extension"][1]  =   "This follows the period in a file name and can help you identify what type of information is in a file. For example, if the file name is File.txt, then .txt is the file name extension -- and .txt is the Text Document file type.";
  27.  
  28. // friendly name
  29. $arGlossary["friendly name"][0]  =   "friendly name";
  30. $arGlossary["friendly name"][1]  =   "Set up easy-to-remember names using " . $sParentProductNameInformal . ". Give friendly names to the network, computers, devices, or shared folders. For example, a home network can have the friendly name Smith Family Network.";
  31.  
  32. // home network member
  33. $arGlossary["home network member"][0]  =   "home network member";
  34. $arGlossary["home network member"][1]  =   "This is a " . $sParentProductNameInformal . " user in the network. It includes whoever set up " . $sProductNameInformal . ", as well as anyone who used " . $sParentProductNameInformal . " to set up shared folders (including those available through the Web using " . $sProductNameInformal . ").";
  35.  
  36. // hotspot
  37. $arGlossary["hotspot"][0]  =   "hotspot";
  38. $arGlossary["hotspot"][1]  =   "A location that offers wireless Internet access. Hotspots can be in coffee shops, hotels, or public meeting areas. In some parts of the world, hotspots are known as coolspots.";
  39.  
  40. // JavaScript
  41. $arGlossary["JavaScript"][0]  =   "JavaScript";
  42. $arGlossary["JavaScript"][1]  =   "This is a type of scripting that is commonly used to make your Web experience richer and more interactive. JavaScript is also known as JScript.";
  43.  
  44. // keystroke logging
  45. $arGlossary["keystroke logging"][0]  =   "keystroke logging";
  46. $arGlossary["keystroke logging"][1]  =   "This is a program that creates a log of all keystrokes typed on a keyboard. Network crackers (hackers) can use such a tool, for example, to detect what you type at particular Web sites.";
  47.  
  48. // list view
  49. $arGlossary["list view"][0]  =   "list view";
  50. $arGlossary["list view"][1]  =   "This way to view shared folders includes detailed information (for example, the file name, size, and type).";
  51.  
  52. // network
  53. $arGlossary["network"][0]  =   "network";
  54. $arGlossary["network"][1]  =   "This is the home network to which you connect through this Web site. After you connect, you can browse, download, and upload files.";
  55.  
  56. // network name
  57. $arGlossary["network name"][0]  =   "network name";
  58. $arGlossary["network name"][1]  =   "This is the network's friendly name, as set up using " . $sParentProductNameInformal . ".";
  59.  
  60. // offline
  61. $arGlossary["offline"][0]  =   "offline";
  62. $arGlossary["offline"][1]  =   "An offline computer can be turned off, disconnected from the network, or using a Windows power-saving feature.";
  63.  
  64. // public computer
  65. $arGlossary["public computer"][0]  =   "public computer";
  66. $arGlossary["public computer"][1]  =   "A computer in a public location (for example, (for example, a public library, a school, or an Internet cafe). Use common sense to maintain security (for example, always sign out of this Web site when you are done using password-protected folders).";
  67.  
  68. // public folders
  69. $arGlossary["public folders"][0]  =   "public folders";
  70. $arGlossary["public folders"][1]  =   "These are shared folders set up for public access. No password is required to access them.";
  71.  
  72. // " . $sParentProductNameInformal . "
  73. $arGlossary["" . $sParentProductNameInformal . ""][0]  =   "" . $sParentProductNameInformal . "";
  74. $arGlossary["" . $sParentProductNameInformal . ""][1]  =   "" . $sParentProductNameInformal . " is the only software that makes day-to-day home networking easy, intuitive and enjoyable. You use " . $sParentProductNameInformal . " to set up shared folders that you can access through the Web using this Web site.";
  75.  
  76. // " . $sProductNameInformal . " host
  77. $arGlossary["" . $sProductNameInformal . " host"][0]  =   "" . $sProductNameInformal . " host";
  78. $arGlossary["" . $sProductNameInformal . " host"][1]  =   "This is the computer on which " . $sProductNameInformal . " is activated. When you connect to the network to access shared folders, the first computer to which you connect is the " . $sProductNameInformal . " host.";
  79.  
  80. // " . $sProductNameInformal . " address
  81. $arGlossary["" . $sProductNameInformal . " address"][0]  =   "" . $sProductNameInformal . " address";
  82. $arGlossary["" . $sProductNameInformal . " address"][1]  =   "This is the address you enter in a Web browser to access the " . $sProductNameInformal . " Web site.";
  83.  
  84. // " . $sProductNameInformal . " Web site
  85. $arGlossary["" . $sProductNameInformal . " Web site"][0]  =   "" . $sProductNameInformal . " Web site";
  86. $arGlossary["" . $sProductNameInformal . " Web site"][1]  =   "This is the simple Web site that is part of the " . $sProductNameInformal . " feature in " . $sParentProductNameInformal . ". When you connect to the home network, you view shared folders through the site, which is on the " . $sProductNameInformal . " host computer.";
  87.  
  88.  
  89. // slideshow
  90. $arGlossary["slideshow"][0]  =   "slideshow";
  91. $arGlossary["slideshow"][1]  =   "View a series of images from a shared folder.";
  92.  
  93.  
  94.  
  95.  
  96. // shared folders
  97. $arGlossary["shared folders"][0]  =   "shared folders";
  98. $arGlossary["shared folders"][1]  =   "On this Web site, the music, digital photos, video, and documents you access are in shared folders in a home network.";
  99.  
  100. // strong password
  101. $arGlossary["strong password"][0]  =   "strong password";
  102. $arGlossary["strong password"][1]  =   "This type of password is better since it is more difficult for others to guess. A strong password requires a particular combination of letters, numbers, and capitalization.";
  103.  
  104. // task
  105. $arGlossary["task"][0]  =   "task";
  106. $arGlossary["task"][1]  =   "Tasks are easy ways to do routine " . $sProductNameInformal . " steps. Available tasks differ, based on the situation. For example, when you browse shared folders on a computer, you can use a task to view them by folder. You can find tasks in the Tasks box shown on " . $sProductNameInformal . " pages.";
  107.  
  108.  
  109. // thumbnail view
  110. $arGlossary["thumbnail view"][0]  =   "thumbnail view";
  111. $arGlossary["thumbnail view"][1]  =   "This way to view shared folders shows you at a glance which folder you want. Small versions of images are called thumbnails.";
  112.  
  113. function return_glossary_text($iGlossaryName, $sExtraErrorInfo, $arGlossary)
  114. {
  115.     $sReturn = "<abbr title=\"" . $arGlossary[$iGlossaryName][1] . "\">"
  116.         . "<span class=\"abbr\" title=\"" . $arGlossary[$iGlossaryName][1] 
  117.         . "\" onclick=\"javascript:openGlossaryWindow('/glossary.php#" . urlEncodeString($arGlossary[$iGlossaryName][0])
  118.         . "');\">"
  119.         . $arGlossary[$iGlossaryName][0] . "</span></abbr>";
  120.     return ($sReturn);
  121. }
  122. ?>