File: /www/exchange2/exchange/templates/ogui_report_without_date.html
<AJDF:output>include file="header.html"</AJDF:output>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<script>
$('document').ready(function(){
$('.input-group.date').datepicker({
orientation: "top auto",
format: "yyyy-mm-dd",
todayHighlight: true
});
})
</script>
<script type="text/javascript" src="js/bootstrap-datepicker.min.js"></script>
<link type="text/css" href="css/bootstrap-datepicker3.standalone.min.css" rel="stylesheet" />
<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="" valign="middle" class="login_bg_t">Exchange Trade Centre | Overdue Balance</td>
<td width="" align="left" valign="middle" class="txt_11">Originator Organisation ID: <AJDF:output>$smarty.session.user.org_ref_id</AJDF:output> </td>
<td align="right" width="" 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">
<form method="get" action="<AJDF:output>$smarty.session.base_url</AJDF:output>index.php">
Currency: <select name="country_id" class="form-control" style="width: 100px; clear: none; display: inline; margin-left: 15px; margin-right: 15px;">
<option value="1" <AJDF:output>php</AJDF:output>if(isset($_GET['country_id']) and $_GET['country_id'] == 1) { echo "selected"; }<AJDF:output>/php</AJDF:output>>EUR</option>
<option value="2" <AJDF:output>php</AJDF:output>if(isset($_GET['country_id']) and $_GET['country_id'] == 2) { echo "selected"; }<AJDF:output>/php</AJDF:output>>GBP</option>
<option value="3" <AJDF:output>php</AJDF:output>if(isset($_GET['country_id']) and $_GET['country_id'] == 3) { echo "selected"; }<AJDF:output>/php</AJDF:output>>USD</option>
</select>
<AJDF:output>php</AJDF:output>
foreach($_GET as $key => $value)
{
if($key != 'country_id') {
echo '<input type="hidden" name="'.$key.'" value="'.htmlspecialchars($value).'" />'."\n";
}
}
<AJDF:output>/php</AJDF:output>
<input type="submit" align="middle" title="Generate" value="Generate" style="float: right; margin-top: 10px;" class="login_bttn">
<input type="submit" align="middle" title="Download as XLS" name="xls" value="Download as XLS" style="float: right; margin-top: 10px; width: 150px; margin-right: 10px; margin-bottom: 10px; background: #4cae4c none repeat scroll 0 0; color: white" class="login_bttn">
</div>
</form>
<AJDF:output>$report</AJDF:output>
</td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td align="left" valign="top"> </td>
</tr>
</tbody></table>
<AJDF:output>include file="footer.html"</AJDF:output>
<style>
#listDebtor td{
padding:5px 10px;
}
.about_c > table{border-spacing: 5px;}
</style>