mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CIS - FH Technikum Wien</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link href="../skin/cis.css" rel="stylesheet" type="text/css">
|
||||
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
|
||||
<frameset rows="77,*,1" cols="*" frameborder="NO" border="0" framespacing="0">
|
||||
<frame src="topbar.html" name="topbar" scrolling="NO" noresize>
|
||||
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO" border="0">
|
||||
<frame src="menu.html" name="menu" scrolling="AUTO" noresize>
|
||||
<frame src="public/news.php" name="content">
|
||||
</frameset>
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
+561
@@ -0,0 +1,561 @@
|
||||
<!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">
|
||||
<link href="../skin/cis.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<script language="JavaScript">
|
||||
<!--
|
||||
__js_page_array = new Array();
|
||||
|
||||
function js_toggle_container(conid)
|
||||
{
|
||||
if (document.getElementById)
|
||||
{
|
||||
var block = "table-row";
|
||||
if (navigator.appName.indexOf('Microsoft') > -1)
|
||||
block = 'block';
|
||||
var status = __js_page_array[conid];
|
||||
if (status == null)
|
||||
status=document.getElementById(conid).style.display; //status = "none";
|
||||
if (status == "none")
|
||||
{
|
||||
document.getElementById(conid).style.display = block;
|
||||
__js_page_array[conid] = "visible";
|
||||
}
|
||||
else
|
||||
{
|
||||
document.getElementById(conid).style.display = 'none';
|
||||
__js_page_array[conid] = "none";
|
||||
}
|
||||
return false;
|
||||
}
|
||||
else
|
||||
return true;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="159" valign="top" nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-right-width:1px;border-right-color:#BCBCBC;">
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!-- Hauptmenue News -->
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<a href="public/news.php" target="content" class="MenuItem" onClick="js_toggle_container('NEWS');"><img src="../skin/images/menu_item.gif" width="7" height="9"> News</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="NEWS" style="display: visible;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" target="_blank" href="http://www.technikum-wien.at/service/intern" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> INTERN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" target="_blank" href="http://www.technikum-wien.at/service/termine/" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Veranstaltungen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" target="_blank" href="http://alumni.technikum-wien.at/member_area/" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Jobbörse</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
<!--<td nowrap>
|
||||
<a class="MenuItem" href="public/news.php" target="content">
|
||||
<img src="../skin/images/menu_item.gif" width="7" height="9"> News
|
||||
</a>
|
||||
</td>-->
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td nowrap>
|
||||
<a href="?FAQ" class="MenuItem" onClick="return(js_toggle_container('FAQ'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> FAQ</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="FAQ" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/faq_lan.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> LAN FAQ</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/faq_bug.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Bug Tracking FAQ</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- Hauptmenue Lehre -->
|
||||
<tr>
|
||||
<td nowrap><a href="?Lehre" class="MenuItem" onClick="return(js_toggle_container('Lehre'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Lehre</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Lehre" style="display: visible;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/lehre/menu.php"><img src="../skin/images/menu_item.gif" width="7" height="9"> Lehrveranstaltungen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/freifaecher/menu.php"><img src="../skin/images/menu_item.gif" width="7" height="9"> Freifächer</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="stdplan/" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> LV-Plan</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="http://valar.technikum-wien.at" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> Dynamic Power Trainer</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/tw_international.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> TW International</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="campus/weiterbildung/info.html" target="content" class="MenuItem" onClick="js_toggle_container('Weiterbildung');"><img src="../skin/images/menu_item.gif" width="7" height="9"> Weiterbildung</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Weiterbildung" style="display: none">
|
||||
<!--<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/weiterbildung/info.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Info und Kontakt</a></td>
|
||||
</tr>-->
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/weiterbildung/aktuelles/aktuelles.html" target="content" style="font-weight: bold;"><img src="../skin/images/menu_item.gif" width="7" height="9"> Aktuelles</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a target="content" href="campus/weiterbildung/archiv/archiv.html" class="MenuItem" onClick="js_toggle_container('WeiterbildungArchiv');" style="font-weight: normal;"><img src="../skin/images/menu_item.gif" width="7" height="9"> Archiv</a>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="WeiterbildungArchiv" style="display: none;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/weiterbildung/archiv/archiv_06-07.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> 2006/07</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/weiterbildung/archiv/archiv_05-06.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> 2005/06</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/weiterbildung/archiv/archiv_04-05.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> 2004/05</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/weiterbildung/archiv/archiv_03-04.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> 2003/04</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/weiterbildung/links.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Links</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="http://www.lllacademy.at/" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> LLL-Academy</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/library.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Bibliothek</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Medienaustattung" class="MenuItem" onClick="return(js_toggle_container('Medienaustattung'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Medienaustattung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Medienaustattung" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/inventar.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Inventar</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_fixer_pc.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Fixer PC</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_laptop.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Laptop</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_visualizer.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Visualizer</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_video.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Video</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_dvd.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> DVD</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_minidisc.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Minidisc</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_cd.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> CD</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_externes_video.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Externes Video</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_mikrofon.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Mikrofon</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/medien/medienausstattung_faq.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> FAQ</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Hauptmenue Kommunikation -->
|
||||
<tr>
|
||||
<td nowrap><a href="?Kommunikation" class="MenuItem" onClick="return(js_toggle_container('Kommunikation'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Kommunikation</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Kommunikation" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/mailverteiler.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Mailverteiler</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="https://webmail.technikum-wien.at" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> Webmail</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/psearch.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Personensuche</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/telefonverzeichnis.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Telefonverzeichnis</a></td>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="http://forum.technikum-wien.at/" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> Forum</a></td>
|
||||
</tr>-->
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/feedback.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Feedback</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Unternehmenskommunikation" class="MenuItem" onClick="return(js_toggle_container('Unternehmenskommunikation'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Unternehmens-<br> kommunikation</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Unternehmenskommunikation" style="display: none">
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="../documents/management/" class="Item" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> Marketing</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="../documents/management/umgang_vielfalt" class="Item" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Umgang mit Vielfalt</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Hauptmenue Infrastruktur -->
|
||||
<tr>
|
||||
<td nowrap><a href="?Infrastruktur" class="MenuItem" onClick="return(js_toggle_container('Infrastruktur'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Infrastruktur</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Infrastruktur" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/ansprechpartner.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Ansprechpartner</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/Dienstleistungskatalog.xls" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Dienstleistungskatalog</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<!--<td nowrap><a class="Item" href="http://bug.technikum-wien.at/otrs/customer.pl" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> Bug Tracking</a></td>-->
|
||||
<td nowrap><a class="Item" href="http://bug.technikum-wien.at/" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> Bug Tracking</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/notebook_registration.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Notebook-Registration</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/wlan_registration.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> WLan-Registration</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/security.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Security</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/softgrid2.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> SoftGrid</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/mail.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Mail</a></td>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/download_cisumfrage.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> CIS Umfrage</a></td>
|
||||
</tr>-->
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Verwaltungstools" class="MenuItem" onClick="return(js_toggle_container('Verwaltungstools'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Verwaltungstools</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Verwaltungstools" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/newsverwaltung.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Newsverwaltung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="https://vilesci.technikum-wien.at/" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> VileSci</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="https://wawi.technikum-wien.at/" target="_blank"><img src="../skin/images/menu_item.gif" width="7" height="9"> WaWi</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!--QM-->
|
||||
<tr>
|
||||
|
||||
<td nowrap>
|
||||
<a href="?FAQ" class="MenuItem" onClick="return(js_toggle_container('QM'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Qualitätsmanagement</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="QM" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm_neu/Qualitaetsmanagementsystem.pdf" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> QM-Handbuch</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm_neu/organisation.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Organisation</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm_neu/prozesse/prozessmodell.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Prozesse</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm_neu/dokumente/dokumente.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Dokumente</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm_neu/vorlagen/Ground_Rules.pdf" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Ground Rules</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Jahresplan" class="MenuItem" onClick="return(js_toggle_container('Jahresplan'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Jahresplan</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Jahresplan" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/jahresplan_WS2006.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Wintersemester 2006</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/jahresplan_SS2007.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Sommersemester 2007</a></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Verordnungen" class="MenuItem" onClick="return(js_toggle_container('Verordnungen'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Verordnungen</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Verordnungen" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/hausordnung.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Hausordnung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/brandschutzordnung.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Brandschutzordnung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/benutzungsordnung_bibliothek.doc" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Bibliotheksordnung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/EDV_Richtlinien.doc" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> EDV Richtlinien</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/laborordnung.doc" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Laborordnung</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- <tr>
|
||||
|
||||
<td nowrap><a href="?QM" class="MenuItem" onClick="return(js_toggle_container('QM'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Qualitätsmanagement</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="QM" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm/qm.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> QM</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm/prozesse.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Prozesse</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm/dokumente.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Dokumente</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm/vorlagen/Ground_Rules.pdf" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Ground Rules</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm/abkuerzungen.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Abkürzungen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/qm/organisation.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Anwendungsbereich<br> und Organisation</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Jahresplan" class="MenuItem" onClick="return(js_toggle_container('Jahresplan'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Jahresplan</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Jahresplan" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/jahresplan_WS2006.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Wintersemester 2006/2007</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Verordnungen" class="MenuItem" onClick="return(js_toggle_container('Verordnungen'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Verordnungen</a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Verordnungen" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/hausordnung.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Hausordnung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/brandschutzordnung.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Brandschutzordnung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/benutzungsordnung_bibliothek.doc" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Bibliotheksordnung</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/EDV_Richtlinien.doc" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> EDV Richtlinien</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="campus/verordnungen/laborordnung.doc" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Laborordnung</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>-->
|
||||
<!-- Hauptmenue Infos -->
|
||||
<tr>
|
||||
<td nowrap><a href="?Infos" class="MenuItem" onClick="return(js_toggle_container('Infos'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Infos</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Infos" style="display: none;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/rektortw.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Rektor Technikum Wien</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/kollegium.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Fachhochschulkollegium</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/linkliste.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Links</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a href="?Location" class="MenuItem" onClick="return(js_toggle_container('Location'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> Location</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Location" style="display: none">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/location.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Standort</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="public/tw_building.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Gebäudeplan</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td nowrap><a class="MenuItem" href="stdplan/profile/index.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Mein Profil</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="CONTENT-TYPE"
|
||||
content="text/html; charset=windows-1252">
|
||||
<title>Outlook Import</title>
|
||||
<link href="../../../skin/cis.css" rel="stylesheet"
|
||||
type="text/css">
|
||||
</head>
|
||||
<body class="background_main">
|
||||
<h1>Import der Stundenplan CSV-Datei in Outlook:</h1>
|
||||
<p>Bevor Sie die CSV-Datei in Outlook importieren können müssen Sie sie
|
||||
zuerst aus dem Stundenplansystem exportieren. <br>
|
||||
Hierfür klicken Sie im Stundenplansystem auf das Outlook-Symbol und
|
||||
speichern die Datei auf Ihre Festplatte. </p>
|
||||
<p align="center"><img alt="Outlookimport" src="../../../skin/images/Outlookimport.png"
|
||||
style="width: 989px; height: 461px;"><br>
|
||||
</p>
|
||||
<p>Nachfolgend werden die nächsten Schritte anhand von Screenshots
|
||||
erklärt.<br>
|
||||
</p>
|
||||
<p>Starten Sie dazu Microsoft Outlook.<br>
|
||||
</p>
|
||||
<div align="center"> <img
|
||||
src="../../../skin/images/OutlookImpMenu.gif" name="Menu"><br>
|
||||
<br>
|
||||
<img src="../../../skin/images/OutlookImpImport.png" name="Import"><br>
|
||||
<br>
|
||||
<img src="../../../skin/images/OutlookImpKomma.png" name="Komma"><br>
|
||||
<br>
|
||||
Suchen Sie nun bei "Durchsuchen" die Anfangs gespeicherte csv-Datei auf
|
||||
Ihrer Festplatte<br>
|
||||
<br>
|
||||
<img src="../../../skin/images/OutlookImpDuplikate.png"
|
||||
name="Duplikate"><br>
|
||||
<br>
|
||||
<img src="../../../skin/images/OutlookImpKalender.png" name="Kalender">
|
||||
</div>
|
||||
<hr>
|
||||
<div class="footer">Seite erstellt am 30.3.2003 von <a
|
||||
href="mailto:paminger@technikum-wien.at">Christian Paminger</a>.<br>
|
||||
Letzte Änderung am 19.01.2005 von <a href="mailto:kindlm@technikum-wien.at">Manfred Kindl</a>.</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,307 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Lehrveranstaltungsplan</title>
|
||||
<link rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
<body class="background_main">
|
||||
<h1>Hilfe zum Lehrveranstaltungsplansystem </h1>
|
||||
<h3>FAQ</h3>
|
||||
<a href="index.html#saal_reserve">Wie reserviere ich einen Saal?</a><br>
|
||||
<a
|
||||
href="OutlookImport.html">Wie
|
||||
importiere ich den Lehrveranstaltungsplan in Outlook?</a><br>
|
||||
<hr>
|
||||
Sie finden den aktuellen Lehrveranstaltungsplan unter <a
|
||||
href="http://cis.technikum-wien.at/" target="_top">http://cis.technikum-wien.at</a>.
|
||||
Dort finden Sie im linken Menü unter Lehre den Punkt LV-Plan. <br>
|
||||
Nach erfolgreicher Anmeldung mit ihrem Standard-Useraccount befinden
|
||||
sie sich im Hauptmenü.
|
||||
<h3>Hauptmenü</h3>
|
||||
<div align="center"><img alt="Hauptmenue" src="../../../skin/images/Hauptmenue.png"
|
||||
style="border: 1px solid ; width: 938px; height: 595px;"><br>
|
||||
</div>
|
||||
<p><br>
|
||||
Im Hauptmenü haben Sie die Möglichkeit sich für verschieden Ansichten
|
||||
des Lehrveranstaltungsplans zu entscheiden.<br>
|
||||
<br>
|
||||
</p>
|
||||
<ul style="list-style-type: circle;">
|
||||
<li><a href="HelpNeu.html#Saalplan">Saalplan</a></li>
|
||||
<li> Lektorenplan</li>
|
||||
<li> Persönlicher Plan</li>
|
||||
<li> Plan der Lehrverbände<br>
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
<hr>
|
||||
<h3><a name="Saalplan"></a></h3>
|
||||
<h3>Saalstundenplan</h3>
|
||||
<table style="width: 80%;" border="0" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 0%; white-space: nowrap; text-align: right;"> <a
|
||||
href="HelpNeu.html#Navigationsmenue">Navigationsmenü </a><br>
|
||||
</td>
|
||||
<td rowspan="23" style="width: 97%;"><img alt="Saalplan"
|
||||
src="../../../skin/images/Saalplan_mit_Legende.png" style="width: 899px; height: 700px;"><br>
|
||||
</td>
|
||||
<td style="height: 50px; width: 0%; white-space: nowrap;"> Direktsprünge
|
||||
zu den <br>
|
||||
Kalenderwochen</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="width: 0%; height: 20px; white-space: nowrap;"> <br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap; text-align: right;" width="0%"> <br>
|
||||
Raumbezeichnung
|
||||
und <br>
|
||||
Personenkapazität <br>
|
||||
</td>
|
||||
<td style="width: 0%; height: 50px; white-space: nowrap;"><br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="height: 40px; width: 0%; white-space: nowrap;"> Raumwahl
|
||||
direkt aus Drop-Down Feld<br>
|
||||
oder vor-/zurückblättern<br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" rowspan="2"> <a
|
||||
href="index.html#KalenderHTML">Kalenderansicht in HTML</a><br>
|
||||
und Exporticons für HTML,<br>
|
||||
CSV und Outlook </td>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 0%; height: 45px; white-space: nowrap;"> <br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td
|
||||
style="width: 0%; vertical-align: middle; height: 50px; white-space: nowrap; text-align: right;">
|
||||
<br>
|
||||
</td>
|
||||
<td style="white-space: nowrap;" width="0%"> 1 bzw. 4
|
||||
Woche(n)<br>
|
||||
vor-/zurückblättern</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td colspan="1" rowspan="2" style="white-space: nowrap;"
|
||||
width="0%"><a href="HelpNeu.html#details"></a><br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 0%; height: 35px; white-space: nowrap;"><br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"> <br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="3" style="vertical-align: top; white-space: nowrap;">
|
||||
<div align="right"><a name="Checkbox"></a><a
|
||||
href="index.html#saal_reserve">Checkbox</a> </div>
|
||||
</td>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> <a
|
||||
href="index.html#details">Detailansicht</a></td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="white-space: nowrap;"> </td>
|
||||
<td width="3%"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td
|
||||
style="vertical-align: middle; width: 0%; height: 30px; white-space: nowrap; text-align: right;"> <br>
|
||||
</td>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="white-space: nowrap;" rowspan="2"><br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap; text-align: right;" width="0%"> Saalreservierung
|
||||
<br>
|
||||
</td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" rowspan="2"><br>
|
||||
</td>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space: nowrap;" width="0%"> </td>
|
||||
<td style="white-space: nowrap;" width="3%"> </td>
|
||||
<td style="vertical-align: top;"><br>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a name="Navigationsmenue"></a><br>
|
||||
</h3>
|
||||
<h3>Navigationsmenü<br>
|
||||
</h3>
|
||||
Das Navigationsmenü ermöglicht das Wechseln auf die übergeordnete
|
||||
Ansichtsebene.<br>
|
||||
<a name="KalenderHTML"></a>
|
||||
<h3>Kalenderansicht in HTML</h3>
|
||||
<p>Die Kalenderansicht zeigt den Lehrveranstaltungsplan für das ganze Semester. Je
|
||||
nach Browser kann er mehr oder weniger schön ausgedruckt werden. Beste
|
||||
Ergebnisse werden mit Netscape 4.x erzielt. </p>
|
||||
<h3>Kalenderansicht in einer Tabellenkalkulation (MS-Excel, StarCalc,
|
||||
...)</h3>
|
||||
Das vorhanden csv-File ist eigentlich kein echtes csv-File, es
|
||||
funktioniert aber bei StarCalc und Excel ganz gut. <br>
|
||||
Sollte es zu Problemen kommen (besonders bei Excel XP) kann man
|
||||
folgenden Trick anwenden. <br>
|
||||
Laden Sie das File zuerst auf ihren Rechner (<span
|
||||
style="color: rgb(0, 0, 0); font-weight: bold;">Rechte</span>
|
||||
Maustaste auf das
|
||||
Symbol und "Ziel speichern unter ..." wählen). Dann ändern Sie die
|
||||
Dateinamenserweiterung auf ".html". Die Datei heißt nun
|
||||
"Kalender_09_2004<span style="font-weight: bold;">.html</span>"
|
||||
anstatt "Kalender_09_2004.csv". Nun starten Sie ihr Excel und öffnen
|
||||
dann diese HTML-Datei mit Excel.
|
||||
<h3><a name="details"></a></h3>
|
||||
<h3>Detailansicht</h3>
|
||||
Hier werden alle Lehrverbände und Lektoren zum jeweiligen Unterricht
|
||||
angezeigt.
|
||||
<h3><a name="saal_reserve"></a></h3>
|
||||
<h3>Saalreservierung</h3>
|
||||
Für eine Saalreservierung gehen Sie folgendermaßen vor:
|
||||
<ul>
|
||||
<li>Wählen Sie im Hauptmenü den gewünschten Raum aus dem Saalplan aus.<br>
|
||||
</li>
|
||||
<li>Markieren Sie mittels der <a href="index.html#Checkbox">Checkboxen</a>
|
||||
die Stunden, die Sie
|
||||
reservieren möchten.</li>
|
||||
<li>Geben Sie Ihrer Reservierung einen Titel (max. 8 Zeichen), dieser
|
||||
erscheint dann im Lehrveranstaltungsplan.</li>
|
||||
<li>Füllen Sie das Feld Beschreibung (max 20 Zeichen) aus und klicken
|
||||
Sie auf
|
||||
"Reservieren". </li>
|
||||
</ul>
|
||||
Sie können Ihre Reservierungen in der Reservierungsliste (Hauptmenü)
|
||||
jederzeit
|
||||
wieder löschen.<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,42 @@
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
|
||||
<TITLE>ToDo Liste Stundenplan</TITLE>
|
||||
|
||||
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
<LINK rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
|
||||
</HEAD>
|
||||
|
||||
|
||||
|
||||
<BODY class="background_main">
|
||||
|
||||
<H2>ToDo Liste zum Stundenplan-System </H2>
|
||||
|
||||
<UL>
|
||||
|
||||
<LI>Kalenderansicht auch für die Lehrverbände </LI>
|
||||
|
||||
<LI>Kalender als PDF-File</LI>
|
||||
|
||||
<LI>Palm-Sync</LI>
|
||||
|
||||
<LI>Lehrfachbezeichnung in der Detailansicht</LI>
|
||||
|
||||
<LI>Detailansicht auch im persönlichen Studentenplan</LI>
|
||||
|
||||
<LI>Modulplan</LI>
|
||||
|
||||
<LI>4 Wochen Sprung im persönlichen Studentenplan</LI>
|
||||
|
||||
<LI>csv-Datei für Outlook und Ximian Evolution</LI>
|
||||
|
||||
</UL>
|
||||
|
||||
</BODY>
|
||||
|
||||
</HTML>
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<META http-equiv="refresh" content="0;URL=index.php">
|
||||
<title>Stundenplan</title>
|
||||
<link rel="stylesheet" href="../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
Sie werden nicht weitergeleitet? <a href="index.php">(Klick here)</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,185 @@
|
||||
<?php
|
||||
include('../config.inc.php');
|
||||
include('../../include/functions.inc.php');
|
||||
|
||||
if (isset($REMOTE_USER))
|
||||
$uid=$REMOTE_USER;
|
||||
else
|
||||
$uid='tw01e061';
|
||||
|
||||
// Verbindung aufbauen
|
||||
$conn=pg_pconnect(CONN_STRING) or die ("Unable to connect to SQL-Server");
|
||||
$sql_query="SELECT uid, nachname, vornamen FROM tbl_person WHERE uid LIKE '$uid'";
|
||||
unset($uid);
|
||||
$result=@pg_exec($conn, $sql_query);
|
||||
if(!$result)
|
||||
echo "User not found!";
|
||||
else
|
||||
{
|
||||
$uid=pg_result($result,0,'"uid"');
|
||||
$nachname=pg_result($result,0,'"nachname"');
|
||||
$vornamen=pg_result($result,0,'"vornamen"');
|
||||
}
|
||||
$sql_query="SELECT studiengang_kz, kurzbz, kurzbzlang, bezeichnung FROM tbl_studiengang ORDER BY kurzbz";
|
||||
$result_stg=pg_exec($conn, $sql_query);
|
||||
if(!$result_stg)
|
||||
die ("Studiengang not found!");
|
||||
$num_rows_stg=pg_numrows($result_stg);
|
||||
$sql_query="SELECT ort_kurzbz FROM tbl_ort WHERE aktiv AND lehre ORDER BY ort_kurzbz";
|
||||
$result_ort=pg_exec($conn, $sql_query);
|
||||
if(!$result_ort)
|
||||
die("ort not found!");
|
||||
$num_rows_ort=pg_numrows($result_ort);
|
||||
$sql_query="SELECT uid, kurzbz FROM vw_lektor ORDER BY kurzbz";
|
||||
$result_lektor=pg_exec($conn, $sql_query);
|
||||
if(!$result_lektor)
|
||||
die("lektor not found!");
|
||||
$num_rows_lektor=pg_numrows($result_lektor);
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Lehrveranstaltungsplan</title>
|
||||
<script language="JavaScript">
|
||||
<!--
|
||||
function MM_jumpMenu(targ,selObj,restore){ //v3.0
|
||||
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
|
||||
if (restore) selObj.selectedIndex=0;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<link href="../../skin/cis.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<BODY>
|
||||
<H1>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td> Lehrveranstaltungsplan</td>
|
||||
<td align="right"><A href="help/index.html" class="hilfe" target="_blank">HELP </A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</H1>
|
||||
<DIV align="right">Version: <?php echo VERSION; ?></DIV>
|
||||
<font class="beschriftung">Username: </font>
|
||||
<?php
|
||||
if (isset($uid))
|
||||
echo $uid;
|
||||
else
|
||||
echo 'nicht vorhanden! Bitte wenden Sie sich an den <A href="mailto:vilesci@technikum-wien.at">Admin</A>!';
|
||||
?><BR>
|
||||
<DIV align="left">
|
||||
<a href="stpl_week.php?pers_uid=<?php echo $uid; ?>"><?php echo $vornamen." ".$nachname;?></a>
|
||||
-> Ihr persönlicher Lehrveranstaltungsplan<BR>
|
||||
<a href="profile/index.php">PROFIL</a>
|
||||
-> Hier können Sie Ihre Stammdaten kontrollieren.<BR>
|
||||
</DIV>
|
||||
<BR>
|
||||
<FORM name="Auswahl" action="stpl_week.php">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="3">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<H2> Saalplan</H2>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<H2> Lektorenplan</H2>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<BR>
|
||||
<font class="beschriftung">Saal: </font>
|
||||
<select name="select" onChange="MM_jumpMenu('self',this,0)">
|
||||
<option value="stpl_wekk.php" selected>... ??? ...</option>
|
||||
<?php
|
||||
for ($i=0;$i<$num_rows_ort;$i++)
|
||||
{
|
||||
$row=pg_fetch_object ($result_ort, $i);
|
||||
echo "<option value=\"stpl_week.php?type=ort&ort_kurzbz=$row->ort_kurzbz\">$row->ort_kurzbz</option>";
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
(Saalreservierung)<BR><BR>
|
||||
<A href="stpl_reserve_list.php">Reservierungsliste</A> (Reservierungen löschen)<BR>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<font class="beschriftung">Lektor: </font>
|
||||
<select name="lektor" onChange="MM_jumpMenu('self',this,0)">
|
||||
<option value="stpl_week.php" selected>... ??? ...</option>
|
||||
<?php
|
||||
for ($i=0;$i<$num_rows_lektor;$i++)
|
||||
{
|
||||
$row=pg_fetch_object ($result_lektor, $i);
|
||||
echo "<option value=\"stpl_week.php?type=lektor&pers_uid=$row->uid\">$row->kurzbz</option>";
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<H2> Lehr-Verband</H2>
|
||||
<table width="40%" border="0" cellpadding="0" cellspacing="3">
|
||||
<tr nowrap>
|
||||
<td width="20%" valign="middle">
|
||||
<font class="beschriftung"> Studiengang</font><BR>
|
||||
<select name="stg_kz" >
|
||||
<?php
|
||||
$num_rows=pg_numrows($result_stg);
|
||||
for ($i=0;$i<$num_rows;$i++)
|
||||
{
|
||||
$row=pg_fetch_object ($result_stg, $i);
|
||||
echo "<option value=\"$row->studiengang_kz\">$row->kurzbz ( $row->kurzbzlang - $row->bezeichnung )</option>";
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
<td valign="middle">
|
||||
<font class="beschriftung"> Sem</font><BR>
|
||||
<select name="sem">
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
<option value="4">4</option>
|
||||
<option value="5">5</option>
|
||||
<option value="6">6</option>
|
||||
<option value="7">7</option>
|
||||
<option value="8">8</option>
|
||||
</select>
|
||||
</td>
|
||||
<td valign="middle">
|
||||
<font class="beschriftung"> Ver</font><BR>
|
||||
<select name="ver" >
|
||||
<option value="0" selected>*</option>
|
||||
<option value="A">A</option>
|
||||
<option value="B">B</option>
|
||||
<option value="C">C</option>
|
||||
<option value="D">D</option>
|
||||
</select>
|
||||
</td>
|
||||
<td valign="middle" >
|
||||
<font class="beschriftung"> Grp</font><BR>
|
||||
<select name="grp">
|
||||
<option value="0" selected>*</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
</select>
|
||||
</td>
|
||||
<TD valign="bottom">
|
||||
<INPUT type="hidden" name="type" value="verband">
|
||||
<INPUT type="submit" name="Abschicken" value="Go">
|
||||
</TD>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<a href="verband_uebersicht.php">Lehrverbände</a> -> Übersicht der Lehrverbände<BR>
|
||||
<BR><BR><HR>
|
||||
<P>Fehler und Feedback bitte an <A href="mailto:lvplan@technikum-wien.at">LV-Koordinationsstelle</A>.</P>
|
||||
<!--
|
||||
<P class=little>
|
||||
Erstellt am 24.8.2001 von <A href="mailto:pam@technikum-wien.at">Christian Paminger</A>.<BR>
|
||||
Letzte Änderung am 11.1.2005 von <A href="mailto:pam@technikum-wien.at">Christian Paminger</A>.
|
||||
</P>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Out of Service</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<LINK rel="stylesheet" href="include/styles.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" bgcolor="#FFFFFF" text="#000000" class="background_main">
|
||||
<P> </P>
|
||||
<P><FONT class="h3">Stundenplan Update läuft. </FONT></P>
|
||||
<P><FONT class="h3"><BR>
|
||||
Diese Service wird in wenigen Minuten wieder verfgbar sein.</FONT> </P>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
include('../config.inc.php');
|
||||
include('../../include/functions.inc.php');
|
||||
// Verbindung aufbauen
|
||||
$conn_string = "host=calgone.technikum-wien.at port=5432 dbname=vilesci user=pam password=bla";
|
||||
$conn=pg_connect(CONN_STRING) or die ("Unable to connect to SQL-Server");
|
||||
|
||||
$start=time();
|
||||
$statements=0;
|
||||
$reihen=0;
|
||||
$bytes=0;
|
||||
$sql_query="SELECT id, kurzbz FROM studiengang ORDER BY kurzbz";
|
||||
$result_stg=pg_exec($conn, $sql_query);
|
||||
if(!$result_stg)
|
||||
die ("studiengang not found!");
|
||||
$num_rows=pg_numrows($result_stg);
|
||||
for ($i=0;$i<$num_rows;$i++)
|
||||
{
|
||||
$row=pg_fetch_object ($result_stg, $i);
|
||||
for ($sem=1;$sem<9;$sem+=2)
|
||||
{
|
||||
$datum=getdate();
|
||||
for ($k=0;$k<15;$k++)
|
||||
{
|
||||
$datum=montag($datum);
|
||||
$datum_begin=$datum;
|
||||
$datum_end=jump_week($datum_begin, 1);
|
||||
$datum_begin=$datum_begin[year]."-".$datum_begin[mon]."-".$datum_begin[mday];
|
||||
$datum_end=$datum_end[year]."-".$datum_end[mon]."-".$datum_end[mday];
|
||||
$sql_query='SELECT unr, datum, stunde_id, ort_id, ortkurzbz, lektorkurzbz, einheitkurzbz FROM vweinheitenplan';
|
||||
$sql_query.=" WHERE datum>='$datum_begin' AND datum<'$datum_end'";
|
||||
$sql_query.=' AND studiengang_id='.$row->id.' AND semester='.$sem;
|
||||
$sql_query.=' ORDER BY datum ASC, stunde_id ASC';
|
||||
//echo $sql_query.'<br>';
|
||||
//Datenbankabfrage
|
||||
if(!($stpl_tbl=pg_exec($conn, $sql_query)))
|
||||
die(pg_last_error($this->conn));
|
||||
$reihen+=pg_numrows($stpl_tbl);
|
||||
//$bytes+=strlen($stpl_tbl);
|
||||
|
||||
$sql_query='SELECT unr, datum, stunde_id, ortkurzbz, ort_id, lehrfachkurzbz, farbe, lektorkurzbz, lektor_id,';
|
||||
$sql_query.=' studiengang_id, stgkurzbz, semester, verband, gruppe, lektor_id FROM vwstundenplan';
|
||||
$sql_query.=" WHERE datum>='$datum_begin' AND datum<'$datum_end'";
|
||||
$sql_query.=' AND studiengang_id='.$row->id.' AND semester='.$sem;
|
||||
$sql_query.=' ORDER BY datum ASC, stunde_id ASC';
|
||||
//echo $sql_query."<br>";
|
||||
//Datenbankabfrage
|
||||
if(!($stpl_tbl=pg_exec($conn, $sql_query)))
|
||||
die(pg_last_error($this->conn));
|
||||
$reihen+=pg_numrows($stpl_tbl);
|
||||
//$bytes+=strlen($stpl_tbl);
|
||||
|
||||
$datum=jump_week($datum, 1);
|
||||
$statements++;
|
||||
}
|
||||
}
|
||||
}
|
||||
$ende=time();
|
||||
$zeit=$ende-$start;
|
||||
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Performance Test</title>
|
||||
<link href="../../skin/cis.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<BODY>
|
||||
<H1> Stundenplan Performance Test</H1>
|
||||
Anzahl der Statements: <?php echo $statements; ?><BR>
|
||||
Anzahl der Datens?tze: <?php echo $reihen; ?><BR>
|
||||
<!--Datentransfer in Byte: <?php echo $bytes; ?><BR>-->
|
||||
Vergangene Zeit [sec]: <?php echo $zeit; ?><BR>
|
||||
|
||||
<HR>
|
||||
<P class=little>
|
||||
Erstellt am 24.8.2001 von <A href="mailto:pam@technikum-wien.at">Christian Paminger</A>.<BR>
|
||||
Letzte Änderung am 11.9.2004 von <A href="mailto:pam@technikum-wien.at">Christian Paminger</A>.
|
||||
</P>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,93 @@
|
||||
<?php session_start(); ?>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
<title>Passwort ändern</title>
|
||||
</head>
|
||||
<body class="background_main">
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
if (!session_is_registered('count'))
|
||||
{
|
||||
session_register('count');
|
||||
$count = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($count>3)
|
||||
{
|
||||
echo "<h4>Das Passwort Formular ist nach 3 Fehlern deaktiviert!</h4>";
|
||||
echo '<meta http-equiv="refresh" content="5; URL=https://cis.technikum-wien.at/profile/index.php">';
|
||||
exit;
|
||||
}
|
||||
}
|
||||
$ds=@ldap_connect("pdc1.technikum-wien.at");
|
||||
|
||||
if ($ds)
|
||||
{
|
||||
ldap_set_option($ds,LDAP_OPT_PROTOCOL_VERSION,3);
|
||||
//if (!(@ldap_start_tls($ds))) { die("LDAP START_TLS failed"); }
|
||||
|
||||
$oldpass=StripSlashes($oldpass);
|
||||
$newpass1=StripSlashes($newpass1);
|
||||
$newpass2=StripSlashes($newpass2);
|
||||
|
||||
$r=@ldap_bind($ds,"uid=$username,ou=People,dc=technikum-wien,dc=at",$oldpass);
|
||||
|
||||
if ($r == 1)
|
||||
{
|
||||
if ($newpass1 == $newpass2)
|
||||
{
|
||||
if ($newpass1 != $null)
|
||||
{
|
||||
|
||||
$mySalt = substr(ereg_replace("[^a-zA-Z0-9./]","",crypt(rand(10000000,99999999), rand(10,99))),2, 2);
|
||||
$cryptPW = rtrim(crypt($newpass1,$mySalt));
|
||||
$info["userPassword"] = "{crypt}$cryptPW";
|
||||
$newpass1=escapeshellarg($newpass1);
|
||||
$info["sambalmPassword"] = rtrim(shell_exec("/usr/local/sbin/mkntpwd -L $newpass1"));
|
||||
$info["sambantPassword"] = rtrim(shell_exec("/usr/local/sbin/mkntpwd -N $newpass1"));
|
||||
|
||||
$mod_r = ldap_mod_replace($ds,"uid=$username,ou=People,dc=technikum-wien,dc=at",$info);
|
||||
|
||||
if ($mod_r)
|
||||
{
|
||||
echo "<h4>Das Passwort wurde erfolgreich geändert!</h4>";
|
||||
session_unregister('count');
|
||||
echo '<meta http-equiv="refresh" content="5; URL=https://cis.technikum-wien.at/profile/index.php">';
|
||||
exit;
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<h4>Beim Ändern des Passwortes ist ein Fehler aufgetreten!</h4>";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<h4>Das neue Passwort darf nicht leer sein!</h4>";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<h4>Die neuen Passwörter stimmen nicht überein!</h4>";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<h4>Passwort inkorrekt!</h4>";
|
||||
}
|
||||
ldap_close($ds);
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "Der Technikum Wien LDAP Server ist zur Zeit nicht erreichbar!";
|
||||
}
|
||||
echo '<meta http-equiv="refresh" content="5; URL=https://cis.technikum-wien.at/profile/password.php">';
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<meta http-equiv="refresh" content="0;URL=index.php">
|
||||
<html>
|
||||
<head>
|
||||
<title>Profil</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,247 @@
|
||||
<?php
|
||||
include('../../config.inc.php');
|
||||
include('../../../include/functions.inc.php');
|
||||
|
||||
//if (!isset($REMOTE_USER))
|
||||
// $REMOTE_USER='pam';
|
||||
$uid=get_uid();
|
||||
$ansicht=false; //Wenn ein anderer User sich das Profil ansieht (Bei Personensuche)
|
||||
if(isset($_GET['uid']))
|
||||
{
|
||||
$uid=stripslashes($_GET['uid']);
|
||||
$ansicht=true;
|
||||
}
|
||||
|
||||
$stg = '';
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
if(!($erg=pg_exec($conn, "SELECT * FROM tbl_person WHERE uid='$uid'")))
|
||||
die(pg_last_error($conn));
|
||||
$num_rows=pg_num_rows($erg);
|
||||
if ($num_rows==1)
|
||||
{
|
||||
$vornamen=pg_result($erg,0,"vornamen");
|
||||
$nachname=pg_result($erg,0,"nachname");
|
||||
$gebdatum=pg_result($erg,0,"gebdatum");
|
||||
$gebort=pg_result($erg,0,"gebort");
|
||||
$titel=pg_result($erg,0,"titel");
|
||||
$email=pg_result($erg,0,"email");
|
||||
$email_alias=pg_result($erg,0,"alias");
|
||||
$hp=pg_result($erg,0,"homepage");
|
||||
}
|
||||
if(!($erg_stud=pg_exec($conn, "SELECT studiengang_kz, semester, verband, gruppe, matrikelnr, kurzbz AS stgkz, tbl_studiengang.bezeichnung AS stgbz FROM tbl_student NATURAL JOIN tbl_studiengang WHERE uid='$uid'")))
|
||||
die(pg_last_error($conn));
|
||||
$stud_num_rows=pg_numrows($erg_stud);
|
||||
if ($stud_num_rows==1)
|
||||
{
|
||||
$stg=pg_result($erg_stud,0,"studiengang_kz");
|
||||
$stgbez=pg_result($erg_stud,0,"stgbz");
|
||||
$stgkz=pg_result($erg_stud,0,"stgkz");
|
||||
$semester=pg_result($erg_stud,0,"semester");
|
||||
$verband=pg_result($erg_stud,0,"verband");
|
||||
$gruppe=pg_result($erg_stud,0,"gruppe");
|
||||
$matrikelnr=pg_result($erg_stud,0,"matrikelnr");
|
||||
}
|
||||
if(!($erg_lekt=pg_exec($conn, "SELECT * FROM tbl_mitarbeiter WHERE uid='$uid'")))
|
||||
die(pg_last_error($conn));
|
||||
$lekt_num_rows=pg_num_rows($erg_lekt);
|
||||
if ($lekt_num_rows==1)
|
||||
{
|
||||
$row=pg_fetch_object($erg_lekt,0);
|
||||
$kurzbz=$row->kurzbz;
|
||||
$tel=$row->telefonklappe;
|
||||
}
|
||||
|
||||
// Mail-Groups
|
||||
if(!($erg_mg=pg_exec($conn, "SELECT mailgrp_kurzbz, beschreibung FROM tbl_mailgrp NATURAL JOIN tbl_personmailgrp WHERE tbl_personmailgrp.uid='$uid' ORDER BY mailgrp_kurzbz")))
|
||||
die(pg_last_error($conn));
|
||||
$nr_mg=pg_numrows($erg_mg);
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Profil</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<H2>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td> <a href="../index.php">Lehrveranstaltungsplan</a> >> Userprofil</td>
|
||||
<td align="right"><A href="../help/index.html" class="hilfe" target="_blank">HELP </A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</H2>
|
||||
Results: <?php echo $num_rows; ?><br>
|
||||
Username: <?php echo $uid; ?><br><br>
|
||||
<HR>
|
||||
<?php
|
||||
if ($num_rows==1)
|
||||
{
|
||||
?>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<P>
|
||||
<FONT class="beschriftung">Titel: </FONT> <?php echo $titel; ?> <br>
|
||||
<FONT class="beschriftung">Vornamen: </FONT> <?php echo $vornamen; ?> <br>
|
||||
<FONT class="beschriftung">Nachname: </FONT> <?php echo $nachname; ?> <br>
|
||||
<?php
|
||||
if(!$ansicht)
|
||||
{
|
||||
?>
|
||||
<FONT class="beschriftung">Geburtsdatum: </FONT> <?php echo $gebdatum; ?> <br>
|
||||
<FONT class="beschriftung">Geburtsort: </FONT> <?php echo $gebort; ?> <br>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<!--<b>Passwort</b><br>
|
||||
<a href="password.php">Passwort ändern</a></FONT><br>-->
|
||||
</P>
|
||||
<P>
|
||||
<b>eMail</b><br>
|
||||
<FONT class="beschriftung">Technikum:</FONT><a href='mailto:<?php echo $uid; ?>@technikum-wien.at'> <?php echo $uid; ?>@technikum-wien.at</a><br>
|
||||
|
||||
<?php
|
||||
if($email_alias!='')
|
||||
{
|
||||
?>
|
||||
<FONT class="beschriftung">Alias:</FONT> <a href='mailto:<?php echo $email_alias; ?>@technikum-wien.at'><?php echo $email_alias; ?>@technikum-wien.at</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<!--<FONT class="beschriftung"><small>(frühestens ab Sommer in Verwendung)</small></FONT><BR>-->
|
||||
<?php
|
||||
if($email!='')
|
||||
echo "<FONT class='beschriftung'>Extern:</FONT>$email";
|
||||
?>
|
||||
|
||||
</P>
|
||||
<?php
|
||||
if($hp!='')
|
||||
echo "<P><b>Homepage</b><br><a href='$hp' target='_blank'>$hp</a></p>";
|
||||
?>
|
||||
|
||||
<br>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<?php
|
||||
echo '<P>';
|
||||
if ($stud_num_rows==1)
|
||||
{
|
||||
?>
|
||||
<b>Student</b><br><br>
|
||||
<FONT class="beschriftung">Studiengang: </FONT><?php echo $stgbez; ?><br>
|
||||
<FONT class="beschriftung">Semester: </FONT><?php echo $semester; ?><br>
|
||||
<FONT class="beschriftung">Verband: </FONT><?php echo $verband; ?><br>
|
||||
<FONT class="beschriftung">Gruppe: </FONT><?php echo $gruppe; ?><br>
|
||||
<FONT class="beschriftung">Matrikelnummer: </FONT><?php echo $matrikelnr; ?><br />
|
||||
<?php
|
||||
if(!$ansicht)
|
||||
{
|
||||
?>
|
||||
<br />
|
||||
<A href='../../campus/notenliste.php'>Leistungsbeurteilung</a><br />
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
if ($lekt_num_rows==1)
|
||||
{
|
||||
?>
|
||||
<P>
|
||||
<b>Lektor</b><br><br>
|
||||
<FONT class="beschriftung">Kurzzeichen: </FONT><?php echo $kurzbz; ?><BR>
|
||||
<?php
|
||||
if($tel!='')
|
||||
echo "<FONT class='beschriftung'>Telefon TW: </FONT>+43 1 333 40 77- $tel<BR><BR>";
|
||||
|
||||
if(!$ansicht)
|
||||
{?>
|
||||
<A href="zeitwunsch.php?uid=<?php echo $uid; ?>">Zeitwünsche</A><BR>
|
||||
<A href="lva_liste.php?uid=<?php echo $uid; ?>">Lehrveranstaltungen</A>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
if(!$ansicht)
|
||||
{
|
||||
echo "";
|
||||
echo "";
|
||||
}
|
||||
echo "</P>";
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<TR>
|
||||
<TD colspan="2">
|
||||
<P><B>Mail-Verteiler</B><BR><BR>
|
||||
<?php
|
||||
if(!$ansicht)
|
||||
echo "<SMALL>Sie sind Mitglied in folgenden Verteilern:</SMALL>";
|
||||
else
|
||||
echo "<SMALL>Der User $uid ist Mitglied in folgenden Verteilern:</SMALL>";
|
||||
?>
|
||||
</P>
|
||||
</TD>
|
||||
<TD> </TD>
|
||||
</TR>
|
||||
<?php
|
||||
for($i=0;$i<$nr_mg;$i++)
|
||||
{
|
||||
$row=pg_fetch_object($erg_mg,$i);
|
||||
echo '<TR><TD><A href="mailto:'.$row->mailgrp_kurzbz.'@technikum-wien.at">'.$row->mailgrp_kurzbz.' </TD>';
|
||||
echo "<TD> $row->beschreibung</TD><TD></TD></TR>";
|
||||
}
|
||||
if (isset($matrikelnr))
|
||||
{
|
||||
echo '<TR><TD><A href="mailto:'.strtolower($stgkz).'_std@technikum-wien.at">'.strtolower($stgkz).'_std </TD>';
|
||||
echo "<TD> Alle Studenten von $stgbez</TD><TD></TD></TR>";
|
||||
echo '<TR><TD><A href="mailto:'.strtolower($stgkz).$semester.'@technikum-wien.at">'.strtolower($stgkz).$semester.' </TD>';
|
||||
echo "<TD> Alle Studenten von $stgkz $semester</TD><TD></TD></TR>";
|
||||
echo '<TR><TD><A href="mailto:'.strtolower($stgkz).$semester.strtolower($verband).'@technikum-wien.at">'.strtolower($stgkz).$semester.strtolower($verband).' </TD>';
|
||||
echo "<TD> Alle Studenten von $stgkz $semester$verband</TD><TD></TD></TR>";
|
||||
echo '<TR><TD><A href="mailto:'.strtolower($stgkz).$semester.strtolower($verband).$gruppe.'@technikum-wien.at">'.strtolower($stgkz).$semester.strtolower($verband).$gruppe.' </TD>';
|
||||
echo "<TD> Alle Studenten von $stgkz $semester$verband$gruppe</TD><TD></TD></TR>";
|
||||
}
|
||||
|
||||
|
||||
$mail = 'vilesci@technikum-wien.at';
|
||||
if($stg=='')
|
||||
{
|
||||
$stg = 0;
|
||||
}
|
||||
//Wenn eine Assistentin fuer diesen Studiengang eingetragen ist,
|
||||
//dann werden die aenderungswuesche an diese Adresse gesendet
|
||||
$qry = "SELECT email FROM tbl_studiengang where studiengang_kz='$stg'";
|
||||
if($row=pg_fetch_object(pg_query($conn,$qry)))
|
||||
{
|
||||
if($row->email!='')
|
||||
$mail = $row->email;
|
||||
else
|
||||
$mail = 'vilesci@technikum-wien.at';
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
</table>
|
||||
<BR><HR>
|
||||
Sollten ihre Daten nicht stimmen, wenden sie sich bitte an die <a href="mailto:<?php echo $mail ?>?subject=Datenkorrektur&body=Die%20Profildaten%20fuer%20User%20'<?php echo $uid; ?>'%20sind%20nicht%20korrekt.%0D
|
||||
Hier die richtigen Daten:%0DNachname:%20<?php echo $nachname;?>%0DVornamen:%20<?php echo $vornamen;?>%0DGeburtsdatum:%20<?php echo $gebdatum;?>
|
||||
%0DGeburtsort:%20<?php echo $gebort;?>%0DTitel:%20<?php echo $titel;?>
|
||||
%0D%0D***%0DPlatz fuer weitere (nicht angefuehrte Daten)%0D***">zuständige Assistentin</a>
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<br><br>
|
||||
Es wurden keine oder mehrere Profile für ihren Useraccount gefunden.
|
||||
<br>
|
||||
Bitte wenden sie sich an die <a href="mailto:vilesci@technikum-wien.at?subject=Profilfehler&body=Es wurden zuviele oder zuwenige Profile fuer User <?php echo $uid; ?> gefunden. %0DBitte kontrollieren sie die Datenbank!%0D%0DMeine Daten sind:%0DNachname:%0DVornamen:%0D...">Administration</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,111 @@
|
||||
<?php
|
||||
include('../../config.inc.php');
|
||||
$adress='pam@technikum-wien.at';
|
||||
if (!isset($REMOTE_USER))
|
||||
$REMOTE_USER='pam';
|
||||
$uid=$REMOTE_USER;
|
||||
|
||||
if (isset($_GET['uid']))
|
||||
$uid=$_GET['uid'];
|
||||
if (isset($_GET['stdsem']))
|
||||
$stdsem=$_GET['stdsem'];
|
||||
|
||||
if ($uid!=$REMOTE_USER)
|
||||
{
|
||||
mail($adress,"Unerlaubter Zugriff auf Lehrveranstaltungen",
|
||||
"User $REMOTE_USER hat versucht die LVAs von User $uid zu betrachten!",
|
||||
"From: vilesci@technikum-wien.at");
|
||||
die("Keine Berechtigung!");
|
||||
}
|
||||
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
|
||||
//Studiensemester abfragen.
|
||||
$sql_query='SELECT * FROM tbl_studiensemester WHERE ende>=now() ORDER BY start';
|
||||
$result_stdsem=pg_exec($conn, $sql_query);
|
||||
$num_rows_stdsem=pg_numrows($result_stdsem);
|
||||
if (!isset($stdsem))
|
||||
$stdsem=pg_result($result_stdsem,0,"studiensemester_kurzbz");
|
||||
|
||||
|
||||
//Lehrveranstaltungen abfragen.
|
||||
$sql_query="SELECT * FROM vw_lehrveranstaltung
|
||||
WHERE studiensemester_kurzbz='$stdsem' AND lektor_uid='$uid'";
|
||||
$sql_query.=" ORDER BY stg_kurzbz,semester,verband,gruppe";
|
||||
$result=pg_exec($conn, $sql_query);
|
||||
$num_rows=pg_numrows($result);
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>Reservierungsliste</title>
|
||||
<link rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<H2>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="../index.php">Lehrveranstaltungsplan</a> >>
|
||||
<a href="index.php">Userprofil</a> >>
|
||||
Lehrveranstaltungen (<?php echo $stdsem;?>)
|
||||
</td>
|
||||
<td align="right"><A href="../help/index.html" class="hilfe" target="_blank">HELP </A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</H2>
|
||||
<?php
|
||||
for ($i=0;$i<$num_rows_stdsem;$i++)
|
||||
{
|
||||
$row=pg_fetch_object($result_stdsem);
|
||||
echo '<A href="lva_liste.php?uid='.$uid.'&stdsem='.$row->studiensemester_kurzbz.'">'.$row->studiensemester_kurzbz.'</A> - ';
|
||||
}
|
||||
if ($num_rows>0)
|
||||
{
|
||||
echo '<BR><BR><table border="0">';
|
||||
echo '<tr class="liste"><th>LVNR</th><th>Lehrfach</th><th>Lehrform</th><th>Bezeichnung</th><th>Lektor</th><th>STG</th><th>S</th><th>V</th><th>G</th><th>Einheit</th><th>Raumtyp</th><th>Alternativ</th><th>Block</th><th>WR</th><th>Std</th><th>KW</th><th>Anmerkung</th></tr>';
|
||||
for ($i=0; $i<$num_rows; $i++)
|
||||
{
|
||||
$zeile=$i % 2;
|
||||
$row=pg_fetch_object($result);
|
||||
|
||||
echo '<tr class="liste'.$zeile.'">';
|
||||
echo '<td>'.$row->lvnr.'</td>';
|
||||
echo '<td>'.$row->lehrfach.'</td>';
|
||||
echo '<td>'.$row->lehrform.'</td>';
|
||||
echo '<td>'.$row->lehrfach_bez.'</td>';
|
||||
echo '<td>'.$row->lektor.'</td>';
|
||||
echo '<td>'.$row->stg_kurzbz.'</td>';
|
||||
echo '<td>'.$row->semester.'</td>';
|
||||
echo '<td>'.$row->verband.'</td>';
|
||||
echo '<td>'.$row->gruppe.'</td>';
|
||||
echo '<td>'.$row->einheit.'</td>';
|
||||
echo '<td>'.$row->raumtyp.'</td>';
|
||||
echo '<td>'.$row->raumtypalternativ.'</td>';
|
||||
echo '<td>'.$row->stundenblockung.'</td>';
|
||||
echo '<td>'.$row->wochenrythmus.'</td>';
|
||||
echo '<td>'.$row->semesterstunden.'</td>';
|
||||
echo '<td>'.$row->start_kw.'</td>';
|
||||
echo '<td>'.$row->anmerkung.'</td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
echo '</table>';
|
||||
}
|
||||
else
|
||||
echo 'Keine Datensätze vorhanden!<BR>';
|
||||
?>
|
||||
<BR>Fehler und Feedback bitte an den betreffenden Studiengang!<BR>
|
||||
<HR>
|
||||
<H3>Hinweis</H3>
|
||||
Sonderaufträge wie zum Beispiel Praktikums- und Diplomandenbetreuung werden hier nicht angezeigt!<BR>
|
||||
<H3>Erklärung</H3>
|
||||
<strong> LVNR: </strong> Interne FAS-Nummer der Lehrveranstaltung<BR>
|
||||
<strong> STG-S-V-G: </strong>Studiengang-Semester-Verband-Gruppe<BR>
|
||||
<strong> Einheit: </strong> Spezialgruppen (Module, Projektgruppen, Spezialisierungsgruppen)<BR>
|
||||
<strong> Block: </strong> Stundenblockung (1->Einzelstunden; 2->Doppelstunden; ...)<BR>
|
||||
<strong> WR: </strong> Wochenrythmus (1->jede Woche; 2->jede 2. Woche; ...)<BR>
|
||||
<strong> Std: </strong> gesamte Semesterstunden<BR>
|
||||
<strong> KW: </strong> Kalenderwoche in der die Lehrveranstaltung startet<BR>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
session_start();
|
||||
$uid=$REMOTE_USER;
|
||||
$uid='pam';
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Passwort ?ndern </title>
|
||||
<link rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
<body class="background_main">
|
||||
<?php
|
||||
if (!session_is_registered('count'))
|
||||
{
|
||||
session_register('count');
|
||||
$count = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
$count++;
|
||||
if ($count>3)
|
||||
{
|
||||
echo "<h4>Das Passwort Formular ist nach 3 Fehlern deaktiviert!</h4>";
|
||||
echo '<meta http-equiv="refresh" content="5; URL=https://cis.technikum-wien.at/profile/index.php">';
|
||||
exit;
|
||||
}
|
||||
}
|
||||
?>
|
||||
<font class="h1"><b>?nderung des Technikum Wien Passwortes</b></font>
|
||||
<p>Sie k?nnen mit diesem Formular Ihr Technikum Wien Passwort ?ndern.<br>
|
||||
Es wird sowohl Ihr Windows als auch Ihr Unix bzw. Mail Passwort ge?ndert!</p>
|
||||
<form method="POST" action="changepass.php">
|
||||
<table><tr><td>Username:</td>
|
||||
<td><INPUT type="text" name="username" readonly value="<?php echo $uid ?>"
|
||||
</td></tr>
|
||||
<tr><td>Altes Passwort:</td>
|
||||
<td><INPUT type="password" name="oldpass"></td></tr>
|
||||
<tr><td>Neues Passwort:</td>
|
||||
<td><INPUT type="password" name="newpass1"></td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
Neues Passwort<br>wiederholen:
|
||||
</td>
|
||||
<td><INPUT type="password" name="newpass2"></td></tr>
|
||||
</table>
|
||||
<p>
|
||||
<input type="submit" value="Passwort ?ndern" name="Send">
|
||||
<input type="reset" value="Zur?cksetzen" name="cancel">
|
||||
</p>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,194 @@
|
||||
<?php
|
||||
include('../../config.inc.php');
|
||||
include('../../../include/functions.inc.php');
|
||||
|
||||
/*
|
||||
if (isset($REMOTE_USER))
|
||||
$uid=$REMOTE_USER;
|
||||
else
|
||||
$uid='pam';
|
||||
*/
|
||||
$uid = get_uid();
|
||||
|
||||
if(isset($_GET['type']))
|
||||
$type=$_GET['type'];
|
||||
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
|
||||
//Stundentabelleholen
|
||||
if(! $result_stunde=pg_exec($conn, "SELECT * FROM tbl_stunde ORDER BY stunde"))
|
||||
die(pg_last_error($conn));
|
||||
$num_rows_stunde=pg_numrows($result_stunde);
|
||||
|
||||
// Zeitwuensche speichern
|
||||
if (isset($type) && $type=='save')
|
||||
{
|
||||
for ($t=1;$t<7;$t++)
|
||||
for ($i=0;$i<$num_rows_stunde;$i++)
|
||||
{
|
||||
$var='wunsch'.$t.'_'.$i;
|
||||
//echo $$var;
|
||||
$gewicht=$_POST[$var];
|
||||
$stunde=$i+1;
|
||||
$query="SELECT * FROM tbl_zeitwunsch WHERE uid='$uid' AND stunde=$stunde AND tag=$t";
|
||||
if(! $erg_wunsch=pg_exec($conn, $query))
|
||||
die(pg_last_error($conn));
|
||||
$num_rows_wunsch=pg_num_rows($erg_wunsch);
|
||||
if ($num_rows_wunsch==0)
|
||||
{
|
||||
$query="INSERT INTO tbl_zeitwunsch (uid, stunde, tag, gewicht) VALUES ('$uid', $stunde, $t, $gewicht)";
|
||||
if(!($erg=pg_exec($conn, $query)))
|
||||
die(pg_last_error($conn));
|
||||
}
|
||||
elseif ($num_rows_wunsch==1)
|
||||
{
|
||||
$query="UPDATE tbl_zeitwunsch SET gewicht=$gewicht WHERE uid='$uid' AND stunde=$stunde AND tag=$t";
|
||||
//echo $query;
|
||||
if(!($erg=pg_exec($conn, $query)))
|
||||
die(pg_last_error($conn));
|
||||
}
|
||||
else
|
||||
die("Zuviele Eintraege fuer!");
|
||||
}
|
||||
}
|
||||
|
||||
if(!($erg=pg_exec($conn, "SELECT * FROM tbl_zeitwunsch WHERE uid='$uid'")))
|
||||
die(pg_last_error($conn));
|
||||
$num_rows=pg_numrows($erg);
|
||||
for ($i=0;$i<$num_rows;$i++)
|
||||
{
|
||||
$tag=pg_result($erg,$i,"tag");
|
||||
$stunde=pg_result($erg,$i,"stunde");
|
||||
$gewicht=pg_result($erg,$i,"gewicht");
|
||||
$wunsch[$tag][$stunde]=$gewicht;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Personendaten
|
||||
if(! $result=pg_exec($conn, "SELECT * FROM tbl_person WHERE uid='$uid'"))
|
||||
die(pg_last_error($conn));
|
||||
if (pg_numrows($result)==1)
|
||||
$person=pg_fetch_object($result);
|
||||
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Profil</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<H2><table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="../index.php">Lehrveranstaltungsplan</a> >>
|
||||
<a href="index.php">Userprofil</a> >>
|
||||
Zeitwünsche
|
||||
</td>
|
||||
<td align="right"><A href="../help/index.html" class="hilfe" target="_blank">HELP </A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</H2>
|
||||
<H3>
|
||||
Zeitwünsche von <?php echo $person->titel.' '.$person->vornamen.' '.$person->nachname; ?>
|
||||
</H3>
|
||||
Results: <?php echo $num_rows; ?><br>
|
||||
Username: <?php echo $uid; ?><br>
|
||||
<FORM name="zeitwunsch" method="post" action="zeitwunsch.php?type=save">
|
||||
<TABLE>
|
||||
<TR>
|
||||
<?php
|
||||
echo '<th>Stunde<br>Beginn<br>Ende</th>';
|
||||
for ($i=0;$i<$num_rows_stunde; $i++)
|
||||
{
|
||||
$beginn=pg_result($result_stunde,$i,'"beginn"');
|
||||
$beginn=substr($beginn,0,5);
|
||||
$ende=pg_result($result_stunde,$i,'"ende"');
|
||||
$ende=substr($ende,0,5);
|
||||
$stunde=pg_result($result_stunde,$i,'"stunde"');
|
||||
echo "<th><div align=\"center\">$stunde<br>$beginn<br>$ende</div></th>";
|
||||
}
|
||||
?>
|
||||
</TR>
|
||||
<?php
|
||||
for ($j=1; $j<7; $j++)
|
||||
{
|
||||
echo '<TR><TD>'.$tagbez[$j].'</TD>';
|
||||
for ($i=0;$i<$num_rows_stunde;$i++)
|
||||
{
|
||||
$index=$wunsch[$j][$i+1];
|
||||
if ($index=="")
|
||||
$index=1;
|
||||
$id='bgcolor';
|
||||
$id.=$index+3;
|
||||
echo '<TD align="center" id="'.$id.'"><INPUT align="right" type="text" name="wunsch'.$j.'_'.$i.'" size="1" maxlength="2" value="'.$index.'"></TD>';
|
||||
}
|
||||
echo '</TR>';
|
||||
}
|
||||
?>
|
||||
</TABLE>
|
||||
<INPUT type="hidden" name="uid" value="<?php echo $uid; ?>">
|
||||
<INPUT type="submit" name="Abschicken" value="Speichern">
|
||||
</FORM>
|
||||
<br>
|
||||
<hr>
|
||||
<H3>Erklärung:</H3>
|
||||
<P>Bitte kontrollieren/ändern Sie Ihre Zeitwünsche und klicken Sie anschließend
|
||||
auf "Speichern"!<BR><BR>
|
||||
</P>
|
||||
<TABLE width="50%" align="center" name="Zeitwerte">
|
||||
<TR>
|
||||
<TH><B>Wert</B></TH>
|
||||
<TH>
|
||||
<DIV align="center"><B>Bedeutung</B></DIV>
|
||||
</TH>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">2</DIV>
|
||||
</TD>
|
||||
<TD>Hier möchte ich unterrichten</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">1</DIV>
|
||||
</TD>
|
||||
<TD>Hier kann ich unterrichten</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">0</DIV>
|
||||
</TD>
|
||||
<TD>keine Bedeutung</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">-1</DIV>
|
||||
</TD>
|
||||
<TD>Hier nur in extremen Notfällen</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">-2</DIV>
|
||||
</TD>
|
||||
<TD>Hier auf gar keinen Fall !!!</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<P> </P>
|
||||
<H3>Folgende Punkte sind zu beachten:</H3>
|
||||
<OL>
|
||||
<LI> Verwenden Sie den Wert -2 nur, wenn Sie zu dieser Stunde wirklich nicht
|
||||
können, um eine bessere Optimierung zu ermöglichen.</LI>
|
||||
<LI>Es sollten für jede Stunde die tatsächlich unterrichtet wird,
|
||||
mindestens das 3-fache an positiven Zeitwünschen angegeben werden.<BR>
|
||||
Beispiel: Sie unterrichten 4 Stunden/Woche, dann sollten Sie mindestens
|
||||
12 Stunden im Raster mit positiven Werten ausfüllen.</LI>
|
||||
</OL>
|
||||
<P>Bei Problemen wenden Sie sich bitte an die <A href="mailto:lvplan@technikum-wien.at">LV-Koordinationsstelle</A>.</P>
|
||||
<P> </P>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,136 @@
|
||||
<?php
|
||||
include('../../config.inc.php');
|
||||
include('../../../include/functions.inc.php');
|
||||
|
||||
if (isset($REMOTE_USER))
|
||||
$uid=$REMOTE_USER;
|
||||
else
|
||||
$uid='pam';
|
||||
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
if(!($erg=pg_exec($conn, "SELECT * FROM zeitwunsch WHERE zeitwunsch.lektor_id=$lkid")))
|
||||
die(pg_last_error($conn));
|
||||
$num_rows=pg_numrows($erg);
|
||||
for ($i=0;$i<$num_rows;$i++)
|
||||
{
|
||||
$tag=pg_result($erg,$i,"tag");
|
||||
$stunde=pg_result($erg,$i,"stunde_id");
|
||||
$gewicht=pg_result($erg,$i,"gewicht");
|
||||
$wunsch[$tag][$stunde]=$gewicht;
|
||||
}
|
||||
if(!($erg_std=pg_exec($conn, "SELECT * FROM stunde ORDER BY id")))
|
||||
die(pg_last_error($conn));
|
||||
$num_rows_std=pg_numrows($erg_std);
|
||||
for ($i=0;$i<$num_rows_std;$i++)
|
||||
{
|
||||
$beginn[$i]=pg_result($erg_std,$i,"beginn");
|
||||
$ende[$i]=pg_result($erg_std,$i,"ende");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Profil</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body class="background_main">
|
||||
<h4>Zeitwünsche von <?php echo $titel.' '.$vornamen.' '.$nachname; ?></h4>
|
||||
Results: <?php echo $num_rows; ?><br>
|
||||
Username: <?php echo $uid; ?><br>
|
||||
<TABLE width="100%" border="1">
|
||||
<TR>
|
||||
<TD align="center"><B>Stunde</B><BR><SMALL>Beginn<BR>Ende</SMALL></TD>
|
||||
<?php
|
||||
for ($i=1;$i<=$num_rows_std;$i++)
|
||||
echo '<TD align="center"><B>'.$i.'</B><BR><SMALL>'.$beginn[$i-1].'<BR>'.$ende[$i-1].'</SMALL></TD>';
|
||||
?>
|
||||
</TR>
|
||||
<?php
|
||||
for ($j=1; $j<7; $j++)
|
||||
{
|
||||
echo '<TR><TD>'.$tagbez[$j].'</TD>';
|
||||
for ($i=0;$i<$num_rows_std;$i++)
|
||||
{
|
||||
$index=$wunsch[$j][$i+1];
|
||||
if ($index=="")
|
||||
$index=1;
|
||||
$bgcolor=$cfgStdBgcolor[$index+3];
|
||||
echo '<TD align="center" bgcolor="'.$bgcolor.'">'.$index.'</TD>';
|
||||
}
|
||||
echo '</TR>';
|
||||
}
|
||||
?>
|
||||
</TABLE>
|
||||
<INPUT type="hidden" name="lkid" value="<?php echo $lkid; ?>">
|
||||
<INPUT type="hidden" name="titel" value="<?php echo $titel; ?>">
|
||||
<INPUT type="hidden" name="vornamen" value="<?php echo $vornamen; ?>">
|
||||
<INPUT type="hidden" name="nachname" value="<?php echo $nachname; ?>">
|
||||
<br>
|
||||
<hr>
|
||||
<H3>Eklärung:</H3>
|
||||
<P>Bitte kontrollieren Sie Ihre Zeitwünsche, änderungen per Mail bitte
|
||||
an <A href="mailto:stpl@technikum-wien.at">Stundenplan</A>!<BR>
|
||||
<BR>
|
||||
</P>
|
||||
<TABLE width="35%" border="1" cellspacing="0" name="Zeitwerte">
|
||||
<TR>
|
||||
<TD><B>Wert</B></TD>
|
||||
<TD>
|
||||
<DIV align="center"><B>Bedeutung</B></DIV>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">2</DIV>
|
||||
</TD>
|
||||
<TD>Hier möchte ich Unterrichen</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">1</DIV>
|
||||
</TD>
|
||||
<TD>Hier kann ich Unterrichten</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">0</DIV>
|
||||
</TD>
|
||||
<TD>keine Bedeutung</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">-1</DIV>
|
||||
</TD>
|
||||
<TD>Hier möchte ich eher nicht</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">-2</DIV>
|
||||
</TD>
|
||||
<TD>Hier nur in extremen Notfällen</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<DIV align="right">-3</DIV>
|
||||
</TD>
|
||||
<TD>Hier auf gar keinen Fall !!!</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<P> </P>
|
||||
<H3>Folgende Punkte sind zu beachten:</H3>
|
||||
<OL>
|
||||
<LI> Verwenden Sie den Wert -3 nur wenn Sie zu dieser Stunde wirklich nicht
|
||||
können, um eine bessere Optimierung zu ermöglichen.</LI>
|
||||
<LI>Es müssen für jede Stunde die tatsächlich unterrichtet wird,
|
||||
mindestens das 1,5 fache an positiven Zeitwünschen angegeben werden.<BR>
|
||||
Beispiel: Sie unterrichten 4Stunden/Woche, dann müssen Sie mindesten
|
||||
6 Stunden im Raster mit positiven Werten ausfüllen.</LI>
|
||||
</OL>
|
||||
<P>Bei Problemen wenden Sie sich bitte an die <A href="mailto:stpl@technikum-wien.at">Stundenplanstelle</A>.</P>
|
||||
<P> </P>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,149 @@
|
||||
<?php
|
||||
/****************************************************************************
|
||||
* Script: stpl_detail.php
|
||||
* Descr: Das Script dient zur Detailanzeige eines Eintrags im Stundenplan.
|
||||
* Es wird in Verbandsplan und Reservierungen gesucht.
|
||||
* Verzweigungen: von stpl_week.php
|
||||
* Author: Christian Paminger
|
||||
* Erstellt: 21.8.2001
|
||||
* Update: 11.11.2004 von Christian Paminger
|
||||
*****************************************************************************/
|
||||
|
||||
include('../config.inc.php');
|
||||
|
||||
// Variablen uebernehmen
|
||||
if (isset($_GET[type]))
|
||||
$type=$_GET[type];
|
||||
if (isset($_GET[datum]))
|
||||
$datum=$_GET[datum];
|
||||
if (isset($_GET[stunde]))
|
||||
$stunde=$_GET[stunde];
|
||||
if (isset($_GET[ort_kurzbz]))
|
||||
$ort_kurzbz=$_GET[ort_kurzbz];
|
||||
if (isset($_GET[pers_uid]))
|
||||
$pers_uid=$_GET[pers_uid];
|
||||
if (isset($_GET[stg_kz]))
|
||||
$stg_kz=$_GET[stg_kz];
|
||||
if (isset($_GET[sem]))
|
||||
$sem=$_GET[sem];
|
||||
if (isset($_GET[ver]))
|
||||
$ver=$_GET[ver];
|
||||
if (isset($_GET[grp]))
|
||||
$grp=$_GET[grp];
|
||||
if (isset($_GET[einheit_kurzbz]))
|
||||
$einheit_kurzbz=$_GET[einheit_kurzbz];
|
||||
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
die('Es konnte keine Verbindung zum Server aufgebaut werden.');
|
||||
//Stundenplan
|
||||
$sql_query='SELECT vw_stundenplan.*, tbl_lehrfach.bezeichnung, tbl_person.titel AS pers_titel, tbl_person.nachname, tbl_person.vornamen';
|
||||
$sql_query.=' FROM vw_stundenplan, tbl_lehrfach, tbl_person';
|
||||
$sql_query.=" WHERE datum='$datum' AND stunde=$stunde AND tbl_person.uid=vw_stundenplan.uid AND tbl_lehrfach.lehrfach_nr=vw_stundenplan.lehrfach_nr";
|
||||
if ($type=='lektor')
|
||||
$sql_query.=" AND vw_stundenplan.uid='$pers_uid' ";
|
||||
elseif ($type=='ort')
|
||||
$sql_query.=" AND ort_kurzbz='$ort_kurzbz' ";
|
||||
else
|
||||
{
|
||||
$sql_query.=' AND vw_stundenplan.studiengang_kz='.$stg_kz.' AND (vw_stundenplan.semester='.$sem;
|
||||
if ($type=='student')
|
||||
$sql_query.=' OR vw_stundenplan.semester='.($sem+1);
|
||||
$sql_query.=')';
|
||||
//if ($ver!='0')
|
||||
// $sql_query.=" AND (verband='$ver' OR verband IS NULL OR verband='0')";
|
||||
//if ($grp!='0')
|
||||
// $sql_query.=" AND (gruppe='$grp' OR gruppe IS NULL OR gruppe='0')";
|
||||
}
|
||||
$sql_query.=' ORDER BY unr ASC, stg_kurzbz, vw_stundenplan.semester, verband, gruppe, einheit_kurzbz, uid LIMIT 100';
|
||||
//echo $sql_query.'<BR>';
|
||||
$erg_stpl=pg_exec($conn, $sql_query);
|
||||
$num_rows_stpl=pg_numrows($erg_stpl);
|
||||
|
||||
//Reservierungen
|
||||
$sql_query="SELECT vw_reservierung.*, tbl_person.titel AS pers_titel, tbl_person.vornamen,tbl_person.nachname FROM vw_reservierung, tbl_person WHERE datum='$datum' AND stunde=$stunde";
|
||||
if (isset($ort_kurzbz))
|
||||
$sql_query.=" AND vw_reservierung.ort_kurzbz='$ort_kurzbz'";
|
||||
if ($type=='lektor')
|
||||
$sql_query.=" AND vw_reservierung.uid='$pers_uid' ";
|
||||
$sql_query.=" AND vw_reservierung.uid=tbl_person.uid";
|
||||
if ($type=='verband' || $type=='student')
|
||||
$sql_query.=" AND studiengang_kz='$stg_kz' AND (semester='$sem' OR semester=0 OR semester IS NULL)";
|
||||
$sql_query.=' ORDER BY titel LIMIT 100';
|
||||
//echo $sql_query.'<BR>';
|
||||
$erg_repl=pg_exec($conn, $sql_query);
|
||||
$num_rows_repl=pg_numrows($erg_repl);
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Lehrveranstaltungsplan Details</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
<body class="background_main">
|
||||
<H2>Lehrveranstaltungsplan ⇒ Details</H2>
|
||||
Datum: <?php echo $datum; ?><BR>
|
||||
Stunde: <?php echo $stunde; ?><BR><BR>
|
||||
|
||||
<table class="stdplan">
|
||||
<?php
|
||||
if ($num_rows_stpl>0)
|
||||
echo '<tr> <th>UNr</th><th>Lektor</th><th>Ort</th><th>Lehrfach</th><th>Bezeichnung</th><th>Verband</th><th>Einheit</th> </tr>';
|
||||
for ($i=0; $i<$num_rows_stpl; $i++)
|
||||
{
|
||||
$unr=pg_result($erg_stpl,$i,"unr");
|
||||
$ortkurzbz=pg_result($erg_stpl,$i,"ort_kurzbz");
|
||||
$lehrfachkurzbz=pg_result($erg_stpl,$i,"lehrfach");
|
||||
$bezeichnung=pg_result($erg_stpl,$i,"bezeichnung");
|
||||
$pers_kurzbz=pg_result($erg_stpl,$i,"lektor");
|
||||
$pers_titel=pg_result($erg_stpl,$i,"pers_titel");
|
||||
$pers_vornamen=pg_result($erg_stpl,$i,"vornamen");
|
||||
$pers_nachname=pg_result($erg_stpl,$i,"nachname");
|
||||
$pers_email=pg_result($erg_stpl,$i,"uid").'@technikum-wien.at';
|
||||
$stgkurzbz=pg_result($erg_stpl,$i,"stg_kurzbz");
|
||||
$semester=pg_result($erg_stpl,$i,"semester");
|
||||
$verband=pg_result($erg_stpl,$i,"verband");
|
||||
$gruppe=pg_result($erg_stpl,$i,"gruppe");
|
||||
$einheit_kurzbz=pg_result($erg_stpl,$i,"einheit_kurzbz");
|
||||
?>
|
||||
<tr class="<?php echo 'liste'.$i%2; ?>">
|
||||
<td><?php echo $unr; ?></td>
|
||||
<td><A href="mailto:<?php echo $pers_email; ?>"><?php echo $pers_titel.' '.$pers_vornamen.' '.$pers_nachname; ?></A></td>
|
||||
<td><?php echo $ortkurzbz; ?></td>
|
||||
<td><?php echo $lehrfachkurzbz; ?></td>
|
||||
<td><?php echo $bezeichnung; ?></td>
|
||||
<td><A href="mailto:<?php echo strtolower($stgkurzbz).$semester.strtolower($verband).$gruppe; ?>@technikum-wien.at">
|
||||
<?php echo $stgkurzbz.'-'.$semester.$verband.$gruppe; ?></A></td>
|
||||
<td><A href="mailto:<?php echo strtolower($einheit_kurzbz); ?>@technikum-wien.at">
|
||||
<?php echo $einheit_kurzbz; ?></A></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</table><BR>
|
||||
<?php
|
||||
if ($num_rows_repl>0)
|
||||
{
|
||||
echo '<h2>Reservierungen</h2>';
|
||||
echo '<table class="stdplan">';
|
||||
echo '<tr><th>Titel</th><th>Ort</th><th>Person</th><th>Beschreibung</th></tr>';
|
||||
for ($i=0; $i<$num_rows_repl; $i++)
|
||||
{
|
||||
$titel=pg_result($erg_repl,$i,"titel");
|
||||
$ortkurzbz=pg_result($erg_repl,$i,"ort_kurzbz");
|
||||
$pers_titel=pg_result($erg_repl,$i,"pers_titel");
|
||||
$pers_vornamen=pg_result($erg_repl,$i,"vornamen");
|
||||
$pers_nachname=pg_result($erg_repl,$i,"nachname");
|
||||
$pers_email=pg_result($erg_repl,$i,"uid").'@technikum-wien.at';
|
||||
$beschreibung=pg_result($erg_repl,$i,"beschreibung");
|
||||
echo '<tr class="liste'.($i%2).'">';
|
||||
echo '<td >'.$titel.'</td>';
|
||||
echo '<td >'.$ortkurzbz.'</td>';
|
||||
echo '<td ><A href="mailto:'.$pers_email.'">'.$pers_titel.' '.$pers_vornamen.' '.$pers_nachname.'</A></td>';
|
||||
echo '<td >'.$beschreibung.'</td></tr>';
|
||||
}
|
||||
echo '</table>';
|
||||
}
|
||||
?>
|
||||
<P>Fehler und Feedback bitte an <A href="mailto:lvplan@technikum-wien.at">LV-Koordinationsstelle</A>.</P>
|
||||
</body></html>
|
||||
@@ -0,0 +1,218 @@
|
||||
<?php
|
||||
/****************************************************************************
|
||||
* Script: stpl_kalender.php
|
||||
* Descr: Das Script dient zum Darstellung des Stundenplans
|
||||
* als Kalender ueber das gesamte Semester
|
||||
* Verzweigungen: von stpl_week.php
|
||||
* Author: Christian Paminger
|
||||
* Erstellt: 21.9.2001 von Christian Paminger
|
||||
* Update: 10.9.2005 von Christian Paminger
|
||||
*****************************************************************************/
|
||||
|
||||
//Startwerte setzen
|
||||
$db_stpl_table='stundenplan';
|
||||
$type=$_GET['type'];
|
||||
$pers_uid=$_GET['pers_uid'];
|
||||
$ort_kurzbz=(isset($_GET['ort_kurzbz'])?$_GET['ort_kurzbz']:'');
|
||||
$stg_kz=(isset($_GET['stg_kz'])?$_GET['stg_kz']:'');
|
||||
$sem=(isset($_GET['sem'])?$_GET['sem']:'');
|
||||
$ver=(isset($_GET['ver'])?$_GET['ver']:'');
|
||||
$grp=(isset($_GET['grp'])?$_GET['grp']:'');
|
||||
$einheit_kurzbz=(isset($_GET['einheit'])?$_GET['einheit']:'');
|
||||
$begin=$_GET['begin'];
|
||||
$ende=$_GET['ende'];
|
||||
$format=$_GET['format'];
|
||||
$version=(isset($_GET['version'])?$_GET['version']:2);
|
||||
|
||||
// UID bestimmen
|
||||
if (!isset($REMOTE_USER))
|
||||
$REMOTE_USER='pam';
|
||||
$uid=$REMOTE_USER;
|
||||
|
||||
|
||||
$jahr=date("Y",$begin);
|
||||
$mon=date("m",$begin);
|
||||
$name='TW-Kalender_'.$mon.'_'.$jahr;
|
||||
if (isset($target))
|
||||
$name.='_'.$target;
|
||||
|
||||
// doing some DOS-CRLF magic...
|
||||
$crlf="\n";
|
||||
$client=getenv("HTTP_USER_AGENT");
|
||||
if (ereg('[^(]*\((.*)\)[^)]*',$client,$regs))
|
||||
{
|
||||
$os = $regs[1];
|
||||
// this looks better under WinX
|
||||
if (eregi("Win",$os)) $crlf="\r\n";
|
||||
}
|
||||
|
||||
// Check Type
|
||||
// Print in csv-file
|
||||
if ($format=='csv')
|
||||
{
|
||||
$name.='.csv';
|
||||
header("Content-disposition: filename=$name");
|
||||
header("Content-type: application/ms-excel");
|
||||
header("Pragma: public");
|
||||
header("Expires: 0");
|
||||
if ($target=='outlook')
|
||||
echo '"Betreff","Beginnt am","Beginnt um","Endet am","Endet um","Ganztaegiges Ereignis","Erinnerung Ein/Aus","Erinnerung am","Erinnerung um","Besprechungsplanung","Erforderliche Teilnehmer","Optionale Teilnehmer","Besprechungsressourcen","Abrechnungsinformationen","Beschreibung","Kategorien","Ort","Priorit?t","Privat","Reisekilometer","Vertraulichkeit","Zeitspanne zeigen als"';
|
||||
else
|
||||
echo '"title","category","location","description","keywords","start_date","start_time","end_date","end_time","alarm","recur_type","recur_end_date","recur_interval","recur_data"';
|
||||
}
|
||||
// Print in ical-file - MR
|
||||
else if ($format=='ical')
|
||||
{
|
||||
$name.='.ics';
|
||||
header("Content-disposition: filename=$name");
|
||||
header("Content-type: text/calendar");
|
||||
header("Pragma: public");
|
||||
header("Expires: 0");
|
||||
echo 'BEGIN:VCALENDAR'.$crlf.'VERSION:'.$version.'.0';
|
||||
}
|
||||
// Print in HTML-File
|
||||
else
|
||||
{
|
||||
echo '<html>';
|
||||
echo '<head>';
|
||||
echo '<title>Kalender</title>';
|
||||
echo '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">';
|
||||
echo '<link rel="stylesheet" href="../../skin/cis.css" type="text/css">';
|
||||
echo '</head>';
|
||||
echo '<body>';
|
||||
}
|
||||
|
||||
|
||||
// Jetzt gehts los
|
||||
include('../config.inc.php');
|
||||
include('../../include/functions.inc.php');
|
||||
require('../../include/stundenplan.class.php');
|
||||
|
||||
writeCISlog('START');
|
||||
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
}
|
||||
if (!isset($begin) || !isset($ende))
|
||||
// datum holen falls nicht gesetzt
|
||||
if (!isset($_GET['semesterplan']))
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die("Datum ist nicht gesetzt!");
|
||||
}
|
||||
else
|
||||
{
|
||||
$result_semester=@pg_query($conn,"SELECT start,ende FROM tbl_studiensemester WHERE studiensemester_kurzbz=(SELECT wert FROM tbl_variable WHERE name='semester_aktuell' AND uid='$uid');");
|
||||
if (pg_numrows($result_semester)>0)
|
||||
{
|
||||
$begin=strtotime(pg_result($result_semester,0,'start'));
|
||||
$ende=strtotime(pg_result($result_semester,0,'ende'));
|
||||
}
|
||||
else
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die('Studiensemester konnte nicht gefunden werden!');
|
||||
}
|
||||
$result_semester=@pg_query($conn,"SELECT wert FROM tbl_variable WHERE uid='$uid' AND name='db_stpl_table';");
|
||||
if (pg_numrows($result_semester)>0)
|
||||
$db_stpl_table=pg_result($result_semester,0,'wert');
|
||||
else
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die('User nicht vorhanden!');
|
||||
}
|
||||
}
|
||||
if ($ende-$begin>31536000)
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die("Datumsbereich ist zu grosz!");
|
||||
}
|
||||
|
||||
if (!isset($type))
|
||||
if ($pers_uid=check_student($uid, $conn))
|
||||
$type='student';
|
||||
elseif ($pers_uid=check_lektor($uid, $conn))
|
||||
$type='lektor';
|
||||
else
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die("Cannot set type!");
|
||||
}
|
||||
if (!isset($pers_uid))
|
||||
if ($type=='student')
|
||||
$pers_uid=check_student($uid, $conn);
|
||||
elseif ($type=='lektor')
|
||||
$pers_uid=check_lektor($uid, $conn);
|
||||
|
||||
// Stundenplanobjekt erzeugen
|
||||
$stdplan=new stundenplan($type,$conn);
|
||||
$stdplan->crlf=$crlf;
|
||||
|
||||
// Zusaetzliche Daten laden
|
||||
if (! $stdplan->load_data($type,$pers_uid,$ort_kurzbz,$stg_kz,$sem,$ver,$grp,$einheit_kurzbz) )
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die($stdplan->errormsg);
|
||||
}
|
||||
|
||||
//Ueberschriften in HTML
|
||||
if ($format=='HTML')
|
||||
{
|
||||
if ($type=='verband' || $type=='einheit')
|
||||
if (count($einheit_kurzbz)>0)
|
||||
echo '<H1>Lehrverband: '.$einheit_kurzbz.'</H1>';
|
||||
else
|
||||
echo '<H1>Lehrverband: '.$stdplan->stg_kurzbzlang.'-'.$sem.$ver.$grp.'</H1>';
|
||||
if ($type=='ort')
|
||||
echo '<H1>Ort: '.$ort_kurzbz.' - '.$stdplan->ort_bezeichnung.'</H1>';
|
||||
if ($type=='lektor')
|
||||
echo '<H1>Lektor: '.$stdplan->$pers_titel.' '.$stdplan->pers_vornamen.' '.$stdplan->pers_nachname.'</H1>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Kalender erstellen
|
||||
while ($begin<$ende)
|
||||
{
|
||||
if (!date("w",$begin))
|
||||
$begin=jump_day($begin,1);
|
||||
$stdplan->init_stdplan();
|
||||
$datum=$begin;
|
||||
$begin+=604800; // eine Woche
|
||||
|
||||
// Stundenplan einer Woche laden
|
||||
if (! $stdplan->load_week($datum,$db_stpl_table))
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die($stdplan->errormsg);
|
||||
}
|
||||
|
||||
// Stundenplan der Woche drucken
|
||||
if ($format=='csv' || $format=='ical')
|
||||
$stdplan->draw_week_csv($target);
|
||||
//else if ($format=='ical')
|
||||
// $stdplan->draw_week_ical($target);
|
||||
else
|
||||
$stdplan->draw_week();
|
||||
}
|
||||
|
||||
// Print in csv-file
|
||||
if ($format=='csv')
|
||||
{
|
||||
echo $crlf;
|
||||
}
|
||||
// Print in ical-file
|
||||
else if ($format=='ical')
|
||||
{
|
||||
echo $crlf.'END:VCALENDAR';
|
||||
}
|
||||
// Print in HTML-File
|
||||
else
|
||||
{
|
||||
echo '<P>Fehler und Feedback bitte an <A href="mailto:stpl@technikum-wien.at">Stundenplan</A></P>';
|
||||
echo '</body></html>';
|
||||
}
|
||||
writeCISlog('STOP');
|
||||
?>
|
||||
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
include('../config.inc.php');
|
||||
$uid=$REMOTE_USER;
|
||||
//$uid='pam';
|
||||
|
||||
if (isset($_GET[id]))
|
||||
$id=$_GET[id];
|
||||
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
|
||||
if (isset($id))
|
||||
{
|
||||
$sql_query="DELETE FROM tbl_reservierung WHERE reservierung_id=$id";
|
||||
$erg=pg_exec($conn, $sql_query);
|
||||
}
|
||||
|
||||
//Aktuelle Reservierungen abfragen.
|
||||
$datum=mktime();
|
||||
$datum=date("Y-m-d",$datum);
|
||||
$sql_query="SELECT * FROM vw_reservierung WHERE datum>='$datum' ";
|
||||
$sql_query.=" ORDER BY datum, titel, ort_kurzbz, stunde";
|
||||
$erg_res=pg_exec($conn, $sql_query);
|
||||
$num_rows_res=pg_numrows($erg_res);
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>Reservierungsliste</title>
|
||||
<link rel="stylesheet" href="../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<H2><table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td> <a href="index.php">Lehrveranstaltungsplan</a> >> Reservierungen</td>
|
||||
<td align="right"><A href="help/index.html" class="hilfe" target="_blank">HELP </A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</H2>
|
||||
<?php
|
||||
if ($num_rows_res>0)
|
||||
{
|
||||
echo '<table border="0">';
|
||||
echo '<tr class="liste"><th>Datum</th><th>Titel</th><th>Stunde</th><th>Ort</th><th>Person</th><th>Beschreibung</th></tr>';
|
||||
for ($i=0; $i<$num_rows_res; $i++)
|
||||
{
|
||||
$zeile=$i % 2;
|
||||
$id=pg_result($erg_res,$i,"reservierung_id");
|
||||
$datum=pg_result($erg_res,$i,"datum");
|
||||
$titel=pg_result($erg_res,$i,"titel");
|
||||
$stunde=pg_result($erg_res,$i,"stunde");
|
||||
$ort_kurzbz=pg_result($erg_res,$i,"ort_kurzbz");
|
||||
$pers_uid=pg_result($erg_res,$i,"uid");
|
||||
//$lektor_kurzbz=pg_result($erg_res,$i,"lektor_kurzbz");
|
||||
$beschreibung=pg_result($erg_res,$i,"beschreibung");
|
||||
echo '<tr class="liste'.$zeile.'">';
|
||||
echo '<td>'.$datum.'</td>';
|
||||
echo '<td>'.$titel.'</td>';
|
||||
echo '<td>'.$stunde.'</td>';
|
||||
echo '<td>'.$ort_kurzbz.'</td>';
|
||||
echo '<td>'.$pers_uid.'</td>';
|
||||
echo '<td>'.$beschreibung.'<a name="liste'.$i.'"> </a></td>';
|
||||
$z=$i-1;
|
||||
if (($pers_uid==$uid)||($uid=='pam')||($uid=='kindlm')||($uid=='dvorak')||($uid=='betty'))
|
||||
echo '<td><A href="stpl_reserve_list.php?id='.$id.'#liste'.$z.'">Delete</A></td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
echo '</table>';
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,231 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<TITLE>Lehrveranstaltungsplan Technikum-Wien</TITLE>
|
||||
<script language="JavaScript">
|
||||
<!--
|
||||
function MM_jumpMenu(targ,selObj,restore)
|
||||
{ //v3.0
|
||||
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
|
||||
if (restore)
|
||||
selObj.selectedIndex=0;
|
||||
}
|
||||
-->
|
||||
</script>
|
||||
<LINK rel="stylesheet" href="../../skin/cis.css" type="text/css">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<H2><table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td> <a href="index.php">Lehrveranstaltungsplan</a> >> Wochenplan</td>
|
||||
<td align="right"><A href="help/index.html" class="hilfe" target="_blank">HELP </A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</H2>
|
||||
<?php
|
||||
/****************************************************************************
|
||||
* Script: stpl_week.php
|
||||
* Descr: Das Script dient zum Navigieren im Stundenplan.
|
||||
* Ein Lektor kann auch einen Saal reservieren
|
||||
* Verzweigungen: nach stpl_detail.php
|
||||
* von index.php
|
||||
* Author: Christian Paminger
|
||||
* Erstellt: 21.8.2001
|
||||
* Update: 15.11.2004 von Christian Paminger
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
//$type='ort';
|
||||
//$ort_kurzbz='EDV6.08';
|
||||
//$datum=1102260015;
|
||||
|
||||
include_once('../config.inc.php');
|
||||
include_once('../../include/functions.inc.php');
|
||||
include_once('../../include/stundenplan.class.php');
|
||||
|
||||
// Test Einstellungen
|
||||
//if (!isset($REMOTE_USER))
|
||||
// $REMOTE_USER='tw01e061';
|
||||
//$uid=$REMOTE_USER;
|
||||
$uid=get_uid();
|
||||
|
||||
|
||||
writeCISlog('START');
|
||||
// Deutsche Umgebung
|
||||
//$loc_de=setlocale(LC_ALL, 'de_AT@euro', 'de_AT','de_DE@euro', 'de_DE');
|
||||
//setlocale(LC_ALL, $loc_de);
|
||||
|
||||
// Variablen uebernehmen
|
||||
if (isset($_GET['type']))
|
||||
$type=$_GET['type'];
|
||||
if (isset($_POST['type']))
|
||||
$type=$_POST['type'];
|
||||
if (isset($_GET['datum']))
|
||||
$datum=$_GET['datum'];
|
||||
if (isset($_POST['datum']))
|
||||
$datum=$_POST['datum'];
|
||||
|
||||
if (isset($_GET['ort_kurzbz']))
|
||||
$ort_kurzbz=$_GET['ort_kurzbz'];
|
||||
else if (isset($_POST['ort_kurzbz']))
|
||||
$ort_kurzbz=$_POST['ort_kurzbz'];
|
||||
else
|
||||
$ort_kurzbz=null;
|
||||
|
||||
if (isset($_GET['pers_uid']))
|
||||
$pers_uid=$_GET['pers_uid'];
|
||||
|
||||
if (isset($_GET['stg_kz']))
|
||||
$stg_kz=$_GET['stg_kz'];
|
||||
else if (isset($_POST['stg_kz']))
|
||||
$stg_kz=$_POST['stg_kz'];
|
||||
else
|
||||
$stg_kz=null;
|
||||
|
||||
if (isset($_POST['sem']))
|
||||
$sem=$_POST['sem'];
|
||||
else if (isset($_GET['sem']))
|
||||
$sem=$_GET['sem'];
|
||||
else
|
||||
$sem=null;
|
||||
|
||||
if (isset($_POST['ver']))
|
||||
$ver=$_POST['ver'];
|
||||
else if (isset($_GET['ver']))
|
||||
$ver=$_GET['ver'];
|
||||
else
|
||||
$ver=null;
|
||||
|
||||
if (isset($_POST['grp']))
|
||||
$grp=$_POST['grp'];
|
||||
else if (isset($_GET['grp']))
|
||||
$grp=$_GET['grp'];
|
||||
else
|
||||
$grp=null;
|
||||
|
||||
if (isset($_POST['einheit_kurzbz']))
|
||||
$einheit_kurzbz=$_POST['einheit_kurzbz'];
|
||||
else if (isset($_GET['einheit_kurzbz']))
|
||||
$einheit_kurzbz=$_GET['einheit_kurzbz'];
|
||||
else
|
||||
$einheit_kurzbz=null;
|
||||
|
||||
if (isset($_POST['user_uid']))
|
||||
$user_uid=$_POST['user_uid'];
|
||||
if (isset($_POST['reserve']))
|
||||
$reserve=$_POST['reserve'];
|
||||
if (isset($_POST['beschreibung']))
|
||||
$beschreibung=$_POST['beschreibung'];
|
||||
if (isset($_POST['titel']))
|
||||
$titel=$_POST['titel'];
|
||||
|
||||
// Verbindungsaufbau
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
}
|
||||
|
||||
// Datums Format
|
||||
if(!$erg_std=pg_query($conn, "SET datestyle TO ISO;"))
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die(pg_last_error($conn));
|
||||
}
|
||||
|
||||
// Authentifizierung
|
||||
if ($uid=check_student(get_uid(), $conn))
|
||||
$user='student';
|
||||
elseif ($uid=check_lektor(get_uid(), $conn))
|
||||
$user='lektor';
|
||||
else
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die("Cannot set usertype!");
|
||||
}
|
||||
|
||||
// User bestimmen
|
||||
if (!isset($type))
|
||||
$type=$user;
|
||||
if (!isset($pers_uid))
|
||||
$pers_uid=$uid;
|
||||
// Reservieren
|
||||
if (isset($reserve) && $uid==$user_uid)
|
||||
{
|
||||
if(!$erg_std=pg_query($conn, "SELECT * FROM tbl_stunde ORDER BY stunde"))
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die(pg_last_error($conn));
|
||||
}
|
||||
$num_rows_std=pg_numrows($erg_std);
|
||||
$count=0;
|
||||
for ($t=1;$t<7;$t++)
|
||||
for ($j=0;$j<$num_rows_std;$j++)
|
||||
{
|
||||
$stunde=pg_result($erg_std,$j,'"stunde"');
|
||||
$var='reserve'.$t.'_'.$stunde;
|
||||
//echo $$var;
|
||||
if (isset($_POST[$var]))
|
||||
$$var=$_POST[$var];
|
||||
if ($$var)
|
||||
{
|
||||
$datum_res=$$var;
|
||||
//echo $datum_res;
|
||||
$query="INSERT INTO tbl_reservierung
|
||||
(datum, uid, ort_kurzbz, stunde, beschreibung, titel, studiengang_kz )
|
||||
VALUES
|
||||
('$datum_res', '$user_uid', '$ort_kurzbz', $stunde, '$beschreibung', '$titel', 0)"; // semester, verband, gruppe, einheit_kurzbz,
|
||||
//echo $query;
|
||||
if(!($erg=pg_exec($conn, $query)))
|
||||
echo pg_last_error($conn);
|
||||
$count++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Stundenplan erstellen
|
||||
$stdplan=new stundenplan($type,$conn);
|
||||
if (!isset($datum))
|
||||
$datum=mktime();
|
||||
|
||||
// Benutzergruppe
|
||||
$stdplan->user=$user;
|
||||
// aktueller Benutzer
|
||||
$stdplan->user_uid=$uid;
|
||||
|
||||
// Zusaetzliche Daten laden
|
||||
if (! $stdplan->load_data($type,$pers_uid,$ort_kurzbz,$stg_kz,$sem,$ver,$grp,$einheit_kurzbz) )
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die($stdplan->errormsg);
|
||||
}
|
||||
//echo 'Datum:'.$datum.'<BR>';
|
||||
// Stundenplan einer Woche laden
|
||||
if (! $stdplan->load_week($datum))
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die($stdplan->errormsg);
|
||||
}
|
||||
|
||||
// Kopfbereich drucken
|
||||
if (! $stdplan->draw_header())
|
||||
{
|
||||
writeCISlog('STOP');
|
||||
die($stdplan->errormsg);
|
||||
}
|
||||
//echo '<P align="center" style="font-size:xx-large;text-decoration:blink;color:#FF0000;">
|
||||
// Achtung! Stundenplan-Update l?uft!!!</P>';
|
||||
// Stundenplan der Woche drucken
|
||||
$stdplan->draw_week($uid);
|
||||
|
||||
if (isset($count))
|
||||
echo "Es wurden $count Stunden reserviert!<BR>";
|
||||
writeCISlog('STOP');
|
||||
?>
|
||||
<HR>
|
||||
<P>Fehler und Feedback bitte an <A href="mailto:lvplan@technikum-wien.at">LV-Koordinationsstelle</A>.</P>
|
||||
</BODY>
|
||||
</HTML>
|
||||
@@ -0,0 +1,80 @@
|
||||
<?php
|
||||
include('../config.inc.php');
|
||||
include('../../include/functions.inc.php');
|
||||
if (!$conn = @pg_pconnect(CONN_STRING))
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
if(!($erg=pg_exec($conn, "SELECT * FROM tbl_studiengang WHERE studiengang_kz>0 ORDER BY kurzbz")))
|
||||
die(pg_last_error($conn));
|
||||
$num_rows=pg_numrows($erg);
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Übersicht der Lehrverbände</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../../skin/cis.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<H2><table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td> <a href="index.php">Lehrveranstaltungsplan</a> >> Lehrverbände</td>
|
||||
<td align="right"><A href="help/index.html" class="hilfe" target="_blank">HELP </A></td>
|
||||
</tr>
|
||||
</table>
|
||||
</H2>
|
||||
<table>
|
||||
<tr>
|
||||
<?php
|
||||
for ($i=0;$i<$num_rows;$i++)
|
||||
{
|
||||
$row=@pg_fetch_object($erg, $i);
|
||||
echo "<th>$row->bezeichnung ($row->kurzbz)</th>";
|
||||
}
|
||||
?>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<?php
|
||||
for ($i=0; $i<$num_rows; $i++)
|
||||
{
|
||||
echo '<td nowrap valign="top">';
|
||||
$row=pg_fetch_object($erg, $i);
|
||||
$stg_kz=$row->studiengang_kz;
|
||||
$stg_kzbz=$row->kurzbz;
|
||||
$sql_query="SELECT DISTINCT semester FROM tbl_student WHERE studiengang_kz=$stg_kz ORDER BY semester";
|
||||
//echo $sql_query;
|
||||
if(!($result_sem=pg_exec($conn, $sql_query)))
|
||||
die(pg_last_error($conn));
|
||||
$nr_sem=pg_numrows($result_sem);
|
||||
for ($j=0; $j<$nr_sem; $j++)
|
||||
{
|
||||
$row_sem=pg_fetch_object($result_sem, $j);
|
||||
echo '<a href="stpl_week.php?type=verband&stg_kz='.$stg_kz."&sem=$row_sem->semester\">$stg_kzbz-$row_sem->semester</a><br>";
|
||||
$sql_query="SELECT DISTINCT verband FROM tbl_student WHERE studiengang_kz=$stg_kz AND semester=$row_sem->semester ORDER BY verband";
|
||||
//echo $sql_query;
|
||||
if(!($result_ver=pg_exec($conn, $sql_query)))
|
||||
die(pg_last_error($conn));
|
||||
$nr_ver=pg_numrows($result_ver);
|
||||
for ($k=0; $k<$nr_ver; $k++)
|
||||
{
|
||||
$row_ver=pg_fetch_object($result_ver, $k);
|
||||
echo " - <a href=\"stpl_week.php?type=verband&stg_kz=$stg_kz&sem=$row_sem->semester&ver=$row_ver->verband\">$stg_kzbz-$row_sem->semester$row_ver->verband</a><br>";
|
||||
$sql_query="SELECT DISTINCT gruppe FROM tbl_student WHERE studiengang_kz=$stg_kz AND semester=$row_sem->semester AND verband='$row_ver->verband' ORDER BY gruppe";
|
||||
//echo $sql_query;
|
||||
if(!($result_grp=pg_exec($conn, $sql_query)))
|
||||
die(pg_last_error($conn));
|
||||
$nr_grp=pg_numrows($result_grp);
|
||||
for ($l=0; $l<$nr_grp; $l++)
|
||||
{
|
||||
$row_grp=pg_fetch_object($result_grp, $l);
|
||||
echo " - <a href=\"stpl_week.php?type=verband&stg_kz=$stg_kz&sem=$row_sem->semester&ver=$row_ver->verband&grp=$row_grp->gruppe\">$stg_kzbz-$row_sem->semester$row_ver->verband$row_grp->gruppe</a><br>";
|
||||
}
|
||||
}
|
||||
}
|
||||
echo"</td>";
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,723 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html lang='en'>
|
||||
<head>
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="description" content="Awstats - Advanced Web Statistics for cis.technikum-wien.at" />
|
||||
<title>Statistics for cis.technikum-wien.at</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; }
|
||||
.aws_bodyl { }
|
||||
.aws_border { background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0; margin-bottom: 0; }
|
||||
.aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; }
|
||||
.aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #CCCCDD; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; }
|
||||
.aws_data {
|
||||
background-color: #FFFFFF;
|
||||
border-top-width: 1px;
|
||||
border-left-width: 0px;
|
||||
border-right-width: 0px;
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
.aws_formfield { font: 13px verdana, arial, helvetica; }
|
||||
.aws_button {
|
||||
font-family: arial,verdana,helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
border: 1px solid #ccd7e0;
|
||||
background-image : url(/icon/other/button.gif);
|
||||
}
|
||||
th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
|
||||
th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
|
||||
td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 1px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
|
||||
td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 1px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; }
|
||||
td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; padding: 0px 0px 0px 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; }
|
||||
b { font-weight: bold; }
|
||||
a { font: 11px verdana, arial, helvetica, sans-serif; }
|
||||
a:link { color: #0011BB; text-decoration: none; }
|
||||
a:visited { color: #0011BB; text-decoration: none; }
|
||||
a:hover { color: #605040; text-decoration: underline; }
|
||||
//-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="margin-top: 0px">
|
||||
<a name="top"> </a>
|
||||
|
||||
|
||||
|
||||
<a name="menu"> </a>
|
||||
<form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=cis" style="padding: 0px 0px 0px 0px; margin-top: 0">
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td>
|
||||
<table class="aws_data" border="0" cellpadding="1" cellspacing="0" width="100%">
|
||||
<tr><td class="aws" valign="middle"><b>Statistics for:</b> </td><td class="aws"><span style="font-size: 14px;">cis.technikum-wien.at</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/icon/other/awstats_logo6.png" border="0" alt='Awstats Web Site' title='Awstats Web Site' /></a><br /></td></tr>
|
||||
<tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b> </td><td class="aws" valign="middle"><span style="font-size: 12px;">03 Jul 2004 - 19:04</span> <a href="/cgi-bin/awstats.pl?config=cis&update=1">Update now</a></td></tr>
|
||||
<tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><select class="aws_formfield" name="month">
|
||||
<option value="01">Jan</option>
|
||||
<option value="02">Feb</option>
|
||||
<option value="03">Mar</option>
|
||||
<option value="04">Apr</option>
|
||||
<option value="05">May</option>
|
||||
<option value="06">Jun</option>
|
||||
<option selected="true" value="07">Jul</option>
|
||||
<option value="08">Aug</option>
|
||||
<option value="09">Sep</option>
|
||||
<option value="10">Oct</option>
|
||||
<option value="11">Nov</option>
|
||||
<option value="12">Dec</option>
|
||||
<option value='all'>- Year -</option>
|
||||
</select>
|
||||
<select class="aws_formfield" name="year">
|
||||
<option value="2003">2003</option>
|
||||
<option selected="true" value="2004">2004</option>
|
||||
</select>
|
||||
<input type="hidden" name="output" value="main" />
|
||||
<input type="hidden" name="config" value="cis" />
|
||||
<input type="submit" value=" OK " class="aws_button" /></td></tr>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
</form>
|
||||
|
||||
<table>
|
||||
<tr><td class="awsm" width="150" valign="top"><b>When:</b></td>
|
||||
<td class="awsm"><a href="#month">Monthly history</a> <a href="#daysofmonth">Days of month</a> <a href="#daysofweek">Days of week</a> <a href="#hours">Hours</a> </td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Who:</b></td>
|
||||
<td class="awsm"><a href="#countries">Countries</a> <a href="/cgi-bin/awstats.pl?config=cis&output=alldomains" target="awstatsbis">Full list</a>
|
||||
<a href="#visitors">Hosts</a> <a href="/cgi-bin/awstats.pl?config=cis&output=allhosts" target="awstatsbis">Full list</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=lasthosts" target="awstatsbis">Last visit</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=unknownip" target="awstatsbis">Unresolved IP Address</a>
|
||||
<a href="#robots">Robots/Spiders visitors</a> <a href="/cgi-bin/awstats.pl?config=cis&output=allrobots" target="awstatsbis">Full list</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=lastrobots" target="awstatsbis">Last visit</a>
|
||||
</td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Navigation:</b></td>
|
||||
<td class="awsm"><a href="#sessions">Visits duration</a> <a href="#filetypes">File type</a> <a href="#urls">Viewed</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=urldetail" target="awstatsbis">Full list</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=urlentry" target="awstatsbis">Entry</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=urlexit" target="awstatsbis">Exit</a>
|
||||
<a href="#os">Operating Systems</a> <a href="/cgi-bin/awstats.pl?config=cis&output=osdetail" target="awstatsbis">Versions</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=unknownos" target="awstatsbis">Unknown</a>
|
||||
<a href="#browsers">Browsers</a> <a href="/cgi-bin/awstats.pl?config=cis&output=browserdetail" target="awstatsbis">Versions</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=unknownbrowser" target="awstatsbis">Unknown</a>
|
||||
</td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Referers:</b></td>
|
||||
<td class="awsm"><a href="#referer">Origin</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=refererse" target="awstatsbis">Refering search engines</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=refererpages" target="awstatsbis">Refering sites</a>
|
||||
<a href="#keys">Search</a> <a href="/cgi-bin/awstats.pl?config=cis&output=keyphrases" target="awstatsbis">Search Keyphrases</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=cis&output=keywords" target="awstatsbis">Search Keywords</a>
|
||||
</td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Others:</b></td>
|
||||
<td class="awsm"><a href="#misc">Miscellaneous</a> <a href="#errors">HTTP Status codes</a> <a href="/cgi-bin/awstats.pl?config=cis&output=errors404" target="awstatsbis">Pages not found</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Summary </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data month" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><td> </td><td><b>First visit</b></td>
|
||||
<td colspan="3">Summary</td><td><b>Last visit</b></td></tr>
|
||||
<tr bgcolor="#ECECEC"><td> </td><td>03 Jul 2004 - 13:43</td><td colspan="3"><b>Month Jul 2004</b></td><td>03 Jul 2004 - 19:04</td></tr>
|
||||
<tr><td bgcolor="#ECECEC"> </td><td width="17%" bgcolor="#FFA060">Unique visitors</td><td width="17%" bgcolor="#F4F090">Number of visits</td><td width="17%" bgcolor="#4477DD">Pages</td><td width="17%" bgcolor="#66EEFF">Hits</td><td width="17%" bgcolor="#2EA495">Bandwidth</td></tr>
|
||||
<tr><td class="aws">Viewed traffic *</td><td><b>108</b><br /> </td><td><b>137</b><br />(1.26 visits/visitor)</td><td><b>3982</b><br />(29.06 pages/visit)</td><td><b>7684</b><br />(56.08 hits/visit)</td><td><b>660.26 MB</b><br />(4935.07 KB/visit)</td></tr>
|
||||
<tr><td class="aws">Not viewed traffic *</td><td colspan=2> <br> </td>
|
||||
<td><b>535</b></td><td><b>685</b></td><td><b>4.82 MB</b></td></tr>
|
||||
</table></td></tr></table><span style="font: 11px verdana, arial, helvetica;">* Not viewed trafic is trafic generated by robots, worms or answers with special HTTP status code.</span><br />
|
||||
<br />
|
||||
|
||||
<a name="month"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Monthly history </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data month" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center">
|
||||
<center>
|
||||
<table>
|
||||
<tr valign="bottom"><td> </td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="23" width="6" alt='Unique visitors: 9226' title='Unique visitors: 9226' /><img align="bottom" src="/icon/other/vv.png" height="91" width="6" alt='Number of visits: 37713' title='Number of visits: 37713' /> <img align="bottom" src="/icon/other/vp.png" height="45" width="6" alt='Pages: 1264594' title='Pages: 1264594' /><img align="bottom" src="/icon/other/vh.png" height="91" width="6" alt='Hits: 2578976' title='Hits: 2578976' /><img align="bottom" src="/icon/other/vk.png" height="65" width="6" alt='Bandwidth: 15.15 GB' title='Bandwidth: 15.15 GB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="20" width="6" alt='Unique visitors: 8135' title='Unique visitors: 8135' /><img align="bottom" src="/icon/other/vv.png" height="80" width="6" alt='Number of visits: 33331' title='Number of visits: 33331' /> <img align="bottom" src="/icon/other/vp.png" height="50" width="6" alt='Pages: 1424760' title='Pages: 1424760' /><img align="bottom" src="/icon/other/vh.png" height="89" width="6" alt='Hits: 2532536' title='Hits: 2532536' /><img align="bottom" src="/icon/other/vk.png" height="91" width="6" alt='Bandwidth: 21.02 GB' title='Bandwidth: 21.02 GB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="4" width="6" alt='Unique visitors: 1346' title='Unique visitors: 1346' /><img align="bottom" src="/icon/other/vv.png" height="7" width="6" alt='Number of visits: 2927' title='Number of visits: 2927' /> <img align="bottom" src="/icon/other/vp.png" height="4" width="6" alt='Pages: 113963' title='Pages: 113963' /><img align="bottom" src="/icon/other/vh.png" height="8" width="6" alt='Hits: 213767' title='Hits: 213767' /><img align="bottom" src="/icon/other/vk.png" height="12" width="6" alt='Bandwidth: 2.71 GB' title='Bandwidth: 2.71 GB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 108' title='Unique visitors: 108' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 137' title='Number of visits: 137' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 3982' title='Pages: 3982' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 7684' title='Hits: 7684' /><img align="bottom" src="/icon/other/vk.png" height="3" width="6" alt='Bandwidth: 660.26 MB' title='Bandwidth: 660.26 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td> </td></tr>
|
||||
<tr valign="middle"><td> </td><td>Jan<br />2004</td><td>Feb<br />2004</td><td>Mar<br />2004</td><td>Apr<br />2004</td><td>May<br />2004</td><td>Jun<br />2004</td><td>Jul<br />2004</td><td>Aug<br />2004</td><td>Sep<br />2004</td><td>Oct<br />2004</td><td>Nov<br />2004</td><td>Dec<br />2004</td><td> </td></tr>
|
||||
</table>
|
||||
<br />
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Month</td><td width="80" bgcolor="#FFA060">Unique visitors</td><td width="80" bgcolor="#F4F090">Number of visits</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr>
|
||||
<tr><td>Jan 2004</td><td>9226</td><td>37713</td><td>1264594</td><td>2578976</td><td>15.15 GB</td></tr>
|
||||
<tr><td>Feb 2004</td><td>8135</td><td>33331</td><td>1424760</td><td>2532536</td><td>21.02 GB</td></tr>
|
||||
<tr><td>Mar 2004</td><td>1346</td><td>2927</td><td>113963</td><td>213767</td><td>2.71 GB</td></tr>
|
||||
<tr><td>Apr 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>May 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Jun 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Jul 2004</td><td>108</td><td>137</td><td>3982</td><td>7684</td><td>660.26 MB</td></tr>
|
||||
<tr><td>Aug 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Sep 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Oct 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Nov 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Dec 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td bgcolor="#ECECEC">Total</td><td bgcolor="#ECECEC">18815</td><td bgcolor="#ECECEC">74108</td><td bgcolor="#ECECEC">2807299</td><td bgcolor="#ECECEC">5332963</td><td bgcolor="#ECECEC">39.52 GB</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
</center>
|
||||
</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="when"> </a>
|
||||
|
||||
<a name="daysofmonth"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Days of month </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data daysofmonth" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center">
|
||||
<center>
|
||||
<table>
|
||||
<tr valign="bottom">
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="91" width="4" alt='Number of visits: 137' title='Number of visits: 137' /><img align="bottom" src="/icon/other/vp.png" height="47" width="4" alt='Pages: 3982' title='Pages: 3982' /><img align="bottom" src="/icon/other/vh.png" height="91" width="4" alt='Hits: 7684' title='Hits: 7684' /><img align="bottom" src="/icon/other/vk.png" height="91" width="4" alt='Bandwidth: 660.26 MB' title='Bandwidth: 660.26 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td> </td><td><img align="bottom" src="/icon/other/vv.png" height="31" width="4" alt='Number of visits: 45.67' title='Number of visits: 45.67' /><img align="bottom" src="/icon/other/vp.png" height="16" width="4" alt='Pages: 1327.33' title='Pages: 1327.33' /><img align="bottom" src="/icon/other/vh.png" height="31" width="4" alt='Hits: 2561.33' title='Hits: 2561.33' /><img align="bottom" src="/icon/other/vk.png" height="31" width="4" alt='Bandwidth: 220.09 MB' title='Bandwidth: 220.09 MB' /></td>
|
||||
</tr>
|
||||
<tr valign="middle"><td>01<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>02<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA"><b>03<br /><span style="font-size: 9px;">Jul</span></b></td>
|
||||
<td bgcolor="#EAEAEA">04<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>05<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>06<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>07<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>08<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>09<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">10<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">11<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>12<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>13<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>14<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>15<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>16<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">17<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">18<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>19<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>20<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>21<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>22<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>23<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">24<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">25<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>26<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>27<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>28<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>29<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>30<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">31<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td> </td><td valign="middle">Average</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Day</td><td width="80" bgcolor="#F4F090">Number of visits</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr><tr><td>01 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>02 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>03 Jul 2004</td><td>137</td><td>3982</td><td>7684</td><td>660.26 MB</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>04 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>05 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>06 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>07 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>08 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>09 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>10 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>11 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>12 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>13 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>14 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>15 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>16 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>17 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>18 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>19 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>20 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>21 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>22 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>23 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>24 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>25 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>26 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>27 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>28 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>29 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>30 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>31 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#ECECEC"><td>Average</td><td>45.67</td><td>1327.33</td><td>2561.33</td><td>220.09 MB</td></tr>
|
||||
<tr bgcolor="#ECECEC"><td>Total</td><td>137</td><td>3982</td><td>7684</td><td>660.26 MB</td></tr>
|
||||
</table>
|
||||
<br /></center>
|
||||
</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="daysofweek"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Days of week </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data daysofweek" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center"><center>
|
||||
<table>
|
||||
<tr valign="bottom">
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="47" width="6" alt='Pages: 3982' title='Pages: 3982' /><img align="bottom" src="/icon/other/vh.png" height="91" width="6" alt='Hits: 7684' title='Hits: 7684' /><img align="bottom" src="/icon/other/vk.png" height="91" width="6" alt='Bandwidth: 660.26 MB' title='Bandwidth: 660.26 MB' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td bgcolor="#EAEAEA">Sat</td><td bgcolor="#EAEAEA">Sun</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Day</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr><tr><td>Mon</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Tue</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Wed</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Thu</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Fri</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>Sat</td><td>3982</td><td>7684</td><td>660.26 MB</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>Sun</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
</center></td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="hours"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Hours </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data hours" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center">
|
||||
<center>
|
||||
<table>
|
||||
<tr valign="bottom">
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="18" width="6" alt='Pages: 360' title='Pages: 360' /><img align="bottom" src="/icon/other/vh.png" height="30" width="6" alt='Hits: 632' title='Hits: 632' /><img align="bottom" src="/icon/other/vk.png" height="2" width="6" alt='Bandwidth: 6.51 MB' title='Bandwidth: 6.51 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="28" width="6" alt='Pages: 589' title='Pages: 589' /><img align="bottom" src="/icon/other/vh.png" height="62" width="6" alt='Hits: 1292' title='Hits: 1292' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 3.56 MB' title='Bandwidth: 3.56 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="22" width="6" alt='Pages: 452' title='Pages: 452' /><img align="bottom" src="/icon/other/vh.png" height="44" width="6" alt='Hits: 923' title='Hits: 923' /><img align="bottom" src="/icon/other/vk.png" height="91" width="6" alt='Bandwidth: 374.09 MB' title='Bandwidth: 374.09 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="37" width="6" alt='Pages: 764' title='Pages: 764' /><img align="bottom" src="/icon/other/vh.png" height="74" width="6" alt='Hits: 1550' title='Hits: 1550' /><img align="bottom" src="/icon/other/vk.png" height="39" width="6" alt='Bandwidth: 161.53 MB' title='Bandwidth: 161.53 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="30" width="6" alt='Pages: 628' title='Pages: 628' /><img align="bottom" src="/icon/other/vh.png" height="49" width="6" alt='Hits: 1033' title='Hits: 1033' /><img align="bottom" src="/icon/other/vk.png" height="12" width="6" alt='Bandwidth: 49.27 MB' title='Bandwidth: 49.27 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="44" width="6" alt='Pages: 925' title='Pages: 925' /><img align="bottom" src="/icon/other/vh.png" height="91" width="6" alt='Hits: 1904' title='Hits: 1904' /><img align="bottom" src="/icon/other/vk.png" height="16" width="6" alt='Bandwidth: 63.85 MB' title='Bandwidth: 63.85 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="13" width="6" alt='Pages: 264' title='Pages: 264' /><img align="bottom" src="/icon/other/vh.png" height="17" width="6" alt='Hits: 350' title='Hits: 350' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 1.45 MB' title='Bandwidth: 1.45 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
</tr>
|
||||
<tr><th width="19">0</th>
|
||||
<th width="19">1</th>
|
||||
<th width="19">2</th>
|
||||
<th width="19">3</th>
|
||||
<th width="19">4</th>
|
||||
<th width="19">5</th>
|
||||
<th width="19">6</th>
|
||||
<th width="19">7</th>
|
||||
<th width="19">8</th>
|
||||
<th width="19">9</th>
|
||||
<th width="19">10</th>
|
||||
<th width="19">11</th>
|
||||
<th width="19">12</th>
|
||||
<th width="19">13</th>
|
||||
<th width="19">14</th>
|
||||
<th width="19">15</th>
|
||||
<th width="19">16</th>
|
||||
<th width="19">17</th>
|
||||
<th width="19">18</th>
|
||||
<th width="19">19</th>
|
||||
<th width="19">20</th>
|
||||
<th width="19">21</th>
|
||||
<th width="19">22</th>
|
||||
<th width="19">23</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="/icon/clock/hr1.png" width="10" alt="0:00 - 1:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr2.png" width="10" alt="1:00 - 2:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr3.png" width="10" alt="2:00 - 3:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr4.png" width="10" alt="3:00 - 4:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr5.png" width="10" alt="4:00 - 5:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr6.png" width="10" alt="5:00 - 6:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr7.png" width="10" alt="6:00 - 7:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr8.png" width="10" alt="7:00 - 8:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr9.png" width="10" alt="8:00 - 9:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr10.png" width="10" alt="9:00 - 10:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr11.png" width="10" alt="10:00 - 11:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr12.png" width="10" alt="11:00 - 12:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr1.png" width="10" alt="0:00 - 1:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr2.png" width="10" alt="1:00 - 2:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr3.png" width="10" alt="2:00 - 3:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr4.png" width="10" alt="3:00 - 4:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr5.png" width="10" alt="4:00 - 5:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr6.png" width="10" alt="5:00 - 6:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr7.png" width="10" alt="6:00 - 7:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr8.png" width="10" alt="7:00 - 8:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr9.png" width="10" alt="8:00 - 9:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr10.png" width="10" alt="9:00 - 10:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr11.png" width="10" alt="10:00 - 11:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr12.png" width="10" alt="11:00 - 12:00 pm" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<table width="650"><tr>
|
||||
<td align="center"><center>
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Hours</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr><tr><td>00</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>01</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>02</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>03</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>04</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>05</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>06</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>07</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>08</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>09</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>10</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>11</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
</table>
|
||||
</center></td><td width="10"> </td><td align="center"><center>
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Hours</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr>
|
||||
<tr><td>12</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>13</td><td>360</td><td>632</td><td>6.51 MB</td></tr>
|
||||
<tr><td>14</td><td>589</td><td>1292</td><td>3.56 MB</td></tr>
|
||||
<tr><td>15</td><td>452</td><td>923</td><td>374.09 MB</td></tr>
|
||||
<tr><td>16</td><td>764</td><td>1550</td><td>161.53 MB</td></tr>
|
||||
<tr><td>17</td><td>628</td><td>1033</td><td>49.27 MB</td></tr>
|
||||
<tr><td>18</td><td>925</td><td>1904</td><td>63.85 MB</td></tr>
|
||||
<tr><td>19</td><td>264</td><td>350</td><td>1.45 MB</td></tr>
|
||||
<tr><td>20</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>21</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>22</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>23</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
</table>
|
||||
</center></td></tr></table>
|
||||
<br />
|
||||
</center></td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="who"> </a>
|
||||
|
||||
<a name="countries"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Visitors domains/countries (Top 10) - <a href="/cgi-bin/awstats.pl?config=cis&output=alldomains" target="awstatsbis">Full list</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data countries" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th width="32"> </th><th colspan="2">Domains/Countries</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th> </th></tr>
|
||||
<tr><td width="32"><img src="/icon/flags/ip.png" height="14" alt='Unknown' title='Unknown' /></td><td class="aws">Unknown</td><td>ip</td><td>3982</td><td>7684</td><td>660.26 MB</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="135" height="5" alt='' title='' /><br />
|
||||
<img src="/icon/other/hh.png" width="261" height="5" alt='' title='' /><br />
|
||||
<img src="/icon/other/hk.png" width="261" height="5" alt='' title='' /></td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="visitors"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Hosts (Top 10) - <a href="/cgi-bin/awstats.pl?config=cis&output=allhosts" target="awstatsbis">Full list</a> - <a href="/cgi-bin/awstats.pl?config=cis&output=lasthosts" target="awstatsbis">Last visit</a> - <a href="/cgi-bin/awstats.pl?config=cis&output=unknownip" target="awstatsbis">Unresolved IP Address</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data visitors" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Hosts : 0 Known, 110 Unknown (unresolved ip) - 108 Unique visitors</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th width="120">Last visit</th></tr>
|
||||
<tr><td class="aws">80.110.112.173</td><td>528</td><td>677</td><td>641.35 MB</td><td>03 Jul 2004 - 19:04</td></tr>
|
||||
<tr><td class="aws">10.63.0.41</td><td>392</td><td>485</td><td>3.17 MB</td><td>03 Jul 2004 - 19:04</td></tr>
|
||||
<tr><td class="aws">81.217.49.48</td><td>227</td><td>363</td><td>1.45 MB</td><td>03 Jul 2004 - 17:19</td></tr>
|
||||
<tr><td class="aws">62.178.22.72</td><td>162</td><td>217</td><td>1.05 MB</td><td>03 Jul 2004 - 17:08</td></tr>
|
||||
<tr><td class="aws">213.47.84.88</td><td>95</td><td>181</td><td>1.41 MB</td><td>03 Jul 2004 - 17:46</td></tr>
|
||||
<tr><td class="aws">80.108.40.126</td><td>90</td><td>249</td><td>437.79 KB</td><td>03 Jul 2004 - 18:23</td></tr>
|
||||
<tr><td class="aws">62.48.151.136</td><td>68</td><td>106</td><td>217.81 KB</td><td>03 Jul 2004 - 15:34</td></tr>
|
||||
<tr><td class="aws">80.108.94.146</td><td>68</td><td>93</td><td>488.90 KB</td><td>03 Jul 2004 - 16:58</td></tr>
|
||||
<tr><td class="aws">213.33.13.182</td><td>62</td><td>196</td><td>287.85 KB</td><td>03 Jul 2004 - 18:55</td></tr>
|
||||
<tr><td class="aws">81.223.155.148</td><td>60</td><td>117</td><td>284.60 KB</td><td>03 Jul 2004 - 18:12</td></tr>
|
||||
<tr><td class="aws"><span style="color: #666688">Others</span></td><td>2230</td><td>5000</td><td>10.16 MB</td><td> </td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="robots"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Robots/Spiders visitors (Top 10) - <a href="/cgi-bin/awstats.pl?config=cis&output=allrobots" target="awstatsbis">Full list</a> - <a href="/cgi-bin/awstats.pl?config=cis&output=lastrobots" target="awstatsbis">Last visit</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data robots" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>2 different robots*</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th width="120">Last visit</th></tr>
|
||||
<tr><td class="aws">Big Brother</td><td>130</td><td>0</td><td>03 Jul 2004 - 19:04</td></tr>
|
||||
<tr><td class="aws">MSIECrawler</td><td>2</td><td>13.00 KB</td><td>03 Jul 2004 - 18:02</td></tr>
|
||||
</table></td></tr></table><span style="font: 11px verdana, arial, helvetica;">* Robots shown here gave hits or traffic "not viewed" by visitors, so they are not included in other charts.</span><br />
|
||||
<br />
|
||||
|
||||
|
||||
<a name="how"> </a>
|
||||
|
||||
<a name="sessions"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Visits duration </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data sessions" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Number of visits: 137 - Average: 441 s</th><th bgcolor="#8888DD" width="80">Number of visits</th><th bgcolor="#8888DD" width="80">Percent</th></tr>
|
||||
<tr><td class="aws">0s-30s</td><td>36</td><td>26.2 %</td></tr>
|
||||
<tr><td class="aws">30s-2mn</td><td>29</td><td>21.1 %</td></tr>
|
||||
<tr><td class="aws">2mn-5mn</td><td>15</td><td>10.9 %</td></tr>
|
||||
<tr><td class="aws">5mn-15mn</td><td>9</td><td>6.5 %</td></tr>
|
||||
<tr><td class="aws">15mn-30mn</td><td>7</td><td>5.1 %</td></tr>
|
||||
<tr><td class="aws">30mn-1h</td><td>4</td><td>2.9 %</td></tr>
|
||||
<tr><td class="aws">1h+</td><td>4</td><td>2.9 %</td></tr>
|
||||
<tr><td class="aws"><span style="color: #666688">Unknown</span></td><td>33</td><td>24 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="filetypes"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">File type </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data filetypes" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th colspan="3">File type</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th bgcolor="#2EA495" width="80">Percent</th></tr>
|
||||
<tr><td width="32"><img src="/icon/mime/image.png" alt='' title='' /></td><td class="aws">gif</td><td class="aws">Image</td><td>2946</td><td>38.3 %</td><td>661.28 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">php</td><td class="aws">Dynamic Html page or Script file</td><td>1967</td><td>25.5 %</td><td>12.88 MB</td><td>1.9 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/html.png" alt='' title='' /></td><td class="aws">html</td><td class="aws">HTML or XML static page</td><td>1233</td><td>16 %</td><td>2.45 MB</td><td>0.3 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/image.png" alt='' title='' /></td><td class="aws">jpg</td><td class="aws">Image</td><td>484</td><td>6.2 %</td><td>3.46 MB</td><td>0.5 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">css</td><td class="aws">Cascading Style Sheet file</td><td>392</td><td>5.1 %</td><td>525.80 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/image.png" alt='' title='' /></td><td class="aws">png</td><td class="aws">Image</td><td>272</td><td>3.5 %</td><td>59.35 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/pdf.png" alt='' title='' /></td><td class="aws">pdf</td><td class="aws">Document</td><td>44</td><td>0.5 %</td><td>10.41 MB</td><td>1.5 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">exe</td><td class="aws">HTML dynamic page or Binary runtime</td><td>41</td><td>0.5 %</td><td>94.31 MB</td><td>14.2 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">c</td><td class="aws"> </td><td>29</td><td>0.3 %</td><td>410.94 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">pl</td><td class="aws">Dynamic Html page or Script file</td><td>27</td><td>0.3 %</td><td>787.19 KB</td><td>0.1 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/unknown.png" alt='' title='' /></td><td class="aws" colspan="2"><span style="color: #666688">Unknown</span></td><td>22</td><td>0.2 %</td><td>446.32 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">h</td><td class="aws"> </td><td>21</td><td>0.2 %</td><td>107.31 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">frm</td><td class="aws"> </td><td>20</td><td>0.2 %</td><td>72.21 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/archive.png" alt='' title='' /></td><td class="aws">zip</td><td class="aws">Archive</td><td>19</td><td>0.2 %</td><td>5.95 MB</td><td>0.9 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/text.png" alt='' title='' /></td><td class="aws">txt</td><td class="aws">HTML or XML static page</td><td>16</td><td>0.2 %</td><td>100.24 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/doc.png" alt='' title='' /></td><td class="aws">doc</td><td class="aws">Document</td><td>15</td><td>0.1 %</td><td>2.15 MB</td><td>0.3 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/html.png" alt='' title='' /></td><td class="aws">htm</td><td class="aws">HTML or XML static page</td><td>14</td><td>0.1 %</td><td>485.21 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">vbs</td><td class="aws">Visual Basic script</td><td>13</td><td>0.1 %</td><td>25.90 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">dll</td><td class="aws">Binary library</td><td>13</td><td>0.1 %</td><td>2.52 MB</td><td>0.3 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">ini</td><td class="aws">Config file</td><td>9</td><td>0.1 %</td><td>11.92 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">xls</td><td class="aws">Document</td><td>9</td><td>0.1 %</td><td>3.36 MB</td><td>0.5 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">pac</td><td class="aws"> </td><td>8</td><td>0.1 %</td><td>230 Bytes</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">inf</td><td class="aws"> </td><td>8</td><td>0.1 %</td><td>66.15 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">db</td><td class="aws"> </td><td>7</td><td>0 %</td><td>42.00 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">in</td><td class="aws"> </td><td>4</td><td>0 %</td><td>28.70 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">sh</td><td class="aws">Dynamic Html page or Script file</td><td>4</td><td>0 %</td><td>3.74 MB</td><td>0.5 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">chr</td><td class="aws"> </td><td>4</td><td>0 %</td><td>546.24 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/archive.png" alt='' title='' /></td><td class="aws">gz</td><td class="aws">Archive</td><td>3</td><td>0 %</td><td>1.61 MB</td><td>0.2 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">hlp</td><td class="aws"> </td><td>3</td><td>0 %</td><td>73.13 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">lst</td><td class="aws"> </td><td>2</td><td>0 %</td><td>21.82 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">frx</td><td class="aws"> </td><td>2</td><td>0 %</td><td>2.43 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">lib</td><td class="aws"> </td><td>2</td><td>0 %</td><td>14.00 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">cert</td><td class="aws"> </td><td>2</td><td>0 %</td><td>2.36 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">conf</td><td class="aws">Config file</td><td>2</td><td>0 %</td><td>47.14 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">m4</td><td class="aws"> </td><td>1</td><td>0 %</td><td>18.69 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">y</td><td class="aws"> </td><td>1</td><td>0 %</td><td>10.26 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">pid</td><td class="aws"> </td><td>1</td><td>0 %</td><td>6 Bytes</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/html.png" alt='' title='' /></td><td class="aws">xml</td><td class="aws">HTML or XML static page</td><td>1</td><td>0 %</td><td>1.12 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">prints</td><td class="aws"> </td><td>1</td><td>0 %</td><td>261.69 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">sample</td><td class="aws"> </td><td>1</td><td>0 %</td><td>372 Bytes</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">dsw</td><td class="aws"> </td><td>1</td><td>0 %</td><td>537 Bytes</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/archive.png" alt='' title='' /></td><td class="aws">tgz</td><td class="aws">Archive</td><td>1</td><td>0 %</td><td>35.97 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">cnt</td><td class="aws"> </td><td>1</td><td>0 %</td><td>288 Bytes</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">chm</td><td class="aws"> </td><td>1</td><td>0 %</td><td>84.32 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">vbw</td><td class="aws"> </td><td>1</td><td>0 %</td><td>1.11 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">cab</td><td class="aws"> </td><td>1</td><td>0 %</td><td>1.83 MB</td><td>0.2 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">vbp</td><td class="aws"> </td><td>1</td><td>0 %</td><td>1.53 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/archive.png" alt='' title='' /></td><td class="aws">bz2</td><td class="aws">Archive</td><td>1</td><td>0 %</td><td>137.78 MB</td><td>20.8 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">ico</td><td class="aws"> </td><td>1</td><td>0 %</td><td>766 Bytes</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">dsp</td><td class="aws"> </td><td>1</td><td>0 %</td><td>6.90 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">am</td><td class="aws"> </td><td>1</td><td>0 %</td><td>1.74 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">iso</td><td class="aws"> </td><td>1</td><td>0 %</td><td>372.44 MB</td><td>56.4 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">mpp</td><td class="aws"> </td><td>1</td><td>0 %</td><td>331.00 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">guess</td><td class="aws"> </td><td>1</td><td>0 %</td><td>40.32 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">ppt</td><td class="aws">Document</td><td>1</td><td>0 %</td><td>85.50 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">assoc</td><td class="aws"> </td><td>1</td><td>0 %</td><td>5.81 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">8</td><td class="aws"> </td><td>1</td><td>0 %</td><td>8.13 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">l</td><td class="aws"> </td><td>1</td><td>0 %</td><td>4.80 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">sub</td><td class="aws"> </td><td>1</td><td>0 %</td><td>30.37 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">dot</td><td class="aws"> </td><td>1</td><td>0 %</td><td>44.00 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">crk</td><td class="aws"> </td><td>1</td><td>0 %</td><td>0</td><td>0 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="urls"> </a><a name="entry"> </a><a name="exit"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Pages-URL (Top 10) - <a href="/cgi-bin/awstats.pl?config=cis&output=urldetail" target="awstatsbis">Full list</a> - <a href="/cgi-bin/awstats.pl?config=cis&output=urlentry" target="awstatsbis">Entry</a> - <a href="/cgi-bin/awstats.pl?config=cis&output=urlexit" target="awstatsbis">Exit</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data urls" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>604 different pages-url</th><th bgcolor="#4477DD" width="80">Viewed</th><th bgcolor="#2EA495" width="80">Average size</th><th bgcolor="#CEC2E8" width="80">Entry</th><th bgcolor="#C1B2E2" width="80">Exit</th><th> </th></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/login.php" target="url">/login.php</a></td><td>182</td><td>1.61 KB</td><td>8</td><td>20</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="261" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="47" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="12" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="29" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/campus/lehre/lessons.php" target="url">/campus/lehre/lessons.php</a></td><td>167</td><td>3.44 KB</td><td>4</td><td>5</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="239" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="100" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="6" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="8" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/campus/lehre/pinboard.php" target="url">/campus/lehre/pinboard.php</a></td><td>147</td><td>6.42 KB</td><td> </td><td>3</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="211" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="187" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="1" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="5" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/campus/lehre/menu.php" target="url">/campus/lehre/menu.php</a></td><td>143</td><td>7.65 KB</td><td>1</td><td> </td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="205" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="222" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="2" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="1" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/stdplan/stpl_student_draw.php" target="url">/stdplan/stpl_student_draw.php</a></td><td>142</td><td>6.63 KB</td><td> </td><td> </td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="203" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="193" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="1" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="1" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/campus/lehre/home.php" target="url">/campus/lehre/home.php</a></td><td>142</td><td>622 Bytes</td><td> </td><td> </td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="203" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="18" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="1" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="1" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/include/styles.css" target="url">/include/styles.css</a></td><td>141</td><td>3.13 KB</td><td> </td><td> </td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="202" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="91" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="1" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="1" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/style/global.css" target="url">/style/global.css</a></td><td>134</td><td>424 Bytes</td><td> </td><td>3</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="192" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="13" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="1" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="5" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/webmail/imp/mailbox.php" target="url">/webmail/imp/mailbox.php</a></td><td>115</td><td>8.97 KB</td><td>3</td><td>12</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="165" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="261" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="5" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="18" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://cis.technikum-wien.at/webmail/css.php" target="url">/webmail/css.php</a></td><td>105</td><td>2.87 KB</td><td>1</td><td>5</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="151" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="84" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="2" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="8" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><span style="color: #666688">Others</span></td><td>2564</td><td>259.78 KB</td><td>120</td><td>56</td><td> </td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="os"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Operating Systems (Top 10) - <a href="/cgi-bin/awstats.pl?config=cis&output=osdetail" target="awstatsbis">Full list/Versions</a> - <a href="/cgi-bin/awstats.pl?config=cis&output=unknownos" target="awstatsbis">Unknown</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data os" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th width="32"> </th><th>Operating Systems</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th></tr>
|
||||
<tr><td width="32"><img src="/icon/os/win.png" alt='' title='' /></td><td class="aws"><b>Windows</b></td><td>6892</td><td>89.6 %</td></tr>
|
||||
<tr><td><img src="/icon/os/unknown.png" alt='' title='' /></td><td class="aws"><span style="color: #666688">Unknown</span></td><td>460</td><td>5.9 %</td></tr>
|
||||
<tr><td><img src="/icon/os/linux.png" alt='' title='' /></td><td class="aws">Linux</td><td>308</td><td>4 %</td></tr>
|
||||
<tr><td><img src="/icon/os/mac.png" alt='' title='' /></td><td class="aws"><b>Macintosh</b></td><td>24</td><td>0.3 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="browsers"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Browsers (Top 10) - <a href="/cgi-bin/awstats.pl?config=cis&output=browserdetail" target="awstatsbis">Full list/Versions</a> - <a href="/cgi-bin/awstats.pl?config=cis&output=unknownbrowser" target="awstatsbis">Unknown</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data browsers" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th width="32"> </th><th>Browsers</th><th width="80">Grabber</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th></tr>
|
||||
<tr><td width="32"><img src="/icon/browser/msie.png" alt='' title='' /></td><td class="aws"><b>MS Internet Explorer</b></td><td>No</td><td>5568</td><td>72.4 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/mozilla.png" alt='' title='' /></td><td class="aws">Mozilla</td><td>No</td><td>1812</td><td>23.5 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/konqueror.png" alt='' title='' /></td><td class="aws">Konqueror</td><td>No</td><td>91</td><td>1.1 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/netscape.png" alt='' title='' /></td><td class="aws"><b>Netscape</b></td><td>No</td><td>53</td><td>0.6 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/opera.png" alt='' title='' /></td><td class="aws">Opera</td><td>No</td><td>42</td><td>0.5 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/phoenix.png" alt='' title='' /></td><td class="aws">Firebird</td><td>No</td><td>42</td><td>0.5 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/galeon.png" alt='' title='' /></td><td class="aws">Galeon</td><td>No</td><td>41</td><td>0.5 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/safari.png" alt='' title='' /></td><td class="aws">Safari</td><td>No</td><td>24</td><td>0.3 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/unknown.png" alt='' title='' /></td><td class="aws"><span style="color: #666688">Unknown</span></td><td width="80">?</td><td>10</td><td>0.1 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/mediaplayer.png" alt='' title='' /></td><td class="aws">NetShow Player (media player)</td><td>No</td><td>1</td><td>0 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="refering"> </a>
|
||||
|
||||
<a name="referer"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Connect to site from </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data referer" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Origin</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#4477DD" width="80">Percent</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th></tr>
|
||||
<tr><td class="aws"><b>Direct address / Bookmarks</b></td><td>1214</td><td>30.4 %</td><td>2140</td><td>27.8 %</td></tr>
|
||||
<tr><td class="aws"><b>Links from a NewsGroup</b></td><td> </td><td> </td><td> </td><td> </td></tr>
|
||||
<tr><td class="aws"><b>Links from an Internet Search Engine</b> - <a href="/cgi-bin/awstats.pl?config=cis&output=refererse" target="awstatsbis">Full list</a><br />
|
||||
<table>
|
||||
<tr><td class="aws">- Google</td><td>4</td><td>4</td></tr>
|
||||
</table></td>
|
||||
<td valign="top">4</td><td valign="top">0.1 %</td><td valign="top">4</td><td valign="top">0 %</td></tr>
|
||||
<tr><td class="aws"><b>Links from an external page (other web sites except search engines)</b> - <a href="/cgi-bin/awstats.pl?config=cis&output=refererpages" target="awstatsbis">Full list</a><br />
|
||||
<table>
|
||||
<tr><td class="aws">- <a href="http://proeid.technikum-wien.at" target="url">http://proeid.technikum-wien.at</a></td><td>0</td><td>2</td></tr>
|
||||
</table></td>
|
||||
<td valign="top"> </td><td valign="top"> </td><td valign="top">2</td><td valign="top">0 %</td></tr>
|
||||
<tr><td class="aws"><b>Links from an internal page (other page on same site)</b></td><td>2763</td><td>69.3 %</td><td>5537</td><td>72 %</td></tr>
|
||||
<tr><td class="aws"><b>Unknown Origin</b></td><td>1</td><td>0 %</td><td>1</td><td>0 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="keys"> </a>
|
||||
|
||||
<a name="keyphrases"> </a><a name="keywords"> </a><br />
|
||||
<table width="100%" cellpadding="0" cellspacing="0"><tr><td width="50%" valign="top">
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="95%">Search Keyphrases (Top 10)<br /><a href="/cgi-bin/awstats.pl?config=cis&output=keyphrases" target="awstatsbis">Full list</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data keyphrases" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>1 different keyphrases</th><th bgcolor="#8888DD" width="80">Search</th><th bgcolor="#8888DD" width="80">Percent</th></tr>
|
||||
<tr><td class="aws">campus login technikum wien</td><td>4</td><td>100 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
</td>
|
||||
<td> </td><td width="50%" valign="top">
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="95%">Search Keywords (Top 10)<br /><a href="/cgi-bin/awstats.pl?config=cis&output=keywords" target="awstatsbis">Full list</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data keywords" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>4 different keywords</th><th bgcolor="#8888DD" width="80">Search</th><th bgcolor="#8888DD" width="80">Percent</th></tr>
|
||||
<tr><td class="aws">technikum</td><td>4</td><td>25 %</td></tr>
|
||||
<tr><td class="aws">wien</td><td>4</td><td>25 %</td></tr>
|
||||
<tr><td class="aws">login</td><td>4</td><td>25 %</td></tr>
|
||||
<tr><td class="aws">campus</td><td>4</td><td>25 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<a name="other"> </a>
|
||||
|
||||
<a name="misc"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Miscellaneous </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data misc" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Miscellaneous</th><th width="100"> </th><th width="100"> </th></tr>
|
||||
<tr><td class="aws">Add to favorites (estimated)</td><td>1 / 108 Visitors</td><td>0.9 %</td></tr>
|
||||
<tr><td class="aws">Browsers with Java support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Macromedia Director Support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Flash Support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Real audio playing support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Quicktime audio playing support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Windows Media audio playing support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with PDF support</td><td>-</td><td> </td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="errors"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">HTTP Status codes </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data errors" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th colspan="2">HTTP Status codes*</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th><th bgcolor="#2EA495" width="80">Bandwidth</th></tr>
|
||||
<tr><td valign="top">302</td><td class="aws">Moved temporarily (redirect)</td><td>206</td><td>37.2 %</td><td>134.49 KB</td></tr>
|
||||
<tr><td><a href="/cgi-bin/awstats.pl?config=cis&output=errors404" target="awstatsbis">404</a></td><td class="aws">Document Not Found</td><td>151</td><td>27.3 %</td><td>47.55 KB</td></tr>
|
||||
<tr><td valign="top">401</td><td class="aws">Unauthorized</td><td>80</td><td>14.4 %</td><td>37.95 KB</td></tr>
|
||||
<tr><td valign="top">301</td><td class="aws">Moved permanently (redirect)</td><td>71</td><td>12.8 %</td><td>22.91 KB</td></tr>
|
||||
<tr><td valign="top">206</td><td class="aws">Partial Content</td><td>45</td><td>8.1 %</td><td>4.57 MB</td></tr>
|
||||
</table></td></tr></table><span style="font: 11px verdana, arial, helvetica;">* Codes shown here gave hits or traffic "not viewed" by visitors, so they are not included in other charts.</span><br />
|
||||
<br />
|
||||
|
||||
<br /><br />
|
||||
<span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 6.0 (build 1.704)</b> - <a href="http://awstats.sourceforge.net" target="awstatshome">Created by awstats</a></span><br />
|
||||
|
||||
<br />
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,659 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html lang='en'>
|
||||
<head>
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="description" content="Awstats - Advanced Web Statistics for technikum-wien.at" />
|
||||
<title>Statistics for technikum-wien.at</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; }
|
||||
.aws_bodyl { }
|
||||
.aws_border { background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0; margin-bottom: 0; }
|
||||
.aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; }
|
||||
.aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #CCCCDD; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; }
|
||||
.aws_data {
|
||||
background-color: #FFFFFF;
|
||||
border-top-width: 1px;
|
||||
border-left-width: 0px;
|
||||
border-right-width: 0px;
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
.aws_formfield { font: 13px verdana, arial, helvetica; }
|
||||
.aws_button {
|
||||
font-family: arial,verdana,helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
border: 1px solid #ccd7e0;
|
||||
background-image : url(/icon/other/button.gif);
|
||||
}
|
||||
th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
|
||||
th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
|
||||
td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 1px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
|
||||
td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 1px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; }
|
||||
td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; padding: 0px 0px 0px 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; }
|
||||
b { font-weight: bold; }
|
||||
a { font: 11px verdana, arial, helvetica, sans-serif; }
|
||||
a:link { color: #0011BB; text-decoration: none; }
|
||||
a:visited { color: #0011BB; text-decoration: none; }
|
||||
a:hover { color: #605040; text-decoration: underline; }
|
||||
//-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="margin-top: 0px">
|
||||
<a name="top"> </a>
|
||||
|
||||
|
||||
|
||||
<a name="menu"> </a>
|
||||
<form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=www" style="padding: 0px 0px 0px 0px; margin-top: 0">
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td>
|
||||
<table class="aws_data" border="0" cellpadding="1" cellspacing="0" width="100%">
|
||||
<tr><td class="aws" valign="middle"><b>Statistics for:</b> </td><td class="aws"><span style="font-size: 14px;">technikum-wien.at</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/icon/other/awstats_logo6.png" border="0" alt='Awstats Web Site' title='Awstats Web Site' /></a><br /></td></tr>
|
||||
<tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b> </td><td class="aws" valign="middle"><span style="font-size: 12px;">02 Jul 2004 - 20:34</span> <a href="/cgi-bin/awstats.pl?config=www&update=1">Update now</a></td></tr>
|
||||
<tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><select class="aws_formfield" name="month">
|
||||
<option value="01">Jan</option>
|
||||
<option value="02">Feb</option>
|
||||
<option value="03">Mar</option>
|
||||
<option value="04">Apr</option>
|
||||
<option value="05">May</option>
|
||||
<option value="06">Jun</option>
|
||||
<option selected="true" value="07">Jul</option>
|
||||
<option value="08">Aug</option>
|
||||
<option value="09">Sep</option>
|
||||
<option value="10">Oct</option>
|
||||
<option value="11">Nov</option>
|
||||
<option value="12">Dec</option>
|
||||
<option value='all'>- Year -</option>
|
||||
</select>
|
||||
<select class="aws_formfield" name="year">
|
||||
<option selected="true" value="2004">2004</option>
|
||||
</select>
|
||||
<input type="hidden" name="output" value="main" />
|
||||
<input type="hidden" name="config" value="www" />
|
||||
<input type="submit" value=" OK " class="aws_button" /></td></tr>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
</form>
|
||||
|
||||
<table>
|
||||
<tr><td class="awsm" width="150" valign="top"><b>When:</b></td>
|
||||
<td class="awsm"><a href="#month">Monthly history</a> <a href="#daysofmonth">Days of month</a> <a href="#daysofweek">Days of week</a> <a href="#hours">Hours</a> </td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Who:</b></td>
|
||||
<td class="awsm"><a href="#countries">Countries</a> <a href="/cgi-bin/awstats.pl?config=www&output=alldomains" target="awstatsbis">Full list</a>
|
||||
<a href="#visitors">Hosts</a> <a href="/cgi-bin/awstats.pl?config=www&output=allhosts" target="awstatsbis">Full list</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=lasthosts" target="awstatsbis">Last visit</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=unknownip" target="awstatsbis">Unresolved IP Address</a>
|
||||
<a href="#robots">Robots/Spiders visitors</a> <a href="/cgi-bin/awstats.pl?config=www&output=allrobots" target="awstatsbis">Full list</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=lastrobots" target="awstatsbis">Last visit</a>
|
||||
</td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Navigation:</b></td>
|
||||
<td class="awsm"><a href="#sessions">Visits duration</a> <a href="#filetypes">File type</a> <a href="#urls">Viewed</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=urldetail" target="awstatsbis">Full list</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=urlentry" target="awstatsbis">Entry</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=urlexit" target="awstatsbis">Exit</a>
|
||||
<a href="#os">Operating Systems</a> <a href="/cgi-bin/awstats.pl?config=www&output=osdetail" target="awstatsbis">Versions</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=unknownos" target="awstatsbis">Unknown</a>
|
||||
<a href="#browsers">Browsers</a> <a href="/cgi-bin/awstats.pl?config=www&output=browserdetail" target="awstatsbis">Versions</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=unknownbrowser" target="awstatsbis">Unknown</a>
|
||||
</td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Referers:</b></td>
|
||||
<td class="awsm"><a href="#referer">Origin</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=refererse" target="awstatsbis">Refering search engines</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=refererpages" target="awstatsbis">Refering sites</a>
|
||||
<a href="#keys">Search</a> <a href="/cgi-bin/awstats.pl?config=www&output=keyphrases" target="awstatsbis">Search Keyphrases</a>
|
||||
<a href="/cgi-bin/awstats.pl?config=www&output=keywords" target="awstatsbis">Search Keywords</a>
|
||||
</td></tr>
|
||||
<tr><td class="awsm" valign="top"><b>Others:</b></td>
|
||||
<td class="awsm"><a href="#misc">Miscellaneous</a> <a href="#errors">HTTP Status codes</a> <a href="/cgi-bin/awstats.pl?config=www&output=errors404" target="awstatsbis">Pages not found</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Summary </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data month" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><td> </td><td><b>First visit</b></td>
|
||||
<td colspan="3">Summary</td><td><b>Last visit</b></td></tr>
|
||||
<tr bgcolor="#ECECEC"><td> </td><td>01 Jul 2004 - 00:01</td><td colspan="3"><b>Month Jul 2004</b></td><td>02 Jul 2004 - 20:33</td></tr>
|
||||
<tr><td bgcolor="#ECECEC"> </td><td width="17%" bgcolor="#FFA060">Unique visitors</td><td width="17%" bgcolor="#F4F090">Number of visits</td><td width="17%" bgcolor="#4477DD">Pages</td><td width="17%" bgcolor="#66EEFF">Hits</td><td width="17%" bgcolor="#2EA495">Bandwidth</td></tr>
|
||||
<tr><td class="aws">Viewed traffic *</td><td><b>574</b><br /> </td><td><b>845</b><br />(1.47 visits/visitor)</td><td><b>10072</b><br />(11.91 pages/visit)</td><td><b>39654</b><br />(46.92 hits/visit)</td><td><b>265.41 MB</b><br />(321.63 KB/visit)</td></tr>
|
||||
<tr><td class="aws">Not viewed traffic *</td><td colspan=2> <br> </td>
|
||||
<td><b>1259</b></td><td><b>1414</b></td><td><b>36.51 MB</b></td></tr>
|
||||
</table></td></tr></table><span style="font: 11px verdana, arial, helvetica;">* Not viewed trafic is trafic generated by robots, worms or answers with special HTTP status code.</span><br />
|
||||
<br />
|
||||
|
||||
<a name="month"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Monthly history </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data month" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center">
|
||||
<center>
|
||||
<table>
|
||||
<tr valign="bottom"><td> </td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="10" width="6" alt='Unique visitors: 1496' title='Unique visitors: 1496' /><img align="bottom" src="/icon/other/vv.png" height="11" width="6" alt='Number of visits: 1703' title='Number of visits: 1703' /> <img align="bottom" src="/icon/other/vp.png" height="3" width="6" alt='Pages: 14064' title='Pages: 14064' /><img align="bottom" src="/icon/other/vh.png" height="8" width="6" alt='Hits: 44982' title='Hits: 44982' /><img align="bottom" src="/icon/other/vk.png" height="7" width="6" alt='Bandwidth: 256.96 MB' title='Bandwidth: 256.96 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="52" width="6" alt='Unique visitors: 8460' title='Unique visitors: 8460' /><img align="bottom" src="/icon/other/vv.png" height="91" width="6" alt='Number of visits: 14693' title='Number of visits: 14693' /> <img align="bottom" src="/icon/other/vp.png" height="28" width="6" alt='Pages: 172402' title='Pages: 172402' /><img align="bottom" src="/icon/other/vh.png" height="91" width="6" alt='Hits: 564391' title='Hits: 564391' /><img align="bottom" src="/icon/other/vk.png" height="91" width="6" alt='Bandwidth: 3.39 GB' title='Bandwidth: 3.39 GB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="45" width="6" alt='Unique visitors: 7306' title='Unique visitors: 7306' /><img align="bottom" src="/icon/other/vv.png" height="75" width="6" alt='Number of visits: 12126' title='Number of visits: 12126' /> <img align="bottom" src="/icon/other/vp.png" height="19" width="6" alt='Pages: 112930' title='Pages: 112930' /><img align="bottom" src="/icon/other/vh.png" height="58" width="6" alt='Hits: 357547' title='Hits: 357547' /><img align="bottom" src="/icon/other/vk.png" height="58" width="6" alt='Bandwidth: 2.15 GB' title='Bandwidth: 2.15 GB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="40" width="6" alt='Unique visitors: 6434' title='Unique visitors: 6434' /><img align="bottom" src="/icon/other/vv.png" height="76" width="6" alt='Number of visits: 12351' title='Number of visits: 12351' /> <img align="bottom" src="/icon/other/vp.png" height="22" width="6" alt='Pages: 134452' title='Pages: 134452' /><img align="bottom" src="/icon/other/vh.png" height="68" width="6" alt='Hits: 420991' title='Hits: 420991' /><img align="bottom" src="/icon/other/vk.png" height="67" width="6" alt='Bandwidth: 2.50 GB' title='Bandwidth: 2.50 GB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="30" width="6" alt='Unique visitors: 4737' title='Unique visitors: 4737' /><img align="bottom" src="/icon/other/vv.png" height="72" width="6" alt='Number of visits: 11700' title='Number of visits: 11700' /> <img align="bottom" src="/icon/other/vp.png" height="25" width="6" alt='Pages: 150821' title='Pages: 150821' /><img align="bottom" src="/icon/other/vh.png" height="76" width="6" alt='Hits: 470926' title='Hits: 470926' /><img align="bottom" src="/icon/other/vk.png" height="80" width="6" alt='Bandwidth: 2.99 GB' title='Bandwidth: 2.99 GB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="4" width="6" alt='Unique visitors: 574' title='Unique visitors: 574' /><img align="bottom" src="/icon/other/vv.png" height="6" width="6" alt='Number of visits: 845' title='Number of visits: 845' /> <img align="bottom" src="/icon/other/vp.png" height="2" width="6" alt='Pages: 10072' title='Pages: 10072' /><img align="bottom" src="/icon/other/vh.png" height="7" width="6" alt='Hits: 39654' title='Hits: 39654' /><img align="bottom" src="/icon/other/vk.png" height="7" width="6" alt='Bandwidth: 265.41 MB' title='Bandwidth: 265.41 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vu.png" height="1" width="6" alt='Unique visitors: 0' title='Unique visitors: 0' /><img align="bottom" src="/icon/other/vv.png" height="1" width="6" alt='Number of visits: 0' title='Number of visits: 0' /> <img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td> </td></tr>
|
||||
<tr valign="middle"><td> </td><td>Jan<br />2004</td><td>Feb<br />2004</td><td>Mar<br />2004</td><td>Apr<br />2004</td><td>May<br />2004</td><td>Jun<br />2004</td><td>Jul<br />2004</td><td>Aug<br />2004</td><td>Sep<br />2004</td><td>Oct<br />2004</td><td>Nov<br />2004</td><td>Dec<br />2004</td><td> </td></tr>
|
||||
</table>
|
||||
<br />
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Month</td><td width="80" bgcolor="#FFA060">Unique visitors</td><td width="80" bgcolor="#F4F090">Number of visits</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr>
|
||||
<tr><td>Jan 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Feb 2004</td><td>1496</td><td>1703</td><td>14064</td><td>44982</td><td>256.96 MB</td></tr>
|
||||
<tr><td>Mar 2004</td><td>8460</td><td>14693</td><td>172402</td><td>564391</td><td>3.39 GB</td></tr>
|
||||
<tr><td>Apr 2004</td><td>7306</td><td>12126</td><td>112930</td><td>357547</td><td>2.15 GB</td></tr>
|
||||
<tr><td>May 2004</td><td>6434</td><td>12351</td><td>134452</td><td>420991</td><td>2.50 GB</td></tr>
|
||||
<tr><td>Jun 2004</td><td>4737</td><td>11700</td><td>150821</td><td>470926</td><td>2.99 GB</td></tr>
|
||||
<tr><td>Jul 2004</td><td>574</td><td>845</td><td>10072</td><td>39654</td><td>265.41 MB</td></tr>
|
||||
<tr><td>Aug 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Sep 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Oct 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Nov 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Dec 2004</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td bgcolor="#ECECEC">Total</td><td bgcolor="#ECECEC">29007</td><td bgcolor="#ECECEC">53418</td><td bgcolor="#ECECEC">594741</td><td bgcolor="#ECECEC">1898491</td><td bgcolor="#ECECEC">11.53 GB</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
</center>
|
||||
</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="when"> </a>
|
||||
|
||||
<a name="daysofmonth"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Days of month </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data daysofmonth" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center">
|
||||
<center>
|
||||
<table>
|
||||
<tr valign="bottom">
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="91" width="4" alt='Number of visits: 468' title='Number of visits: 468' /><img align="bottom" src="/icon/other/vp.png" height="22" width="4" alt='Pages: 5280' title='Pages: 5280' /><img align="bottom" src="/icon/other/vh.png" height="75" width="4" alt='Hits: 18013' title='Hits: 18013' /><img align="bottom" src="/icon/other/vk.png" height="81" width="4" alt='Bandwidth: 125.22 MB' title='Bandwidth: 125.22 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="73" width="4" alt='Number of visits: 377' title='Number of visits: 377' /><img align="bottom" src="/icon/other/vp.png" height="20" width="4" alt='Pages: 4792' title='Pages: 4792' /><img align="bottom" src="/icon/other/vh.png" height="91" width="4" alt='Hits: 21641' title='Hits: 21641' /><img align="bottom" src="/icon/other/vk.png" height="91" width="4" alt='Bandwidth: 140.19 MB' title='Bandwidth: 140.19 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vv.png" height="1" width="4" alt='Number of visits: 0' title='Number of visits: 0' /><img align="bottom" src="/icon/other/vp.png" height="1" width="4" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="4" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="4" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td> </td><td><img align="bottom" src="/icon/other/vv.png" height="82" width="4" alt='Number of visits: 422.50' title='Number of visits: 422.50' /><img align="bottom" src="/icon/other/vp.png" height="21" width="4" alt='Pages: 5036.00' title='Pages: 5036.00' /><img align="bottom" src="/icon/other/vh.png" height="83" width="4" alt='Hits: 19827.00' title='Hits: 19827.00' /><img align="bottom" src="/icon/other/vk.png" height="86" width="4" alt='Bandwidth: 132.71 MB' title='Bandwidth: 132.71 MB' /></td>
|
||||
</tr>
|
||||
<tr valign="middle"><td>01<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td><b>02<br /><span style="font-size: 9px;">Jul</span></b></td>
|
||||
<td bgcolor="#EAEAEA">03<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">04<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>05<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>06<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>07<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>08<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>09<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">10<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">11<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>12<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>13<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>14<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>15<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>16<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">17<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">18<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>19<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>20<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>21<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>22<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>23<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">24<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">25<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>26<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>27<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>28<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>29<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td>30<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td bgcolor="#EAEAEA">31<br /><span style="font-size: 9px;">Jul</span></td>
|
||||
<td> </td><td valign="middle">Average</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Day</td><td width="80" bgcolor="#F4F090">Number of visits</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr><tr><td>01 Jul 2004</td><td>468</td><td>5280</td><td>18013</td><td>125.22 MB</td></tr>
|
||||
<tr><td>02 Jul 2004</td><td>377</td><td>4792</td><td>21641</td><td>140.19 MB</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>03 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>04 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>05 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>06 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>07 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>08 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>09 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>10 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>11 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>12 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>13 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>14 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>15 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>16 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>17 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>18 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>19 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>20 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>21 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>22 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>23 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>24 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>25 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>26 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>27 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>28 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>29 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>30 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>31 Jul 2004</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#ECECEC"><td>Average</td><td>422.50</td><td>5036.00</td><td>19827.00</td><td>132.71 MB</td></tr>
|
||||
<tr bgcolor="#ECECEC"><td>Total</td><td>845</td><td>10072</td><td>39654</td><td>265.41 MB</td></tr>
|
||||
</table>
|
||||
<br /></center>
|
||||
</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="daysofweek"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Days of week </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data daysofweek" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center"><center>
|
||||
<table>
|
||||
<tr valign="bottom">
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="22" width="6" alt='Pages: 5280' title='Pages: 5280' /><img align="bottom" src="/icon/other/vh.png" height="75" width="6" alt='Hits: 18013' title='Hits: 18013' /><img align="bottom" src="/icon/other/vk.png" height="81" width="6" alt='Bandwidth: 125.22 MB' title='Bandwidth: 125.22 MB' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="20" width="6" alt='Pages: 4792' title='Pages: 4792' /><img align="bottom" src="/icon/other/vh.png" height="91" width="6" alt='Hits: 21641' title='Hits: 21641' /><img align="bottom" src="/icon/other/vk.png" height="91" width="6" alt='Bandwidth: 140.19 MB' title='Bandwidth: 140.19 MB' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
<td valign="bottom"><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 0' title='Pages: 0' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 0' title='Hits: 0' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 0' title='Bandwidth: 0' /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mon</td><td>Tue</td><td>Wed</td><td>Thu</td><td>Fri</td><td bgcolor="#EAEAEA">Sat</td><td bgcolor="#EAEAEA">Sun</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Day</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr><tr><td>Mon</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Tue</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Wed</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr><td>Thu</td><td>5280</td><td>18013</td><td>125.22 MB</td></tr>
|
||||
<tr><td>Fri</td><td>4792</td><td>21641</td><td>140.19 MB</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>Sat</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
<tr bgcolor="#EAEAEA"><td>Sun</td><td>0</td><td>0</td><td>0</td></tr>
|
||||
</table>
|
||||
<br />
|
||||
</center></td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="hours"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Hours </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data hours" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td align="center">
|
||||
<center>
|
||||
<table>
|
||||
<tr valign="bottom">
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="3" width="6" alt='Pages: 151' title='Pages: 151' /><img align="bottom" src="/icon/other/vh.png" height="8" width="6" alt='Hits: 449' title='Hits: 449' /><img align="bottom" src="/icon/other/vk.png" height="6" width="6" alt='Bandwidth: 2.55 MB' title='Bandwidth: 2.55 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="2" width="6" alt='Pages: 124' title='Pages: 124' /><img align="bottom" src="/icon/other/vh.png" height="6" width="6" alt='Hits: 324' title='Hits: 324' /><img align="bottom" src="/icon/other/vk.png" height="7" width="6" alt='Bandwidth: 2.93 MB' title='Bandwidth: 2.93 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="2" width="6" alt='Pages: 119' title='Pages: 119' /><img align="bottom" src="/icon/other/vh.png" height="4" width="6" alt='Hits: 232' title='Hits: 232' /><img align="bottom" src="/icon/other/vk.png" height="5" width="6" alt='Bandwidth: 2.14 MB' title='Bandwidth: 2.14 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 47' title='Pages: 47' /><img align="bottom" src="/icon/other/vh.png" height="1" width="6" alt='Hits: 57' title='Hits: 57' /><img align="bottom" src="/icon/other/vk.png" height="1" width="6" alt='Bandwidth: 428.24 KB' title='Bandwidth: 428.24 KB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="1" width="6" alt='Pages: 48' title='Pages: 48' /><img align="bottom" src="/icon/other/vh.png" height="2" width="6" alt='Hits: 77' title='Hits: 77' /><img align="bottom" src="/icon/other/vk.png" height="2" width="6" alt='Bandwidth: 659.38 KB' title='Bandwidth: 659.38 KB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="2" width="6" alt='Pages: 69' title='Pages: 69' /><img align="bottom" src="/icon/other/vh.png" height="3" width="6" alt='Hits: 147' title='Hits: 147' /><img align="bottom" src="/icon/other/vk.png" height="3" width="6" alt='Bandwidth: 1.05 MB' title='Bandwidth: 1.05 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="2" width="6" alt='Pages: 127' title='Pages: 127' /><img align="bottom" src="/icon/other/vh.png" height="7" width="6" alt='Hits: 393' title='Hits: 393' /><img align="bottom" src="/icon/other/vk.png" height="6" width="6" alt='Bandwidth: 2.76 MB' title='Bandwidth: 2.76 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="6" width="6" alt='Pages: 379' title='Pages: 379' /><img align="bottom" src="/icon/other/vh.png" height="20" width="6" alt='Hits: 1219' title='Hits: 1219' /><img align="bottom" src="/icon/other/vk.png" height="22" width="6" alt='Bandwidth: 9.78 MB' title='Bandwidth: 9.78 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="8" width="6" alt='Pages: 456' title='Pages: 456' /><img align="bottom" src="/icon/other/vh.png" height="26" width="6" alt='Hits: 1612' title='Hits: 1612' /><img align="bottom" src="/icon/other/vk.png" height="19" width="6" alt='Bandwidth: 8.50 MB' title='Bandwidth: 8.50 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="15" width="6" alt='Pages: 892' title='Pages: 892' /><img align="bottom" src="/icon/other/vh.png" height="46" width="6" alt='Hits: 2872' title='Hits: 2872' /><img align="bottom" src="/icon/other/vk.png" height="47" width="6" alt='Bandwidth: 21.34 MB' title='Bandwidth: 21.34 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="11" width="6" alt='Pages: 652' title='Pages: 652' /><img align="bottom" src="/icon/other/vh.png" height="51" width="6" alt='Hits: 3183' title='Hits: 3183' /><img align="bottom" src="/icon/other/vk.png" height="40" width="6" alt='Bandwidth: 18.08 MB' title='Bandwidth: 18.08 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="11" width="6" alt='Pages: 670' title='Pages: 670' /><img align="bottom" src="/icon/other/vh.png" height="45" width="6" alt='Hits: 2832' title='Hits: 2832' /><img align="bottom" src="/icon/other/vk.png" height="39" width="6" alt='Bandwidth: 17.89 MB' title='Bandwidth: 17.89 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="13" width="6" alt='Pages: 803' title='Pages: 803' /><img align="bottom" src="/icon/other/vh.png" height="53" width="6" alt='Hits: 3369' title='Hits: 3369' /><img align="bottom" src="/icon/other/vk.png" height="44" width="6" alt='Bandwidth: 19.99 MB' title='Bandwidth: 19.99 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="13" width="6" alt='Pages: 794' title='Pages: 794' /><img align="bottom" src="/icon/other/vh.png" height="69" width="6" alt='Hits: 4340' title='Hits: 4340' /><img align="bottom" src="/icon/other/vk.png" height="58" width="6" alt='Bandwidth: 26.47 MB' title='Bandwidth: 26.47 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="18" width="6" alt='Pages: 1113' title='Pages: 1113' /><img align="bottom" src="/icon/other/vh.png" height="91" width="6" alt='Hits: 5724' title='Hits: 5724' /><img align="bottom" src="/icon/other/vk.png" height="91" width="6" alt='Bandwidth: 41.43 MB' title='Bandwidth: 41.43 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="12" width="6" alt='Pages: 742' title='Pages: 742' /><img align="bottom" src="/icon/other/vh.png" height="40" width="6" alt='Hits: 2483' title='Hits: 2483' /><img align="bottom" src="/icon/other/vk.png" height="36" width="6" alt='Bandwidth: 16.31 MB' title='Bandwidth: 16.31 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="11" width="6" alt='Pages: 673' title='Pages: 673' /><img align="bottom" src="/icon/other/vh.png" height="34" width="6" alt='Hits: 2131' title='Hits: 2131' /><img align="bottom" src="/icon/other/vk.png" height="36" width="6" alt='Bandwidth: 16.36 MB' title='Bandwidth: 16.36 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="8" width="6" alt='Pages: 452' title='Pages: 452' /><img align="bottom" src="/icon/other/vh.png" height="28" width="6" alt='Hits: 1770' title='Hits: 1770' /><img align="bottom" src="/icon/other/vk.png" height="32" width="6" alt='Bandwidth: 14.36 MB' title='Bandwidth: 14.36 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="8" width="6" alt='Pages: 469' title='Pages: 469' /><img align="bottom" src="/icon/other/vh.png" height="29" width="6" alt='Hits: 1842' title='Hits: 1842' /><img align="bottom" src="/icon/other/vk.png" height="29" width="6" alt='Bandwidth: 13.19 MB' title='Bandwidth: 13.19 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="7" width="6" alt='Pages: 421' title='Pages: 421' /><img align="bottom" src="/icon/other/vh.png" height="30" width="6" alt='Hits: 1865' title='Hits: 1865' /><img align="bottom" src="/icon/other/vk.png" height="23" width="6" alt='Bandwidth: 10.50 MB' title='Bandwidth: 10.50 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="5" width="6" alt='Pages: 258' title='Pages: 258' /><img align="bottom" src="/icon/other/vh.png" height="13" width="6" alt='Hits: 813' title='Hits: 813' /><img align="bottom" src="/icon/other/vk.png" height="17" width="6" alt='Bandwidth: 7.40 MB' title='Bandwidth: 7.40 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="4" width="6" alt='Pages: 234' title='Pages: 234' /><img align="bottom" src="/icon/other/vh.png" height="12" width="6" alt='Hits: 745' title='Hits: 745' /><img align="bottom" src="/icon/other/vk.png" height="10" width="6" alt='Bandwidth: 4.17 MB' title='Bandwidth: 4.17 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="3" width="6" alt='Pages: 181' title='Pages: 181' /><img align="bottom" src="/icon/other/vh.png" height="7" width="6" alt='Hits: 436' title='Hits: 436' /><img align="bottom" src="/icon/other/vk.png" height="8" width="6" alt='Bandwidth: 3.52 MB' title='Bandwidth: 3.52 MB' /></td>
|
||||
<td><img align="bottom" src="/icon/other/vp.png" height="4" width="6" alt='Pages: 198' title='Pages: 198' /><img align="bottom" src="/icon/other/vh.png" height="12" width="6" alt='Hits: 739' title='Hits: 739' /><img align="bottom" src="/icon/other/vk.png" height="8" width="6" alt='Bandwidth: 3.64 MB' title='Bandwidth: 3.64 MB' /></td>
|
||||
</tr>
|
||||
<tr><th width="19">0</th>
|
||||
<th width="19">1</th>
|
||||
<th width="19">2</th>
|
||||
<th width="19">3</th>
|
||||
<th width="19">4</th>
|
||||
<th width="19">5</th>
|
||||
<th width="19">6</th>
|
||||
<th width="19">7</th>
|
||||
<th width="19">8</th>
|
||||
<th width="19">9</th>
|
||||
<th width="19">10</th>
|
||||
<th width="19">11</th>
|
||||
<th width="19">12</th>
|
||||
<th width="19">13</th>
|
||||
<th width="19">14</th>
|
||||
<th width="19">15</th>
|
||||
<th width="19">16</th>
|
||||
<th width="19">17</th>
|
||||
<th width="19">18</th>
|
||||
<th width="19">19</th>
|
||||
<th width="19">20</th>
|
||||
<th width="19">21</th>
|
||||
<th width="19">22</th>
|
||||
<th width="19">23</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="/icon/clock/hr1.png" width="10" alt="0:00 - 1:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr2.png" width="10" alt="1:00 - 2:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr3.png" width="10" alt="2:00 - 3:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr4.png" width="10" alt="3:00 - 4:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr5.png" width="10" alt="4:00 - 5:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr6.png" width="10" alt="5:00 - 6:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr7.png" width="10" alt="6:00 - 7:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr8.png" width="10" alt="7:00 - 8:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr9.png" width="10" alt="8:00 - 9:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr10.png" width="10" alt="9:00 - 10:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr11.png" width="10" alt="10:00 - 11:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr12.png" width="10" alt="11:00 - 12:00 am" /></td>
|
||||
<td><img src="/icon/clock/hr1.png" width="10" alt="0:00 - 1:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr2.png" width="10" alt="1:00 - 2:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr3.png" width="10" alt="2:00 - 3:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr4.png" width="10" alt="3:00 - 4:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr5.png" width="10" alt="4:00 - 5:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr6.png" width="10" alt="5:00 - 6:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr7.png" width="10" alt="6:00 - 7:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr8.png" width="10" alt="7:00 - 8:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr9.png" width="10" alt="8:00 - 9:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr10.png" width="10" alt="9:00 - 10:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr11.png" width="10" alt="10:00 - 11:00 pm" /></td>
|
||||
<td><img src="/icon/clock/hr12.png" width="10" alt="11:00 - 12:00 pm" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<table width="650"><tr>
|
||||
<td align="center"><center>
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Hours</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr><tr><td>00</td><td>151</td><td>449</td><td>2.55 MB</td></tr>
|
||||
<tr><td>01</td><td>124</td><td>324</td><td>2.93 MB</td></tr>
|
||||
<tr><td>02</td><td>119</td><td>232</td><td>2.14 MB</td></tr>
|
||||
<tr><td>03</td><td>47</td><td>57</td><td>428.24 KB</td></tr>
|
||||
<tr><td>04</td><td>48</td><td>77</td><td>659.38 KB</td></tr>
|
||||
<tr><td>05</td><td>69</td><td>147</td><td>1.05 MB</td></tr>
|
||||
<tr><td>06</td><td>127</td><td>393</td><td>2.76 MB</td></tr>
|
||||
<tr><td>07</td><td>379</td><td>1219</td><td>9.78 MB</td></tr>
|
||||
<tr><td>08</td><td>456</td><td>1612</td><td>8.50 MB</td></tr>
|
||||
<tr><td>09</td><td>892</td><td>2872</td><td>21.34 MB</td></tr>
|
||||
<tr><td>10</td><td>652</td><td>3183</td><td>18.08 MB</td></tr>
|
||||
<tr><td>11</td><td>670</td><td>2832</td><td>17.89 MB</td></tr>
|
||||
</table>
|
||||
</center></td><td width="10"> </td><td align="center"><center>
|
||||
<table>
|
||||
<tr><td width="80" bgcolor="#ECECEC">Hours</td><td width="80" bgcolor="#4477DD">Pages</td><td width="80" bgcolor="#66EEFF">Hits</td><td width="80" bgcolor="#2EA495">Bandwidth</td></tr>
|
||||
<tr><td>12</td><td>803</td><td>3369</td><td>19.99 MB</td></tr>
|
||||
<tr><td>13</td><td>794</td><td>4340</td><td>26.47 MB</td></tr>
|
||||
<tr><td>14</td><td>1113</td><td>5724</td><td>41.43 MB</td></tr>
|
||||
<tr><td>15</td><td>742</td><td>2483</td><td>16.31 MB</td></tr>
|
||||
<tr><td>16</td><td>673</td><td>2131</td><td>16.36 MB</td></tr>
|
||||
<tr><td>17</td><td>452</td><td>1770</td><td>14.36 MB</td></tr>
|
||||
<tr><td>18</td><td>469</td><td>1842</td><td>13.19 MB</td></tr>
|
||||
<tr><td>19</td><td>421</td><td>1865</td><td>10.50 MB</td></tr>
|
||||
<tr><td>20</td><td>258</td><td>813</td><td>7.40 MB</td></tr>
|
||||
<tr><td>21</td><td>234</td><td>745</td><td>4.17 MB</td></tr>
|
||||
<tr><td>22</td><td>181</td><td>436</td><td>3.52 MB</td></tr>
|
||||
<tr><td>23</td><td>198</td><td>739</td><td>3.64 MB</td></tr>
|
||||
</table>
|
||||
</center></td></tr></table>
|
||||
<br />
|
||||
</center></td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="who"> </a>
|
||||
|
||||
<a name="countries"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Visitors domains/countries (Top 10) - <a href="/cgi-bin/awstats.pl?config=www&output=alldomains" target="awstatsbis">Full list</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data countries" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th width="32"> </th><th colspan="2">Domains/Countries</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th> </th></tr>
|
||||
<tr><td width="32"><img src="/icon/flags/ip.png" height="14" alt='Unknown' title='Unknown' /></td><td class="aws">Unknown</td><td>ip</td><td>10072</td><td>39654</td><td>265.41 MB</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="67" height="5" alt='' title='' /><br />
|
||||
<img src="/icon/other/hh.png" width="261" height="5" alt='' title='' /><br />
|
||||
<img src="/icon/other/hk.png" width="261" height="5" alt='' title='' /></td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="visitors"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Hosts (Top 10) - <a href="/cgi-bin/awstats.pl?config=www&output=allhosts" target="awstatsbis">Full list</a> - <a href="/cgi-bin/awstats.pl?config=www&output=lasthosts" target="awstatsbis">Last visit</a> - <a href="/cgi-bin/awstats.pl?config=www&output=unknownip" target="awstatsbis">Unresolved IP Address</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data visitors" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Hosts : 0 Known, 588 Unknown (unresolved ip) - 574 Unique visitors</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th width="120">Last visit</th></tr>
|
||||
<tr><td class="aws">62.40.176.118</td><td>570</td><td>3153</td><td>14.89 MB</td><td>02 Jul 2004 - 17:09</td></tr>
|
||||
<tr><td class="aws">10.63.0.214</td><td>532</td><td>532</td><td>0</td><td>02 Jul 2004 - 20:24</td></tr>
|
||||
<tr><td class="aws">193.170.232.130</td><td>522</td><td>1892</td><td>15.72 MB</td><td>02 Jul 2004 - 10:38</td></tr>
|
||||
<tr><td class="aws">193.81.210.11</td><td>307</td><td>3037</td><td>9.85 MB</td><td>02 Jul 2004 - 14:31</td></tr>
|
||||
<tr><td class="aws">62.178.77.232</td><td>181</td><td>817</td><td>8.03 MB</td><td>01 Jul 2004 - 07:20</td></tr>
|
||||
<tr><td class="aws">62.178.239.10</td><td>155</td><td>513</td><td>1.87 MB</td><td>02 Jul 2004 - 18:23</td></tr>
|
||||
<tr><td class="aws">193.170.250.94</td><td>137</td><td>557</td><td>1.35 MB</td><td>02 Jul 2004 - 15:37</td></tr>
|
||||
<tr><td class="aws">194.39.131.40</td><td>112</td><td>274</td><td>2.23 MB</td><td>02 Jul 2004 - 17:00</td></tr>
|
||||
<tr><td class="aws">10.63.0.30</td><td>105</td><td>799</td><td>3.65 MB</td><td>02 Jul 2004 - 16:21</td></tr>
|
||||
<tr><td class="aws">213.162.65.17</td><td>104</td><td>517</td><td>1.66 MB</td><td>02 Jul 2004 - 15:39</td></tr>
|
||||
<tr><td class="aws"><span style="color: #666688">Others</span></td><td>7347</td><td>27563</td><td>206.17 MB</td><td> </td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="robots"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Robots/Spiders visitors (Top 10) - <a href="/cgi-bin/awstats.pl?config=www&output=allrobots" target="awstatsbis">Full list</a> - <a href="/cgi-bin/awstats.pl?config=www&output=lastrobots" target="awstatsbis">Last visit</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data robots" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>2 different robots*</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th width="120">Last visit</th></tr>
|
||||
<tr><td class="aws">Unknown robot (identified by hit on 'robots.txt')</td><td>0+110</td><td>1.56 MB</td><td>02 Jul 2004 - 20:08</td></tr>
|
||||
<tr><td class="aws">Big Brother</td><td>1</td><td>0</td><td>02 Jul 2004 - 20:29</td></tr>
|
||||
</table></td></tr></table><span style="font: 11px verdana, arial, helvetica;">* Robots shown here gave hits or traffic "not viewed" by visitors, so they are not included in other charts. Numbers after + are successful hits on "robots.txt" files.</span><br />
|
||||
<br />
|
||||
|
||||
|
||||
<a name="how"> </a>
|
||||
|
||||
<a name="sessions"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Visits duration </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data sessions" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Number of visits: 845 - Average: 420 s</th><th bgcolor="#8888DD" width="80">Number of visits</th><th bgcolor="#8888DD" width="80">Percent</th></tr>
|
||||
<tr><td class="aws">0s-30s</td><td>399</td><td>47.2 %</td></tr>
|
||||
<tr><td class="aws">30s-2mn</td><td>110</td><td>13 %</td></tr>
|
||||
<tr><td class="aws">2mn-5mn</td><td>104</td><td>12.3 %</td></tr>
|
||||
<tr><td class="aws">5mn-15mn</td><td>109</td><td>12.8 %</td></tr>
|
||||
<tr><td class="aws">15mn-30mn</td><td>42</td><td>4.9 %</td></tr>
|
||||
<tr><td class="aws">30mn-1h</td><td>31</td><td>3.6 %</td></tr>
|
||||
<tr><td class="aws">1h+</td><td>29</td><td>3.4 %</td></tr>
|
||||
<tr><td class="aws"><span style="color: #666688">Unknown</span></td><td>21</td><td>2.4 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="filetypes"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">File type </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data filetypes" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th colspan="3">File type</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th><th bgcolor="#2EA495" width="80">Bandwidth</th><th bgcolor="#2EA495" width="80">Percent</th></tr>
|
||||
<tr><td width="32"><img src="/icon/mime/image.png" alt='' title='' /></td><td class="aws">gif</td><td class="aws">Image</td><td>19908</td><td>50.2 %</td><td>88.96 MB</td><td>33.5 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/image.png" alt='' title='' /></td><td class="aws">jpg</td><td class="aws">Image</td><td>9674</td><td>24.3 %</td><td>44.98 MB</td><td>16.9 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/unknown.png" alt='' title='' /></td><td class="aws" colspan="2"><span style="color: #666688">Unknown</span></td><td>4579</td><td>11.5 %</td><td>69.69 MB</td><td>26.2 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">css</td><td class="aws">Cascading Style Sheet file</td><td>2556</td><td>6.4 %</td><td>6.13 MB</td><td>2.3 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/html.png" alt='' title='' /></td><td class="aws">html</td><td class="aws">HTML or XML static page</td><td>1456</td><td>3.6 %</td><td>17.27 MB</td><td>6.5 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/video.png" alt='' title='' /></td><td class="aws">swf</td><td class="aws">Macromedia Flash Animation</td><td>1013</td><td>2.5 %</td><td>10.14 MB</td><td>3.8 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/pdf.png" alt='' title='' /></td><td class="aws">pdf</td><td class="aws">Document</td><td>410</td><td>1 %</td><td>27.27 MB</td><td>10.2 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">js</td><td class="aws">Javascript file</td><td>24</td><td>0 %</td><td>222.25 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/doc.png" alt='' title='' /></td><td class="aws">doc</td><td class="aws">Document</td><td>11</td><td>0 %</td><td>387.58 KB</td><td>0.1 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/html.png" alt='' title='' /></td><td class="aws">htm</td><td class="aws">HTML or XML static page</td><td>8</td><td>0 %</td><td>115.55 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">php</td><td class="aws">Dynamic Html page or Script file</td><td>5</td><td>0 %</td><td>72.54 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/other.png" alt='' title='' /></td><td class="aws">xls</td><td class="aws">Document</td><td>4</td><td>0 %</td><td>111.94 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/notavailable.png" alt='' title='' /></td><td class="aws">ghtml</td><td class="aws"> </td><td>2</td><td>0 %</td><td>28.80 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">asp</td><td class="aws">Dynamic Html page or Script file</td><td>1</td><td>0 %</td><td>13.42 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">pl</td><td class="aws">Dynamic Html page or Script file</td><td>1</td><td>0 %</td><td>14.28 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">dll</td><td class="aws">Binary library</td><td>1</td><td>0 %</td><td>13.42 KB</td><td>0 %</td></tr>
|
||||
<tr><td><img src="/icon/mime/script.png" alt='' title='' /></td><td class="aws">exe</td><td class="aws">HTML dynamic page or Binary runtime</td><td>1</td><td>0 %</td><td>14.26 KB</td><td>0 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="urls"> </a><a name="entry"> </a><a name="exit"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Pages-URL (Top 10) - <a href="/cgi-bin/awstats.pl?config=www&output=urldetail" target="awstatsbis">Full list</a> - <a href="/cgi-bin/awstats.pl?config=www&output=urlentry" target="awstatsbis">Entry</a> - <a href="/cgi-bin/awstats.pl?config=www&output=urlexit" target="awstatsbis">Exit</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data urls" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>524 different pages-url</th><th bgcolor="#4477DD" width="80">Viewed</th><th bgcolor="#2EA495" width="80">Average size</th><th bgcolor="#CEC2E8" width="80">Entry</th><th bgcolor="#C1B2E2" width="80">Exit</th><th> </th></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/" target="url">/</a></td><td>1325</td><td>12.00 KB</td><td>454</td><td>84</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="261" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="154" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="90" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="17" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/skin/trueBlue/tw.css" target="url">/skin/trueBlue/tw.css</a></td><td>1281</td><td>4.26 KB</td><td>15</td><td>21</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="252" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="55" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="3" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="5" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/skin/trueBlue/start1.css" target="url">/skin/trueBlue/start1.css</a></td><td>1252</td><td>656 Bytes</td><td>12</td><td>39</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="246" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="9" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="3" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="8" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/skin/trueBlue/flash/partner.swf" target="url">/skin/trueBlue/flash/partner.swf</a></td><td>1013</td><td>10.25 KB</td><td>11</td><td>119</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="199" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="132" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="3" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="24" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/studienangebot" target="url">/studienangebot</a></td><td>303</td><td>20.27 KB</td><td>15</td><td>22</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="60" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="261" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="3" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="5" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/events" target="url">/events</a></td><td>181</td><td>15.08 KB</td><td>8</td><td>14</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="36" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="194" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="2" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="3" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/fachhochschule" target="url">/fachhochschule</a></td><td>157</td><td>16.70 KB</td><td>12</td><td>15</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="31" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="215" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="3" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="3" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/admin/resources/dir/images/gallerie/events/sponsionen/2004/elektronik/23062004_0900" target="url">/admin/resources/dir/images/gallerie/events/sponsionen/2004/elek...</a></td><td>141</td><td>16.91 KB</td><td> </td><td>1</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="28" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="217" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="1" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="2" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/fachbereiche" target="url">/fachbereiche</a></td><td>117</td><td>15.46 KB</td><td>4</td><td>18</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="23" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="199" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="2" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="4" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><a href="http://technikum-wien.at/studienangebot/icss" target="url">/studienangebot/icss</a></td><td>94</td><td>11.71 KB</td><td>6</td><td>3</td><td style="text-align:left; font-size:4px;"><img src="/icon/other/hp.png" width="19" height="4" alt='' title='' /><br /><img src="/icon/other/hk.png" width="151" height="4" alt='' title='' /><br /><img src="/icon/other/he.png" width="2" height="4" alt='' title='' /><br /><img src="/icon/other/hx.png" width="2" height="4" alt='' title='' /></td></tr>
|
||||
<tr><td class="aws"><span style="color: #666688">Others</span></td><td>4208</td><td>20.27 KB</td><td>308</td><td>488</td><td> </td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="os"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Operating Systems (Top 10) - <a href="/cgi-bin/awstats.pl?config=www&output=osdetail" target="awstatsbis">Full list/Versions</a> - <a href="/cgi-bin/awstats.pl?config=www&output=unknownos" target="awstatsbis">Unknown</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data os" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th width="32"> </th><th>Operating Systems</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th></tr>
|
||||
<tr><td width="32"><img src="/icon/os/unknown.png" alt='' title='' /></td><td class="aws"><span style="color: #666688">Unknown</span></td><td>39519</td><td>99.6 %</td></tr>
|
||||
<tr><td><img src="/icon/os/win.png" alt='' title='' /></td><td class="aws"><b>Windows</b></td><td>135</td><td>0.3 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="browsers"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Browsers (Top 10) - <a href="/cgi-bin/awstats.pl?config=www&output=browserdetail" target="awstatsbis">Full list/Versions</a> - <a href="/cgi-bin/awstats.pl?config=www&output=unknownbrowser" target="awstatsbis">Unknown</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data browsers" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th width="32"> </th><th>Browsers</th><th width="80">Grabber</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th></tr>
|
||||
<tr><td width="32"><img src="/icon/browser/unknown.png" alt='' title='' /></td><td class="aws"><span style="color: #666688">Unknown</span></td><td width="80">?</td><td>39490</td><td>99.5 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/mozilla.png" alt='' title='' /></td><td class="aws">Mozilla</td><td>No</td><td>111</td><td>0.2 %</td></tr>
|
||||
<tr><td><img src="/icon/browser/msie.png" alt='' title='' /></td><td class="aws"><b>MS Internet Explorer</b></td><td>No</td><td>53</td><td>0.1 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="refering"> </a>
|
||||
|
||||
<a name="referer"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Connect to site from </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data referer" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Origin</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#4477DD" width="80">Percent</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th></tr>
|
||||
<tr><td class="aws"><b>Direct address / Bookmarks</b></td><td>8</td><td>0 %</td><td>34</td><td>0 %</td></tr>
|
||||
<tr><td class="aws"><b>Links from a NewsGroup</b></td><td> </td><td> </td><td> </td><td> </td></tr>
|
||||
<tr><td class="aws"><b>Links from an Internet Search Engine</b> - <a href="/cgi-bin/awstats.pl?config=www&output=refererse" target="awstatsbis">Full list</a><br />
|
||||
</td>
|
||||
<td valign="top"> </td><td valign="top"> </td><td valign="top"> </td><td valign="top"> </td></tr>
|
||||
<tr><td class="aws"><b>Links from an external page (other web sites except search engines)</b> - <a href="/cgi-bin/awstats.pl?config=www&output=refererpages" target="awstatsbis">Full list</a><br />
|
||||
</td>
|
||||
<td valign="top"> </td><td valign="top"> </td><td valign="top"> </td><td valign="top"> </td></tr>
|
||||
<tr><td class="aws"><b>Links from an internal page (other page on same site)</b></td><td>72</td><td>0.7 %</td><td>130</td><td>0.3 %</td></tr>
|
||||
<tr><td class="aws"><b>Unknown Origin</b></td><td>9992</td><td>99.2 %</td><td>39490</td><td>99.5 %</td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
|
||||
<a name="keys"> </a>
|
||||
|
||||
<a name="keyphrases"> </a><a name="keywords"> </a><br />
|
||||
<table width="100%" cellpadding="0" cellspacing="0"><tr><td width="50%" valign="top">
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="95%">Search Keyphrases (Top 10)<br /><a href="/cgi-bin/awstats.pl?config=www&output=keyphrases" target="awstatsbis">Full list</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data keyphrases" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>0 different keyphrases</th><th bgcolor="#8888DD" width="80">Search</th><th bgcolor="#8888DD" width="80">Percent</th></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
</td>
|
||||
<td> </td><td width="50%" valign="top">
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="95%">Search Keywords (Top 10)<br /><a href="/cgi-bin/awstats.pl?config=www&output=keywords" target="awstatsbis">Full list</a> </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data keywords" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>0 different keywords</th><th bgcolor="#8888DD" width="80">Search</th><th bgcolor="#8888DD" width="80">Percent</th></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<a name="other"> </a>
|
||||
|
||||
<a name="misc"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">Miscellaneous </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data misc" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th>Miscellaneous</th><th width="100"> </th><th width="100"> </th></tr>
|
||||
<tr><td class="aws">Add to favorites (estimated)</td><td>0 / 574 Visitors</td><td>0 %</td></tr>
|
||||
<tr><td class="aws">Browsers with Java support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Macromedia Director Support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Flash Support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Real audio playing support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Quicktime audio playing support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with Windows Media audio playing support</td><td>-</td><td> </td></tr>
|
||||
<tr><td class="aws">Browsers with PDF support</td><td>-</td><td> </td></tr>
|
||||
</table></td></tr></table><br />
|
||||
|
||||
<a name="errors"> </a><br />
|
||||
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr><td class="aws_title" width="70%">HTTP Status codes </td><td class="aws_blank"> </td></tr>
|
||||
<tr><td colspan="2">
|
||||
<table class="aws_data errors" border="2" bordercolor="#ECECEC" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr bgcolor="#ECECEC"><th colspan="2">HTTP Status codes*</th><th bgcolor="#66EEFF" width="80">Hits</th><th bgcolor="#66EEFF" width="80">Percent</th><th bgcolor="#2EA495" width="80">Bandwidth</th></tr>
|
||||
<tr><td valign="top">302</td><td class="aws">Moved temporarily (redirect)</td><td>884</td><td>67.8 %</td><td>10.86 MB</td></tr>
|
||||
<tr><td valign="top">206</td><td class="aws">Partial Content</td><td>317</td><td>24.3 %</td><td>24.06 MB</td></tr>
|
||||
<tr><td><a href="/cgi-bin/awstats.pl?config=www&output=errors404" target="awstatsbis">404</a></td><td class="aws">Document Not Found</td><td>101</td><td>7.7 %</td><td>37.75 KB</td></tr>
|
||||
<tr><td valign="top">301</td><td class="aws">Moved permanently (redirect)</td><td>1</td><td>0 %</td><td>354 Bytes</td></tr>
|
||||
</table></td></tr></table><span style="font: 11px verdana, arial, helvetica;">* Codes shown here gave hits or traffic "not viewed" by visitors, so they are not included in other charts.</span><br />
|
||||
<br />
|
||||
|
||||
<br /><br />
|
||||
<span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 6.0 (build 1.704)</b> - <a href="http://awstats.sourceforge.net" target="awstatshome">Created by awstats</a></span><br />
|
||||
|
||||
<br />
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,28 @@
|
||||
<!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">
|
||||
<link href="../skin/cis.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="170" nowrap><img src="../skin/images/TWLogo_klein.jpg"></td>
|
||||
<td nowrap><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="13" valign="bottom"><img src="../skin/images/header_line.gif" width="100%" height="3"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td width="30"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user