From 0fe2096efc33262f7cbb614739f80252efc0f78c Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 18 Jul 2017 22:27:01 +0200 Subject: Adding or refreshing netinstall in cs --- netinstall/6/cs/content/SOME_UNIQUE_ID.html | 84 ++++ netinstall/6/cs/content/draft.png | Bin 0 -> 16150 bytes netinstall/6/cs/content/favicon.png | Bin 0 -> 1184 bytes netinstall/6/cs/content/images/Boot-iso01.png | Bin 0 -> 1061 bytes netinstall/6/cs/content/images/Boot-iso02.png | Bin 0 -> 8198 bytes netinstall/6/cs/content/images/Boot-iso03.png | Bin 0 -> 2661 bytes netinstall/6/cs/content/images/Boot-iso04.png | Bin 0 -> 2331 bytes netinstall/6/cs/content/images/Boot-iso05.png | Bin 0 -> 4596 bytes netinstall/6/cs/content/images/Boot-iso06.png | Bin 0 -> 2985 bytes netinstall/6/cs/content/images/Boot-iso07.png | Bin 0 -> 2513 bytes netinstall/6/cs/content/images/Boot-iso08.png | Bin 0 -> 4031 bytes netinstall/6/cs/content/images/Bootimg10.png | Bin 0 -> 3873 bytes netinstall/6/cs/content/images/Bootimg9.png | Bin 0 -> 18169 bytes netinstall/6/cs/content/images/boot-iso10.png | Bin 0 -> 5013 bytes netinstall/6/cs/content/images/boot-iso11.png | Bin 0 -> 91059 bytes netinstall/6/cs/content/images/boot-iso12.png | Bin 0 -> 1214 bytes netinstall/6/cs/content/images/boot-iso16.png | Bin 0 -> 3200 bytes netinstall/6/cs/content/images/boot-iso19.png | Bin 0 -> 5347 bytes netinstall/6/cs/content/images/boot-iso8.png | Bin 0 -> 4335 bytes netinstall/6/cs/content/images/boot-iso9.png | Bin 0 -> 5321 bytes netinstall/6/cs/content/images/bootimg8.png | Bin 0 -> 3329 bytes netinstall/6/cs/content/images/dx-help.png | Bin 0 -> 11451 bytes netinstall/6/cs/content/images/dx-welcome2.png | Bin 0 -> 402963 bytes netinstall/6/cs/content/index.html | 39 ++ netinstall/6/cs/content/mageia-2013-200p.png | Bin 0 -> 6473 bytes netinstall/6/cs/content/main.js | 179 +++++++ netinstall/6/cs/content/nwSearchFnt.js | 524 +++++++++++++++++++++ netinstall/6/cs/content/search/default.props | 1 + netinstall/6/cs/content/search/en-us.props | 45 ++ netinstall/6/cs/content/search/es-es.props | 179 +++++++ netinstall/6/cs/content/search/htmlFileInfoList.js | 2 + netinstall/6/cs/content/search/htmlFileList.js | 3 + netinstall/6/cs/content/search/index-1.js | 144 ++++++ netinstall/6/cs/content/search/index-2.js | 143 ++++++ netinstall/6/cs/content/search/index-3.js | 140 ++++++ netinstall/6/cs/content/search/ja-jp.props | 1 + netinstall/6/cs/content/search/nwSearchFnt.js | 513 ++++++++++++++++++++ netinstall/6/cs/content/search/punctuation.props | 31 ++ .../6/cs/content/search/stemmers/de_stemmer.js | 247 ++++++++++ .../6/cs/content/search/stemmers/en_stemmer.js | 187 ++++++++ .../6/cs/content/search/stemmers/fr_stemmer.js | 299 ++++++++++++ netinstall/6/cs/content/webhelp-custom.css | 229 +++++++++ netinstall/6/cs/content/webhelp-default.css | 92 ++++ 43 files changed, 3082 insertions(+) create mode 100644 netinstall/6/cs/content/SOME_UNIQUE_ID.html create mode 100644 netinstall/6/cs/content/draft.png create mode 100644 netinstall/6/cs/content/favicon.png create mode 100644 netinstall/6/cs/content/images/Boot-iso01.png create mode 100644 netinstall/6/cs/content/images/Boot-iso02.png create mode 100644 netinstall/6/cs/content/images/Boot-iso03.png create mode 100644 netinstall/6/cs/content/images/Boot-iso04.png create mode 100644 netinstall/6/cs/content/images/Boot-iso05.png create mode 100644 netinstall/6/cs/content/images/Boot-iso06.png create mode 100644 netinstall/6/cs/content/images/Boot-iso07.png create mode 100644 netinstall/6/cs/content/images/Boot-iso08.png create mode 100644 netinstall/6/cs/content/images/Bootimg10.png create mode 100644 netinstall/6/cs/content/images/Bootimg9.png create mode 100644 netinstall/6/cs/content/images/boot-iso10.png create mode 100644 netinstall/6/cs/content/images/boot-iso11.png create mode 100644 netinstall/6/cs/content/images/boot-iso12.png create mode 100644 netinstall/6/cs/content/images/boot-iso16.png create mode 100644 netinstall/6/cs/content/images/boot-iso19.png create mode 100644 netinstall/6/cs/content/images/boot-iso8.png create mode 100644 netinstall/6/cs/content/images/boot-iso9.png create mode 100644 netinstall/6/cs/content/images/bootimg8.png create mode 100644 netinstall/6/cs/content/images/dx-help.png create mode 100644 netinstall/6/cs/content/images/dx-welcome2.png create mode 100644 netinstall/6/cs/content/index.html create mode 100644 netinstall/6/cs/content/mageia-2013-200p.png create mode 100644 netinstall/6/cs/content/main.js create mode 100644 netinstall/6/cs/content/nwSearchFnt.js create mode 100644 netinstall/6/cs/content/search/default.props create mode 100644 netinstall/6/cs/content/search/en-us.props create mode 100644 netinstall/6/cs/content/search/es-es.props create mode 100644 netinstall/6/cs/content/search/htmlFileInfoList.js create mode 100644 netinstall/6/cs/content/search/htmlFileList.js create mode 100644 netinstall/6/cs/content/search/index-1.js create mode 100644 netinstall/6/cs/content/search/index-2.js create mode 100644 netinstall/6/cs/content/search/index-3.js create mode 100644 netinstall/6/cs/content/search/ja-jp.props create mode 100644 netinstall/6/cs/content/search/nwSearchFnt.js create mode 100644 netinstall/6/cs/content/search/punctuation.props create mode 100644 netinstall/6/cs/content/search/stemmers/de_stemmer.js create mode 100644 netinstall/6/cs/content/search/stemmers/en_stemmer.js create mode 100644 netinstall/6/cs/content/search/stemmers/fr_stemmer.js create mode 100644 netinstall/6/cs/content/webhelp-custom.css create mode 100644 netinstall/6/cs/content/webhelp-default.css (limited to 'netinstall/6/cs/content') diff --git a/netinstall/6/cs/content/SOME_UNIQUE_ID.html b/netinstall/6/cs/content/SOME_UNIQUE_ID.html new file mode 100644 index 00000000..bf851485 --- /dev/null +++ b/netinstall/6/cs/content/SOME_UNIQUE_ID.html @@ -0,0 +1,84 @@ + + + + + Instalace s velmi malým instalačním obrazem

