Skip to content

Commit

Permalink
initial commit, data
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli committed Jun 19, 2024
1 parent 1999eed commit 8cee59b
Show file tree
Hide file tree
Showing 1,956 changed files with 31,828 additions and 0 deletions.
302 changes: 302 additions & 0 deletions www/Daten/JS/AbschnittMenu.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,302 @@
function abschnittMenu50() {

if (curSlide<=68) {

//Men� Abschnitt (Strophe, Buch...) w�hlen f�r Wigalois -> hier anpassen

document.form1.menu2.options.length = 24;
document.getElementById('buchSelect').style.visibility = "visible";


document.form1.menu2.options[0].text = "Abschnitt wählen";
document.form1.menu2.options[0].value = "javascript:";

document.form1.menu2.options[1].text = "Abschnitt 5";
document.form1.menu2.options[1].value = "r1";

document.form1.menu2.options[2].text = "Abschnitt 6";
document.form1.menu2.options[2].value = "r1";

document.form1.menu2.options[3].text = "Abschnitt 7";
document.form1.menu2.options[3].value = "r2";

document.form1.menu2.options[4].text = "Abschnitt 8";
document.form1.menu2.options[4].value = "v3";

document.form1.menu2.options[5].text = "Abschnitt 9";
document.form1.menu2.options[5].value = "v4";

document.form1.menu2.options[6].text = "Abschnitt 10";
document.form1.menu2.options[6].value = "v9";

document.form1.menu2.options[7].text = "Abschnitt 11";
document.form1.menu2.options[7].value = "v13";

document.form1.menu2.options[8].text = "Abschnitt 12";
document.form1.menu2.options[8].value = "r16";

document.form1.menu2.options[9].text = "Abschnitt 13";
document.form1.menu2.options[9].value = "v19";

document.form1.menu2.options[10].text = "Abschnitt 14";
document.form1.menu2.options[10].value = "v23";

document.form1.menu2.options[11].text = "Abschnitt 15";
document.form1.menu2.options[11].value = "v25";

document.form1.menu2.options[12].text = "Abschnitt 16";
document.form1.menu2.options[12].value = "v30";

document.form1.menu2.options[13].text = "Abschnitt 17";
document.form1.menu2.options[13].value = "r34";

document.form1.menu2.options[14].text = "Abschnitt 18";
document.form1.menu2.options[14].value = "r36";

document.form1.menu2.options[15].text = "Abschnitt 19";
document.form1.menu2.options[15].value = "r39";

document.form1.menu2.options[16].text = "Abschnitt 20";
document.form1.menu2.options[16].value = "v41";

document.form1.menu2.options[17].text = "Abschnitt 21";
document.form1.menu2.options[17].value = "v44";

document.form1.menu2.options[18].text = "Abschnitt 22";
document.form1.menu2.options[18].value = "r47";

document.form1.menu2.options[19].text = "Abschnitt 23";
document.form1.menu2.options[19].value = "r50";

document.form1.menu2.options[20].text = "Abschnitt 24";
document.form1.menu2.options[20].value = "v54";

document.form1.menu2.options[21].text = "Abschnitt 25";
document.form1.menu2.options[21].value = "r59";

document.form1.menu2.options[22].text = "Abschnitt 26";
document.form1.menu2.options[22].value = "r65";

document.form1.menu2.options[23].text = "Abschnitt 27";
document.form1.menu2.options[23].value = "v67";

}



if (curSlide>=69) {

document.form1.menu2.options.length = 17;
document.getElementById('buchSelect').style.visibility = "visible";


document.form1.menu2.options[0].text = "Buch wählen";
document.form1.menu2.options[0].value = "javascript:";

document.form1.menu2.options[1].text = "Buch I";
document.form1.menu2.options[1].value = "r69";

document.form1.menu2.options[2].text = "Buch II";
document.form1.menu2.options[2].value = "r78";

document.form1.menu2.options[3].text = "Buch III";
document.form1.menu2.options[3].value = "v87";

document.form1.menu2.options[4].text = "Buch IV";
document.form1.menu2.options[4].value = "v97";

document.form1.menu2.options[5].text = "Buch V";
document.form1.menu2.options[5].value = "r105";

document.form1.menu2.options[6].text = "Buch VI";
document.form1.menu2.options[6].value = "v114";

document.form1.menu2.options[7].text = "Buch VII";
document.form1.menu2.options[7].value = "r124";

document.form1.menu2.options[8].text = "Buch VIII";
document.form1.menu2.options[8].value = "r134";

document.form1.menu2.options[9].text = "Buch IX";
document.form1.menu2.options[9].value = "v139";

document.form1.menu2.options[10].text = "Buch X";
document.form1.menu2.options[10].value = "v151";

document.form1.menu2.options[11].text = "Buch XI";
document.form1.menu2.options[11].value = "v160";

document.form1.menu2.options[12].text = "Buch XII";
document.form1.menu2.options[12].value = "v166";

document.form1.menu2.options[13].text = "Buch XIII";
document.form1.menu2.options[13].value = "v174";

document.form1.menu2.options[14].text = "Buch XIV";
document.form1.menu2.options[14].value = "r184";

document.form1.menu2.options[15].text = "Buch XV";
document.form1.menu2.options[15].value = "v194";

document.form1.menu2.options[16].text = "Buch XVI";
document.form1.menu2.options[16].value = "r204";

}




return;
}




