Login Function

This function is responsible for displaying the following buttons on the Web page.

Button

Name

Description

 

Login

When user is not logged into Ektron CMS400.NET, this button appears. Click this button to let the user log in to the application.

 

Logout

Once logged in, this button replaces the login button to allow the user to log out from the Ektron CMS400.NET Web site.

 

Workarea

When logged in, this button appears under the logout button allowing the user to access their workarea.

 

Preview On

Lets the user to preview the entire Web site as if all checked-in content was published.

 

Preview Off

Turns off preview mode.

This function is basically the same as the Login function in ASP. See Login Function for details. The only difference is the syntax used to implement the function. This is listed below.

Login Function Example

<tr>

<td>

<?php ecmlogin(); ?>

</td>

</tr>

Previous TopicNext Topic|