Instalace s velmi malým instalačním obrazem

Souhrn

Mageia-<version>-netinstall-<arch>.iso (dříve známé jako Boot.iso) je +malý obraz, který neobsahuje nic víc než to, co je potřeba ke spuštění +instalátoru drakx a nalezení buď:

  • internetové zdroje (nebo místní zrcadlo)
  • obraz ISO na místním pevném disku nebo na +zařízení USB
  • Obraz ISO na CD/DVD ROM
  • obraz ISO na LAN (místní síti; local area +network)

pro pokračování a dokončení instalace.

Předtím než začnete

The Mageia-<version>-netinstall-nonfree-<arch>.iso (dříve známé jako +Boot.iso boot-nonfree.iso) obsahuje další soukromě vlastněné ovladače +zařízení, které mohou být požadovány pro vaše díťové zařízení, diskový +řadič, nebo možná jiné zařízení.

Poznámka

Soubory Mageia-<version>-netinstall-nonfree-<arch>.iso a +Mageia-<version>-netinstall-<arch>.iso lze použít ke spuštění síťové +instalace přes drátovou nebo nešifrovanou Wi-Fi síť. (šifrovaná síť Wi-Fi +nebo bluetooth nejsou povoleny)

Varování

Na rozdíl od instalace z DVD nebo LiveCDbudet během první fáze instalace, +Fáze 1 požádáni o zadání některých +věcí. Během této fáze se bude vaše klávesnice chovat jako americká +klávesnice. Toto může být, když potřebujete zapsat jména a cesty +velice matoucí.