function abschnittMenu100() {

if (curSlide>=69) {

document.form1.menu2.options.length = 17;

document.getElementById('buchSelect').style.visibility = "visible";

document.form1.menu2.options[0].text = "Buch wählen";
document.form1.menu2.options[0].value = "javascript:";

document.form1.menu2.options[1].text = "Buch I";
document.form1.menu2.options[1].value = "r69";

document.form1.menu2.options[2].text = "Buch II";
document.form1.menu2.options[2].value = "r78";

document.form1.menu2.options[3].text = "Buch III";
document.form1.menu2.options[3].value = "v87";

document.form1.menu2.options[4].text = "Buch IV";
document.form1.menu2.options[4].value = "v97";

document.form1.menu2.options[5].text = "Buch V";
document.form1.menu2.options[5].value = "r105";

document.form1.menu2.options[6].text = "Buch VI";
document.form1.menu2.options[6].value = "v114";

document.form1.menu2.options[7].text = "Buch VII";
document.form1.menu2.options[7].value = "r124";

document.form1.menu2.options[8].text = "Buch VIII";
document.form1.menu2.options[8].value = "r134";

document.form1.menu2.options[9].text = "Buch IX";
document.form1.menu2.options[9].value = "v139";

document.form1.menu2.options[10].text = "Buch X";
document.form1.menu2.options[10].value = "v151";

document.form1.menu2.options[11].text = "Buch XI";
document.form1.menu2.options[11].value = "v160";

document.form1.menu2.options[12].text = "Buch XII";
document.form1.menu2.options[12].value = "v166";

document.form1.menu2.options[13].text = "Buch XIII";
document.form1.menu2.options[13].value = "v174";

document.form1.menu2.options[14].text = "Buch XIV";
document.form1.menu2.options[14].value = "r184";

document.form1.menu2.options[15].text = "Buch XV";
document.form1.menu2.options[15].value = "v194";

document.form1.menu2.options[16].text = "Buch XVI";
document.form1.menu2.options[16].value = "r204";

}



if (curSlide<=68) {

//Men� Abschnitt (Strophe, Buch...) w�hlen f�r Wigalois -> hier anpassen
document.form1.menu2.options.length = 24;
document.getElementById('buchSelect').style.visibility = "visible";


document.form1.menu2.options[0].text = "Abschnitt wählen";
document.form1.menu2.options[0].value = "javascript:";

document.form1.menu2.options[1].text = "Abschnitt 5";
document.form1.menu2.options[1].value = "r1";

document.form1.menu2.options[2].text = "Abschnitt 6";
document.form1.menu2.options[2].value = "r1";

document.form1.menu2.options[3].text = "Abschnitt 7";
document.form1.menu2.options[3].value = "r2";

document.form1.menu2.options[4].text = "Abschnitt 8";
document.form1.menu2.options[4].value = "v3";

document.form1.menu2.options[5].text = "Abschnitt 9";
document.form1.menu2.options[5].value = "v4";

document.form1.menu2.options[6].text = "Abschnitt 10";
document.form1.menu2.options[6].value = "v9";

document.form1.menu2.options[7].text = "Abschnitt 11";
document.form1.menu2.options[7].value = "v13";

document.form1.menu2.options[8].text = "Abschnitt 12";
document.form1.menu2.options[8].value = "r16";

document.form1.menu2.options[9].text = "Abschnitt 13";
document.form1.menu2.options[9].value = "v19";

document.form1.menu2.options[10].text = "Abschnitt 14";
document.form1.menu2.options[10].value = "v23";

document.form1.menu2.options[11].text = "Abschnitt 15";
document.form1.menu2.options[11].value = "v25";

document.form1.menu2.options[12].text = "Abschnitt 16";
document.form1.menu2.options[12].value = "v30";

document.form1.menu2.options[13].text = "Abschnitt 17";
document.form1.menu2.options[13].value = "r34";

document.form1.menu2.options[14].text = "Abschnitt 18";
document.form1.menu2.options[14].value = "r36";

document.form1.menu2.options[15].text = "Abschnitt 19";
document.form1.menu2.options[15].value = "r39";

document.form1.menu2.options[16].text = "Abschnitt 20";
document.form1.menu2.options[16].value = "v41";

document.form1.menu2.options[17].text = "Abschnitt 21";
document.form1.menu2.options[17].value = "v44";

document.form1.menu2.options[18].text = "Abschnitt 22";
document.form1.menu2.options[18].value = "r47";

document.form1.menu2.options[19].text = "Abschnitt 23";
document.form1.menu2.options[19].value = "r50";

document.form1.menu2.options[20].text = "Abschnitt 24";
document.form1.menu2.options[20].value = "v54";

document.form1.menu2.options[21].text = "Abschnitt 25";
document.form1.menu2.options[21].value = "r59";

document.form1.menu2.options[22].text = "Abschnitt 26";
document.form1.menu2.options[22].value = "r65";

document.form1.menu2.options[23].text = "Abschnitt 27";
document.form1.menu2.options[23].value = "v67";

}



return;
}
94 changes: 94 additions & 0 deletions www/Daten/JS/BildAnzeige.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
function bildAnzeige() {
var LagenAngabe="";
var sz=unescape("%DF");
var spezKonkordanz="";
var lageTxt = ". Lage, "
var blattTxt = "Bl. ";

if (zoom==50) {
if (curSlide <= 9) {Zusatz = "00";}
if (curSlide > 9) {Zusatz = "0";}
if (curSlide > 99) {Zusatz = "";}

if (curSlide == 1) {
seitenAngabe = curSlide + "r";
} else if (curSlide == 207) {
seitenAngabe = (curSlide-1) + "v";
} else {
seitenAngabe = (curSlide-1) + "v / " + curSlide + "r";
}

checkKonkordDoppelt();
checkHand();
checkLageDoppelt();


//Werk Anzeige
if (curSlide<1) {werk=""; lageTxt=""; werkHs="Wigalois-Handschrift Schwerin (Hs. l)";}
if (curSlide<69) {werk="Wigalois"; werkHs="Wigalois-Handschrift Schwerin (Hs. l)";}
if (curSlide==69) {werk="Wigalois / Parzival"; werkHs="Parzival-Handschrift Schwerin (Hs. M)";}
if (curSlide>69) {werk="Parzival"; werkHs="Parzival-Handschrift Schwerin (Hs. M)";}
if (curSlide>206) {werk=""; werkHs="Parzival-Handschrift Schwerin (Hs. M)";}


//Info Button
if (curSlide<69) {document.getElementById('infoButton').href = "javascript:infoFenster('info/infoWigalois.html')";}
if (curSlide>=69) {document.getElementById('infoButton').href = "javascript:infoFenster('info/infoParzival.html')";}



document.images["bild"].src = "../MBilder/M" + zoom + "/M" + Zusatz + curSlide + ".jpg";
//alert("Seite: " + curSlide + "; Bild: " + "../MBilder/M" + zoom + "/M" + Zusatz + curSlide + ".jpg");
document.form1.Eingabe.value = "";
document.getElementById('werkAnzeige').innerHTML = werkHs;
document.getElementById('Seite').innerHTML = "Bl. " + seitenAngabe;
document.getElementById('Konkordanz').innerHTML = werk + " " + konkordanz;
document.getElementById('Schreiber').innerHTML = schreiber;
document.getElementById('Lage').innerHTML = lagenNr + lageTxt + lagenName;
document.images["Lagensymbol"].src = "LagensymboleDoppelt/" + lagenSymb + ".gif";

window.defaultStatus = "Parzival Hs. M, Bl. " + seitenAngabe + " | Bildgr" + oesz +"e: " + zoom + "%";return true;


}

else {

if (curSlide <= 9) {Zusatz = "00";}
if (curSlide > 9) {Zusatz = "0";}
if (curSlide > 99) {Zusatz = "";}

checkKonkord();
checkHand();
checkLage();

//Werk Anzeige
if (curSlide<1) {werk=""; lageTxt=""; werkHs="Wigalois-Handschrift Schwerin (Hs. l)";}
if (curSlide<69) {werk="Wigalois"; werkHs="Wigalois-Handschrift Schwerin (Hs. l)";}
if (curSlide>=69) {werk="Parzival"; werkHs="Parzival-Handschrift Schwerin (Hs. M)";}
if (curSlide>206) {werk=""; lageTxt=""; werkHs="Parzival-Handschrift Schwerin (Hs. M)";}


//Info Button
if (curSlide<69) {document.getElementById('infoButton').href = "javascript:infoFenster('info/infoWigalois.html')";}
if (curSlide>=69) {document.getElementById('infoButton').href = "javascript:infoFenster('info/infoParzival.html')";}

document.images["bild"].src = "../MBilder/M" + zoom + "/M" + Zusatz + curSlide + rectoVerso + ".jpg";
//document.images["bild"].src = "../MBilder/M" + zoom + "/M" + Zusatz + linkeSeite + ".jpg";
//alert("rectoVerso: " + rectoVerso + "; Bild: " + "../MBilder/M" + zoom + "/M" + Zusatz + curSlide + rectoVerso + ".jpg");
document.form1.Eingabe.value = "";
document.getElementById('werkAnzeige').innerHTML = werkHs;
document.getElementById('Seite').innerHTML = "Bl. " + curSlide + rectoVerso;
//document.getElementById('Seite').innerHTML = "Bl. " + linkeSeite;
document.getElementById('Konkordanz').innerHTML = werk + " " + konkordanz;
document.getElementById('Schreiber').innerHTML = schreiber;
document.getElementById('Lage').innerHTML = lagenNr + lageTxt + lagenName;
document.images["Lagensymbol"].src = "Lagensymbole/" + lagenSymb + ".gif";

window.defaultStatus = "Parzival Hs. M, Bl. " + curSlide + rectoVerso + " | Bildgr" + oesz +"e: " + zoom + "%";return true;
//window.defaultStatus = "Parzival Hs. M, Bl. " + linkeSeite + " | Bildgr" + oesz +"e: " + zoom + "%";return true;

}

}

Loading

0 comments on commit 8cee59b

Please sign in to comment.