1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
| <style>
.tfooterPanel {text-align: center; width: 100%;}
.tmainpage { width:765px;}
.cmenu {width:210 ; vertical-align: top;}
.cline {width:1 ; background-color:gray;}
.ccontext {width:554 ; vertical-align: top; padding : 10 10 10 10; font-size:12;
font-family: Arial, Helvetica, sans-serif;}
</style>
<html>
<head>
<title>Exadel JSF Studio</title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"
rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<style>
.hleft {text-align:left;}
.hcenter {text-align:center;}
.hright {text-align:right;}
</style>
<style>
.menuItem { padding-top : 20px; padding-bottom : 20px; }
</style>
<style>
.pagefooter {text-align: center; font-family: Arial, Helvetica, sans-serif; font-size:14}
</style>
<table id="mainLayout" class="tmainpage" border="0" cellpadding="0" cellspacing="0">
<thead>
<tr><th colspan="3" scope="colgroup"><table id="header:header" border="0" cellpadding="0" cellspacing="0">
<tfoot>
<tr><td colspan="3"><img src="/Cave/images/hline.gif" height="2" width="765" alt="" /></td></tr>
</tfoot>
<tbody>
<tr>
<td class="hleft"><img src="/Cave/images/exadel-logo.gif" alt="" /></td>
<td class="hcenter"><img src="/Cave/images/JSFandTiles.gif" alt="" /></td>
<td class="hright"><img src="/Cave/images/tiles.gif" alt="" /></td>
</tr>
</tbody>
</table>
</th></tr>
</thead>
<tfoot>
<tr><td class="tfooterPanel" colspan="3"><table id="footer:footer" border="0" cellpadding="0" cellspacing="0">
<thead>
<tr><th colspan="1" scope="colgroup"><img src="/Cave/images/hline.gif" height="2" width="765" alt="" /></th></tr>
</thead>
<tfoot>
<tr><td class="pagefooter" colspan="1">© Exadel, Inc., Copyright 2004.
Developed with Exadel JSF Studio</td></tr>
</tfoot>
<tbody>
</tbody>
</table>
</td></tr>
</tfoot>
<tbody>
<tr>
<td class="cmenu"><span id="leftMenu"><form id="leftsideMenu" method="post" action="/Cave/pages/index.jsf" enctype="application/x-www-form-urlencoded">
<table id="leftsideMenu:menu" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="menuItem"><a id="leftsideMenu:jsf" href="#" title="JSF Studio" onclick="document.forms['leftsideMenu']['leftsideMenu:jsf'].value='leftsideMenu:jsf'; document.forms['leftsideMenu'].submit(); return false;"><img src="/Cave/images/jsfstudio.gif" onmouseout="this.style.border='1px solid white'" onmouseover="this.style.border='1px solid blue'" style="border:1px solid white" alt="" /></a></td>
</tr>
<tr>
<td class="menuItem"><a id="leftsideMenu:orm" href="#" title="ORM Studio" onclick="document.forms['leftsideMenu']['leftsideMenu:orm'].value='leftsideMenu:orm'; document.forms['leftsideMenu'].submit(); return false;"><img src="/Cave/images/ormstudio.gif" onmouseout="this.style.border='1px solid white'" onmouseover="this.style.border='1px solid blue'" style="border:1px solid white" alt="" /></a></td>
</tr>
<tr>
<td class="menuItem"><a id="leftsideMenu:struts" href="#" title="Struts Studio" onclick="document.forms['leftsideMenu']['leftsideMenu:struts'].value='leftsideMenu:struts'; document.forms['leftsideMenu'].submit(); return false;"><img src="/Cave/images/strutsstudio.gif" onmouseout="this.style.border='1px solid white'" onmouseover="this.style.border='1px solid blue'" style="border:1px solid white" alt="" /></a></td>
</tr>
</tbody>
</table>
<input type="hidden" name="leftsideMenu" value="leftsideMenu" /><input type="hidden" name="leftsideMenu:orm" /><input type="hidden" name="leftsideMenu:struts" /><input type="hidden" name="leftsideMenu:jsf" /></form></span></td>
<td class="cline"><span id="verticalLine"><img src="/Cave/images/spacer.gif" height="1" width="1" alt="" /></span></td>
<td class="ccontext"><span id="pageContext"><input id="name" type="text" name="name" /><label for="name">
</label></span></td>
</tr>
</tbody>
</table>
</body>
</html> |
Partager