Campustream 1.0
A social network MQP for WPI
application/views/collaborate/index.php
Go to the documentation of this file.
00001 <div id="home-wrap">
00002         <div id="content-left" class="collaborate-wrap">
00003                 <h1>Collaborate</h1>
00004                 
00005                 <div id="collaborate-warning">
00006                         <p>Please note that we do not condone or allow cheating for classes in any way, shape, or form. If you post content on Campustream that is considered cheating, then you are responsible for it and it may be reported to WPI.</p>
00007                         
00008                 </div>
00009                 
00010                 <div class="collaborate-category" onclick="redirect('/collaborate/academic')">
00011                         <h1>Classes and Projects</h1>
00012                         <p>Have a question about some homework or a school project? Anything academic-related can be asked here.</p>
00013                 </div>
00014                 
00015                 <div class="collaborate-category" onclick="redirect('/collaborate/social')">
00016                         <h1>Social</h1>
00017                         <p>Want to know what's going on this weekend? Maybe you want to carpool to a movie? Any social questions can be asked here.</p>
00018                 </div>
00019                 
00020                 <div class="collaborate-category" onclick="redirect('/collaborate/misc')">
00021                         <h1>Miscellaneous</h1>
00022                         <p>If there's something on your mind that you need to ask, but doesn't fit in with academics or the social-scene, then this is the place to ask it.</p>
00023                 </div>
00024                 
00025                 <div class="collaborate-category" onclick="redirect('/collaborate/happenings')">
00026                         <h1>Campus Happenings</h1>
00027                         <p>Work together to let other students know what's happening around campus!</p>
00028                 </div>
00029         </div>
00030         
00031         <div id="content-right">
00032                 <?=View::factory('template/_sidebar')->set('user', sess::getUser())->render()?>
00033         </div>
00034 
00035         <div style="clear:both;"></div>
00036 </div>