blob: c39f98bd31682a08c653ec93a9224650b6db75f4 [file] [log] [blame]
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . "/bpel/_boot.php");
#*****************************************************************************
# milestone_plan.php
# Author: BPEL Team
# Description: Milestones.
#****************************************************************************
# Begin: page-specific settings. Change these.
$pageTitle = "BPEL Project Sync Up Calls";
$pageKeywords = "BPEL, process, designer, milestone,calls";
$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)
include("developer_links.php");
ob_start();
?>
<div id="rightcolumn">
<div class="sideitem">
<h6>Incubation</h6><p>
<div align="center">
<a href="/projects/what-is-incubation.php">
<img align="center" src="/images/egg-incubation.png" border="0"/></a>
</div>
<div align="center">
This project is in the
<a href="/projects/dev_process/validation-phase.php">Incubation Phase</a>
</div>
</div>
</div>
<div id="maincontent">
<div id="midcolumn">
<h1><?=$pageTitle?></h1>
<p>
<div class="right">
Last modified on April 29<sup>th</sup>, 2007
</div>
<p>
<?php include("_next.php") ?>
</p>
<table class="basic" style="margin-left: 20px;">
<tr>
<td class="h">
US/Canada
</td>
<td class="v">
1-888-967-2253
</td>
</tr>
<tr>
<td class="h">Asia Pacific</td>
<td class="v">
1800 222 712 (Australia toll-free) <br/>
800 9491 2777 <br/>
61 2 8817 6100
</td>
</tr>
<tr>
<td class="h">
EMEA region
</td>
<td class="v">
44 118 924 9000
</td>
</tr>
<tr>
<td class="h">Meeting ID:</td>
<td class="v">288052</td>
</tr>
<tr>
<td class="h">Password:</td>
<td class="v"> 2468642 </td>
</tr>
</table>
<p style="margin-top: 50px;">
<?php include ("calls/jun.19.2007.html") ?>
</p>
<hr class="sep"/>
<p style="margin-top: 50px;">
<?php include ("calls/may.23.2007.html") ?>
</p>
<hr class="sep"/>
<p style="margin-top: 50px;">
<?php include ("calls/may.11.2007.html") ?>
</p>
<hr class="sep"/>
<p style="margin-top: 50px;">
<?php include ("calls/apr.27.2007.html") ?>
</p>
<hr class="sep"/>
<p style="margin-top: 50px;">
<?php include ("calls/dec.15.2006.html") ?>
</p>
<hr class="sep"/>
<p>
<?php include ("calls/dec.1.2006.html") ?>
</p>
<hr class="sep"/>
<p>
<?php include ("calls/nov.10.2006.html") ?>
</p>
</div>
<?php bpel_generate_page() ?>