[HOME] | "; echo "[LOGOUT]
"; $client=connect($_SESSION['username'],$_SESSION['password']); if(isset($_GET['key'])){ # Asking for a specific spreadsheet? $availws=getwss($client,$_GET['key']); html_list("Available Worksheets",$availws); }elseif (isset($_GET['wskey'])) { # Asking for a specific sheet within the spreadsheet? $sheetdata=getsheet($client,$_GET['wskey'],$_GET['ws']); showsheet($sheetdata); }else{ # If not, dump a list of spreadsheets to choose from $availss=getsss($client); html_list("Available Spreadsheets", $availss); } }else{ # If not logged in, prompt for login showlogin(); } # Functions function html_list($header, $htmldata){ # Generic lame HTML list maker o'doom echo "