From 8730f2849b259014b89da9f44f428a08b7b79cde Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 18 Jul 2017 22:27:05 +0200 Subject: Adding or refreshing netinstall in zh_CN --- netinstall/6/zh_CN/content/SOME_UNIQUE_ID.html | 54 +++ netinstall/6/zh_CN/content/draft.png | Bin 0 -> 16150 bytes netinstall/6/zh_CN/content/favicon.png | Bin 0 -> 1184 bytes netinstall/6/zh_CN/content/images/Boot-iso01.png | Bin 0 -> 1061 bytes netinstall/6/zh_CN/content/images/Boot-iso02.png | Bin 0 -> 8198 bytes netinstall/6/zh_CN/content/images/Boot-iso03.png | Bin 0 -> 2661 bytes netinstall/6/zh_CN/content/images/Boot-iso04.png | Bin 0 -> 2331 bytes netinstall/6/zh_CN/content/images/Boot-iso05.png | Bin 0 -> 4596 bytes netinstall/6/zh_CN/content/images/Boot-iso06.png | Bin 0 -> 2985 bytes netinstall/6/zh_CN/content/images/Boot-iso07.png | Bin 0 -> 2513 bytes netinstall/6/zh_CN/content/images/Boot-iso08.png | Bin 0 -> 4031 bytes netinstall/6/zh_CN/content/images/Bootimg9.png | Bin 0 -> 18169 bytes netinstall/6/zh_CN/content/images/boot-iso11.png | Bin 0 -> 91059 bytes netinstall/6/zh_CN/content/images/boot-iso12.png | Bin 0 -> 1214 bytes netinstall/6/zh_CN/content/images/boot-iso16.png | Bin 0 -> 3200 bytes netinstall/6/zh_CN/content/images/boot-iso19.png | Bin 0 -> 5347 bytes netinstall/6/zh_CN/content/images/boot-iso8.png | Bin 0 -> 4335 bytes netinstall/6/zh_CN/content/images/boot-iso9.png | Bin 0 -> 5321 bytes netinstall/6/zh_CN/content/images/dx-help.png | Bin 0 -> 11451 bytes netinstall/6/zh_CN/content/images/dx-welcome2.png | Bin 0 -> 402963 bytes netinstall/6/zh_CN/content/index.html | 34 ++ netinstall/6/zh_CN/content/mageia-2013-200p.png | Bin 0 -> 6473 bytes netinstall/6/zh_CN/content/main.js | 179 +++++++ netinstall/6/zh_CN/content/nwSearchFnt.js | 524 +++++++++++++++++++++ netinstall/6/zh_CN/content/search/default.props | 1 + netinstall/6/zh_CN/content/search/en-us.props | 45 ++ netinstall/6/zh_CN/content/search/es-es.props | 179 +++++++ .../6/zh_CN/content/search/htmlFileInfoList.js | 2 + netinstall/6/zh_CN/content/search/htmlFileList.js | 3 + netinstall/6/zh_CN/content/search/index-1.js | 66 +++ netinstall/6/zh_CN/content/search/index-2.js | 65 +++ netinstall/6/zh_CN/content/search/index-3.js | 62 +++ netinstall/6/zh_CN/content/search/ja-jp.props | 1 + netinstall/6/zh_CN/content/search/nwSearchFnt.js | 513 ++++++++++++++++++++ .../6/zh_CN/content/search/punctuation.props | 31 ++ .../6/zh_CN/content/search/stemmers/de_stemmer.js | 247 ++++++++++ .../6/zh_CN/content/search/stemmers/en_stemmer.js | 187 ++++++++ .../6/zh_CN/content/search/stemmers/fr_stemmer.js | 299 ++++++++++++ netinstall/6/zh_CN/content/webhelp-custom.css | 229 +++++++++ netinstall/6/zh_CN/content/webhelp-default.css | 92 ++++ netinstall/6/zh_CN/index.html | 15 + 41 files changed, 2828 insertions(+) create mode 100644 netinstall/6/zh_CN/content/SOME_UNIQUE_ID.html create mode 100644 netinstall/6/zh_CN/content/draft.png create mode 100644 netinstall/6/zh_CN/content/favicon.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso01.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso02.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso03.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso04.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso05.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso06.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso07.png create mode 100644 netinstall/6/zh_CN/content/images/Boot-iso08.png create mode 100644 netinstall/6/zh_CN/content/images/Bootimg9.png create mode 100644 netinstall/6/zh_CN/content/images/boot-iso11.png create mode 100644 netinstall/6/zh_CN/content/images/boot-iso12.png create mode 100644 netinstall/6/zh_CN/content/images/boot-iso16.png create mode 100644 netinstall/6/zh_CN/content/images/boot-iso19.png create mode 100644 netinstall/6/zh_CN/content/images/boot-iso8.png create mode 100644 netinstall/6/zh_CN/content/images/boot-iso9.png create mode 100644 netinstall/6/zh_CN/content/images/dx-help.png create mode 100644 netinstall/6/zh_CN/content/images/dx-welcome2.png create mode 100644 netinstall/6/zh_CN/content/index.html create mode 100644 netinstall/6/zh_CN/content/mageia-2013-200p.png create mode 100644 netinstall/6/zh_CN/content/main.js create mode 100644 netinstall/6/zh_CN/content/nwSearchFnt.js create mode 100644 netinstall/6/zh_CN/content/search/default.props create mode 100644 netinstall/6/zh_CN/content/search/en-us.props create mode 100644 netinstall/6/zh_CN/content/search/es-es.props create mode 100644 netinstall/6/zh_CN/content/search/htmlFileInfoList.js create mode 100644 netinstall/6/zh_CN/content/search/htmlFileList.js create mode 100644 netinstall/6/zh_CN/content/search/index-1.js create mode 100644 netinstall/6/zh_CN/content/search/index-2.js create mode 100644 netinstall/6/zh_CN/content/search/index-3.js create mode 100644 netinstall/6/zh_CN/content/search/ja-jp.props create mode 100644 netinstall/6/zh_CN/content/search/nwSearchFnt.js create mode 100644 netinstall/6/zh_CN/content/search/punctuation.props create mode 100644 netinstall/6/zh_CN/content/search/stemmers/de_stemmer.js create mode 100644 netinstall/6/zh_CN/content/search/stemmers/en_stemmer.js create mode 100644 netinstall/6/zh_CN/content/search/stemmers/fr_stemmer.js create mode 100644 netinstall/6/zh_CN/content/webhelp-custom.css create mode 100644 netinstall/6/zh_CN/content/webhelp-default.css create mode 100644 netinstall/6/zh_CN/index.html (limited to 'netinstall') diff --git a/netinstall/6/zh_CN/content/SOME_UNIQUE_ID.html b/netinstall/6/zh_CN/content/SOME_UNIQUE_ID.html new file mode 100644 index 00000000..affde55b --- /dev/null +++ b/netinstall/6/zh_CN/content/SOME_UNIQUE_ID.html @@ -0,0 +1,54 @@ + + + + + 使用微型引导镜像来安装