Soubory Mageia-<version>-netinstall-nonfree-<arch>.iso a +Mageia-<version>-netinstall-<arch>.iso naleznete zde. Říká se tomu +síťová instalace.

Také tyto obrazy můžete stáhnout z kteréhokoli zrcadla v seznamu http://mirrors.mageia.org/. +Jednoduše sledujte +cestu /distrib//cauldron/$ARCH/install/images/, kdee +$ARCH je i586 nebo x86_64.

Po stažení obrazu tento vypalte na CD/DVD nebo, pokud dáváte přednost jeho +nahrání na zařízení USB, následujte pokyny zde.

Instalace

Tento krok se také nazývá Fáze 1

Počítač se spustí v režimu BIOS (také nazývaném MBR, což je zkratka pro +Master Boot Record)

První obrazovka, která se objeví, je tato

Při zavádění můžete po stisknutí klávesy F2 číst pokročilou nápovědu. Do +obrazovky instalátoru se vrátíte stisknutím F1. Pokud si takto nezvolíte, +zavádění bude pokračovat s výchozím nastavením.

Počítač se spustí v režimu UEFI

První obrazovka, která se objeví, je tato

Použijte klávesy šipek pro vybrání Spustit instalaci +Mageie a stiskněte klávesu Enter.

V obou režimech

Pak můžete vidět tuto obrazovku:

Během fáze 1 nebude na váš pevný disk nic zapsáno, takže je bezpečné kdykoli +postup ukončit. Uděláte to stisknutím Ctrl+Alt+Del.

Můžete použít Alt+F3 k přečtení si záznamů a +Alt+F1 pro návrat do instalační obrazovky.

Vybrat způsob instalace

Použijte klávesy šipek pro pohyb dolů a nahoru v seznamu, dokud se +nezvýrazní váš způsob volby.

Pokud si nechcete vybrat síťovou instalaci, +zvolte Server FTP.

V podnikové síti mohou být FTP a rsync blokovány, takže v tomto případě je +dobrou volbou použití serveru HTTP.

Tiskněte klávesu tabulátoru, dokud není zvýrazněno +OK, a pak stiskněte Enter.

Pro instalaci z pevného disku nebo ze zařízení USB, viz níže.

Výběr typu síťového spojení

Pokud máte několik síťových karet, zvolte tu správnou.

Pokud nevíte, kterou vybrat, vyberte DHCP

Nastavení názvu hostitele a doménového jména

Pokud nevíte, co dělat, ponechejte prázdné a vyberte OK

Proxy HTTP

Ponechejte prázdné, pokud nevíte, co dělat

Vybrat zdroj

  • Pokud si řeknete, že zrcadlo určíte ručně, musíte zadat cestu k +upřednostňovanému nosiči. To může být, pokud nemáte americkou klávesnici, +velice těžké.

  • Vybráním volby Mageia dostanete seznam, z něhož můžete vybírat pohybem +nahoru a dolů pomocí kláves šipek.

Zadat zrcadlo ručně

Jakýkoli si zvolíte server, uvedený zde, má používat tutéž +stromovitou stavbu z "mageia" (nebo "Mageia"), jakou používají oficiální +zrcadla Mageii. To znamená .../mageia/distrib/<version>/<arch>

Správné zadání (při používání oficiálního zrcadla) v poli "adresář Mageia" +níže, může být:

pub/linux/mageia/distrib/cauldron/i586

Dalším příkladem pro Mageiu 5 x86_64 je:

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

