관리-도구
편집 파일: data_entry2.php
<? include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = "Arizona's Finest Wedding Sites, Wedding Locations and Wedding Services : Arizona Wedding Reception Sites | Arizona Wedding Vendors | AZ Wedding Sites"; if (file_exists($DOCUMENT_ROOT."/includes/header.php")) { include_once($DOCUMENT_ROOT."/includes/header.php"); } else { header("location: /error.php"); } ?> <div id="content"> <h1 class="title">Welcome</h1> <p><br /> </p> <table width="575" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="136" height="30"><p><strong>Venue Graphic: <label></label> </strong> </p></td> <td width="439" height="30"><strong> <input type="text" name="textfield" id="textfield" /> <input type="submit" name="button2" id="button2" value="Browse" /> </strong></td> </tr> <tr> <td height="30"><p><strong>Venue Name:</strong></p></td> <td height="30"><p><strong> <input type="text" name="textfield2" id="textfield2" /> </strong></p></td> </tr> <tr> <td height="20"><p><strong>Venue URL:</strong></p></td> <td height="20"><strong> <input type="text" name="textfield3" id="textfield3" /> </strong><br /> </td> </tr> <tr> <td height="20"><p><strong>Venue Description:</strong></p></td> <td height="20"><p><strong> <textarea name="textfield4" cols="35" rows="6" id="textfield4"></textarea> <br /> </strong></p></td> </tr> <tr> <td height="30"><p><strong>Venue Location:</strong></p></td> <td height="30"> <select name="location_by_city" id="location_by_city"> <option selected="selected">Any Location</option> <option>Anthem</option> <option>Avondale</option> <option>Carefree</option> <option>Chandler</option> <option>El Mirage</option> <option>Florence</option> <option>Fountain Hills</option> <option>Gilbert</option> <option>Glendale</option> <option>Globe</option> <option>Goodyear</option> <option>Mesa</option> <option>Peoria</option> <option>Phoenix</option> <option>Prescott</option> <option>Queen Creek</option> <option>Scottsdale</option> <option>Sedona</option> <option>Show Low</option> <option>White Mountains</option> <option>Tempe</option> <option>Tucson</option> </select></td> </tr> <tr> <td height="30"><p><strong>Dinner Capacity:</strong></p></td> <td height="30"><p> <select name="location_by_city2" id="location_by_city2"> <option selected="selected">Any Amount</option> <option>Up to 50</option> <option>Up to 100</option> <option>Up to 150</option> <option>Up to 200</option> <option>Up to 300</option> <option>Up to 400</option> <option>Over 400</option> </select> </p></td> </tr> <tr> <td height="30"><p><strong>Reception Capacity:</strong></p></td> <td height="30"><p> <select name="location_by_city5" id="location_by_city5"> <option selected="selected">Any Amount</option> <option>Up to 50</option> <option>Up to 100</option> <option>Up to 150</option> <option>Up to 200</option> <option>Up to 300</option> <option>Up to 400</option> <option>Up to 500</option> <option>Up to 600</option> <option>Over 600</option> </select> </p></td> </tr> <tr> <td height="30"><p><strong>Price Per Person:</strong></p></td> <td height="30"><p> <select name="location_by_city6" id="location_by_city6"> <option selected="selected">Any Price</option> <option>Up to $50</option> <option>Up to $60</option> <option>Up to $70</option> <option>Up to $70</option> <option>Up to $80</option> <option>Up to $90</option> <option>Up to $100</option> </select> </p></td> </tr> </table> <p><strong>Required Features</strong><br /> </p> <table width="527" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox" id="checkbox" /> </label> Outdoor Ceremony Available </td> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox5" id="checkbox5" /> </label> Outdoor Reception Available </td> </tr> <tr> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox2" id="checkbox2" /> </label> A/V Equipment</td> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox6" id="checkbox6" /> </label> Kitchen on Premises</td> </tr> <tr> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox3" id="checkbox3" /> </label> Outside Catering Permissible</td> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox10" id="checkbox10" /> </label> Linen Included</td> </tr> <tr> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox4" id="checkbox4" /> </label> Guest Accomodations Available</td> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox11" id="checkbox11" /> </label> Bridal Suite Available</td> </tr> <tr> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox7" id="checkbox7" /> </label> Valet Parking</td> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox12" id="checkbox12" /> </label> All Inclusive Packages Available </td> </tr> <tr> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox8" id="checkbox8" /> </label> Floral Centerpieces Included</td> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox13" id="checkbox13" /> </label> Ceremony Fees Included</td> </tr> <tr> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox9" id="checkbox9" /> </label> Lakeside </td> <td align="left" valign="top" class="normaltext"><label> <input type="checkbox" name="checkbox14" id="checkbox14" /> </label> Gazebo Available </td> </tr> <tr> <td height="40" colspan="2" align="left" valign="middle"> <div align="center"> <input type="submit" name="button" id="button" value="Search" /> </div></td></tr> </table> <p> <label></label> <label></label> <br /> </p> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer.php")) { include_once($DOCUMENT_ROOT."/includes/footer.php"); } else { header("location: /error.php"); } ?>