FDA Portlets to E1 Pages

Soumen

Soumen

Reputable Poster
Dear All,

I am trying to add the FDA Portlets to E1 Pages and I am using one of the HTML example file for my deployment. But I wanted to check out with someone in community if there is an canned robust HTML zip file I can use for this. Basically something which a little more attractive and flashy which can be used for FDA Portlets. Something already provided by Oracle. Currently I am using one of the basic one provided by Oracle which is as below...

Any help or direction would be very appreciated.

Many Thanks,
Soumen

<!doctype html>
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Test CSS Pagelets</title>
<link rel="stylesheet" type="text/css" href="jdePagelets.css">
</head>

<body>
<div id="content" style="width:1065px">
<div id="leftColumn" style="width:529px">
<div class="pagelet">
<iframe width=100% height=230 frameborder=0 src="/jde/E1PagePortlet?OID=P42S04_S42S04A&pUID=1"></iframe>
</div>
<div class="pagelet">
<iframe width=100% height=321 frameborder=0 src="/jde/E1PagePortlet?OID=P43S803_S43S803A&pUID=3"></iframe>
</div>
</div>
<div id="rightColumn" style="width:529px">
<div class="pagelet">
<iframe width=100% height=230 frameborder=0 src="/jde/E1PagePortlet?OID=P05PTLET_S05PTLETA"></iframe>
</div>
<div class="pagelet">
<iframe width=100% height=321 frameborder=0 src="/jde/E1PagePortlet?OID=P43S803_S43S803A&pUID=4"></iframe>
</div>
</div>
</div>
</body>
</html>
 
Back
Top