[guadec-web] Display nickname and country
- From: Pascal Terjan <pterjan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Display nickname and country
- Date: Mon, 14 Jul 2014 16:26:00 +0000 (UTC)
commit 5a65958a2274de93b9a0ea0f5567dfb8e5d6f585
Author: Pascal Terjan <pterjan gmail com>
Date: Sun Jul 13 20:34:22 2014 +0000
Display nickname and country
guadec/access-register.php | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/guadec/access-register.php b/guadec/access-register.php
index 123c485..5e93149 100644
--- a/guadec/access-register.php
+++ b/guadec/access-register.php
@@ -8,9 +8,9 @@ Template Name: Access Registration
global $wpdb;
function display_result($result){
echo "<table class='regtable'><tr><th>ID</th><th>Name</th>
- <th>Email</th><th>Gender</th>
+ <th>Irc</th><th>Email</th><th>Gender</th>
<th>Arrival</th><th>Departure</th>
- <th>Sponsored</th>
+ <th>Sponsored</th><th>Country</th>
<th>EntryFee</th>
<th>LunchFee</th><th>AccomFee</th>
<th>TotalFee</th>
@@ -19,11 +19,13 @@ function display_result($result){
echo "<tr>";
echo "<td>"; echo $results['id']; echo "</td>";
echo "<td>"; echo $results['name']; echo "</td>";
+ echo "<td>"; echo $results['irc']; echo "</td>";
echo "<td>"; echo $results['email']; echo "</td>";
echo "<td>"; echo $results['gender']; echo "</td>";
echo "<td>"; echo $results['arrive']; echo "</td>";
echo "<td>"; echo $results['depart']; echo "</td>";
echo "<td>"; echo $results['sponsored']; echo "</td>";
+ echo "<td>"; echo $results['country']; echo "</td>";
// echo "<td>"; echo $results['lunchdays']; echo "</td>";
echo "<td>"; echo $results['entryfee']; echo "</td>";
echo "<td>"; echo $results['lunchfee']; echo "</td>";
@@ -74,4 +76,4 @@ else{
}
require_once("footer.php");
-?>
\ No newline at end of file
+?>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]