Stud.IP
2.0 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") | |
createButton ($button, $title, $name=NULL, $value=NULL) |
createButton | ( | $button, | |
$title, | |||
$name = NULL , |
|||
$value = NULL |
|||
) |
creates an image-button
private
string | $button | the button name (send to makeButton()) |
string | $title | the label |
string | $button | the button name (optional) |
string | $align | the button value (optional) |
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 | ) |
Creates a record of study and exports the data to pdf (html-outpu)
public
recordofstudy displays the site title
private
string | $semester | the current semester (edit-mode) (optional) |