Stud.IP  2.5 Revision
Layout Class Reference
Collaboration diagram for Layout:
Collaboration graph

Public Member Functions

 doc_begin ()
 
 doc_end ()
 
 htmlhd ($TITLE='', $meta='', $rest='')
 
 doc_body ($CONTENT)
 
 beg_body ($a='')
 
 end_body ($rest='')
 
 doc_table ($CONTENT)
 
 beg_table ($a='')
 
 end_table ()
 
 doc_tabrow ($CONTENT)
 
 beg_tabrow ($a='')
 
 end_tabrow ()
 
 doc_tabcell ($CONTENT)
 
 beg_tabcell ($a='')
 
 end_tabcell ()
 
 doc_ulist ($CONTENT)
 
 beg_ulist ($COMPACT='', $STYLE='', $CELLSPACING='')
 
 end_ulist ()
 
 ulistitem ($CONTENT, $IMGSRC='')
 
 doc_anker ($a)
 
 doc_pic ($a, $showdetails=false, $force=false)
 
 simptex ($a)
 
 rula ($WIDTH='', $SIZE='', $NOSHADE='')
 
 placeholder ($WIDTH=1, $HEIGHT=1)
 
 doc_javascript ($js)
 
 box_uphd ($a)
 
 defval (&$val, $default_val)
 
 _debug ($fnname, &$val)
 
 _debug2 ($fnname)
 

Data Fields

 $Debug = false
 
 $layouturl = ''
 
 $layoutpath = ''
 
 $docbegin
 
 $htmlhead
 
 $htmlhd_def
 
 $bodytag
 
 $body_def
 
 $color_def
 
 $table
 
 $table_def
 
 $tabrow
 
 $tabrow_def
 
 $tabcell
 
 $tabcell_def
 
 $ulist
 
 $ulist_def
 
 $uitem
 
 $uitem_def
 
 $anker
 
 $anker_def
 
 $picture
 
 $picture_def
 
 $simptext
 
 $simptext_def
 
 $ruler
 
 $ruler_def
 
 $placeholder_def
 
 $box_def
 

Member Function Documentation

◆ _debug()

