From e077e7d8e67975d21fbc8eb0c3221a423e92a2a5 Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 18 Jul 2017 22:27:04 +0200 Subject: Adding or refreshing netinstall in sv --- netinstall/6/sv/content/SOME_UNIQUE_ID.html | 82 ++++ netinstall/6/sv/content/draft.png | Bin 0 -> 16150 bytes netinstall/6/sv/content/favicon.png | Bin 0 -> 1184 bytes netinstall/6/sv/content/images/Boot-iso01.png | Bin 0 -> 1061 bytes netinstall/6/sv/content/images/Boot-iso02.png | Bin 0 -> 8198 bytes netinstall/6/sv/content/images/Boot-iso03.png | Bin 0 -> 2661 bytes netinstall/6/sv/content/images/Boot-iso04.png | Bin 0 -> 2331 bytes netinstall/6/sv/content/images/Boot-iso05.png | Bin 0 -> 4596 bytes netinstall/6/sv/content/images/Boot-iso06.png | Bin 0 -> 2985 bytes netinstall/6/sv/content/images/Boot-iso07.png | Bin 0 -> 2513 bytes netinstall/6/sv/content/images/Boot-iso08.png | Bin 0 -> 4031 bytes netinstall/6/sv/content/images/Bootimg10.png | Bin 0 -> 3873 bytes netinstall/6/sv/content/images/Bootimg9.png | Bin 0 -> 18169 bytes netinstall/6/sv/content/images/boot-iso10.png | Bin 0 -> 5013 bytes netinstall/6/sv/content/images/boot-iso11.png | Bin 0 -> 91059 bytes netinstall/6/sv/content/images/boot-iso12.png | Bin 0 -> 1214 bytes netinstall/6/sv/content/images/boot-iso16.png | Bin 0 -> 3200 bytes netinstall/6/sv/content/images/boot-iso19.png | Bin 0 -> 5347 bytes netinstall/6/sv/content/images/boot-iso8.png | Bin 0 -> 4335 bytes netinstall/6/sv/content/images/boot-iso9.png | Bin 0 -> 5321 bytes netinstall/6/sv/content/images/bootimg8.png | Bin 0 -> 3329 bytes netinstall/6/sv/content/images/dx-help.png | Bin 0 -> 11451 bytes netinstall/6/sv/content/images/dx-welcome2.png | Bin 0 -> 402963 bytes netinstall/6/sv/content/index.html | 38 ++ netinstall/6/sv/content/mageia-2013-200p.png | Bin 0 -> 6473 bytes netinstall/6/sv/content/main.js | 179 +++++++ netinstall/6/sv/content/nwSearchFnt.js | 524 +++++++++++++++++++++ netinstall/6/sv/content/search/default.props | 1 + netinstall/6/sv/content/search/en-us.props | 45 ++ netinstall/6/sv/content/search/es-es.props | 179 +++++++ netinstall/6/sv/content/search/htmlFileInfoList.js | 2 + netinstall/6/sv/content/search/htmlFileList.js | 3 + netinstall/6/sv/content/search/index-1.js | 110 +++++ netinstall/6/sv/content/search/index-2.js | 109 +++++ netinstall/6/sv/content/search/index-3.js | 106 +++++ netinstall/6/sv/content/search/ja-jp.props | 1 + netinstall/6/sv/content/search/nwSearchFnt.js | 513 ++++++++++++++++++++ netinstall/6/sv/content/search/punctuation.props | 31 ++ .../6/sv/content/search/stemmers/de_stemmer.js | 247 ++++++++++ .../6/sv/content/search/stemmers/en_stemmer.js | 187 ++++++++ .../6/sv/content/search/stemmers/fr_stemmer.js | 299 ++++++++++++ netinstall/6/sv/content/webhelp-custom.css | 229 +++++++++ netinstall/6/sv/content/webhelp-default.css | 92 ++++ netinstall/6/sv/index.html | 15 + 44 files changed, 2992 insertions(+) create mode 100644 netinstall/6/sv/content/SOME_UNIQUE_ID.html create mode 100644 netinstall/6/sv/content/draft.png create mode 100644 netinstall/6/sv/content/favicon.png create mode 100644 netinstall/6/sv/content/images/Boot-iso01.png create mode 100644 netinstall/6/sv/content/images/Boot-iso02.png create mode 100644 netinstall/6/sv/content/images/Boot-iso03.png create mode 100644 netinstall/6/sv/content/images/Boot-iso04.png create mode 100644 netinstall/6/sv/content/images/Boot-iso05.png create mode 100644 netinstall/6/sv/content/images/Boot-iso06.png create mode 100644 netinstall/6/sv/content/images/Boot-iso07.png create mode 100644 netinstall/6/sv/content/images/Boot-iso08.png create mode 100644 netinstall/6/sv/content/images/Bootimg10.png create mode 100644 netinstall/6/sv/content/images/Bootimg9.png create mode 100644 netinstall/6/sv/content/images/boot-iso10.png create mode 100644 netinstall/6/sv/content/images/boot-iso11.png create mode 100644 netinstall/6/sv/content/images/boot-iso12.png create mode 100644 netinstall/6/sv/content/images/boot-iso16.png create mode 100644 netinstall/6/sv/content/images/boot-iso19.png create mode 100644 netinstall/6/sv/content/images/boot-iso8.png create mode 100644 netinstall/6/sv/content/images/boot-iso9.png create mode 100644 netinstall/6/sv/content/images/bootimg8.png create mode 100644 netinstall/6/sv/content/images/dx-help.png create mode 100644 netinstall/6/sv/content/images/dx-welcome2.png create mode 100644 netinstall/6/sv/content/index.html create mode 100644 netinstall/6/sv/content/mageia-2013-200p.png create mode 100644 netinstall/6/sv/content/main.js create mode 100644 netinstall/6/sv/content/nwSearchFnt.js create mode 100644 netinstall/6/sv/content/search/default.props create mode 100644 netinstall/6/sv/content/search/en-us.props create mode 100644 netinstall/6/sv/content/search/es-es.props create mode 100644 netinstall/6/sv/content/search/htmlFileInfoList.js create mode 100644 netinstall/6/sv/content/search/htmlFileList.js create mode 100644 netinstall/6/sv/content/search/index-1.js create mode 100644 netinstall/6/sv/content/search/index-2.js create mode 100644 netinstall/6/sv/content/search/index-3.js create mode 100644 netinstall/6/sv/content/search/ja-jp.props create mode 100644 netinstall/6/sv/content/search/nwSearchFnt.js create mode 100644 netinstall/6/sv/content/search/punctuation.props create mode 100644 netinstall/6/sv/content/search/stemmers/de_stemmer.js create mode 100644 netinstall/6/sv/content/search/stemmers/en_stemmer.js create mode 100644 netinstall/6/sv/content/search/stemmers/fr_stemmer.js create mode 100644 netinstall/6/sv/content/webhelp-custom.css create mode 100644 netinstall/6/sv/content/webhelp-default.css create mode 100644 netinstall/6/sv/index.html diff --git a/netinstall/6/sv/content/SOME_UNIQUE_ID.html b/netinstall/6/sv/content/SOME_UNIQUE_ID.html new file mode 100644 index 00000000..ec5fe1e5 --- /dev/null +++ b/netinstall/6/sv/content/SOME_UNIQUE_ID.html @@ -0,0 +1,82 @@ + + + + + Installation med en liten start-avbild

