next up previous contents
Nächste Seite: Professorenübersicht (Page Template) Aufwärts: Wichtige HTML-Quelldateien Vorherige Seite: FH-Standard-Layout (Page Template)   Inhalt


Professorenansicht (Page Template)

Abspeicherungsort: /fha/informatik/professoren/prof_view

<html metal:use-macro="here/fha_standard_page/macros/master">
<head>
    <title tal:content="template/title">Professorenansicht</title>
</head>
<body>

<span metal:fill-slot="fh_seite">
    <img src="pictures/text/profseite.gif"
         width="310" height="21" alt="Professorenseite"><br />
</span>

<span metal:fill-slot="inhalt">

<table border="0" cellspacing="0" cellpadding="0" width="560">
<tr>
    <td width="170" align="right" valign="top">
        <br />
        <img src="B_passbild_gif" />
    </td>
    <td width="30">&nbsp;&nbsp;&nbsp;</td>
    <td width="360" align="left" valign="top">
        <br />
        <h2>
            <span tal:replace="here/A_stammdaten/Titel">Titel</span>
            <span tal:replace="here/A_stammdaten/Vorname">Vorname</span>
            <span tal:replace="here/A_stammdaten/Nachname">Nachname</span>
        </h2>
        <p />
        FHA - Fachbereich
        <span tal:replace="here/A_stammdaten/Fachbereich">Fachbereich</span>
        <br />
        <p />
        <span tal:replace="here/A_stammdaten/Ort">Ort</span>,
        <span tal:replace="here/A_stammdaten/FH-Anschrift">FH-Anschrift</span>
        <br />
        Eingang Sch&uuml;lestra&szlig;e<br />
        <span tal:define="my_raum here/A_stammdaten/Raum"
              tal:condition="my_raum">
            Raum <span tal:replace="my_raum">Raum</span>
        </span>
        <p />
        <span tal:define="my_tel here/A_stammdaten/Telefon"
              tal:condition="my_tel">
            Tel. <span tal:replace="my_tel">Telefon</span><br />
        </span>
        <span tal:define="my_fax here/A_stammdaten/Fax"
              tal:condition="my_fax">
            Fax. <span tal:replace="my_fax">Fax</span><br />
        </span>
        <span tal:define="my_email here/A_stammdaten/eMail"
              tal:condition="my_email">
            email: <a href="mailto:webmaster@fh-augsburg.de"
                      tal:attributes="href string:mailto:${my_email}"
                  tal:content="my_email">eMail</a><br />
        </span>
        <p>
            <span tal:define="my_sprechzeiten here/A_stammdaten/Sprechzeiten"
                  tal:condition="my_sprechzeiten">
                <strong>Sprechzeiten</strong> (Mentorat)<br />
                <span tal:replace="my_sprechzeiten">
                    Sprechzeiten
                </span>
            </span>
        </p>
        </td>
</tr>

<!-- Vorlesungen des Professors -->

<span tal:define="prof_vorl here/getPersonVorlesungen" tal:condition="prof_vorl">
<tr>
    <td colspan="3">
        <br /><hr width="560"><br />
    </td>
</tr>

<tr>
    <td width="170" align="right" valign="top">
        <h3>Lehrveranstaltungen</h3>
    </td>
    <td width="30">&nbsp;</td>
    <td width="360" align="left" valign="top">
        <span tal:repeat="item prof_vorl">
            <a href="" target="_top"
               tal:attributes="href python:here.getVorlesungLink(item)"
               tal:content="python:here.getVorlesungName(item)">
                Vorlesung
            </a>
            <br />
        </span>
    </td>
</tr>
</span>

</span>

</body>
</html>



Reinhard Holler 2003-04-12