Xinet Portal also installs a PORTAL folder. This folder contains the encoded
PHP files that make Xinet Portal function. These files should not be modified.
(The Xinet Guide to Xinet Portal Data Interchange provides details.) You should be familiar with basic PHP scripting (
http://www.php.net/manual/) and with basic template customization. You should also become familiar with Xinet Portal data arrays that contain information about the end-user’s session and dynamic data arrays generated from Xinet.
$_SERVER =
Information about Web server access
$_SESSION = Current end-user’s session information
1
$dir_info = Array of Variable Data Tags and associated data for directories (Also see the more powerful
$files_info array.)
$dirkywd_info = Array of Variable Data Tags and associated data for directory keywords (Also see the more powerful
$keywords_info array.)
$file_info = Array of Variable Data Tags and associated data for files (Also see the more powerful
$files_info array.)
$files_info = Array of Variable Data Tags and associated data for files
and directories (Combines
$dir_info and
$file_info functionality.)
$keyword_info =
Array of Variable Data Tags and associated data for file keywords (Also see the more powerful
$keywords_info array.)
$keywords_info = Array of Variable Data Tags and associated data for file
and directory keywords (Combines
$dirkywd_info and
$keyword_info functionality.)
$links_info = Array of Variable Data Tags and associate data for file-links displayed within QuarkXPress, InDesign, PDF and video previews.
$nav_info = Array of Variable Data Tags and associated data for turn-down navigation of volumes
$searchfields_info = Shows properties of search fields that have been set by the user.
$spreads_info = Array of Variable Data Tags and associate data for page spreads displayed within QuarkXPress, InDesign, PDF, and video previews.
$tmpl->variables['PORTALPAGE'] = Array of general page variables such as the logout button, username and language strings.
$tmpl->USERINFO = Lists information pertaining to the user’s Xinet permissions.
$versions_info = Array of Variable Data Tags and associate data for Xinet Versioning versions.
$volume_info = Array of Variable Data Tags and associated data for volumes.