Jiná zrcadla mohou mít odlišnou stavbu a snímky obrazovky níže tyto příklady +ukazují:

Pokud zvolíte server HTTP:

Pokud zvolíte server FTP:

Mageia n (vybrání zrcadla ze seznamu)
  • Pokud během instalace později dostanete spoustu chybových hlášení o +chybějících závislostech, proveďte restart a zkuste jiné zrcadlo.

  • Po vybrání serveru FTP dostanete obrazovku, kde můžete přidat přihlašovací +jméno a heslo, pokud je požadováno.

  • Po tomto kroku, Fáze 2 bude nainstalována a +spuštěna

Toto je první obrazovka +Fáze, níéže se podívejte na Instalace - Fáze 2:

Instalace z pevného disku

Pokud si zvolíte instalaci z pevného disku nebo zařízení USB, musíte vědět, +kde je obraz ISO uložen. Nejprve vyberte svůj pevný disk (nebo zařízení USB)

a potom oddíl

Potom vyberte adresář nebo název souboru ISO. Ponechání otevřené nebo +použití adresáře je lehčí, protože instalátor potom nabídne seznam adresářů +a souborů, ze kterého můžete vybírat pomocí kláves šipek nahoru a dolů, jak +je to zachyceno na druhém obrázku.

Instalace - Fáze 2

  • První obrazovka, již nyní vidíte, je obrazovka "Vyberte, prosím, jazyk, +který se bude používat". Zatím ještě na váš pevný disk nic nebylo +zapsáno. Pokud chcete provést restart, jděte do tty2 stisknutím klávesové +zkratky Ctrl+Alt+F2 a stiskněte Ctrl+Alt+Del. (Ctrl+Alt+F7 vás vrátí zpět, +pokud změníte názor).

  • Tato část instalace je stejná, jak je ukázáno v http://doc.mageia.org/installer/5/en/content/selectLanguage.html. +Klepněte, prosím, na odkaz pro pokračování ve čtení a změňte číslo "5" v +adrese (URL) na vámi instalovanou verzi.


