mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
require_once('../../config.inc.php');
|
||||
require_once('../../../include/functions.inc.php');
|
||||
require_once('../../../include/wochenplan.class.php');
|
||||
require_once('../../../include/datum.class.php');
|
||||
require_once('../../../include/studiensemester.class.php');
|
||||
|
||||
// Datenbankverbindung
|
||||
if (!$conn = pg_pconnect(CONN_STRING))
|
||||
@@ -47,6 +49,16 @@ if (!isset($REMOTE_USER))
|
||||
$REMOTE_USER='pam';
|
||||
$uid=$REMOTE_USER;
|
||||
|
||||
// Beginn Ende setzen
|
||||
if (!isset($begin))
|
||||
{
|
||||
$objSS=new studiensemester($conn);
|
||||
$ss=$objSS->getaktorNext();
|
||||
$objSS->load($ss);
|
||||
$begin=datum::mktime_fromdate($objSS->start);
|
||||
$ende=datum::mktime_fromdate($objSS->ende);
|
||||
}
|
||||
|
||||
// for spezial friends
|
||||
if ($uid=='maderdon')
|
||||
if (!isset($_GET['format']))
|
||||
|
||||
@@ -0,0 +1,137 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<h1 style="text-align: center;">InstallationsAnleitung für
|
||||
FASonline und Tempus</h1>
|
||||
<br>
|
||||
<ol>
|
||||
<li>
|
||||
<h2>Download von Seamonkey</h2>
|
||||
Seamonkey wird bevorzugt, die Software läuft aber auch unter
|
||||
MozillaSuite oder FireFox. Prinzipiell genügt ein XUL-Runner. <br>
|
||||
Aktuelle Quellen sind auf <a
|
||||
href="http://download.mozilla.org/?product=seamonkey-1.1.3&os=win&lang=en-US">www.mozilla.org</a>
|
||||
zu finden.<br>
|
||||
Installation immer mit weiter bestätigen. Standardpfad sollte
|
||||
unter Windows <strong>c:\programme\mozilla.org\seamonkey\</strong>
|
||||
sein.</li>
|
||||
<li>
|
||||
<h2>Download der Theme </h2>
|
||||
Die Theme (Skin) für Seamonkey ist im Grunde egal, jedoch
|
||||
unterstützt die Classic-Theme keine färbigen Buttons und
|
||||
teilweise kein Drag and Drop.<br>
|
||||
Am besten eignet sich <strong>"Orbit 3+1"</strong>. Dazu gehe man im
|
||||
Menü unter <strong>"View->ApplyThemes"</strong> auf <strong>"Get
|
||||
New Themes"</strong>, oder direkt auf <a
|
||||
href="https://addons.mozilla.org/en-US/seamonkey/addon/4934">addons.mozilla.org</a>.<br>
|
||||
Anschließend sollte man das Theme auswählen und Seamonkey
|
||||
neu starten.</li>
|
||||
<li>
|
||||
<h2>Einstellungen unter <a href="about:config">about:config</a></h2>
|
||||
In die Adressleiste "about:config" eingeben.<br>
|
||||
<br>
|
||||
<table border="1" cellpadding="2" cellspacing="2" rules="cols">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>browser.cache.check_doc_frequency<br>
|
||||
</td>
|
||||
<td>1<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>browser.cache.disk.capacity<br>
|
||||
</td>
|
||||
<td>0<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>browser.downloadmanager.behavior<br>
|
||||
</td>
|
||||
<td>1<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dom.allow_scripts_to_close_windows<br>
|
||||
</td>
|
||||
<td>true<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dom.disable_window_open_feature.status<br>
|
||||
</td>
|
||||
<td>false<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>signed.applets.codebase_principal_support<br>
|
||||
</td>
|
||||
<td>true<br>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<br>
|
||||
<li>Für die Verwendung von externen MailClients (z.B. Outlook)
|
||||
ist
|
||||
folgendes Einzustellen:<br>
|
||||
<br>
|
||||
Unter "about:config" mit der rechten Maustaste ins leere klicken und
|
||||
new->boolean wählen. <br>
|
||||
<br>
|
||||
<table border="1" cellpadding="2" cellspacing="2" rules="cols">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>network.protocol-handler.external.mailto<br>
|
||||
</td>
|
||||
<td>true<br>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Bilder für den Start</h2>
|
||||
Die Bilder sind unter <a
|
||||
href="https://vilesci.technikum-wien.at/skin/images/">https://vilesci.technikum-wien.at/skin/images/</a>
|
||||
zu finden.<br>
|
||||
<br>
|
||||
- <strong>seamonkey.bmp</strong> (Original heisst fhcomplete.bmp;
|
||||
Umbenennen!!!) nach
|
||||
C:\Programme\mozilla.org\seamonkey\ kopieren.
|
||||
(Erscheint beim starten) <br>
|
||||
- <strong>Tempus.ico und FAS.ico</strong> nach
|
||||
C:\Programme\mozilla.org\chrome\icons\default\ kopieren. (wird
|
||||
bei Verknüpfungen am Desktop und für die Titelleiste
|
||||
verwendet)<br>
|
||||
<br>
|
||||
</li>
|
||||
<li>Registrierung als CHROME.<br>
|
||||
Ab Seamonkey und Firefox 1.5 muss man Applikationen mit Auth. intern
|
||||
registrieren. Hierzu genügt ein Klick auf <a
|
||||
href="https://vilesci.technikum-wien.at/vilesci/admin/XPI/FASoProduktiv/FASonline.xpi">
|
||||
https://vilesci.technikum-wien.at/vilesci/admin/XPI/FASoProduktiv/FASonline.xpi</a>
|
||||
und dann auf Install.</li>
|
||||
<li>
|
||||
<h2>Verknüpfung erstellen.</h2>
|
||||
Zum testen in der Adressleiste folgendes eingeben: <a
|
||||
href="chrome://fasonline/content/fasonline.xul">chrome://fasonline/content/fasonline.xul<br>
|
||||
<br>
|
||||
</a>Wenn alles passt eine neue Verknüpfung erstellen oder die
|
||||
Seamonkey verknüpfung kopieren:<br>
|
||||
- Mit rechter Taste auf die Verknüpfung und Eigenschaften
|
||||
wählen.<br>
|
||||
- Als Ziel "C:\Programme\mozilla.org\SeaMonkey\seamonkey.exe -chrome
|
||||
chrome://fasonline/content/fasonline.xul" eingeben<br>
|
||||
- Auf anderes Symbol klicken und
|
||||
C:\Programme\mozilla.org\chrome\icons\default\<strong
|
||||
style="font-weight: normal;">FAS.ico wählen.</strong><br>
|
||||
- Unter Allgemein den Namen auf "FASo" ändern.<br>
|
||||
</li>
|
||||
</ol>
|
||||
<br>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user