2019-04 Update Mailversand
Archiv
Auswertung
admin
balance_img
fancybox
images
js
mail
standort
stud
FCKeditor
dyncalendar
images
livesearch
overlib
testFrame-Dateien
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
###antrag.php
#check_aend.php
#index.php
Kopie von antrag_aend.php
ag_standorte.pdf
ag_tage.php
ag_tage_alt.php
ag_tage_neu.php
ag_ubersicht.php
ag_ubersicht_alt.php
ag_ubersicht_neu.php
ajax.js
antrag-mit splitt.php
antrag.php
antrag1.php
antrag2.php
antrag_aend.php
antrag_save.php
bearbeiten.php
bearbeiten1.php
browserSniffer.js
check_aend.php
check_aendantrag.php
check_erstantrag.php
check_splitt_vt.php
check_weitere_daten.php
check_zweig.php
daten_vervollst.php
dynCalendar.css
dynCalendar.js
dyncalendar.php
func_anz_stellen.php
func_anz_stellen.txt
func_check_aend.php
func_check_vertiefungsbereich.php
func_get_block.php
func_pflichtfelder.php
func_pflichtfelder_2019-02-20.php
func_vertiefungsbereich.php
gesamtcheck.php
hauptframe.php
hinweis_aend.php
index - Kopie.php
index.php
index_db.php
index_frame.htm
index_ldap.php
kennwortwechsel.php
livesearch.php
logout.php
menuframe.php
pers_daten_ver.php
status_aend.php
test.php
test1.php
test2.php
text-expand.php
topframe.php
wunschort.php
#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
test.html
umzugsverguetung.sql
74 lines
3.0 KiB
HTML
Executable File
74 lines
3.0 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<meta name="keywords" content="overlib, overlibmws, DHTML popups, DHTML tooltips, DHTML, popup, tooltip, Macrides Web Services, Macrides">
|
|
<meta name="description" content="Instructions for setting up and using DHTML popups and tooltips with the overlibmws free open source software library from Macrides Web Services.">
|
|
<meta name="author" content="Foteos Macrides">
|
|
<title>overLIB - Getting started with overlibmws</title>
|
|
|
|
<script type="text/javascript" src="overlibmws.js"></script>
|
|
<script type="text/javascript" src="overlibmws_filter.js"></script>
|
|
<script type="text/javascript" src="overlibmws_shadow.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
<!--
|
|
// Popup for Email
|
|
function olmail()
|
|
{
|
|
olmailwin=window.open('http://www.macridesweb.com/cgi/olmail.cgi','olmail',
|
|
'resizable=0,width=620,height=460,status=0,location=0,toolbar=1,menubar=0,'+
|
|
'scrolling=0,screenX=90,left=90,screenY=0,top=0');
|
|
olmailwin.focus();
|
|
}
|
|
// -->
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
.olcg {background-color:#333399; text-align:center;}
|
|
.olfg {background-color:#ccccff; text-align:center;}
|
|
|
|
.olcap {font-family:Verdana,Arial,Helvetica;font-size:11px;font-weight:bold;color:#ffffff;}
|
|
.oltxt {font-family:Verdana,Arial,Helvetica;font-size:13px;color:#000000;}
|
|
|
|
a {color:#338855;font-weight:bold;}
|
|
a:hover {color:#ff00ff}
|
|
|
|
.myHeader {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px;}
|
|
.mySubHead {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px;}
|
|
.mySpacer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4px;}
|
|
.myText {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;color:#000000;}
|
|
.text4 {font-family:Verdana,Arial,sans-serif; font-size:4px;}
|
|
.text12 {font-family:Verdana,Arial,sans-serif; font-size:12px;}
|
|
.text12h {font-family:Verdana,Arial,sans-serif;font-size:12px;font-weight:bold;line-height:22px;}
|
|
.text14 {font-family:Verdana,Arial,sans-serif; font-size:14px;}
|
|
.snip {font-family:Verdana,Arial,Helvetica;font-size:10px;}
|
|
.purple14 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;color:purple;
|
|
font-weight:bold;}
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body text="#000000" bgcolor="#ddeeff">
|
|
|
|
<table width="80%" cellpadding="5" align="center">
|
|
<tr>
|
|
<!--**********
|
|
HEADER
|
|
**********-->
|
|
<td align="center" class="myText">
|
|
<span class="myHeader"><strong>Getting Started</strong></span>
|
|
<span class="mySubHead"><strong><em>with the</em></strong></span>
|
|
<span class="myHeader"><strong><a
|
|
href="./"
|
|
onmouseover="return overlib('Go to the '
|
|
+'<span class=\'purple14\'><i>overlibmws</i></span> '
|
|
+'Download and Test Directory.', FGCOLOR,'#bbddff',
|
|
WRAP,BASE,2,LEFT,OFFSETX,-16,OFFSETY,20,TEXTPADDING,4,TEXTFONTCLASS,'myText',
|
|
FILTER,FILTERSHADOW,2,FILTERSHADOWCOLOR,'#4466ff',
|
|
SHADOW, SHADOWCOLOR,'#4466ff');"
|
|
onmouseout="nd();">overlibmws</a><br></body>
|
|
</html>
|