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

Namespaces

namespace  vote

Functions

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

Function Documentation

createBoxContentFooter ( )

Here is the caller graph for this function:

createBoxContentHeader ( )

Here is the caller graph for this function:

createBoxFooter ( )

Beendet den HTML-Quelltext für eine Box

public

Returns
Der HTML-Quelltext

Here is the caller graph for this function:

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

Erstellt den Anfang einer Box

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 caller graph for this function:

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

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

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
createBoxLineFooter ( )

Here is the caller graph for this function:

createBoxLineHeader ( )

Here is the caller graph for this function:

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 (   $text,
  $imgURL,
  $color 
)

Creates a message for a success or error report

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: