next up previous contents
Nächste Seite: Über dieses Dokument ... Aufwärts: Wichtige HTML-Quelldateien Vorherige Seite: Vorlesungsansicht (Page Template)   Inhalt

Vorlesungsübersicht (Page Template)

Abspeicherungsort: /fha/informatik/vorlesungen/index_html

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

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

<span metal:fill-slot="inhalt" tal:define="tablewidth here/getTableWidth">

<table>
<tr><td>

<h3>Vorlesungen</h3>

<table width="100%" tal:attributes="width tablewidth">
<tr>
    <td width="49%" valign="top">
        <small>
            Ausgehend vom Einsatz der EDV in Technik, Wirtschaft und
            Medien ist eine Aufteilung der Ausbildung in drei Studiengänge
            "Informatik", "Wirtschaftsinformatik" und "Multimedia" sinnvoll.
        </small>
    </td>
    <td>&nbsp;</td>
    <td width="49%" valign="top">
        <small>
            Die Fachvorlesungen werden durch Übungen begleitet und durch
            Praktika ergänzt. Dem Fachbereich Informatik stehen hierfür
            verschiedene Labore zur Verfügung.
        </small>
    </td>
</tr>
</table>
&nbsp;<br />
<table width="100%" tal:attributes="width tablewidth" cellspacing="4" cellpadding="4">
<tr>
    <td></td>
    <th bgcolor="#CCCCCC">Informatik</th>
    <th bgcolor="#CCCCCC">Wirtschaftsinformatik</th>
    <th bgcolor="#CCCCCC">Multimedia</th>
</tr>
<tr bgcolor="#EEEEEE">
    <td align="center" bgcolor="#EEEEEE">G</td>
    <td valign="top" nowrap> 
        <span tal:repeat="item python:here.getVorlesungList('Grundstudium','Informatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('Grundstudium','Wirtschaftsinformatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('Grundstudium','Multimedia')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
</tr>
<tr bgcolor="#CCCCCC">
    <td align="center" bgcolor="#CCCCCC">1</td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('1. Praxissemester','Informatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
            Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('1. Praxissemester','Wirtschaftsinformatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name des Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('1. Praxissemester','Multimedia')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
</tr>
<tr bgcolor="#EEEEEE">
    <td align="center" bgcolor="#EEEEEE">H</td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('Hauptstudium','Informatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('Hauptstudium','Wirtschaftsinformatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('Hauptstudium','Multimedia')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
</tr>
<tr bgcolor="#CCCCCC">
    <td align="center" bgcolor="#CCCCCC">2</td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('2. Praxissemester','Informatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('2. Praxissemester','Wirtschaftsinformatik')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
    <td valign="top" nowrap>
        <span tal:repeat="item python:here.getVorlesungList('2. Praxissemester','Multimedia')">
            <a href="test" tal:attributes="href string:${item/getId}/vorl_view"
               tal:content="python:item.getVorlesungProperty(what='title')">
                Name der Vorlesung
            </a>
            <br />
        </span>
    </td>
</tr>
</table>

<br />
<small>
    G: Grundstudium<br />
    1: Erstes Praxissemester<br />
    H: Hauptstudium<br />
    2: Zweites Praxissemester
</small>

</td></tr>
</table>

</span>

</body>
</html>



Reinhard Holler 2003-04-12