50 Books/50 Covers

% if (($cb eq $nomination[0]) && ($sid eq $nomination[1])){ Please print this page and include it with your book. Only one copy of the book must be sent in to be judged. Books cannot be returned.


Mailing Addres

50 Books/50 Covers
c/o AIGA
164 5th Ave
New York, NY 10010


Book Entry

<%$nomination[2]%>
<%$nomination[3]%>
(<%$nomination[4]%>)

ART DIRECTOR: <%$nomination[5]%>
DESIGNER(S): <%$nomination[6]%>
DESIGN FIRM: <%$nomination[7]%>
ADDITIONAL CREDITS: <%$nomination[8]%>
% } else { We're sorry, the entry you're looking for cannot be found. % }

<%args> $ed=>"" $cb=>"" $sid=>"" <%init> use RubyCore::ObjectInit; use designobserver::Config(); my $rso = new RubyCore::ObjectInit { %designobserver::Config::c }; $rso->dbconnect(); my ($i, $sql, $sth, $createdby); my @nomination; $sql = "SELECT createdby, sessionid, title, author, publisher, artdirector, designer, designfirm, othercredits, paid FROM 5050_2013 WHERE id=?"; $sth = $rso->dosqlp($sql,$ed); @nomination = $sth -> fetchrow_array();