From 5ce93e76a722fa6b4b2efcae266d044392796a13 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 25 May 2017 11:36:25 -1000 Subject: [PATCH] added basic html formatting to have somewhat proper formatting. also I don't feel like doing anything super productive with this project riht now, as it basically works. --- gw-action.php | 8 ++++++-- gw-index.php | 2 +- gw-insert.php | 15 ++++++++++++--- gw-location.php | 9 +++++++-- gw-login.php | 2 +- gw-logout.php | 10 +++++++++- gw-record.php | 16 ++++++++++++++-- gw-toon.php | 5 ++++- 8 files changed, 54 insertions(+), 13 deletions(-) diff --git a/gw-action.php b/gw-action.php index 0be9460..24cb219 100644 --- a/gw-action.php +++ b/gw-action.php @@ -1,8 +1,11 @@ + + + Redirecting ...'; +echo'Redirecting ...'; if ($action == 1){ //insert dropped items data echo ''; echo '
'; @@ -12,4 +15,5 @@ if ($action == 1){ //insert dropped items data } else { echo 'You shouldn\'t be seeing this, something went horribly horribly wrong!'; } -?> \ No newline at end of file +?> + \ No newline at end of file diff --git a/gw-index.php b/gw-index.php index 29b3477..a9951d7 100644 --- a/gw-index.php +++ b/gw-index.php @@ -6,7 +6,7 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ echo 'Proceed to character selection here
'; echo 'Create a new character to record here
'; } else { - echo 'Login Required'; + echo 'Login Required'; echo '
Username:
'; echo 'Password:
'; echo '
'; diff --git a/gw-insert.php b/gw-insert.php index 8b9e9ea..dc3bb16 100644 --- a/gw-insert.php +++ b/gw-insert.php @@ -1,3 +1,8 @@ + + + +Inserting Data + '; -echo '
'; -?> \ No newline at end of file +?> + +
+ +
+ + \ No newline at end of file diff --git a/gw-location.php b/gw-location.php index e26d55e..5ae0b56 100644 --- a/gw-location.php +++ b/gw-location.php @@ -1,4 +1,8 @@ + + + Location Selection + fetch_array()){ } echo '
'; echo '
'; -echo ''; -?> \ No newline at end of file +?> + + \ No newline at end of file diff --git a/gw-login.php b/gw-login.php index e1cc974..3997ba8 100644 --- a/gw-login.php +++ b/gw-login.php @@ -21,7 +21,7 @@ if ($result = $con->query($sqllogin)){ $_SESSION['access'] = $access; } header("refresh:3;url=gw-index.php"); - echo 'Logged in
'; + echo 'Logged in
'; echo 'You have successfully logged in ...
Returning to index in a few seconds
'; } else { echo 'Invalid login
'; diff --git a/gw-logout.php b/gw-logout.php index dd73771..749a253 100644 --- a/gw-logout.php +++ b/gw-logout.php @@ -1,3 +1,9 @@ + + + +Logging out + + \ No newline at end of file +?> + + \ No newline at end of file diff --git a/gw-record.php b/gw-record.php index 32d2074..fb7cbd5 100644 --- a/gw-record.php +++ b/gw-record.php @@ -1,4 +1,8 @@ + + + What Dropped? + '; echo '
'; } -echo '
'; -?> \ No newline at end of file +?> +
+
+
+ + +
+
+ + \ No newline at end of file diff --git a/gw-toon.php b/gw-toon.php index 7d9fe10..4ebbac1 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -1,3 +1,6 @@ + + + query($sql)){ die ('There was an error running the query [' . $con->error . ']'); } - echo 'Character Selection'; + echo 'Character Selection'; echo '
'; echo '