Blame | Last modification | View Log | RSS feed
#if($action.getPromotionType()=='LONGTERM')<p style="font-size: 14px;">Upload Promotion Detail Sheet:</p><form id="uploadPromotionFile" name="fileUpload" action="" enctype="multipart/form-data" method="post"><label for="filePath" style="font-size: 14px;">Path : </label><input type="file" name="file" id="file"><input type="hidden" name="promotionType" value="LONGTERM" /><input type="submit" value="Upload" name="upload"></form><hr/>#elseif($action.getPromotionType()=='SHORTTERM')<p style="font-size: 14px;">Upload Deals of the day Detail Sheet:</p><form id="uploadPromotionFile" name="fileUpload" action="" enctype="multipart/form-data" method="post"><label for="filePath" style="font-size: 14px;">Path : </label><input type="file" name="file" id="file"><input type="hidden" name="promotionType" value="SHORTTERM" /><input type="submit" value="Upload" name="upload"></form><hr/>#else<p></p>#end