Example #1
0
		font-size:11px;
	  }
	  .plainSelectList{
		width:250px;
		font-size:11px;
	  }
	  .plainButton {
		font-size:11px;	
	  }
	</style>
<?php 
$onsubmit = '';
if (is_ebridgeCustomer()) {
    include_once dirname(__FILE__) . "/OTA/advancedFeatures/adv_functions.php";
    CustomPagesOnSubmitFunctionCode(HTL_PAGE_ROOM);
    $onsubmit = CustomPagesOnSubmitFunctionCall(HTL_PAGE_ROOM);
    if ($onsubmit) {
        $onsubmit = 'onsubmit="' . $onsubmit . '"';
    }
}
?>

       <table height="500" class="listing-table">	        
	       <tbody>
	       	<tr>      	
	 		<?php 
print_rightMenu_admin();
?>
 	
	          <td valign="top">          
Example #2
0
		}
		#tguestid {
			width:18px;
			font-size:11px;
		}
		#tguestid option {
			width:auto;
			font-size:14px;
		}
	  </style>
<?php 
$onsubmit = '';
if (is_ebridgeCustomer()) {
    include_once dirname(__FILE__) . "/OTA/advancedFeatures/adv_functions.php";
    CustomPagesOnSubmitFunctionCode(HTL_PAGE_BOOK);
    $onsubmit = CustomPagesOnSubmitFunctionCall(HTL_PAGE_BOOK);
    if ($onsubmit) {
        $onsubmit = 'onsubmit="return ' . $onsubmit . '"';
    }
}
?>
	  </head>
	<body>
	  <form action="index.php?menu=booking" method="post" name="bookings" enctype="multipart/form-data" <?php 
echo $onsubmit;
?>
 >
		<table width="100%"  class="listing-table" border="0" cellpadding="1" align="center">
		  <tr valign="top" >
			<!-- PRINT Content Header -->
			<?php