File: //www/exchange0old/exchange/templates/invvieworganisation.html
<AJDF:output>include file="header.html"</AJDF:output>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td align="left" valign="top"><table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="middle" class="login_bg"><table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td align="left" width="52%" valign="middle" class="login_bg_t">Exchange Trade Centre | Investor Application Details</td>
<td align="right" width="48%" valign="middle" class="txt_11"><AJDF:output>include file='originator_top_dashboard_links.html'</AJDF:output></td>
</tr>
</tbody>
</table>
<tr>
<td align="center" valign="top" class="about_c"><table cellspacing="5" cellpadding="5" border="0" width="100%">
<tbody>
<tr>
<td align="left" width="18%" valign="top"><AJDF:output>include file='left_sidebar.html'</AJDF:output></td>
<td align="right" width="82%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" class="hdr_center">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="left" valign="top" class="inves_top1">Investor Application Details</td>
<td align="right" valign="top" class="inves_top1"><input type="button" value="Back" onclick="history.go(-1);" class="under_blue"> </td>
</tr>
</table>
<AJDF:output>if !empty($result)</AJDF:output>
<div class="success-msgbox">
<AJDF:output>$result</AJDF:output>
</div>
<AJDF:output>/if</AJDF:output>
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="listDebtor">
<AJDF:output>$inv_view_application</AJDF:output>
</table></td>
</tr>
</table></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td align="left" valign="top"> </td>
</tr>
</tbody>
</table>
<style>
#listDebtor td{
/* padding:5px; */
font-size:11px;
}
#listDebtor td b{
font-size:11px;
}
</style>
<AJDF:output>include file="footer.html"</AJDF:output>
<script type="text/javascript">
// $(function(){
// $('#clsToggle').click(function(){
// $('#clsSliding').toggle();
// });
// });
//
$(function(){
$('#trigger').click(function(){
$('#toggle').toggle();
});
});
$(function(){
$(".trigger").click(function(){
$(this).next(".toggle").slideToggle("slow");
});
});
// $(".clsSliding").slideUp();
// $(".clsToggle").click(function(){
// $(this).next(".clsSliding").slideToggle("slow");
// });
function toggleDiv(togid,divid){
$(function(){
$('#clsToggle').click(function(){
$('#clsSliding').toggle();
});
});
}
</script>
<script type="text/javascript">
$(document).ready(function(){
$(".clsm").hide();
$(".clsn").show();
});
function toggleDiv(divid)
{
/* document.getElementById(divid).style.display = 'none';
document.getElementById(divid).style.display = 'block';*/
$('.clsn').click(function(){
$(".clsm").slideToggle();
});
}
</script>