使用微型引导镜像来安装

概要

Mageia-<版本号>-netinstall-<架构>.iso(也叫 Boot.iso)是仅包含启动 drakx +安装器所必须的文件的安装镜像,drakx 将在启动后查找:

  • 在线软件源(或本地镜像)
  • 本地硬盘U 盘 +上的 ISO 镜像
  • CD/DVD 光盘上的 ISO 镜像
  • 局域网(本地网络)上的 ISO 镜像

以便继续和完成安装过程。

在开始前

Mageia-<版本号>-netinstall-nonfree-<架构>.iso(也叫 +boot-nonfree.iso)包含了额外的私有驱动,用于您的网络设备、磁盘控制器或其他设备。

注意

Mageia-<版本号>-netinstall-nonfree-<架构>.iso 和 +Mageia-<版本号>-netinstall-<架构>.iso 可以用于通过有线/未加密无线网络来安装 +Mageia(不支持加密无线网或蓝牙网络)。

警告

与从 DVD 或 LiveCD 安装不同,在网络安装的第一步——Stage +1,您需要输入相关参数。此时您的键盘将暂时处于 美式键盘 +布局,如果您需要输入名称和路径,这可能会造成一些麻烦。

您可以在这里的“网络安装”分类下找到 +Mageia-<版本号>-netinstall-nonfree-<架构>.iso and +Mageia-<版本号>-netinstall-<架构>.iso 这两种镜像。

