Stud.IP
2.0 Revision 48548
|
Functions | |
printSiteTitle () | |
printSelectGroup ($infobox, $groups) | |
createButton ($button, $title, $name=NULL, $value=NULL) | |
getContactGroups () | |
getContactGroupData ($exportID, $mode="group") | |
exportVCard ($contacts) |
Variables | |
else | $mode = "select_group" |
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) |
exportVCard | ( | $contacts | ) |
collects the data from one contactgoup or all contacts
private
string | $groupID | the selected group |
getContactGroupData | ( | $exportID, | |
$mode = "group" |
|||
) |
collects the data from one contactgoup or all contacts
private
string | $groupID | the selected group |
getContactGroups | ( | ) |
collects the contactgroups from user
private
printSelectGroup | ( | $infobox, | |
$groups | |||
) |
displays the semester selection page
private
array | $infobox | the infobox for this site |
array | $semestersAR | the array with the semesters to select |
printSiteTitle | ( | ) |
displays the site title
private
else $mode = "select_group" |