| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| <html lang="en"> |
| <head> |
| <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| <title>Google Summer of Code</title> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/reset.css" /> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/960.css" /> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/global.css" /> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/typography.css" /> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/structure.css" /> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/menu.css" /> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/tables.css" /> |
| <link rel="stylesheet" type="text/css" media="screen" href="css/user-messages.css" /> |
| |
| <!-- |
| //////////////////////// |
| BEGIN CUSTOM SCRIPTS |
| //////////////////////// |
| --> |
| <!-- |
| jQuery 1.4.2 |
| --> |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> |
| |
| <!-- |
| Table sorter |
| http://tablesorter.com |
| --> |
| <script src="js/jquery.tablesorter.min.js" type="text/javascript"></script> |
| <script type="text/javascript"> |
| $(document).ready(function() { |
| $(".table-submitted").tablesorter( {sortList: [[0,0]], widgets: ['zebra']} ); |
| $(".table-admin-mentor").tablesorter( {sortList: [[1,0]], widgets: ['zebra']} ); |
| $(".table-admin-orgs").tablesorter( {sortList: [[0,0]], widgets: ['zebra']} ); |
| $(".table-evaluations").tablesorter( {sortList: [[0,0]], widgets: ['zebra']} ); |
| }); |
| </script> |
| |
| <!-- |
| jQuery Raty |
| http://www.wbotelhos.com/raty/ |
| --> |
| <script src="js/jquery.raty.min.js" type="text/javascript"></script> |
| <script type="text/javascript"> |
| $(document).ready(function() { |
| $('#stars-default').raty(); |
| $('#stars-two').raty({ |
| start: 2 |
| }); |
| $('#stars-three').raty({ |
| start: 3 |
| }); |
| $('#stars-four').raty({ |
| start: 4 |
| }); |
| }); |
| </script> |
| <!-- |
| //////////////////////// |
| END CUSTOM SCRIPTS |
| //////////////////////// |
| --> |
| </head> |
| <body> |
| |
| <!-- |
| //////////////////////// |
| BEGIN DEFAULT HEADER |
| //////////////////////// |
| --> |
| <div id="bg"> |
| <div id="page-header"> |
| <div class="container_12"> |
| <div class="grid_12"> |
| <a href="homepage.html"><img src="images/logo-banner.jpg" height="156" width="924" alt="Google Summer of Code" /></a> |
| </div> |
| </div> |
| </div> |
| <!-- .page-header --> |
| <!-- |
| //////////////////////// |
| END DEFAULT HEADER |
| //////////////////////// |
| --> |
| |
| <!-- |
| //////////////////////// |
| BEGIN MAIN CONTENT |
| //////////////////////// |
| --> |
| <div id="main"> |
| <div class="container_12"> |
| |
| <!-- |
| //////////////////////// |
| BEGIN SITE MENU |
| //////////////////////// |
| --> |
| <div id="main-menu" class="grid_3"> |
| <ul id="main-menu-list"> |
| <li id="menu-dashboard" class="active"><a href="javascript:void(0)">My Dashboard</a></li> |
| <li id="menu-about"><a href="javascript:void(0)">About</a></li> |
| <li id="menu-apply"><a href="javascript:void(0)">Apply</a></li> |
| <li id="menu-projects"><a href="search.html">Current & Past Projects</a></li> |
| <li id="menu-events"><a href="javascript:void(0)">Events & Timeline</a></li> |
| <li id="menu-connect"><a href="javascript:void(0)">Connect With Us</a></li> |
| <li id="menu-help"><a href="javascript:void(0)">Help</a></li> |
| </ul> |
| </div> |
| <!-- .grid_3 --> |
| <!-- |
| //////////////////////// |
| END SITE MENU |
| //////////////////////// |
| --> |
| |
| <!-- |
| //////////////////////// |
| BEGIN PAGE CONTENT |
| //////////////////////// |
| --> |
| <div class="grid_9"> |
| <div class="content"> |
| |
| <div id="user-message" class="error"> |
| <strong>ALERT:</strong> Your evaluations of your students are due in <strong>3 days</strong>. |
| </div> |
| |
| <h1 id="main-page-title" class="dashboard-title">Eric Schmidt's Dashboard</h1> |
| <p id="user-logged-in">You are logged in as socstudent@gmail.com. <a href="javascript:void(0)">(Not you?)</a></p> |
| |
| <!-- begin block --> |
| <div id="proposals" class="block"> |
| <h4 id="title-section-proposals">Proposals Submitted</h4> |
| <div class="block-content"> |
| <h6 id="table-title-google">Google</h6> |
| <!-- begin table --> |
| <table id="table-proposal-google" class="tablesorter table-submitted table-submitted-google"> |
| <thead> |
| <tr> |
| <th><span>Title</span></th> |
| <th><span>Student Name</span></th> |
| <th><span>Status</span></th> |
| <th><span>Comment</span></th> |
| <th><span>Score</span></th> |
| <th><span>Rank</span></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><a href="javascript:void(0)">This is a Summer of Code Title</a></td> |
| <td><a href="javascript:void(0)">Ben Smith</a></td> |
| <td>Approved</td> |
| <td><a href="javascript:void(0)">Comment</a></td> |
| <td><div id="stars-three" class="stars"></div><a href="javascript:void(0)">(2.8)</a></td> |
| <!-- keep the "stars" class for styling purposes --> |
| <td><a href="javascript:void(0)" class="rank up off"></a><a href="javascript:void(0)" class="rank down"></a></td> |
| </tr> |
| <tr> |
| <td><a href="javascript:void(0)">Another Summer of Code Title</a></td> |
| <td><a href="javascript:void(0)">Alicia Thompson</a></td> |
| <td>Submitted</td> |
| <td><a href="javascript:void(0)">Comment</a></td> |
| <td><div id="stars-default" class="stars"></div><a href="javascript:void(0)">(3.2)</a></td> |
| <td><a href="javascript:void(0)" class="rank up"></a><a href="javascript:void(0)" class="rank down off"></a></td> |
| </tr> |
| </tbody> |
| </table> |
| <!-- end table --> |
| <h6 id="table-title-apache">Apache Foundation</h6> |
| <!-- begin table --> |
| <table id="table-proposal-apache" class="tablesorter table-submitted table-submitted-apache"> |
| <thead> |
| <tr> |
| <th><span>Title</span></th> |
| <th><span>Student Name</span></th> |
| <th><span>Status</span></th> |
| <th><span>Comment</span></th> |
| <th><span>Score</span></th> |
| <th><span>Rank</span></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><a href="javascript:void(0)">This is a Summer of Code Title</a></td> |
| <td><a href="javascript:void(0)">Ben Smith</a></td> |
| <td>Approved</td> |
| <td><a href="javascript:void(0)">Comment</a></td> |
| <td><div id="stars-two" class="stars"></div><a href="javascript:void(0)">(2.8)</a></td> |
| <td><a href="javascript:void(0)" class="rank up"></a><a href="javascript:void(0)" class="rank down off"></a></td> |
| </tr> |
| <tr> |
| <td><a href="javascript:void(0)">Another Summer of Code Title</a></td> |
| <td><a href="javascript:void(0)">Alicia Thompson</a></td> |
| <td>Submitted</td> |
| <td><a href="javascript:void(0)">Comment</a></td> |
| <td><div id="stars-four" class="stars"></div><a href="javascript:void(0)">(3.2)</a></td> |
| <td><a href="javascript:void(0)" class="rank up off"></a><a href="javascript:void(0)" class="rank down"></a></td> |
| </tr> |
| </tbody> |
| </table> |
| <!-- end table --> |
| </div> |
| </div> |
| <!-- end block --> |
| <!-- begin block --> |
| <div id="projects" class="block"> |
| <h4 id="title-section-projects-mentor">Projects I Am A Mentor For</h4> |
| <div class="block-content"> |
| <!-- begin table --> |
| <table id="table-projects-mentor" class="tablesorter table-admin-mentor"> |
| <thead> |
| <tr> |
| <th><span>Title</span></th> |
| <th><span>Organization Name</span></th> |
| <th><span>Student Name</span></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><a href="javascript:void(0)">This is a Summer of Code Title</a></td> |
| <td><a href="javascript:void(0)">Apache Foundation</a></td> |
| <td><a href="javascript:void(0)">Alicia Thompson</a></td> |
| </tr> |
| <tr> |
| <td><a href="javascript:void(0)">Another Summer of Code Title</a></td> |
| <td><a href="javascript:void(0)">Google</a></td> |
| <td><a href="javascript:void(0)">Ben Smith</a></td> |
| </tr> |
| </tbody> |
| </table> |
| <!-- end table --> |
| </div> |
| </div> |
| <!-- end block --> |
| <!-- begin block --> |
| <div id="organizations" class="block"> |
| <h4 id="title-section-orgs">Organizations I Am Admin For</h4> |
| <div class="block-content"> |
| <!-- begin table --> |
| <table id="table-orgs-admin" class="tablesorter table-admin-orgs"> |
| <thead> |
| <tr> |
| <th><span>Organization Name</span></th> |
| <th></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><a href="javascript:void(0)">Apache Foundation</a></td> |
| <td><a href="javascript:void(0)">edit profile</a></td> |
| </tr> |
| <tr> |
| <td><a href="javascript:void(0)">Google</a></td> |
| <td><a href="javascript:void(0)">edit profile</a></td> |
| </tr> |
| </tbody> |
| </table> |
| <!-- end table --> |
| </div> |
| </div> |
| <!-- end block --> |
| <!-- begin block --> |
| <div id="evaluations" class="block"> |
| <h4 id="title-section-evaluations">Evaluations</h4> |
| <div class="block-content"> |
| <!-- begin table --> |
| <table id="table-evaluations-admin" class="tablesorter table-evaluations"> |
| <thead> |
| <tr> |
| <th><span>View/Edit</span></th> |
| <th><span>Mentor Name</span></th> |
| <th><span>Date Due</span></th> |
| <th><span>Status</span></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><a href="javascript:void(0)"><img src="images/icon-view.png" height="11" width="10" alt="View" /></a></td> |
| <td><a href="javascript:void(0)">Alicia Thompson</a></td> |
| <td class="emph">Sept. 9, 2010</td> |
| <td class="emph flag">Unsubmitted</td> |
| </tr> |
| <tr> |
| <td><a href="javascript:void(0)"><img src="images/icon-view-edit.png" height="11" width="14" alt="Edit" /></a></td> |
| <td><a href="javascript:void(0)">Ben Smith</a></td> |
| <td class="emph">Sept. 9, 2010</td> |
| <td><a href="javascript:void(0)">Submitted</a></td> |
| </tr> |
| </tbody> |
| </table> |
| <!-- end table --> |
| </div> |
| </div> |
| <!-- end block --> |
| |
| </div> |
| <!-- .content --> |
| </div> |
| <!-- .grid_9 --> |
| <!-- |
| //////////////////////// |
| END PAGE CONTENT |
| //////////////////////// |
| --> |
| |
| </div> |
| <!-- .container_12 --> |
| </div> |
| <!-- .main --> |
| <!-- |
| //////////////////////// |
| END MAIN CONTENT |
| //////////////////////// |
| --> |
| |
| <!-- |
| //////////////////////// |
| BEGIN DEFAULT FOOTER |
| //////////////////////// |
| --> |
| <div id="footer"> |
| <div class="container_12"> |
| <div class="grid_3"> </div> |
| <!-- .grid_3 --> |
| <div class="grid_9"> |
| <div class="footer-menu"> |
| <ul id="footer-menu-list"> |
| <li id="footer-menu-about"><a href="javascript:void(0)">About</a></li> |
| <li id="footer-menu-contact"><a href="javascript:void(0)">Contact</a></li> |
| <li id="footer-menu-facebook" class="social"><a href="javascript:void(0)" class="fb">Facebook</a></li> |
| <li id="footer-menu-twitter" class="social"><a href="javascript:void(0)" class="tw">Twitter</a></li> |
| <li id="footer-menu-blogger" class="social"><a href="javascript:void(0)" class="bl">Blogger</a></li> |
| <li id="footer-menu-email" class="social"><a href="javascript:void(0)" class="em">Email</a></li> |
| <li id="footer-menu-irc" class="social"><a href="javascript:void(0)" class="irc">IRC</a></li> |
| <li id="footer-menu-privacy" class="last"><a href="javascript:void(0)">Privacy Policy</a></li> |
| </ul> |
| </div> |
| <div class="footer-meta"> |
| <span class="powered">Powered by <a href="http://code.google.com/p/soc/wiki/MelangeIntro" target="_blank">Melange</a></span> Empowered by <a href="http://www.echoditto.com/" target="_blank"><img src="images/echoditto.png" height="16" width="70" alt="EchoDitto" /></a> |
| </div> |
| </div> |
| <!-- .grid_9 --> |
| </div> |
| <!-- .container_12 --> |
| </div> |
| <!-- .footer --> |
| </div> |
| <!-- #bg --> |
| <!-- |
| //////////////////////// |
| END DEFAULT FOOTER |
| //////////////////////// |
| --> |
| |
| </body> |
| </html> |