|
Stud.IP
2.4 Revision 48548
|
Functions | |
| printSiteTitle ($semester=NULL) | |
| printSelectSemester ($infobox, $semestersAR) | |
| printRecordOfStudies ($infobox, $basicdata, $seminare, $notice=NULL) | |
| printPdfAssortment ($infobox, $seminars) | |
| createInputBox ($text, $value, $name, $class, $size, $additionaltext=NULL) | |
| createSeminarHeadTD ($text, $align="left") | |
| createInputBox | ( | $text, | |
| $value, | |||
| $name, | |||
| $class, | |||
| $size, | |||
$additionaltext = NULL |
|||
| ) |
creates a complete
with a label and an input-box
private
| string | $text | the label |
| string | $value | the input box value |
| string | $name | the input box name |
| string | $class | the |
class
| string | $size | the $size of the input box |
| string | $additionaltext | an additonal text (optional) |


| createSeminarHeadTD | ( | $text, | |
$align = "left" |
|||
| ) |
creates a
with a label
private
| string | $text | the label |
| string | $align | the align (optional) |
head

| printPdfAssortment | ( | $infobox, | |
| $seminars | |||
| ) |
displays the site in which the user can download the pdf
private
| array | $infobox | the infobox for this site |
| array | $seminars | the seminars to export |

| printRecordOfStudies | ( | $infobox, | |
| $basicdata, | |||
| $seminare, | |||
$notice = NULL |
|||
| ) |
displays the edit page
private
| array | $infobox | the infobox for this site |
| array | $basicdata | the basic data for the form |
| array | $seminare | the seminars for the form |
| string | $notice | a notice for the user (optional) |

| printSelectSemester | ( | $infobox, | |
| $semestersAR | |||
| ) |
displays the semester selection page
private
| array | $infobox | the infobox for this site |
| array | $semestersAR | the array with the semesters to select |

| printSiteTitle | ( | $semester = NULL | ) |
