diff --git a/webroot/panel/account.php b/webroot/panel/account.php index 6628de44..9e6272da 100644 --- a/webroot/panel/account.php +++ b/webroot/panel/account.php @@ -122,34 +122,49 @@ } elseif ($isActive) { echo "

You are curently a user on the Unity Cluster

"; } else { - echo "

You are currently not assigned to any PI, and will be - unable to use the cluster. Go to the My PIs - page to join a PI, or click on the button below if you are a PI

"; - echo "

Students should not request a PI account.

"; + echo " +

+ You are currently not assigned to any PI, and will be + unable to use the cluster. + Go to the + My PIs + page to join a PI, or click on the button below if you are a PI. +

+

Students should not request a PI account.

+ "; } if (!$isPI) { if ($SQL->accDeletionRequestExists($USER->getUID())) { - echo - "
- "; - echo ""; - echo - "
+ + "; } else { - echo - "
- "; + echo " + + + "; if ($SQL->requestExists($USER->getUID())) { - echo ""; + echo ""; echo ""; } else { - echo ""; + echo ""; } echo "
"; } @@ -169,13 +184,16 @@ for ($i = 0; $sshPubKeys != null && $i < count($sshPubKeys); $i++) { // loop through keys echo "
- -
- - - -
+ +
+ + + +
"; } @@ -186,7 +204,7 @@
- + +

@@ -217,15 +235,20 @@ if ($hasGroups) { echo "

You cannot request to delete your account while you are in a PI group.

"; } else { - echo - "
- "; + echo " + + + "; if ($SQL->accDeletionRequestExists($USER->getUID())) { - echo ""; + echo ""; echo ""; } else { - echo ""; + echo ""; } echo "
"; }