您也可以从http://mirrors.mageia.org/所列出的镜像服务器中下载它们。镜像文件位于/distrib//cauldron/<架构>/install/images/,其中 +<架构> 为 i586 或 x86_64。

在下载镜像之后,您可以将其刻录到 CD 或 DVD 上;如果您希望使用 U 盘来安装,请参考此处

安装

这一步也叫 Stage 1

使用 BIOS 模式(也叫 MBR 分区格式)引导计算机

第一个窗口如下图所示

系统启动前,您可以按 F2 来越多高级选项的帮助,然后按 F1 回到安装界面。如果您没有做出选择,引导起将会以默认设置启动系统。

使用 UEFI 模式引导计算机

第一个窗口如下图所示

使用方向键来选择Start Mageia n +Install,然后按回车键。

同时用这两种模式引导计算机

您将会看到如下界面:

在 Stage 1 中,引导器不会向您的硬盘写入任何数据,所以您可以随时按下 Ctrl + Alt + +Del 来安全退出这一阶段。

您可以按 Alt + F3 来阅读引导日志,然后按 Alt + +F1 来返回安装界面。

选择安装方式

使用方向键来上下移动至需要选择的项目。

如果您不知道如何选择网络安装的渠道,请选择FTP +服务器

对于企业网络而言,FTP 和 rsync 服务可能会被封锁,在这种情况下您最好使用 HTTP +服务器

按 Tab 键将焦点移动至 Ok,然后按 回车

若要从硬盘或 U 盘安装系统,请看下面的内容。

选择网络连接类型

若您有多个网卡,请从中选择合适的网卡。

如果您不知道如何选择,请选择 +DHCP

设置主机名和域名

如果您不知道如何设置:请将其留空,然后选择“Ok”

HTTP 代理

若您不确定如何选择,请将其留空

选择一个媒体

  • 如果您手动指定了镜像,则必须输入某个媒体的路径。如果您使用的不是美式键盘,可能会在输入时遇到麻烦。

  • 选择“Mageia”之后,您可以用方向键在列表中选择特定类型的引导项。

手动指定镜像

无论您在列表 here +中选择了哪个服务器,它的目录结构都应该与 Mageia 官方镜像中的“mageia”目录一致,即 +.../mageia/distrib/<版本号>/<架构>

(使用官方镜像时)“Mageia 目录”字段的正确格式应当如下:

pub/linux/mageia/distrib/cauldron/i586

对于 Mageia 5 x86_64 发行版,则应当如下:

pub/Mirrors/Mageia/distrib/5/x86_64.

其他镜像的目录结构可能稍有不同,下列截图给出了示例:

如果您选择 HTTP 服务器:

如果您选择 FTP 服务器:

Mageia n(从列表中选择一个镜像)
  • 如果您在后续的安装过程中遇到大量依赖缺失的问题,请重启并改用其他镜像。

  • 在选择 FTP 服务器后,您将会看到用于输入登录名和密码的界面(如果需要的话)。

  • 之后,将会安装并启动 Stage 2

这是第二阶段安装的界面,请参见下面的 安装 - +Stage 2:

从硬盘安装

如果您从硬盘或 U 盘安装,您必须知道 ISO 文件的存放位置。首先,请选择您的硬盘(或 U 盘)

以及相应的分区

然后指定目录或 ISO +文件的文件名。您可以将其留空,或者指定目录名,这样便于您从安装器提供的文件列表中做出选择:只需使用方向键来上下移动、按回车键确认即可,如第二张截图所示。

