2019-04 Update Mailversand
Archiv
Auswertung
admin
FCKeditor
anschreiben
anschreiben_kehl
import
livesearch
livesearch2
overlib
testFrame-Dateien
testMenu_data
testScene_data
overlibmws.js
overlibmws_crossframe.js
overlibmws_hide.js
overlibmws_iframe.js
overlibmws_shadow.js
testBuffer.htm
testMenu.htm
testScene.htm
BabelFish.js
ajaxcontentmws.js
arrow.gif
calendarmws.js
calendarmws_lang.js
cornerBL.gif
cornerBR.gif
cornerTL.gif
cornerTR.gif
edgeB.gif
edgeL.gif
edgeR.gif
edgeT.gif
exit.gif
flower.gif
iframecontentmws.js
license.html
loading.gif
objectcontentmws.js
oval.gif
overlibCompat.js
overlibConfig.txt
overlibmws.js
overlibmws_bubble.js
overlibmws_crossframe.js
overlibmws_debug.js
overlibmws_draggable.js
overlibmws_exclusive.js
overlibmws_filter.js
overlibmws_function.js
overlibmws_hide.js
overlibmws_iframe.js
overlibmws_modal.js
overlibmws_overtwo.js
overlibmws_print.js
overlibmws_regCore.js
overlibmws_scroll.js
overlibmws_shadow.js
overlibmwslogo.gif
print.gif
pushpin.gif
quotation.gif
semitrans.gif
showCalendar.gif
sprintf.js
square.gif
test.htm
testFrame.html
prints
#anz_anm.php
#bereiche.php
#fehlende_pu.php
#liste_pu.php
#pu_standorte.php
#puzuweisung.php
#sperrzeiten.php
.4
Vorgehensweise.txt
adm_anleg.php
adm_bearb.php
adminrechte.php
adminrechte_del.php
aenderung.php
ag_tage_admin.php
ag_tage_admin_alt.php
ag_tage_admin_neu.php
agzuweisung.php
ajax.js
anmschluss.php
anschreiben.zip
arr.php
ausland_mit_agstandort.php
ausnahme.php
auswertung_anz_teilnehmer.php
bearbeiten.php
bearbeiten_alt.php
bearbeiten_neu.php
ch_attr.php
daten_pruefen_admin.php
datenblatt.php
datenblatt_kehl.php
datenblatt_kehl_alt.php
datenblatt_kehl_neu.php
datenblatt_lubu.php
datenblatt_lubu_alt.php
datenblatt_lubu_neu.php
datenvergleich.php
datenvergleich_alt.php
datenvergleich_erst.php
datenvergleich_neu.php
datenverleich.php
dst_bearb.php
expo_auslandsstellen.php
expo_jahrgangsstatus.php
fehlende_ant.php
fehlende_sozuweisung.php
fehlender_standort.php
fehlender_standort_alt.php
fehlender_standort_neu.php
func_get_vert_block.php
func_mail_att.php
func_printqueue_antrag.php
hauptframe.htm
hauptframe_jahr.php
historie.php
historie_alt.php
historie_neu.php
index.php
jahrgang.php
jahrgangsstatus.php
jahrgangsstatus_verkuerzt.php
jquery-1.9.1.js
kennwortwechsel_admin.php
liste_w.php
livesearch2.php
livesearch_dst.php
livesearch_stud.php
login_log.php
logout_admin.php
mail.php
mail_zusage.php
menuframe.php
offene_aendant.php
offene_beurteilung.php
offene_erstant.php
pdf_gen.php
pdf_gen_alt.php
pdf_gen_ges_akte.php
pdf_gen_ges_kehl.php
pdf_gen_ges_lubu.php
pdf_gen_ges_mail.php
pdf_gen_kehl.php
pdf_gen_kehl_alt.php
pdf_gen_kehl_neu.php
pdf_gen_mail.php
pdf_gen_mail_einzel.php
pdf_gen_neu.php
pdf_gen_so_zuw.php
pdf_gen_so_zuw_alt.php
pdf_gen_so_zuw_neu.php
praxisstellen_admin.php
praxisstellen_admin_alt.php
sozuweisung.php
sozuweisung_alt.php
sozuweisung_neu.php
stan_admin_anleg.php
stan_admin_bearb.php
stan_admin_del.php
stan_useronline.php
standort_erfassen.php
standorte_2014.php
stelle_in_bw_mit_ag_standort_ausserhalb_bw.php
stud_bearb.php
test.php
test1.php
topframe.htm
ungestellte_ant.php
vert_bereich.php
zuweisung_mail.php
balance_img
fancybox
images
mail
standort
stud
#pdf_gen.php
#pdf_gen_alt.php
#pdf_gen_ges_lubu.php
#pdf_gen_kehl.php
#pdf_gen_kehl_alt.php
#pdf_gen_kehl_neu.php
#pdf_gen_neu.php
++ Printqueue zurücksetzen.txt.lnk
.gitignore
Auswertung_besuchte Stellen der Studs - alle Jahrgänge.sql
Auswertung_besuchte Stellen der Studs.sql
Pflicht.sql
Trigger.sql
VIEW_stan_zuw_so.sql
VIEW_stan_zuw_so_neu.sql
anz_anm.php
bearbeiten_neu.php
historie.php
historie_alt.php
historie_neu.php
index.php
index_db.php
index_ldap.php
ldap_info.php
ldap_info_hsnet.php
login.css
menuframe.php
styles_pc.css
45 lines
1.6 KiB
JavaScript
Executable File
45 lines
1.6 KiB
JavaScript
Executable File
/*
|
|
overlibmws_crossframe.js plug-in module - Copyright Foteos Macrides 2003-2007. All rights reserved.
|
|
For support of FRAME.
|
|
Initial: August 3, 2003 - Last Revised: January 1, 2007
|
|
See the Change History and Command Reference for overlibmws via:
|
|
|
|
http://www.macridesweb.com/oltest/
|
|
|
|
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
|
*/
|
|
|
|
OLloaded=0;
|
|
OLregCmds('frame');
|
|
|
|
function OLparseCrossframe(pf,i,ar){
|
|
var k=i,v;
|
|
if(k<ar.length){
|
|
if(ar[k]==FRAME){v=ar[++k];if(pf=='ol_')ol_frame=v;else OLoptFRAME(v);return k;}}
|
|
return -1;
|
|
}
|
|
|
|
function OLgetFrameRef(thisFrame,ofrm){
|
|
var i,v,retVal='';for(i=0;i<thisFrame.length;i++){if((((thisFrame[i].length>0)))&&(((OLns4))||
|
|
((OLie4)&&(v=thisFrame[i].document.all.tags('iframe'))!=null&&v.length==0)||
|
|
((OLns6)&&(v=thisFrame[i].document.getElementsByTagName('iframe'))!=null&&v.length==0))){
|
|
retVal=OLgetFrameRef(thisFrame[i],ofrm);if(retVal=='')continue;}
|
|
else if(thisFrame[i]!=ofrm)continue;retVal='['+i+']'+retVal;break;}
|
|
return retVal;
|
|
}
|
|
|
|
function OLoptFRAME(frm){
|
|
o3_frame=OLmkLyr('overDiv',frm)?frm:self;if(o3_frame!=self){
|
|
var l,tFrm=OLgetFrameRef(top.frames,o3_frame),sFrm=OLgetFrameRef(top.frames,ol_frame);
|
|
if(sFrm.length==tFrm.length) {l=tFrm.lastIndexOf('[');if(l){
|
|
while(sFrm.substring(0,l)!=tFrm.substring(0,l))l=tFrm.lastIndexOf('[',l-1);
|
|
tFrm=tFrm.substr(l);sFrm=sFrm.substr(l);}}var i,k,cnt=0,p='',str=tFrm;
|
|
while((k=str.lastIndexOf('['))!= -1){cnt++;str=str.substring(0,k);}
|
|
for(i=0;i<cnt;i++)p=p+'parent.';OLfnRef=p+'frames'+sFrm+'.';}
|
|
}
|
|
|
|
OLregCmdLineFunc(OLparseCrossframe);
|
|
|
|
OLcrossframePI=1;
|
|
OLloaded=1;
|