Main Page | Directories | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

SC_login_frameset Class Reference

List of all members.

Public Member Functions

 main ()
 Main function.
 printContent ()
 Outputs the page content.

Public Attributes

 $content

Member Function Documentation

SC_login_frameset::main  ) 
 

Main function.

Creates the header code in XHTML, then the frameset for the two frames.

Returns:
void

Definition at line 82 of file login_frameset.php.

00082                      {
00083       global $TYPO3_CONF_VARS;
00084 
00085          // Set doktype:
00086       $GLOBALS['TBE_TEMPLATE']->docType='xhtml_frames';
00087 
00088       $title = 'TYPO3 Re-Login ('.$TYPO3_CONF_VARS['SYS']['sitename'].')';
00089       $this->content.=$GLOBALS['TBE_TEMPLATE']->startPage($title);
00090 
00091          // Create the frameset for the window:
00092       $this->content.='
00093          <frameset rows="*,1">
00094             <frame name="login" src="index.php?loginRefresh=1" marginwidth="0" marginheight="0" scrolling="no" noresize="noresize" />
00095             <frame name="dummy" src="dummy.php" marginwidth="0" marginheight="0" scrolling="auto" noresize="noresize" />
00096          </frameset>
00097       ';
00098 
00099       $this->content.='
00100 </html>';
00101    }

SC_login_frameset::printContent  ) 
 

Outputs the page content.

Returns:
void

Definition at line 108 of file login_frameset.php.

00108                            {
00109       echo $this->content;
00110    }


Member Data Documentation

SC_login_frameset::$content
 

Definition at line 74 of file login_frameset.php.


The documentation for this class was generated from the following file:
Generated on Sun Oct 3 01:06:29 2004 for TYPO3core 3.7.0 dev by  doxygen 1.3.8-20040913