安装 - Stage 2

  • 第一个界面中提示您“请选择需要使用的语言”,此时安装器尚未写入数据到您的硬盘。如果您需要重启,请按 Ctrl + Alt +F2 转到 TTY2 +终端,然后按 Ctrl + Alt + Del;按 Ctrl + Alt + F7 可以返回到安装界面。

  • 这一阶段的安装与 http://doc.mageia.org/installer/5/zh_CN/content/selectLanguage.html +中的描述相同。请点击上述链接来继续阅读安装指南;您也可以将链接中的“5”替换成其他您需要了解的 Mageia 版本。


Uploaded on 18/07/2017
diff --git a/netinstall/6/zh_CN/content/draft.png b/netinstall/6/zh_CN/content/draft.png new file mode 100644 index 00000000..59673fe1 Binary files /dev/null and b/netinstall/6/zh_CN/content/draft.png differ diff --git a/netinstall/6/zh_CN/content/favicon.png b/netinstall/6/zh_CN/content/favicon.png new file mode 100644 index 00000000..5868d96b Binary files /dev/null and b/netinstall/6/zh_CN/content/favicon.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso01.png b/netinstall/6/zh_CN/content/images/Boot-iso01.png new file mode 100644 index 00000000..80f89173 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso01.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso02.png b/netinstall/6/zh_CN/content/images/Boot-iso02.png new file mode 100644 index 00000000..fcc4fb3c Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso02.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso03.png b/netinstall/6/zh_CN/content/images/Boot-iso03.png new file mode 100644 index 00000000..113e33f9 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso03.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso04.png b/netinstall/6/zh_CN/content/images/Boot-iso04.png new file mode 100644 index 00000000..0a6b2c33 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso04.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso05.png b/netinstall/6/zh_CN/content/images/Boot-iso05.png new file mode 100644 index 00000000..a840692f Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso05.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso06.png b/netinstall/6/zh_CN/content/images/Boot-iso06.png new file mode 100644 index 00000000..0e9b9d88 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso06.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso07.png b/netinstall/6/zh_CN/content/images/Boot-iso07.png new file mode 100644 index 00000000..a5f10963 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso07.png differ diff --git a/netinstall/6/zh_CN/content/images/Boot-iso08.png b/netinstall/6/zh_CN/content/images/Boot-iso08.png new file mode 100644 index 00000000..4470909d Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Boot-iso08.png differ diff --git a/netinstall/6/zh_CN/content/images/Bootimg9.png b/netinstall/6/zh_CN/content/images/Bootimg9.png new file mode 100644 index 00000000..aeb99677 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/Bootimg9.png differ diff --git a/netinstall/6/zh_CN/content/images/boot-iso11.png b/netinstall/6/zh_CN/content/images/boot-iso11.png new file mode 100644 index 00000000..103c74f0 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/boot-iso11.png differ diff --git a/netinstall/6/zh_CN/content/images/boot-iso12.png b/netinstall/6/zh_CN/content/images/boot-iso12.png new file mode 100644 index 00000000..b10ca3f2 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/boot-iso12.png differ diff --git a/netinstall/6/zh_CN/content/images/boot-iso16.png b/netinstall/6/zh_CN/content/images/boot-iso16.png new file mode 100644 index 00000000..1f4e476f Binary files /dev/null and b/netinstall/6/zh_CN/content/images/boot-iso16.png differ diff --git a/netinstall/6/zh_CN/content/images/boot-iso19.png b/netinstall/6/zh_CN/content/images/boot-iso19.png new file mode 100644 index 00000000..bb88ed1e Binary files /dev/null and b/netinstall/6/zh_CN/content/images/boot-iso19.png differ diff --git a/netinstall/6/zh_CN/content/images/boot-iso8.png b/netinstall/6/zh_CN/content/images/boot-iso8.png new file mode 100644 index 00000000..19561bdd Binary files /dev/null and b/netinstall/6/zh_CN/content/images/boot-iso8.png differ diff --git a/netinstall/6/zh_CN/content/images/boot-iso9.png b/netinstall/6/zh_CN/content/images/boot-iso9.png new file mode 100644 index 00000000..569c2734 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/boot-iso9.png differ diff --git a/netinstall/6/zh_CN/content/images/dx-help.png b/netinstall/6/zh_CN/content/images/dx-help.png new file mode 100644 index 00000000..32824349 Binary files /dev/null and b/netinstall/6/zh_CN/content/images/dx-help.png differ diff --git a/netinstall/6/zh_CN/content/images/dx-welcome2.png b/netinstall/6/zh_CN/content/images/dx-welcome2.png new file mode 100644 index 00000000..3a1187de Binary files /dev/null and b/netinstall/6/zh_CN/content/images/dx-welcome2.png differ diff --git a/netinstall/6/zh_CN/content/index.html b/netinstall/6/zh_CN/content/index.html new file mode 100644 index 00000000..7bba26c4 --- /dev/null +++ b/netinstall/6/zh_CN/content/index.html @@ -0,0 +1,34 @@ + + + + + 使用微型镜像来安装

