- <?
- /**
- * The Table CSS file.
- * The CSS Table layout resources for this site
- *
- * @package table
- * @filesource
- * @see HTML_TABLE_RESOURCE_PATH/Css.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * @global CSS_TABLE The CSS Table name
- */
- if (!defined('CSS_TABLE')) {
- define('CSS_TABLE','theTable');
- }
-
- /**
- * Views
- */
- define('CSS_LIST_VIEW' ,'tableListView');
- //define('CSS_INVOICE_VIEW' ,'tableInvoiceView');
- //define('CSS_SHOW_VIEW' ,'tableShowView');
- //define('CSS_FORM_VIEW' ,'tableFormView');
- //define('CSS_SEARCH_VIEW' ,'tableSearchView');
-
-
-
- /**
- * The List View Colors
- * @global CSS_LIST_VIEW_COLOR The CSS List View Colors
- */
- define('CSS_LIST_VIEW_COLOR' ,CSS_NORMAL_COLOR);
- define('CSS_LIST_VIEW_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
-
-
- /**
- * Skeleton
- */
- define('CSS_SKELETON_LEFT' ,'tableSkeletonLeft');
- define('CSS_SKELETON_CENTER' ,'tableSkeletonCenter');
- define('CSS_SKELETON_RIGHT' ,'tableSkeletonRight');
- define('CSS_SKELETON_LEFT_COLOR' ,CSS_NORMAL_COLOR);
- define('CSS_SKELETON_LEFT_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
- define('CSS_SKELETON_CENTER_COLOR' ,CSS_NORMAL_COLOR);
- define('CSS_SKELETON_CENTER_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
- define('CSS_SKELETON_RIGHT_COLOR' ,CSS_NORMAL_COLOR);
- define('CSS_SKELETON_RIGHT_BACKGROUND' ,CSS_NORMAL_BACKGROUND);
-
- define('CSS_BORDER_LEFT' ,'tableBorderLeft');
- define('CSS_BORDER_RIGHT' ,'tableBorderRight');
- define('CSS_BORDER_TOP' ,'tableBorderTop');
- define('CSS_BORDER_BOTTOM' ,'tableBorderBottom');
-
- define('CSS_SKELETON_WIDTH_LEFT' ,'200px');
- define('CSS_SKELETON_WIDTH_RIGHT' ,'36px');
- ?>