mockups/sitehome.html
changeset 58 cee78a1ae672
equal deleted inserted replaced
57:e30229fd9add 58:cee78a1ae672
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html>
       
     3  <head>
       
     4   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
       
     5   <link rel="stylesheet" href="/svn/trunk/mockups/content/css/mockups.css" type="text/css"/>
       
     6   <title>Google Open Source Programs</title>
       
     7 
       
     8 
       
     9     <script type="text/javascript" src="http://www.google.com/jsapi"></script>
       
    10     <script type="text/javascript" src="/svn/trunk/mockups/content/js/blog.js"></script>
       
    11     <script type="text/javascript">
       
    12 
       
    13     google.load("feeds", "1");
       
    14 
       
    15     function initialize() {
       
    16       var blog = new BlogPreview(document.getElementById("blog"));
       
    17       blog.show("http://google-opensource.blogspot.com/feeds/posts/default");
       
    18     }
       
    19     google.setOnLoadCallback(initialize);
       
    20 
       
    21     </script>
       
    22 
       
    23  </head>
       
    24 
       
    25  <body>
       
    26 
       
    27   <div id="login">
       
    28    <a href="http://code.google.com/p/soc/issues/list">Report bugs</a> | 
       
    29    <a href="/">Sign in</a>
       
    30   </div>
       
    31 
       
    32   <div id="header">
       
    33    <div id="logo">
       
    34 <a href="/"><img src="/svn/trunk/mockups/content/images/logo-custom.gif" alt="Google Open Source Programs"/></a>
       
    35    <span title=" TODO: logo updated in site sponsor interface " class="popup">
       
    36 <small>*</small>
       
    37    </span>
       
    38    </div>
       
    39 
       
    40    <div id="title">
       
    41 Google Open Source Programs
       
    42    </div>
       
    43   </div>
       
    44 
       
    45   <div id="side" dir="ltr">
       
    46    <div id="menu">
       
    47     <ul>
       
    48      <li>
       
    49 <a class="selected" href="/svn/trunk/mockups/sitehome.html">Google Open Source Programs</a>
       
    50       <ul>
       
    51        <li>
       
    52 <a href="/svn/trunk/mockups/user/profile/linkname/profile.html">User (Sign In)</a>
       
    53    <span title=" No Profile or Roles sidebar menu items until user signs in " class="popup">
       
    54 <small>*</small>
       
    55    </span>
       
    56 
       
    57        </li>
       
    58       </ul>
       
    59       <ul>
       
    60        <li>
       
    61 <a href="/svn/trunk/mockups/program/home/gsoc2009/gsoc2009home.html">Google Summer of Code</a>
       
    62         <ul>
       
    63          <li>
       
    64 <a href="/svn/trunk/mockups/program/community/gsoc2009/gsoc2009comm.html">Community</a>
       
    65          </li>
       
    66          <li>
       
    67 <a href="/svn/trunk/mockups/program/docs/faqs/gsoc2009/gsoc2009faq.html">Program FAQs</a>
       
    68          </li>
       
    69          <li>
       
    70 <a href="/svn/trunk/mockups/program/docs/tos/gsoc2009/gsoc2009tos.html">Terms of Service</a>
       
    71          </li>
       
    72         </ul>
       
    73        </li>
       
    74        <li>
       
    75 <a href="/svn/trunk/mockups/program/home/ghop2008/ghop2008home.html">Google Highly Open Participation</a>
       
    76         <ul>
       
    77          <li>
       
    78 <a href="/svn/trunk/mockups/program/community/ghop2008/">Community</a>
       
    79          </li>
       
    80          <li>
       
    81 <a href="/svn/trunk/mockups/program/docs/faqs/ghop2008/">Program FAQs</a>
       
    82          </li>
       
    83          <li>
       
    84 <a href="/svn/trunk/mockups/program/docs/rules/ghop2008/ghop2008rules.html">Contest Rules</a>
       
    85          </li>
       
    86         </ul>
       
    87        </li>
       
    88       </ul>
       
    89      </li>
       
    90     </ul>
       
    91    </div>
       
    92 
       
    93    <div id="search">
       
    94     <form id="searchbox_015986126177484454297:pfmwlvdl42y" action="http://www.google.com/cse">
       
    95      <input type="hidden" name="cx" value="015986126177484454297:pfmwlvdl42y" />
       
    96      <input type="hidden" name="cof" value="FORID:0" />
       
    97      <div class="header">
       
    98 Search Google Open Source:
       
    99      </div>
       
   100      <input name="q" type="text" size="20" />
       
   101      <input type="submit" name="sa" value="Search" />
       
   102      <br/>
       
   103     </form>
       
   104     <script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_015986126177484454297:pfmwlvdl42y">
       
   105     </script></form>
       
   106    </div>
       
   107 
       
   108    <div id="badge">
       
   109 <a href="http://code.google.com/p/soc/" target="_blank">Powered by Melange</a>
       
   110    <span title=" TODO: need a Melange logo " class="popup">
       
   111 <small>*</small>
       
   112    </span>
       
   113    </div>
       
   114   </div>
       
   115 
       
   116   <div id="body">
       
   117    <div style="line-height: 140%;">
       
   118 <p class="todo">
       
   119 This is generic HTML that can be configured via the site administration
       
   120 interface.  It is unclear if the site admin can be trusted and allowed to enter
       
   121 any arbitrary HTML (more flexible and powerful) or if only a whitelist of "safe"
       
   122 HTML tags should be permitted (to prevent XSS, etc.).
       
   123 (<a href="http://www.feedparser.org/"><code>feedparser</code></a> is useful for
       
   124 this and is written in Python, should whitelisting be necessary.)
       
   125 </p>
       
   126 <p>
       
   127 Welcome to Google Open Source Programs, the home of
       
   128 <a href="/svn/trunk/mockups/program/home/gsoc2009/gsoc2009home.html">Google Summer of Code</a>
       
   129 and the
       
   130 <a href="/svn/trunk/mockups/program/home/ghop2008/ghop2008home.html">Google Highly Open Participation</a> contest.
       
   131 </p>
       
   132 <p class="todo">
       
   133 The site administration interface will provide a mechanism to select a feed to
       
   134 be displayed here.
       
   135 </p>
       
   136     <div id="blog"></div>
       
   137    </div>
       
   138 
       
   139    <div id="footer" dir="ltr">
       
   140     <div class="text">
       
   141 &copy;2008 Google -
       
   142 <a href="http://www.google.com/">Google Home</a> -
       
   143 <a href="http://www.google.com/privacy.html">Privacy Policy</a>
       
   144     </div>
       
   145    </div>
       
   146   </div>
       
   147 
       
   148   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
       
   149   </script>
       
   150 
       
   151   <script type="text/javascript">
       
   152 _uacct="UA-4291635-1"; // code.google.com site-wide tracking
       
   153 _uanchor=1;
       
   154 _uff=0;
       
   155 urchinTracker();
       
   156   </script>
       
   157 
       
   158  </body>
       
   159 </html>