此手册中的文本和屏幕截图以 CC BY-SA 3.0 协议(http://creativecommons.org/licenses/by-sa/3.0/)发布。

此手册由 NeoDoc 开发的 Calenco CMS 生成。

内容由志愿者编写。若您希望完善此手册,请联系 文档团队



Uploaded on 18/07/2017
diff --git a/netinstall/6/zh_CN/content/mageia-2013-200p.png b/netinstall/6/zh_CN/content/mageia-2013-200p.png new file mode 100644 index 00000000..a6846683 Binary files /dev/null and b/netinstall/6/zh_CN/content/mageia-2013-200p.png differ diff --git a/netinstall/6/zh_CN/content/main.js b/netinstall/6/zh_CN/content/main.js new file mode 100644 index 00000000..011818d1 --- /dev/null +++ b/netinstall/6/zh_CN/content/main.js @@ -0,0 +1,179 @@ +/** + * Miscellaneous js functions for WebHelp + * Kasun Gajasinghe, http://kasunbg.blogspot.com + * David Cramer, http://www.thingbag.net + * + */ + +$(document).ready(function() { + // $("#showHideHighlight").button(); //add jquery button styling to 'Go' button + //Generate tabs in nav-pane with JQuery + $(function() { + $("#tabs").tabs({ + cookie: { + // store cookie for 2 days. + expires: 2 + } + }); + }); + + //Generate the tree + $("#ulTreeDiv").css("display","block"); + $("#tree").treeview({ + collapsed: true, + animated: "medium", + control: "#sidetreecontrol", + persist: "cookie" + }); + + //after toc fully styled, display it. Until loading, a 'loading' image will be displayed + $("#tocLoading").css("display", "none"); + //$("#ulTreeDiv").attr("style","display:block;"); + + //.searchButton is the css class applied to 'Go' button + $(function() { + $("button", ".searchButton").button(); + + $("button", ".searchButton").click(function() {return false;}); + }); + + //'ui-tabs-1' is the cookie name which is used for the persistence of the tabs.(Content/Search tab) + if ($.cookie('ui-tabs-1') === '1') { //search tab is visible + if ($.cookie('textToSearch') != undefined && $.cookie('textToSearch').length > 0) { + document.getElementById('textToSearch').value = $.cookie('textToSearch'); + Verifie('diaSearch_Form'); + searchHighlight($.cookie('textToSearch')); + //$("#showHideHighlight").css("display","block"); + } + } + + syncToc(); //Synchronize the toc tree with the content pane, when loading the page. + //$("#doSearch").button(); //add jquery button styling to 'Go' button +}); + +/** + * Synchronize with the tableOfContents + */ +function syncToc(){ + var a = document.getElementById("webhelp-currentid"); + if (a != undefined) { + var b = a.getElementsByTagName("span")[0]; + + + if (b != undefined) { + //Setting the background for selected node. + //b.setAttribute("style", "color: white; background-color: #a7a9ac;"); + b.style.color = "#FFFFFF"; + b.style.backgroundColor = "#a7a9ac"; + } + + //shows the node related to current content. + //goes a recursive call from current node to ancestor nodes, displaying all of them. + while (a.parentNode && a.parentNode.nodeName) { + var parentNode = a.parentNode; + var nodeName = parentNode.nodeName; + + if (nodeName.toLowerCase() == "ul") { + parentNode.style.display = "block"; + + // Expand the current entry + var u = a.getElementsByTagName("ul")[0]; + if (u) { + u.style.display = "block"; + } + } else if (nodeName.toLocaleLowerCase() == "li") { + parentNode.setAttribute("class", "collapsable"); + parentNode.firstChild.setAttribute("class", "hitarea collapsable-hitarea "); + } + a = parentNode; + } + + if (b != undefined) { + b.scrollIntoView(); + } + } +} + +/** + * Code for Show/Hide TOC + * + */ +function showHideToc() { + var showHideButton = $("#showHideButton"); + var leftNavigation = $("#leftnavigation"); + var content = $("#content"); + + if (showHideButton != undefined && showHideButton.hasClass("pointLeft")) { + //Hide TOC + showHideButton.removeClass('pointLeft').addClass('pointRight'); + content.css("margin", "0 0 0 0"); + leftNavigation.css("display","none"); + showHideButton.attr("title", "Show table of contents"); + } else { + //Show the TOC + showHideButton.removeClass('pointRight').addClass('pointLeft'); + content.css("margin", "0 0 0 315px"); + leftNavigation.css("display","block"); + showHideButton.attr("title", "Hide table of contents"); + } +} + +/** + * Code for searh highlighting + */ +var highlightOn = true; +function searchHighlight(searchText) { + highlightOn = true; + if (searchText != undefined) { + var wList; + var sList = new Array(); //stem list + //Highlight the search terms + searchText = searchText.toLowerCase().replace(/<\//g, "_st_").replace(/\$_/g, "_di_").replace(/\.|%2C|%3B|%21|%3A|@|\/|\*/g, " ").replace(/(%20)+/g, " ").replace(/_st_/g, " -1) { + + alert(txt_browser_not_supported); + return; + } + + + var expressionInput = document.ditaSearch_Form.textToSearch.value; + //Set a cookie to store the searched keywords + $.cookie('textToSearch', expressionInput); + + + if (expressionInput.length < 1) { + + // expression is invalid + alert(txt_enter_at_least_1_char); + // reactive la fenetre de search (utile car cadres) + document.ditaSearch_Form.textToSearch.focus(); + } + else { + + // Effectuer la recherche + Effectuer_recherche(expressionInput); + + // reactive la fenetre de search (utile car cadres) + document.ditaSearch_Form.textToSearch.focus(); + } +} + +var stemQueryMap = new Array(); // A hashtable which maps stems to query words + +/* This function parses the search expression, loads the indices and displays the results*/ +function Effectuer_recherche(expressionInput) { + + /* Display a waiting message */ + //DisplayWaitingMessage(); + + /*data initialisation*/ + var searchFor = ""; // expression en lowercase et sans les caracte res speciaux + //w = new Object(); // hashtable, key=word, value = list of the index of the html files + scriptLetterTab = new Scriptfirstchar(); // Array containing the first letter of each word to look for + var wordsList = new Array(); // Array with the words to look for + var finalWordsList = new Array(); // Array with the words to look for after removing spaces + var linkTab = new Array(); + var fileAndWordList = new Array(); + var txt_wordsnotfound = ""; + + + /*nqu: expressionInput, la recherche est lower cased, plus remplacement des char speciaux*/ + searchFor = expressionInput.toLowerCase().replace(/<\//g, "_st_").replace(/\$_/g, "_di_").replace(/\.|%2C|%3B|%21|%3A|@|\/|\*/g, " ").replace(/(%20)+/g, " ").replace(/_st_/g, "= 0; i--) { + if (fileAndWordList[i] != undefined) { + linkTab.push("

" + txt_results_for + " " + "" + fileAndWordList[i][0].motslisteDisplay + "" + "

"); + + linkTab.push(""); + } + } + } + + var results = ""; + if (linkTab.length > 0) { + /*writeln ("

" + txt_results_for + " " + "" + cleanwordsList + "" + "
"+"

");*/ + results = "

"; + //write("