1a107601fa490ca69215facceebe3d0dc5e7f1f86bcef0037bdb2d139a15065c3f31e872bae79df3
17
## the Original Code is CondeNet, Inc.
17
## the Original Code is CondeNet, Inc.
18
## 
18
## 
19
## All portions of the code written by CondeNet are Copyright (c) 2006-2008
19
## All portions of the code written by CondeNet are Copyright (c) 2006-2008
20
## CondeNet, Inc. All Rights Reserved.
20
## CondeNet, Inc. All Rights Reserved."
21
################################################################################
21
################################################################################
22
 
22
 
23
<%!
23
<%!
...
 
...
 
32
  ${thing.footer_nav().render()}
32
  ${thing.footer_nav().render()}
33
 
33
 
34
  <p class="wired">
34
  <p class="wired">
35
    <a rel="nofollow" href="http://wired.com">
35
    <a rel="nofollow" target="_top" href="http://wired.com">
36
      <img src="${static('wired_w.png')}" alt="wired" /></a>
36
      <img src="${static('wired_w.png')}" alt="wired" /></a>
37
    <a rel="nofollow" href="http://wired.com">WIRED.com</a>-
37
    <a rel="nofollow" target="_top" href="http://wired.com">WIRED.com</a>-
38
    <a rel="nofollow" href="http://howto.wired.com">WIRED How-To</a>
38
    <a rel="nofollow" target="_top" href="http://howto.wired.com">WIRED How-To</a>
39
  </p>
39
  </p>
40
  <p class="bottommenu">
40
  <p class="bottommenu">
41
    ${text_with_links(_("Use of this site constitutes acceptance of our %(user_agreement)s and %(privacy_policy)s"), user_agreement= (_("User
Agreement {Genitive}"), "http://reddit.com/help/useragreement"), privacy_policy = (_("Privacy Policy {Genitive}"),
"http://reddit.com/help/privacypolicy"))}.  
41
    ${text_with_links(_("Use of this site constitutes acceptance of our %(user_agreement)s and %(privacy_policy)s"), nocname=True, user_agreement= (_("User Agreement {Genitive}"), "http://reddit.com/help/useragreement"), privacy_policy = (_("Privacy Policy {Genitive}"), "http://reddit.com/help/privacypolicy"))}.  
42
    <% old = _("(c) 2008 CondeNet, Inc. All rights reserved.") %>
42
    <% old = _("(c) 2008 CondeNet, Inc. All rights reserved.") %>
43
    ${_("(c) %(year)d CondeNet, Inc. All rights reserved.") % \
43
    ${_("(c) %(year)d CondeNet, Inc. All rights reserved.") % \
44
    dict(year=2008)}
44
    dict(year=2008)}