| Server IP : 172.67.201.108 / Your IP : 216.73.216.68 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/cgny/public_html/newadmin/ |
Upload File : |
<cfinclude template="header.cfm">
<div id="content">
<div id="content-header">
</div>
<div class="container-fluid" style="margin-left:200px;">
<cfif parameterexists(Session.email) and (Session.email IS NOT -1) and (#getuser.accesslevel# eq 100)>
<Cfif parameterexists(url.editsave)>
<Cfquery name="upds" datasource="#ds#">
update womenintourismnoms
set
name = '#form.name#',
title = '#form.title#',
company = '#form.company#',
website = '#form.website#',
email = '#form.email#',
mobile = '#form.mobile#',
category = '#form.category#',
linkedin = '#form.linkedin#',
question1 = '#form.question1#',
question2 = '#form.question2#',
nominatorname = '#form.nominatorname#',
nominatoremail = '#form.nominatoremail#',
nominatorcompany = '#form.nominatorcompany#'
where id = #url.id #
</Cfquery>
Saved!
<cfelse>
<cfquery name="getcolumn" datasource="#ds#">
select *
from womenintourismnoms
where id = #url.edit#
</cfquery>
<cfform name="autoSumForm" action="https://www.cityguideny.com/newadmin/data-table-survey-wit-edit.cfm?editsave=on&id=#url.edit#" method="post" enctype="multipart/form-data">
<table >
<tr><Td>
<label>Name</label>
</td><td>
<cfinput NAME="name" class="span5" required="Yes" message="You must provide all information." style="width:100%" value="#getcolumn.name#">
</Td></tr>
<tr><Td>
<label>Title</label>
</td><td>
<cfinput NAME="title" class="span5" required="Yes" message="You must provide all information." style="width:100%" value="#getcolumn.title#">
</Td></tr>
<tr><Td>
<label>Company</label>
</td><td>
<cfinput NAME="company" class="span5" required="Yes" message="You must provide all information." style="width:100%" value="#getcolumn.company#">
</Td></tr>
<tr><Td>
<label>Website</label>
</td><td>
<cfinput NAME="website" class="span5" required="Yes" message="You must provide all information." style="width:100%" value="#getcolumn.website#">
</Td></tr>
<tr><Td>
<label>Email</label>
</td><td>
<cfinput NAME="email" class="span5" required="Yes" message="You must provide all information." style="width:100%" value="#getcolumn.email#">
</Td></tr>
<tr><Td>
<label>Mobile</label>
</td><td>
<cfinput NAME="mobile" class="span5" required="Yes" message="You must provide all information." style="width:100%" value="#getcolumn.mobile#">
</Td></tr>
<tr><Td>
<label> LinkedIn</label>
</td><td>
<cfinput NAME="linkedin" class="span5" required="No" message="You must provide all information." style="width:100%" value="#getcolumn.linkedin#">
</Td></tr>
<tr><Td colspan="2">
<br>
<label>How long has the nominee been in their position?
</label><br>
<cfinput NAME="question1" class="span5" required="No" message="You must provide all information." value="#getcolumn.question1#">
</Td></tr>
<tr><Td colspan="2">
<br>
<label>Describe why the nominee deserves to be the honoree. In some cases, this is all the judges will have about your candidate. Please highlight their accomplishments.
</label>
<br>
<textarea name="question2" style="width:100%;height:200px;"><cfoutput>#getcolumn.question2#</cfoutput></textarea>
</Td></tr>
<!--- <tr><Td colspan="2">
<br>
<label>What are the nominees major achievements in this position?
</label>
<br>
<textarea name="question3" style="width:100%;height:200px;"></textarea>
</Td></tr>
<tr><Td colspan="2">
<br>
<label>How does the nominee create great visitor experiences?
</label>
<br>
<textarea name="question4" style="width:100%;height:200px;"></textarea>
</Td></tr> --->
<tr><Td colspan="2">
<br>
<label>Category (check one)</label><br>
For category descriptions, <a href="categories.cfm" target="_new">click here</a>
<Table style="width:100%;"><Tr><td>
<input name="category" value="BIDs/Government Affiliated" type="radio" <Cfif #getcolumn.category# contains 'BIDS'>checked</cfif>> BIDs/Government Affiliated<br>
<input name="category" value="Cultural Arts/Museums" type="radio" <Cfif #getcolumn.category# contains 'Cultural'>checked</cfif>> Cultural Arts/Museums<br>
<input name="category" value="Hotel Concierge" type="radio" <Cfif #getcolumn.category# contains 'Concierge'>checked</cfif>> Hotel Concierge<br>
<input name="category" value="Hotel Management" type="radio" <Cfif #getcolumn.category# contains 'hotel management'>checked</cfif>> Hotel Management<br>
<input name="category" value="Hotel General Manager" type="radio" <Cfif #getcolumn.category# contains 'general manager'>checked</cfif>> Hotel General Manager<br>
<input name="category" value="Nightlife" type="radio" <Cfif #getcolumn.category# contains 'nightlife'>checked</cfif>> Nightlife<br>
<input name="category" value="Restaurant Operations" type="radio" <Cfif #getcolumn.category# contains 'restaurant'>checked</cfif>> Restaurant Operations<br>
<input name="category" value="Retail" type="radio" <Cfif #getcolumn.category# contains 'retail'>checked</cfif>> Retail<br>
<input name="category" value="Theater" type="radio" <Cfif #getcolumn.category# contains 'theater'>checked</cfif>> Theater<br>
<input name="category" value="Ticket & Booking Services" type="radio" <Cfif #getcolumn.category# contains 'ticket'>checked</cfif>> Ticket & Booking Services<br>
<input name="category" value="Tour Guide" type="radio" <Cfif #getcolumn.category# contains 'tour guide'>checked</cfif>> Tour Guide<br>
<input name="category" value="Tour Operator" type="radio" <Cfif #getcolumn.category# contains 'tour operator'>checked</cfif>> Tour Operator<br>
<input name="category" value="Tourism Ad Agency/PR" type="radio" <Cfif #getcolumn.category# contains 'ad agency'>checked</cfif>> Tourism Ad Agency/PR<br>
<input name="category" value="Tourism Marketing" type="radio" <Cfif #getcolumn.category# contains 'tourism marketing'>checked</cfif>> Tourism Marketing<br>
<input name="category" value="Tourism Sales" type="radio" <Cfif #getcolumn.category# contains 'tourism sales'>checked</cfif>> Tourism Sales<br>
<input name="category" value="Transportation" type="radio" <Cfif #getcolumn.category# contains 'transportation'>checked</cfif>> Transportation<br>
<input name="category" value="Travel Advisor" type="radio" <Cfif #getcolumn.category# contains 'Travel Advisor'>checked</cfif>> Travel Advisor<br>
<br><strong>Special Awards:</strong><br><br>
<input name="category" value="Special Awards - Up and Comer" type="radio" <Cfif #getcolumn.category# contains 'comer'>checked</cfif>> Up and Comer<br>
<input name="category" value="Special Awards - Community Service" type="radio" <Cfif #getcolumn.category# contains 'community'>checked</cfif>> Community Service<br>
<input name="category" value="Special Awards - Lifetime Achievement" type="radio" <Cfif #getcolumn.category# contains 'lifetime'>checked</cfif>> Lifetime Achievement<br>
</td></Tr></Table>
</Td></tr>
</table>
<Br><br>
<legend>If you are not self nominating:</legend>
<Table>
<tr><Td> <label>Nominator Name</label></td><Td>
<cfinput NAME="nominatorname" class="span5" required="no" message="You must provide your first name" style="width:100%" value="#getcolumn.nominatorname#">
</Td></tr>
<tr><Td> <label>Nominator's Company/Organization</label></td><Td>
<cfinput NAME="nominatorcompany" class="span5" required="no" message="You must provide your company" style="width:100%" value="#getcolumn.nominatorcompany#">
</Td></tr>
<tr><Td>
<label>Nominator Email</label>
</td><td>
<cfinput NAME="nominatoremail" class="span5" required="no" message="You must provide your last name" value="#getcolumn.nominatoremail#" style="width:100%">
</Td></tr> </table>
<br><Br>
<center><b><input type="submit" Value="Update"></b></center>
</center><br>
</cfform>
</cfif>
</td></tr></table>
</cfif>