Installation med en liten start-avbild

Sammanfattning

Mageia-<versionen>-netinstall-<arch>.iso (tidigare känd som Boot.iso) +är en liten avbild som enbart innehåller vad som krävs för att starta +drakx-installeraren och att hitta antingen:

  • online-källor (eller den lokala spegeln)
  • ISO-avbilden pÃ¥ en lokal hÃ¥rddisk eller +USB-enhet
  • ISO-avbilden pÃ¥ en CD/DVD-ROM
  • ISO-avbilden pÃ¥ ett LAN (lokalt nätverk)

för att fortsätta och slutföra installationen.

Innan du börjar

Mageia-<versionen>-netinstall-nonfree-<arch>.iso (tidigare känd som +boot-nonfree.iso) innehåller ytterligare patentskyddade drivrutiner som +kanske krävs för ditt nätverkskort, diskkontroller eller någon annan enhet.

Notera

Mageia-<versionen>-netinstall-nonfree-<arch>.iso and +Mageia-<versionen>-netinstall-<arch>.iso files kan användas för att +starta en nätverksinstallation över ett trådburet eller okrypterat +WiFi-nätverk (krypterat WiFi eller Bluetooth är inte tillåtet).

Varning

Till skillnad från en DVD eller LiveCD-installation så kommer du under +första steget, Steg 1att bli tillfrågad att +skriva saker. I det här steget kommer tangentbordet att svara med ett amerikanskt +tangentbord. Det kan vara förvillande när du måste ange namn och +sökvägar.

Du hittar Mageia-<versionen>-netinstall-nonfree-<arch>.iso och +Mageia-<versionen>-netinstall-<arch>.iso här. Den kallas för +nätverksinstallation.

Du kan också ladda ner de här avbilderna från vilken spegel du vill i den +här listan http://mirrors.mageia.org/. +Följ bara sökvägen +/distrib//cauldron/$ARCH/install/images/ where $ARCH is +i586 or x86_64.

