0byt3m1n1
Path:
/
data
/
applications
/
aps
/
owl
/
1.0-0
/
standard
/
htdocs
/
locale
/
Chinese_b5
/
help
/
[
Home
]
File: help_view.php
<?php require_once("../../../config/owl.php"); require_once("$default->owl_fs_root/lib/disp.lib.php"); require_once("$default->owl_fs_root/lib/owl.lib.php"); require_once("$default->owl_fs_root/lib/security.lib.php"); include_once("$default->owl_fs_root/lib/header.inc"); include_once("$default->owl_fs_root/lib/userheader.inc"); $urlArgs = array(); $urlArgs['sess'] = $sess; $urlArgs['parent'] = $parent; $urlArgs['expand'] = $expand; $urlArgs['order'] = $order; $urlArgs[$sortorder] = $sortname; if(empty($expand)) { $expand = $default->expand; } if ($expand == 1) { print("<table class='border1' cellspacing='0' cellpadding='0' border='0' width='$default->table_expand_width'><tr><td align='left' valign='top' width='100%'>\n"); } else { print("<table class='border1' cellspacing='0' cellpadding='0' border='0' width='$default->table_collapse_width'><tr><td align='left' valign='top' width='100%'>\n"); } fPrintButtonSpace(12, 1); print("<br />\n"); print("<table class='border2' cellspacing='0' cellpadding='0' border='0' width='100%'><tr><td align='left' valign='top' width='100%'>\n"); if ($default->show_prefs == 1 or $default->show_prefs == 3) { fPrintPrefs("infobar1", "top"); } fPrintButtonSpace(12, 1); print("<br />\n"); ?> <center><h1><?php echo $owl_lang->alt_btn_help ?></h1> <img src="../../../graphics/<?php echo $default->sButtonStyle ?>/ui_misc/owl_logo1.gif" border="0" alt="Owl Logo"></img><br /></center> <hr></hr> <!-- Help Begins Here --> <H1> Under Construction </H1> Please help us to update this Online Help. Send your help files to the <a href="mailto:carlostrub@users.sourceforge.net">developers</a>. <p> For the moment please read the Owl documentation at <a href="http://owl.sourceforge.net/">http://owl.sourceforge.net/</a>.</p> <!-- Help Ends Here --> <?php fPrintButtonSpace(12, 1); if ($default->show_prefs == 2 or $default->show_prefs == 3) { fPrintPrefs("infobar2"); } print("</td></tr></table>\n"); include("../../../lib/footer.inc"); print("</td></tr></table>\n"); ?>