Uploaded on 18/07/2017
diff --git a/netinstall/6/cs/content/draft.png b/netinstall/6/cs/content/draft.png new file mode 100644 index 00000000..59673fe1 Binary files /dev/null and b/netinstall/6/cs/content/draft.png differ diff --git a/netinstall/6/cs/content/favicon.png b/netinstall/6/cs/content/favicon.png new file mode 100644 index 00000000..5868d96b Binary files /dev/null and b/netinstall/6/cs/content/favicon.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso01.png b/netinstall/6/cs/content/images/Boot-iso01.png new file mode 100644 index 00000000..80f89173 Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso01.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso02.png b/netinstall/6/cs/content/images/Boot-iso02.png new file mode 100644 index 00000000..fcc4fb3c Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso02.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso03.png b/netinstall/6/cs/content/images/Boot-iso03.png new file mode 100644 index 00000000..113e33f9 Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso03.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso04.png b/netinstall/6/cs/content/images/Boot-iso04.png new file mode 100644 index 00000000..0a6b2c33 Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso04.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso05.png b/netinstall/6/cs/content/images/Boot-iso05.png new file mode 100644 index 00000000..a840692f Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso05.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso06.png b/netinstall/6/cs/content/images/Boot-iso06.png new file mode 100644 index 00000000..0e9b9d88 Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso06.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso07.png b/netinstall/6/cs/content/images/Boot-iso07.png new file mode 100644 index 00000000..a5f10963 Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso07.png differ diff --git a/netinstall/6/cs/content/images/Boot-iso08.png b/netinstall/6/cs/content/images/Boot-iso08.png new file mode 100644 index 00000000..4470909d Binary files /dev/null and b/netinstall/6/cs/content/images/Boot-iso08.png differ diff --git a/netinstall/6/cs/content/images/Bootimg10.png b/netinstall/6/cs/content/images/Bootimg10.png new file mode 100644 index 00000000..be98f93a Binary files /dev/null and b/netinstall/6/cs/content/images/Bootimg10.png differ diff --git a/netinstall/6/cs/content/images/Bootimg9.png b/netinstall/6/cs/content/images/Bootimg9.png new file mode 100644 index 00000000..aeb99677 Binary files /dev/null and b/netinstall/6/cs/content/images/Bootimg9.png differ diff --git a/netinstall/6/cs/content/images/boot-iso10.png b/netinstall/6/cs/content/images/boot-iso10.png new file mode 100644 index 00000000..1db78d59 Binary files /dev/null and b/netinstall/6/cs/content/images/boot-iso10.png differ diff --git a/netinstall/6/cs/content/images/boot-iso11.png b/netinstall/6/cs/content/images/boot-iso11.png new file mode 100644 index 00000000..103c74f0 Binary files /dev/null and b/netinstall/6/cs/content/images/boot-iso11.png differ diff --git a/netinstall/6/cs/content/images/boot-iso12.png b/netinstall/6/cs/content/images/boot-iso12.png new file mode 100644 index 00000000..b10ca3f2 Binary files /dev/null and b/netinstall/6/cs/content/images/boot-iso12.png differ diff --git a/netinstall/6/cs/content/images/boot-iso16.png b/netinstall/6/cs/content/images/boot-iso16.png new file mode 100644 index 00000000..1f4e476f Binary files /dev/null and b/netinstall/6/cs/content/images/boot-iso16.png differ diff --git a/netinstall/6/cs/content/images/boot-iso19.png b/netinstall/6/cs/content/images/boot-iso19.png new file mode 100644 index 00000000..bb88ed1e Binary files /dev/null and b/netinstall/6/cs/content/images/boot-iso19.png differ diff --git a/netinstall/6/cs/content/images/boot-iso8.png b/netinstall/6/cs/content/images/boot-iso8.png new file mode 100644 index 00000000..19561bdd Binary files /dev/null and b/netinstall/6/cs/content/images/boot-iso8.png differ diff --git a/netinstall/6/cs/content/images/boot-iso9.png b/netinstall/6/cs/content/images/boot-iso9.png new file mode 100644 index 00000000..569c2734 Binary files /dev/null and b/netinstall/6/cs/content/images/boot-iso9.png differ diff --git a/netinstall/6/cs/content/images/bootimg8.png b/netinstall/6/cs/content/images/bootimg8.png new file mode 100644 index 00000000..11ba28d2 Binary files /dev/null and b/netinstall/6/cs/content/images/bootimg8.png differ diff --git a/netinstall/6/cs/content/images/dx-help.png b/netinstall/6/cs/content/images/dx-help.png new file mode 100644 index 00000000..32824349 Binary files /dev/null and b/netinstall/6/cs/content/images/dx-help.png differ diff --git a/netinstall/6/cs/content/images/dx-welcome2.png b/netinstall/6/cs/content/images/dx-welcome2.png new file mode 100644 index 00000000..3a1187de Binary files /dev/null and b/netinstall/6/cs/content/images/dx-welcome2.png differ diff --git a/netinstall/6/cs/content/index.html b/netinstall/6/cs/content/index.html new file mode 100644 index 00000000..238cedf8 --- /dev/null +++ b/netinstall/6/cs/content/index.html @@ -0,0 +1,39 @@ + + + + + Instalace s velmi malým obrazem

Texty a snímky obrazovky v této příručce jsou dostupné pod licencí CC BY-SA +3.0 http://creativecommons.org/licenses/by-sa/3.0/.

Tato příručka byla vytvořena s pomocí Calenco CMS vyvinutého NeoDocem.

Byla napsána dobrovolníky v jejich volném čase. Spojte se, prosím, s Dokumentačním +týmem, pokud byste chtěli pomoci tuto příručku vylepšit.



Uploaded on 18/07/2017
diff --git a/netinstall/6/cs/content/mageia-2013-200p.png b/netinstall/6/cs/content/mageia-2013-200p.png new file mode 100644 index 00000000..a6846683 Binary files /dev/null and b/netinstall/6/cs/content/mageia-2013-200p.png differ diff --git a/netinstall/6/cs/content/main.js b/netinstall/6/cs/content/main.js new file mode 100644 index 00000000..011818d1 --- /dev/null +++ b/netinstall/6/cs/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("