Beispiel #1
0
		  </ul>
		  	<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="navbar-form navbar-right">
		  		<div class="form-group">
						<input type="hidden" name="cmd" value="_s-xclick">
						<input type="hidden" name="hosted_button_id" value="SH7D727QBBHWE">
						<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
						<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" >
					</div>
				</form>
		</div><!-- /.navbar-collapse -->
	</div><!-- /.container-fluid -->
</nav>
<div class="container">
	<div class="row">
		<legend>Viewing the <?php 
echo strtolower($General->ReturnDataType($_GET["data"]));
?>
 data of <?php 
echo $Country->Name;
?>
</legend>
	</div>
	<div class="row">
		<table class="table table-bordered table-hover">
			<tr>
				<?php 
echo $View->TableTitles;
?>
			</tr>
			<?php 
$View->GetEntryList($Country->ID);