<& /designobservercomp/header.comp, site=>1, adcols=>2 &> <& /designobservercomp/nav_designobserver.comp &>
50 Books/50 Covers

<& /designobserver/50Books50Covers/5050-2011-nav.comp &>
Information & Guidelines Judges & Advisors Nominate a Book Nominations Winners

Entry Confirmation


Thank you for your entry. We will alert you via email within 2 business days if your entry has been accepted. Once your entry has ben accepted, you will be able to upload images and pay the entry fee. You have until March 1, 2014 to upload images and pay the fees.

Please do NOT mail books without receiving an email with shipping instructions. Books mailed directly to Design Observer will not be judged.

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

50 Books Entry

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

50 Covers Entry

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

% if ($nomination[5]){ ART DIRECTOR: <%$nomination[5]%>
% } % if ($nomination[6]){ DESIGNER(S): <%$nomination[6]%>
% } % if ($nomination[7]){ DESIGN FIRM: <%$nomination[7]%>
% } % if ($nomination[8]){ OTHER CREDITS: <%$nomination[8]%>
% }
<& /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_2013 WHERE id='$nomination'"; $sth = $rso->dosql($sql); @nomination = $sth -> fetchrow_array(); } else { $url = "nominate.html"; $m->redirect($url); }