mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-13 10:09:27 +00:00
This commit is contained in:
@@ -203,6 +203,7 @@ if($result = pg_query($conn, $qry))
|
||||
<geburtsnation_engl><![CDATA['.$geburtsnation_engl.']]></geburtsnation_engl>
|
||||
<studiengang_kz><![CDATA['.sprintf('%04s',$student->studiengang_kz).']]></studiengang_kz>
|
||||
<stg_bezeichnung><![CDATA['.$studiengang->bezeichnung.']]></stg_bezeichnung>
|
||||
<stg_bezeichnung_engl><![CDATA['.$studiengang->english.']]></stg_bezeichnung_engl>
|
||||
<stg_art><![CDATA['.$stg_art.']]></stg_art>
|
||||
<stg_art_engl><![CDATA['.$stg_art_engl.']]></stg_art_engl>
|
||||
<akadgrad_kurzbz><![CDATA['.$akadgrad->akadgrad_kurzbz.']]></akadgrad_kurzbz>
|
||||
|
||||
@@ -52,7 +52,7 @@ born <xsl:value-of select="gebdatum" /> in <xsl:value-of select="gebort" />,<xs
|
||||
|
||||
<fo:block-container position="absolute" top="108mm" left="25mm" height="10mm">
|
||||
<fo:block text-align="center" line-height="14pt" font-family="sans-serif" font-size="14pt">
|
||||
"<xsl:value-of select="stg_bezeichnung" />"
|
||||
"<xsl:value-of select="stg_bezeichnung_engl" />"
|
||||
</fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user