blob: e31b6ac9a66e406aff24cabac0250ef7551397b0 [file] [log] [blame]
<html>
<head>
<title></title>
<style type="text/css">
${:include:../popup.css}
</style>
<script>
function cb (e) {
window.status = "event://" + e
window.status = ""
}
</script>
</head>
<body style="${background-color}; ${font};">
<ol>
${content}
</ol>
<p>Check the <a href="#" onclick="cb('typeBrowser')"><b>types</b></a>
or <a href="#" onclick="cb('wsdlBrowser')"><b>port/partner link type</b></a>
browsers to see current types, port types, and partner links
available to this BPEL process.
</body>
</html>