Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
recordofstudy.lib.php File Reference

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)

Function Documentation

createButton (   $button,
  $title,
  $name = NULL,
  $value = NULL 
)

creates an image-button

private

Parameters
string$buttonthe button name (send to makeButton())
string$titlethe label
string$buttonthe button name (optional)
string$alignthe button value (optional)
Returns
string the button

Here is the call graph for this function:

Here is the caller graph for this function:

createInputBox (   $text,
  $value,
  $name,
  $class,
  $size,
  $additionaltext = NULL 
)

creates a complete

with a label and an input-box

private

Parameters
string$textthe label
string$valuethe input box value
string$namethe input box name
string$classthe

class

Parameters
string$sizethe $size of the input box
string$additionaltextan additonal text (optional)
Returns
string the button

Here is the caller graph for this function:

createSeminarHeadTD (   $text,
  $align = "left" 
)

creates a

with a label

private

Parameters
string$textthe label
string$alignthe align (optional)
Returns
string the

head

Here is the caller graph for this function:

printPdfAssortment (   $infobox,
  $seminars 
)

displays the site in which the user can download the pdf

private

Parameters
array$infoboxthe infobox for this site
array$seminarsthe seminars to export

Here is the call graph for this function:

printRecordOfStudies (   $infobox,
  $basicdata,
  $seminare,
  $notice = NULL 
)

displays the edit page

private

Parameters
array$infoboxthe infobox for this site
array$basicdatathe basic data for the form
array$seminarethe seminars for the form
string$noticea notice for the user (optional)

Here is the call graph for this function:

printSelectSemester (   $infobox,
  $semestersAR 
)

displays the semester selection page

private

Parameters
array$infoboxthe infobox for this site
array$semestersARthe array with the semesters to select

Here is the call graph for this function:

printSiteTitle (   $semester = NULL)

Creates a record of study and exports the data to pdf (html-outpu)

Author
Christian Bauer alfre.nosp@m.dhit.nosp@m.chcoc.nosp@m.k@gm.nosp@m.x.net

public

recordofstudy displays the site title

private

Parameters
string$semesterthe current semester (edit-mode) (optional)

Here is the call graph for this function: