<title>Incognito</title> <script src="jquery-1.5.2.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="pages.css" type="text/css" rel="stylesheet" /> <script src="jquery-1.5.2.js" type="text/javascript"></script> <script type="text/javascript" src="jquery.cookie.js"></script> <script type="text/javascript" src="instructorfeed.js"></script> <script type="text/javascript" src="scripts/InstrSettingsView.js"></script> </head> <body> <?php //Inserting the banner, greeting, and navigation from common_instructor.php bannerAndNavigation('Feed'); ?> <div id = "maincontent"> <div id="filterandsort"> <!-- Filtering & Sorting --> <span> FILTER BY: <select name="filter" id="filter"> <optgroup> <option selected="selected">None</option> </optgroup> <optgroup label="Questions"> <option>Answered</option> <option>Unanswered</option> <option>All Questions</option> </optgroup>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Incognito</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="pages.css" type="text/css" rel="stylesheet" /> </head> <body> <?php //Inserting the banner, greeting, and navigation from common_student.php bannerAndNavigation('Help'); ?> <div id="studenthelpnavigation"> <a href="help_questions_feedback.php">Questions and Feedback</a> | <a href="help_student_courses.php">Your Courses</a> | <a href="help_student_feed.php">Using the Feed</a> | <a href="help_student_surveys.php">Surveys</a> | <a href="help_student_troubleshooting.php">Troubleshooting</a> </div> <div id="maincontent"> <h1>The Feed</h1><br /> The feed page lets you view all questions and comments that have been submitted in your current session. As more questions and
?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Incognito</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="pages.css" type="text/css" rel="stylesheet" /> </head> <body> <?php //Inserting the banner, greeting, and navigation from common_instructor.php bannerAndNavigation('Bug'); ?> <div id="maincontent"> <form action="../submit_bug.php" method="post" style="width: 492px"> <br /> Summary of the Problem: <br /> <input name="summary" type="text" style="width: 220px" /><br /> <br /> Please describe the problem below. Be as detailed as possible. The more information you give us, the easier it is for us to resolve the issue. <br /> <textarea name="description" rows="10" style="width: 486px" id="submissioncontent"></textarea><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="pages.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.5.2.js"></script> <script type="text/javascript" src="jquery.cookie.js"></script> <script type="text/javascript" src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script> <script type="text/javascript" src="studentUIcontroller.js"></script> <script type="text/javascript" src="scripts/StudentSettingsView.js"></script> </head> <body> <?php //Inserting the banner, greeting, and navigation from common_student.php bannerAndNavigation('Home'); ?> <div id = "maincontent"> <form id="submitform"> <div class="submissioncontent"> <!-- Includes: "Submit as", textbox, & submit button --> <div id="typeAreaFeed"> <span>Submit as: <label><input type="radio" name="submitType" value="Q" checked="checked"/> Question</label> <label><input type="radio" name="submitType" value="F"/> Feedback </label> </span> <br /> <input type="textbox" name="texthome" value="" id="ac-input" height="1000" size="80" maxlength="120"> <div id="display"></div> <button type="submit" id="submitbutton" onClick="onSubmit()">Submit</button> </div> </div>
<head> <title>Incognito</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="pages.css" type="text/css" rel="stylesheet" /> <script src="jquery-1.5.2.js" type="text/javascript"></script> <script type="text/javascript" src="jquery.cookie.js"></script> <script type="text/javascript" src="scripts/StudentSettingsView.js"></script> <script type="text/javascript" src="studentSettings.js"></script> </head> <body> <?php //Inserting the banner, greeting, and navigation from common_student.php bannerAndNavigation(''); ?> <div id = "maincontent"> <div id="feedbox"> <div> <h1>Your Current Courses:</h1> <div id="courseInfo"></div> <!--Add course: <input type="text" id="courseName"/> <button type="submit" id="courseSubmitButton"/>Add!</button>--> </div> <!-- <h1> Edit Profile </h1> Change Alias: <input type="text" id="aliasName"/> <button type="submit" id="aliasChangeButton"/>Change!</button> <br /> <#php# SETCOOKIE('session', '$studentchangedname');?> -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="pages.css" type="text/css" rel="stylesheet" /> <script src="jquery-1.5.2.js" type="text/javascript"></script> <script type="text/javascript" src="jquery.cookie.js"></script> <script type="text/javascript" src="scripts/StudentSettingsView.js"></script> <script type="text/javascript" src="jquery-impromptu.3.1.js"></script> <script type="text/javascript" src="./scripts/StudentSurveyView.js"></script> <script type="text/javascript" src="./studentsurveys.js"></script> </head> <body> <?php //Inserting the banner, greeting, and navigation from common_student.php bannerAndNavigation('Surveys'); ?> <div id = "maincontent"> <div id="feedbox"> <span> <div class="nonSubCol"> Survey Type </div> <div id="subCol"> Question </div> <div class="nonSubCol"> Respond? </div> <hr /> </span> </div>