From 0084a916b8ea8cf02297ca36b39ec4ef23ece913 Mon Sep 17 00:00:00 2001 From: Josh North Date: Thu, 11 May 2017 23:07:56 -0400 Subject: [PATCH] mroe changes - halfway through... --- includes/footer.inc.php | 10 +++-- includes/functions.inc.php | 1 + includes/header.inc.php | 6 +-- index.php | 90 ++++++++++++++++++++++++-------------- profile.php | 69 ++++++++++++++++------------- users.php | 2 +- 6 files changed, 107 insertions(+), 71 deletions(-) diff --git a/includes/footer.inc.php b/includes/footer.inc.php index 8eea20d..66c5f70 100755 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -1,14 +1,16 @@ - + + + + + diff --git a/includes/functions.inc.php b/includes/functions.inc.php index 4856097..5c1a4f2 100755 --- a/includes/functions.inc.php +++ b/includes/functions.inc.php @@ -39,6 +39,7 @@ function lang($phrase){ 'CREATED' => 'Created', 'MIN_PASSWORD_LENGTH' => 'Minimum password length is ', 'USERTYPE' => 'User Type', + 'EDIT_PROFILE' => 'Edit Profile', 'ILLEGAL_CHARACTERS' => 'Username contains illegal characters', 'PASSWORD_NOTMATCH' => 'Passwords do not match', 'EMAIL_NOTVALID' => 'Email address not valid', diff --git a/includes/header.inc.php b/includes/header.inc.php index 68e21eb..68a545b 100755 --- a/includes/header.inc.php +++ b/includes/header.inc.php @@ -6,14 +6,14 @@ - + <?php echo $yaptc_company . " > " . $yaptc_appname . " > " . $yaptc_pagename; ?> diff --git a/index.php b/index.php index 04f4621..4495dfb 100755 --- a/index.php +++ b/index.php @@ -16,20 +16,6 @@ else: ?> - - -
- -

-

Back to the default sticky footer minus the navbar.

-
- - - - - +// HTML + +
+ +

+

+
+ + + -

-

-

-
-
- - + +
+ +

+ +
+
+
+ +
+
+ +
+
+
+ + -

-

-

-
-
- - - + +
+ +

+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ diff --git a/profile.php b/profile.php index f61abcb..0013b86 100755 --- a/profile.php +++ b/profile.php @@ -44,45 +44,53 @@ $page_count = 0; if (0 === $row_count): else: $page_count = (int)ceil($row_count / $yaptc_rowsperpage); if($page_num > $page_count): $page_num = 1; endif; endif; ?> -

-

-
+ + +
+ +

+ + +
-
-
- - " readonly /> - - " readonly /> - - " readonly /> +
+ +
" readonly />
+ +
" readonly />
+ +
" readonly />
-
- - " /> - - " /> - - " /> +
+ +
" />
+ +
" />
+ +
" />
-
- - - - +
+ +
+ +
+
-
- -
-
+
-

-

+
+
+ +

- +
@@ -96,5 +104,6 @@ if (0 === $row_count): else: $page_count = (int)ceil($row_count / $yaptc_rowsper
' . $i . ' '; endif; endfor; ?>
+
diff --git a/users.php b/users.php index e6ac05b..fd5df60 100755 --- a/users.php +++ b/users.php @@ -127,7 +127,7 @@ if (!empty($_POST['newuser']) && empty($errors)):
- +