- Diplomasupplement - Anpassung für 2 Auslandssemester

- News - EMail Links bei Studiengangsdetails gefixt
This commit is contained in:
Andreas Österreicher
2011-11-14 15:46:54 +00:00
parent 0913cdd5af
commit 550e34ccc9
4 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ $this->phrasen['global/studiengangsmanagement']='Studiengangsmanagement';
$this->phrasen['global/geschaeftsfuehrendeltg']='geschäftsf. Leitung';
$this->phrasen['global/stellvertreter']='Stellvertreter';
$this->phrasen['global/sekretariat']='Sekretariat';
$this->phrasen['global/studentenvertreter']='Studentenvertreter';
$this->phrasen['global/studentenvertreter']='Studierendenvertreter';
$this->phrasen['global/lehrziele']='Lehrziele';
$this->phrasen['global/allgemeinerdownload']='Allgemeiner Download';
+7 -2
View File
@@ -209,9 +209,14 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
$qry = "SELECT von, bis FROM bis.tbl_bisio WHERE student_uid='".$uid_arr[$i]."'";
if($db->db_query($qry))
{
if($row1 = $db->db_fetch_object())
if($db->db_num_rows()>0)
{
echo " <auslandssemester>Auslandssemester/International semester ".$datum->convertISODate($row1->von)." - ".$datum->convertISODate($row1->bis)."</auslandssemester>";
echo " <auslandssemester>";
while($row1 = $db->db_fetch_object())
{
echo "Auslandssemester/International semester ".$datum->convertISODate($row1->von)." - ".$datum->convertISODate($row1->bis)."\n";
}
echo "</auslandssemester>";
}
}
$stg_oe_obj = new studiengang($row->studiengang_kz);
+5 -5
View File
@@ -100,34 +100,34 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="stg_ltg">
<b><xsl:value-of select="name" /></b><br />
<xsl:variable name="mail" select="email"></xsl:variable>
<a href="mailto:{mail}"><xsl:value-of select="email" /></a><br />
<a href="mailto:{$mail}"><xsl:value-of select="email" /></a><br />
Tel.:<xsl:value-of select="telefon" />
<br />
</xsl:template>
<xsl:template match="gf_ltg">
<b><xsl:value-of select="name" /></b><br />
<xsl:variable name="mail" select="email"></xsl:variable>
<a href="mailto:{mail}"><xsl:value-of select="email" /></a><br />
<a href="mailto:{$mail}"><xsl:value-of select="email" /></a><br />
Tel.:<xsl:value-of select="telefon" />
<br />
</xsl:template>
<xsl:template match="stv_ltg">
<b><xsl:value-of select="name" /></b><br />
<xsl:variable name="mail" select="email"></xsl:variable>
<a href="mailto:{mail}"><xsl:value-of select="email" /></a><br />
<a href="mailto:{$mail}"><xsl:value-of select="email" /></a><br />
Tel.:<xsl:value-of select="telefon" />
<br />
</xsl:template>
<xsl:template match="ass">
<b><xsl:value-of select="name" /></b><br />
<xsl:variable name="mail" select="email"></xsl:variable>
<a href="mailto:{mail}"><xsl:value-of select="email" /></a><br />
<a href="mailto:{$mail}"><xsl:value-of select="email" /></a><br />
Tel.:<xsl:value-of select="telefon" />
<br />
</xsl:template>
<xsl:template match="stdv">
<xsl:variable name="mail" select="email"></xsl:variable>
<a href="mailto:{mail}"><xsl:value-of select="name" /></a><br />
<a href="mailto:{$mail}"><xsl:value-of select="name" /></a><br />
</xsl:template>
<xsl:template match="cis_ext_menu">
<xsl:variable name="kurzbz" select="kurzbz"></xsl:variable>
+2 -2
View File
@@ -336,7 +336,7 @@
<fo:table-row line-height="10pt">
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"> 6.1 \n</fo:block></fo:table-cell>
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"> Weitere Angaben \n Additional information</fo:block></fo:table-cell>
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"><xsl:value-of select="praktikum" />\n<xsl:value-of select="auslandssemester" /></fo:block></fo:table-cell>
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"><xsl:value-of select="praktikum" /><xsl:text> </xsl:text><xsl:value-of select="auslandssemester" /></fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row line-height="10pt">
<fo:table-cell border-width="0.2mm" border-style="solid" ><fo:block font-size="8pt"> 6.2 \n</fo:block></fo:table-cell>
@@ -454,4 +454,4 @@
</fo:flow>
</fo:page-sequence>
</xsl:template>
</xsl:stylesheet >
</xsl:stylesheet >