| <?php |
| require_once($_SERVER['DOCUMENT_ROOT'] . "/bpel/_boot.php"); |
| ob_start(); |
| # |
| # Begin: page-specific settings. Change these. |
| $pageTitle = "BPEL Project FAQ"; |
| $pageKeywords = "BPEL, process, designer, FAQ"; |
| $pageAuthor = "BPEL Team"; |
| |
| # Add page-specific Nav bars here |
| # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3) |
| # $Nav->addNavSeparator("My Page Links", "downloads.php"); |
| # $Nav->addCustomNav("My Link", "mypage.php", "_self", 3); |
| # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3); |
| |
| # End: page-specific settings |
| # |
| ?> |
| <div id="maincontent"> |
| <div id="midcolumn"> |
| <div align="center"><h1>BPEL Project</h1></div> |
| <h2>FAQ</h2> |
| <p></p> |
| <div class="homeitem3col"> |
| <h3>Questions</h3> |
| <ul> |
| <li><a href="#1">1) Why aren't our users asking questions?</a></li> |
| <li><a href="#2">2) Can I ask you a question?</a></li> |
| </ul> |
| </div> |
| <div class="homeitem3col"> |
| <h3>Answers</h3> |
| <ul> |
| <li><a name="1">1) Why are you so worried?</a></li> |
| <li><a name="2">2) Definitely!</a></li> |
| </ul> |
| </div> |
| <hr class="clearer" /> |
| </div> |
| <div id="rightcolumn"> |
| <div class="sideitem"> |
| <h6>Links</h6> |
| <ul> |
| </ul> |
| </div> |
| </div> |
| </div> |
| |
| <?php |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, |
| ob_get_clean() ); |
| ?> |