mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Typos, comments, finale(einstweilen..) Version der Zeugnisse, UML doku
This commit is contained in:
@@ -53,6 +53,7 @@ class basis
|
||||
* wenn $var !='' ist werden Datenbankkritische
|
||||
* Zeichen mit Backslash versehen und das Ergbnis
|
||||
* unter Hochkomma gesetzt.
|
||||
* XXX: Es wird nicht NULL sondern 'null' zurückgegeben, und der funktionsnamen ist sehr irreführend wenn auch single-quotes dazu kommen. -mp
|
||||
*/
|
||||
protected function addslashes($var)
|
||||
{
|
||||
|
||||
@@ -466,7 +466,7 @@ class prestudent extends person
|
||||
* @param $studiensemester_kurzbz Studiensemester fuer das die Int. und Bewerber
|
||||
* geladen werden sollen
|
||||
*/
|
||||
public function loadIntessentenUndBewerber($studiensemester_kurzbz, $studiengang_kz, $semester=nulll, $typ=null, $orgform=null)
|
||||
public function loadIntessentenUndBewerber($studiensemester_kurzbz, $studiengang_kz, $semester=null, $typ=null, $orgform=null)
|
||||
{
|
||||
$stsemqry='';
|
||||
if(!is_null($studiensemester_kurzbz) && $studiensemester_kurzbz!='')
|
||||
|
||||
@@ -19,15 +19,15 @@
|
||||
<fo:flow flow-name="xsl-region-body" >
|
||||
|
||||
<fo:block-container position="absolute" top="43mm" left="21.5mm">
|
||||
<fo:block line-height="19pt" font-family="arial" font-size="16pt" font-weight="bold" content-width="72mm"><xsl:text> BACHELOR-\n PRÜFUNGSZEUGNIS</xsl:text></fo:block>
|
||||
<fo:block line-height="19pt" font-family="arial" font-size="16pt" font-weight="bold" content-width="90mm"><xsl:text> BACHELOR-\n PRÜFUNGSZEUGNIS</xsl:text></fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
<fo:block-container position="absolute" top="65mm" left="21.5mm">
|
||||
<fo:block line-height="16pt" font-family="arial" font-size="16pt" content-width="72mm"><xsl:text> Studiengang</xsl:text></fo:block>
|
||||
<fo:block line-height="16pt" font-family="arial" font-size="16pt" content-width="90mm"><xsl:text> Studiengang</xsl:text></fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
<fo:block-container position="absolute" top="72mm" left="21.5mm">
|
||||
<fo:block line-height="18pt" font-family="arial" font-size="16pt" font-weight="bold" content-width="72mm"><xsl:text> </xsl:text><xsl:value-of select="stg_bezeichnung"/></fo:block>
|
||||
<fo:block line-height="18pt" font-family="arial" font-size="16pt" font-weight="bold" content-width="90mm"><xsl:text> </xsl:text><xsl:value-of select="stg_bezeichnung"/></fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
<fo:block-container position="absolute" top="94.5mm" left="117.5mm">
|
||||
|
||||
@@ -19,15 +19,15 @@
|
||||
<fo:flow flow-name="xsl-region-body" >
|
||||
|
||||
<fo:block-container position="absolute" top="43mm" left="21.5mm">
|
||||
<fo:block line-height="19pt" font-family="arial" font-size="16pt" font-weight="bold"><xsl:text> MASTER-\n PRÜFUNGSZEUGNIS</xsl:text></fo:block>
|
||||
<fo:block line-height="19pt" font-family="arial" font-size="16pt" font-weight="bold" content-width="90mm"><xsl:text> MASTER-\n PRÜFUNGSZEUGNIS</xsl:text></fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
<fo:block-container position="absolute" top="65mm" left="21.5mm">
|
||||
<fo:block line-height="16pt" font-family="arial" font-size="16pt"><xsl:text> Studiengang</xsl:text></fo:block>
|
||||
<fo:block line-height="16pt" font-family="arial" font-size="16pt" content-width="90mm"><xsl:text> Studiengang</xsl:text></fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
<fo:block-container position="absolute" top="72mm" left="21.5mm">
|
||||
<fo:block line-height="18pt" font-family="arial" font-size="16pt" font-weight="bold" content-width="72mm"><xsl:text> </xsl:text><xsl:value-of select="stg_bezeichnung"/></fo:block>
|
||||
<fo:block line-height="18pt" font-family="arial" font-size="16pt" font-weight="bold" content-width="90mm"><xsl:text> </xsl:text><xsl:value-of select="stg_bezeichnung"/></fo:block>
|
||||
</fo:block-container>
|
||||
|
||||
<fo:block-container position="absolute" top="94.5mm" left="117.5mm">
|
||||
|
||||
Reference in New Issue
Block a user