_debug (   $fnname,
$val 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _debug2()

_debug2 (   $fnname)
Here is the caller graph for this function:

◆ beg_body()

beg_body (   $a = '')
Here is the call graph for this function:

◆ beg_tabcell()

beg_tabcell (   $a = '')
Here is the call graph for this function:
Here is the caller graph for this function:

◆ beg_table()

beg_table (   $a = '')
Here is the call graph for this function:
Here is the caller graph for this function:

◆ beg_tabrow()

beg_tabrow (   $a = '')
Here is the call graph for this function:
Here is the caller graph for this function:

◆ beg_ulist()

beg_ulist (   $COMPACT = '',
  $STYLE = '',
  $CELLSPACING = '' 
)
Here is the call graph for this function:

◆ box_uphd()

box_uphd (   $a)
Here is the call graph for this function:

◆ defval()

defval ( $val,
  $default_val 
)
Here is the caller graph for this function:

◆ doc_anker()

doc_anker (   $a)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ doc_begin()

doc_begin ( )

◆ doc_body()

doc_body (   $CONTENT)

◆ doc_end()

doc_end ( )

◆ doc_javascript()

doc_javascript (   $js)
Here is the call graph for this function:

◆ doc_pic()

doc_pic (   $a,
  $showdetails = false,
  $force = false 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ doc_tabcell()

doc_tabcell (   $CONTENT)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ doc_table()

doc_table (   $CONTENT)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ doc_tabrow()

doc_tabrow (   $CONTENT)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ doc_ulist()

doc_ulist (   $CONTENT)
Here is the call graph for this function:

◆ end_body()

end_body (   $rest = '')
Here is the call graph for this function:

◆ end_tabcell()

end_tabcell ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ end_table()

end_table ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ end_tabrow()

end_tabrow ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ end_ulist()

end_ulist ( )
Here is the call graph for this function:

◆ htmlhd()

htmlhd (   $TITLE = '',
  $meta = '',
  $rest = '' 
)
Here is the call graph for this function:

◆ placeholder()

placeholder (   $WIDTH = 1,
  $HEIGHT = 1 
)
Here is the call graph for this function:

◆ rula()

rula (   $WIDTH = '',
  $SIZE = '',
  $NOSHADE = '' 
)
Here is the call graph for this function:

◆ simptex()

simptex (   $a)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ulistitem()

ulistitem (   $CONTENT,
  $IMGSRC = '' 
)
Here is the call graph for this function:

Field Documentation

◆ $anker

$anker
Initial value:
= ARRAY(
'anker' => '%s<A%s>%s</A>',
'comment' => '%s ',
'HREF' => ' HREF="%s"',
'atext' => '%s',
'TARGET' => ' TARGET="%s"',
'onclick' => ' OnClick="%s"'
)

◆ $anker_def

$anker_def
Initial value:
= ARRAY(
'comment' => 'Link:',
'atext' => 'mehr Info'
)

◆ $body_def

$body_def
Initial value:
= ARRAY (
'BGCOLOR' => '#FFFFFF',
'BACKGROUND' => '',
'TEXT' => '#000000',
'LINK' => '#0000C0',
'VLINK' => '#0000A0',
'ALINK' => '#8000FF'
)

◆ $bodytag

$bodytag
Initial value:
= ARRAY(
'endhead' => "</HEAD>\n",
'bodytag' => "<BODY%s>\n<P>\n",
'BGCOLOR' => ' BGCOLOR="%s"',
'BACKGROUND' => ' BACKGROUND="%s"',
'TEXT' => ' TEXT="%s"',
'LINK' => ' LINK="%s"',
'VLINK' => ' VLINK="%s"',
'ALINK' => ' ALINK="%s"',
'onLoad' => ' onLoad="%s"',
'endbody' => "%s</P>\n</BODY>\n</HTML>\n"
)

◆ $box_def

$box_def
Initial value:
= ARRAY(
'BOXCOLOR' => '#9999DD',
'BOXPREHEAD' => '<BIG><FONT COLOR="#EEEEEE">&nbsp;'
)

◆ $color_def

$color_def
Initial value:
= ARRAY (
'color1' => '#AAAAAA',
'color2' => '#444444'
)

◆ $Debug

◆ $docbegin

$docbegin
Initial value:
=
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
'

◆ $htmlhd_def

$htmlhd_def
Initial value:
= ARRAY(
'TITLE' => '',
'PRETITLE' => ''
)

◆ $htmlhead

$htmlhead
Initial value:
= ARRAY (
'TITLE' => "<TITLE>%s</TITLE>\n",
'stylesheet' =>
' <style type="text/css">
<!--
body { font-size: 20pt font-family: geneva,Arial,Helvetica,helv,swiss; }
td { font-family: geneva,Arial,Helvetica,helv,swiss; }
a:visited { text-decoration: none; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
p { font-size: 20pt ; line-height: 10pt;
font-family: geneva,Arial,Helvetica,helv,swiss;
fontfamily: geneva,Arial,Helvetica,helv,swiss;
}
lighthead { font-size: 12pt ; line-height: 10pt;
font-family: geneva,Arial,Helvetica,helv,swiss;
fontfamily: geneva,Arial,Helvetica,helv,swiss;
color: #EEEEEE
}
-->
</style>')

◆ $layoutpath

$layoutpath = ''

◆ $layouturl

$layouturl = ''

◆ $picture

$picture
Initial value:
= ARRAY(
'pictag' => '<IMG SRC="%s"%s>',
'BORDER' => ' BORDER="%s"',
'ALIGN' => ' ALIGN="%s"',
'HVSPACE' => ' HSPACE="%s" VSPACE="%s"',
'ALT' => ' ALT="%s"',
'WIDTH' => ' WIDTH="%s"',
'HEIGHT' => ' HEIGHT="%s"'
)

◆ $picture_def

$picture_def
Initial value:
= ARRAY(
'BORDER' => '',
'ALIGN' => '',
'HVSPACE' => '5',
'ALT' => '',
'force' => false ## force output even if image not found
)

◆ $placeholder_def

$placeholder_def
Initial value:
= ARRAY(
'SRC' => '/pics/platzhalter.gif'
)

◆ $ruler

$ruler
Initial value:
= ARRAY(
'ruler' => '<HR%s>',
'SRC' => '',
'WIDTH' => ' WIDTH="%s"',
'SIZE' => ' SIZE="%s"',
'NOSHADE' => ' NOSHADE'
)

◆ $ruler_def

$ruler_def
Initial value:
= ARRAY(
'SRC' => '',
'WIDTH' => '',
'SIZE' => '',
'NOSHADE' => '1'
)

◆ $simptext

$simptext
Initial value:
= ARRAY(
'simptext' => "%s\n%s",
'thead' => '<H%d>%s</H%d>',
'text' => '%s',
'ALIGN' => '<DIV ALIGN="%s">',
'ENDALIGN' => '</DIV>'
)

◆ $simptext_def

$simptext_def
Initial value:
= ARRAY(
'theadsize' => '2',
'ALIGN' => ''
)

◆ $tabcell

$tabcell
Initial value:
= ARRAY(
'tdtag' => '<TD%s>',
'COLSPAN' => ' COLSPAN="%s"',
'ROWSPAN' => ' ROWSPAN="%s"',
'ALIGN' => ' ALIGN="%s"',
'VALIGN' => ' VALIGN="%s"',
'BGCOLOR' => ' BGCOLOR="%s"',
'WIDTH' => ' WIDTH="%s"',
'endtdtag' => "</TD>\n"
)

◆ $tabcell_def

$tabcell_def
Initial value:
= ARRAY(
'COLSPAN' => '',
'ROWSPAN' => '',
'ALIGN' => '',
'VALIGN' => '',
'BGCOLOR' => '',
'WIDTH' => ''
)

◆ $table

$table
Initial value:
= ARRAY(
'tabletag' => "<TABLE%s>\n",
'CELLPADDING' => ' CELLPADDING="%s"',
'CELLSPACING' => ' CELLSPACING="%s"',
'BORDER' => ' BORDER="%s"',
'WIDTH' => ' WIDTH="%s"',
'BGCOLOR' => ' BGCOLOR="%s"',
'ALIGN' => ' ALIGN="%s"',
'endtable' => '</TABLE>'
)

◆ $table_def

$table_def
Initial value:
= ARRAY(
'CELLPADDING' => '2',
'CELLSPACING' => '0',
'BORDER' => '0',
'WIDTH' => '100%',
'BGCOLOR' => '',
'ALIGN' => ''
)

◆ $tabrow

$tabrow
Initial value:
= ARRAY(
'trtag' => '<TR%s>',
'ALIGN' => ' ALIGN="%s"',
'VALIGN' => ' VALIGN="%s"',
'BGCOLOR' => ' BGCOLOR="%s"',
'endtrtag' => "</TR>\n"
)

◆ $tabrow_def

$tabrow_def
Initial value:
= ARRAY(
'ALIGN' => '',
'VALIGN' => 'top',
'BGCOLOR' => ''
)

◆ $uitem

$uitem
Initial value:
= ARRAY(
'litag' => "\n<TR VALIGN=top><TD>%s</TD></TR>",
'licont' => '%%s</TD><TD>%s'
)

◆ $uitem_def

$uitem_def
Initial value:
= ARRAY(
'IMGSRC' => "/pics/arrowright.gif"
)

◆ $ulist

$ulist
Initial value:
= ARRAY(
'ultag' => '<TABLE CELLPADDING=0 BORDER=0%s>',
'CELLSPACING' => ' CELLSPACING=%s',
'endultag' => '</TABLE>'
)

◆ $ulist_def

$ulist_def
Initial value:
= ARRAY(
'CELLSPACING' => '5'
)

The documentation for this class was generated from the following file: