Stud.IP  jlu_3.3 Revision
visual.inc.php File Reference

Namespaces

namespace  vote
 

Functions

 createReportMessage ($text, $imgURL, $color)
 
 createBoxHeader ($title, $width, $extraTitle="", $imgURL="", $imgTitle="", $adminURL="", $adminImgURL="", $adminTitle="", $cssClass="table_row_even")
 
 createBoxFooter ()
 
 createBoxLineHeader ()
 
 createBoxLineFooter ()
 
 createBoxLine ($title, $imgURL, $userName, $userID, $date)
 
 createBoxContentHeader ()
 
 createBoxContentFooter ()
 
 createErrorReport (&$object, $errortitle="")
 

Function Documentation

◆ createBoxContentFooter()

createBoxContentFooter ( )
Here is the caller graph for this function:

◆ createBoxContentHeader()

createBoxContentHeader ( )
Here is the caller graph for this function:

◆ createBoxFooter()

createBoxFooter ( )

Beendet den HTML-Quelltext für eine Box

@access public

Returns
Der HTML-Quelltext
Here is the caller graph for this function:

◆ createBoxHeader()

createBoxHeader (   $title,
  $width,
  $extraTitle = "",
  $imgURL = "",
  $imgTitle = "",
  $adminURL = "",
  $adminImgURL = "",
  $adminTitle = "",
  $cssClass = "table_row_even" 
)

Erstellt den Anfang einer Box

@access public

Parameters
Stringtitle Der Titel der Box
Stringwidth Angabe der Breite der Box in Pixel o. Prozent
StringextraTitle Ein zusätzlicher kleiner Titel
StringimgURL Die URL eines Icons
StringimgTitle Die Textbeschreibung zu dem Icon
StringadminURL Die URL der Adminseite
StringadminImgURL Die URL des Adminicons
StringadminTitle Die Textbeschreibung zu dem Adminicon
StringcssClass Die CSS-Klasse
Returns
Der HTML-Quelltext
Here is the call graph for this function:
Here is the caller graph for this function:

◆ createBoxLine()

createBoxLine (   $title,
  $imgURL,
  $userName,
  $userID,
  $date 
)

Neue Version der klappbaren Zeilen in einer Box. Z.Z. ohne Funktionalität

@access public

Parameters
Stringtitle Der Titel der Zeile
StringimgURL Die URL des Icons
StringuserName Der Name des Erstellers
StringuserID Die ID des Erstellers
Stringdate Der UNIX-TIMESTAMP des Erstelldatums
Returns
Der HTML-Quelltext
Here is the call graph for this function:

◆ createBoxLineFooter()

createBoxLineFooter ( )
Here is the caller graph for this function:

◆ createBoxLineHeader()

createBoxLineHeader ( )
Here is the caller graph for this function:

◆ createErrorReport()

createErrorReport ( $object,
  $errortitle = "" 
)

Creates an errormessage

Parameters
objectStudipObejct $object A StudIP-Obeject
Returns
String The HTML-errortext
Here is the call graph for this function:
Here is the caller graph for this function:

◆ createReportMessage()

createReportMessage (   $text,
  $imgURL,
  $color 
)

Creates a message for a success or error report

@access public

Parameters
String$textThe text
String$imgURLURL for the icons. See PICTURE_*
String$colorColor for the message. See COLOR_*
Returns
String The HTML-sourcecode
Here is the caller graph for this function: