some style for the table & fix of gn & ln
This commit is contained in:
		@@ -20,7 +20,7 @@ $userln = $_SESSION['lastName'];
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
echo "Profile of ".$username;
 | 
					echo "Profile of ".$username;
 | 
				
			||||||
echo "<br/>";
 | 
					echo "<br/>";
 | 
				
			||||||
echo '<table style="width:30%">';
 | 
					echo '<table class="table table-dark table-striped" style="width:30%">';
 | 
				
			||||||
echo "<tr>";
 | 
					echo "<tr>";
 | 
				
			||||||
echo "<td>";
 | 
					echo "<td>";
 | 
				
			||||||
echo "User-ID";
 | 
					echo "User-ID";
 | 
				
			||||||
@@ -34,7 +34,7 @@ echo "<td>";
 | 
				
			|||||||
echo "given Name";
 | 
					echo "given Name";
 | 
				
			||||||
echo "</td>";
 | 
					echo "</td>";
 | 
				
			||||||
echo "<td>";
 | 
					echo "<td>";
 | 
				
			||||||
echo $givenName;
 | 
					echo $usergn;
 | 
				
			||||||
echo "</td>";
 | 
					echo "</td>";
 | 
				
			||||||
echo "</tr>";
 | 
					echo "</tr>";
 | 
				
			||||||
echo "<tr>";
 | 
					echo "<tr>";
 | 
				
			||||||
@@ -42,7 +42,7 @@ echo "<td>";
 | 
				
			|||||||
echo "lastName";
 | 
					echo "lastName";
 | 
				
			||||||
echo "</td>";
 | 
					echo "</td>";
 | 
				
			||||||
echo "<td>";
 | 
					echo "<td>";
 | 
				
			||||||
echo $lastName;
 | 
					echo $userln;
 | 
				
			||||||
echo "</td>";
 | 
					echo "</td>";
 | 
				
			||||||
echo "</tr>";
 | 
					echo "</tr>";
 | 
				
			||||||
echo "<tr>";
 | 
					echo "<tr>";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user