<& /designobservercomp/header.comp, site=>1, adcols=>2 &> <& /designobservercomp/nav_designobserver.comp &>
INFORMATION & GUIDELINES ADVISORY PANEL
NOMINATE A BOOK
2012 NOMINATIONS


2011 WINNERS 2011 NOMINATIONS
<& /designobserver/50Books50Covers/5050-2011-nav.comp &>
50 Books 50 Covers

Confirm Entry


% if ($nomination[0] eq "y"){

50 Books Entry

% } % if ($nomination[1] eq "y"){

50 Covers Entry

% }
<%$nomination[2]%>
<%$nomination[3]%>
<%$nomination[4]%>

ART DIRECTOR: <%$nomination[5]%>
DESIGNER(S): <%$nomination[6]%>
% if ($nomination[7]){ DESIGN FIRM: <%$nomination[7]%>
% } % if ($nomination[8]){ OTHER CREDITS: <%$nomination[8]%>
% }
Edit Book Information >>
Change Cover Image >>

Confirm Entry >>
<& /designobservercomp/adDOG_2col.comp &>
<& /designobservercomp/footer.comp &> <%args> $nomination =>"" <%init> use RubyCore::ObjectInit; use designobserver::Config(); my $rso = new RubyCore::ObjectInit { %designobserver::Config::c }; $rso->dbconnect(); my $cookie_header = $r->headers_in->get('Cookie'); my @cookies = split (";",$cookie_header); my ($key,$value,$sessid); my ($sql, $sth, $url, $nomid); my @nomination; foreach my $cookie (@cookies){ ($key,$value) = split("=",$cookie); if ($key eq "DO" || $key eq " DO"){ $sessid = $value; } } if ($sessid){ $sql = "SELECT book, cover, title, author, publisher, artdirector, designer, designfirm, othercredits, coverimage FROM 5050_2012 WHERE id='$nomination'"; $sth = $rso->dosql($sql); @nomination = $sth -> fetchrow_array(); } else { $url = "nominate.html"; $m->redirect($url); }