blob: 41804e10b7357b44c084ceae1c8510cb14364ede [file] [log] [blame]
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . "/bpel/_boot.php");
# Begin: page-specific settings. Change these.
$pageTitle = "BPEL Project User Resources";
$pageKeywords = "BPEL, process, designer, user";
$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);
?>
<div id="maincontent">
<div id="midcolumn">
<div align="center"><h1>BPEL Project</h1></div>
<h2>User Resources</h2>
Some useful information as to how to get started with the BPEL designer.
<div class="homeitem">
<h3>What's new</h3>
<ul>
<li><a href="users/m2.php">M2 Information</a> <span class="dates">11/28/2006</span></li>
<li><a href="users/m1.php">M1 Information</a> <span class="dates">11/15/2006</span></li>
</ul>
</div>
<div class="homeitem">
<h3>Guides, HowTos</h3>
<ul>
<li><a href="downloads.php">Install the Designer</a> <span class="dates">11/28/2006</span></li>
<li><a href="users/howto/project.php">Create a New Project</a> <span class="dates">11/28/2006</span></li>
<li><a href="users/howto/wsdl.php">Add a WSDL</a> <span class="dates">11/28/2006</span></li>
<li><a href="users/howto/xsd.php">Add a Schema</a> <span class="dates">11/28/2006</span></li>
</ul>
</div>
<hr class="clearer" />
</div>
<div id="rightcolumn">
<div class="sideitem">
<?php include ("items/project_links.html"); ?>
</div>
<div class="sideitem">
<?php include ("items/external_links.html"); ?>
</div>
</div>
</div>
<?php bpel_generate_page() ?>