11 vistors today, 11 pages shown     
Welcome ! Login
Customizability


UltraApps Portal is very easy to customize for your needs.


CCS Styles (Cascading Style Sheets)

This application relies extensively on CSS style sheets for formatting and styling the application.
You may easily change the elements of the CSS files and the application will get updated
respectively.

There are various CSS files included with the Portal, each containing styles for different pages and
page sections.

Following are the usual styles defined within the CSS files:





















































Style Description
PageBODY Used for the BODY element throughout the application.
FormTABLE Used for the TABLE element of the grid.
FormHeaderTD Used for the heading cell on the grid.
FormHeaderFONT Used for the heading on the grid.
FieldCaptionTD Used for the caption/label cell on the grid.
FieldCaptionFONT Used for the caption/label on the grid.
DataTD Used for the cell that will hold data on the grid.
DataFONT Used for the data item on the grid.
ColumnTD Used for the column heading cell on the grid.
CoulmnFONT Used for the column heading on the grid.
RecordSeparatorTD Used for the cell that separates records on the grid.

HTML Templates


In order to facilitate clear separation of design and code, we have taken the approach to provide templates for each page. Therefore, for each ASP page that is displayed in the browser, you can find the corresponding HTML page containing the layout and content of the page. When page is requested, appropriate program opens the HTML template and replaces special tags in it with the actual database content. For example the main page Default.asp uses the HTML template file called Default.html to output the page. You can without any knowledge of ASP edit these HTML template files to customize the Portal to suit your needs. In fact, to perform such customizations you may use almost any web editing tool like MS FrontPage, Adobe GoLive, or Macromedia DreamWeaver.


 
Home Articles Events Links Classifieds Discussions My Portal Join Us Administration

Portal (C) 2001 by  
User Manual License Agreement

Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively in Unknown on line 0