Efter att du har laddat ner avbilden så kan du bränna den på en CD/DVD, +eller slägga den på en USB-enhet om du hellre vill det. Följ instruktionerna +här.

Installerar

Det här steget kallas även Steg 1

Din dator startar i BIOS-läge (även kallat MBR som i Master Boot Record)

Den första skärmen som visas är den här

När du startar kan du välja att läsa den avancerade hjälpen genom att trycka +på F2, och återgå till installationen med F1. Om du inte gör något val så +kommer installationen att fortsätta med standardinställningarna.

Din dator startar i UEFI-läge

Den första skärmen som visas är den här

Använd piltangenterna för att välja Starta Mageia n +Installationen och tryck på Enter.

I båda lägen

Då ser du den här skärmen :

Under Steg 1 kommer ingenting att skrivas till din hårddisk, därför kan du +utan problem avsluta. Det gör du genom att trycka på +ctrl+alt+del.

Du kan använda alt+F3 för att läsa loggarna och +alt+F1 för att återgå till installationen.

Välj installationsmetod

Använd piltangenterna upp och ner i listan tills ditt val är markerat.

Välj FTP-server om du inte vet vad du ska välja vid en +nätverksinstallation.

På ett företagsnätverk så kan FTP och rsync vara spärrade. Därför kan det +vara en bra idé att använda HTTP server +istället.

Tryck på tab-tangenten tills Ok är markerat och +sedan på Enter

Se nedan om du installerar från en hårddisk eller USB-enhet.

Att välja nätverkstyp

Välj rätt nätverkskort om du har mer än ett.

Välj DHCP om du är osäker.

Ställ in värd och domännamn

Om du inte vet vad som ska göras så lämna det blankt och välj "Ok"

HTTP-proxy

Lämna tomt om du inte vet vad som ska göras

Välj ett media

  • Om du väljer att manuellt ställa in spegeln sÃ¥ mÃ¥ste du ange hela sökvägen +till ditt media. Det kan vara lite klurigt om du inte har ett amerikanskt +tangentbord.

  • Om du väljer "Mageia" som alternativ kommer du att fÃ¥ en lista att välja +frÃ¥n genom att använda piltangenterna.

Ange spegeln manuellt

Oavsett vad du väljer här +så bör samma trädliknande struktur från "mageia" (eller "Mageia") visas som +används i de officiella speglarna, vilket innebär +.../mageia/distrib/<version>/<arch>

En korrekt sökväg från en officiell spegel i Mageias katalog nedan kan vara:

pub/linux/mageia/distrib/cauldron/i586

Ett annat exempel för Mageia 5 x86_64 är:

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

Andra speglar kan ha en annorlunda struktur och skärmdumparna nedan visar +några exempel:

Om du väljer en HTTP-server:

Om du väljer en FTP-server:

Mageia n (att välja en spegel i listan)
  • Om du fÃ¥r en massa beroendefel senare under installationen sÃ¥ starta om och +försök med en annan spegel.

  • Efter att du valt en FTP-server sÃ¥ kommer du att fÃ¥ en skärm där du kan ange +användarnamn och lösenord om det behövs.

  • Efter det här steget sÃ¥ kommer Steg 2 att +installeras och startas

Det här är den första +skärmen i Steg 2, se hur man installerar Steg 2 nedan.

Installation från hårddisken

Om du väljer att installera från en hårddisk eller USB-enhet så behöver du +veta var ISO-avbilden är sparad. Välj först din hårddisk eller USB-enhet.

och sedan partitionen

Ange sedan katalogen eller filnamnet för din ISO. Om du lämnar den öppen +eller anger en katalog så är det lättare, du får då en lista över filer och +kataloger som du kan välja mellan genom att använda piltangenterna (som +visas i den andra bilden).

Installierar - Steg 2

  • Den första skärmen som du nu ser är "Välj ett sprÃ¥k att använda". Ingenting +har skrivits till din hÃ¥rddisk ännu. Om du vill starta om sÃ¥ gÃ¥r du till +tty2 med ctrl+alt+F2 och trycker sedan ctrl+alt+del (ctrl+alt+F7 för att gÃ¥ +tillbaka om du Ã¥ngrar dig).

  • Den här delen av installationen är densamma som visas i http://doc.mageia.org/installer/5/en/content/selectLanguage.html. +Klicka pÃ¥ länken för att fortsätta läsa och ändra "5" i genvägen till den +version som du installerar.


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

Texter och skärmdumpar i denna manual finns under CC BY-SA 3.0 licensen +http://creativecommons.org/licenses/by-sa/3.0/

Denna manual är producerad med hjälp av Calenco CMS utvecklad av NeoDoc

Den är skriven av frivilliga på deras fritid. Kontakta Dokumentations-teamet +om du vill hjälpa till och förbättra den här manualen.



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