<?php
	if(strpos("##".$HTTP_REFERER,"/voting/")==0)
	{
		header("location:./voting_process.ell");
		exit;
	}


	// Set this page to the Section title for the left navigation bar
	$thispagebookmark = "fundpolls";

	$pollsmonth = date("Y-m-1");
	$nommonth = date("Y-m-1",mktime(0,0,0,date("m")+1,1,date("Y")));
?>
<html>
<head>
<title>Expedition Quest - Nominate</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0>
<table width="771" border="0" cellspacing="0" cellpadding="0">
  <?php
	$UI=new UserInterface;
	$UI->DisplayHeader();
	$UI->DisplayTab($thispagebookmark);
  ?>  <tr valign="top"> 
    <td> 
      <table width="770" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <?php include "ell/left_navigation_bar.inc"; ?>
          <td width="642" height="10" valign="top">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td rowspan="4" width="3%"><img src="/images/dot.GIF" width="20" height="1"></td>
                <td colspan="3" height="6"><?php include "ell/welcome_banner.ell"; ?> 
                </td>
              </tr>
              <tr>
                <td colspan="3" height=25 valign="bottom"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">For 
                  information on our Nomination and Polling process, please click 
                  <a href="voting_process.ell"><font color="#0000FF">here</font></a></font></td>
              </tr>
              <tr> 
                <td colspan="3" height=20>&nbsp;</td>
              </tr>
              <tr> 
                <td width="48%" valign="top" height="47"> 
                  <table width="290" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td bgcolor="1E55DF" width="47%" height="10"><font face="Arial, Helvetica, sans-serif" size="2" color="#FFFFFF"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">&nbsp;Polls 
                        for <?php echo date("M, Y"); ?></font></b></font></td>
                      <td width="53%" valign="bottom" height="10"><img src="/images/sub_tab_right.gif"></td>
                    </tr>
                    <tr bgcolor="#666666"> 
                      <td colspan="2" height="1"><img src="/images/dot.GIF" width="1" height="1"></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="10"><img src="/images/dot.GIF" width="1" height="1"></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="18"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
                        ExpeditionQuest gives away 50% of its membership dues 
                        each month to registered expeditions. Projects are selected 
                        by a vote of our membership. Projects are nominated one 
                        month and then voted on the next month. You can vote for 
                        one expedition per category</font></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="10"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><img src="/images/dot.GIF" width="1" height="25"></font></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="20"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#006600"><b>Vote 
                        by Category</b></font></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="18"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><?php
							$Set_URL = "./PollsCategory.ell?expcatid=";
							/* Browse by Category */
							include("ed/exp_category_list.ell");
					  ?> </font></td>
                    </tr>
                  </table>
                </td>
                <td colspan="2" valign="top" width="49%" height="47"> 
                  <table width="250" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td bgcolor="1E55DF" height="10" width=59%><font face="Arial, Helvetica, sans-serif" size="2" color="#FFFFFF"><b>&nbsp;<font face="Verdana, Arial, Helvetica, sans-serif" size="1">Nominations 
                        for <?php echo date("M, Y",mktime(0,0,0,date("m")+1,1,date("Y"))); ?></font></b></font></td>
                      <td valign="bottom" height="10" width="41%"><img src="/images/sub_tab_right.gif"></td>
                    </tr>
                    <tr bgcolor="#666666"> 
                      <td colspan="2" height="1"><img src="/images/dot.GIF" width="1" height="1"></td>
                    </tr>
                    <tr> 
                      <td colspan="2" height="10"><img src="/images/dot.GIF" width="1" height="1"></td>
                    </tr>
                    <tr> 
                      <td colspan="2" height="18" valign=top><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
                        Each month, ExpeditionQuest members may nominate one project 
                        from each category of Expeditions Channel receive funding. 
                        Nominations are tallied at the end of the month and the 
                        most popular 10 expeditions are selected for a final vote 
                        the following month.</font></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="10"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><img src="/images/dot.GIF" width="1" height="5"></font></td>
                    </tr>
                    <tr>
                      <td colspan=2> <?php
						include "./top10Nomlist.ell";
					?> </td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="18"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><img src="/images/dot.GIF" width="1" height="10"></font></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="20"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#006600"><b>Nominate 
                        by Category</b></font></td>
                    </tr>
                    <tr valign="top"> 
                      <td colspan="2" height="18"> <?php						
							/* Browse by Category */
							$Set_URL = "./NominationCategory.ell?expcatid=";
							include("ed/exp_category_list.ell");
					  ?> </td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr> 
                <td colspan="4" height="40">&nbsp;</td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<?php
	$UI->DisplayMap();
?>
</body>
</html>