mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
- Diplomasupplement - Anpassung für 2 Auslandssemester
- News - EMail Links bei Studiengangsdetails gefixt
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 >
|
||||
|
||||
Reference in New Issue
Block a user