|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: 309: 310: 311: 312: 313: 314: 315: 316: 317: 318: 319: 320: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<cfoutput>
<html xmlns="http://www.w3.org/1999/xhtml">
<cfparam name="S1_Reaction" default="">
<cfparam name="S1_comment" default="">
<cfparam name="S2_Reaction" default="">
<cfparam name="S2_comment" default="">
<cfparam name="S3_Reaction" default="">
<cfparam name="S3_comment" default="">
<cfparam name="Q1_Answer" default="">
<cfparam name="Q1_Comment" default="">
<cfparam name="Q2_Comment" default="">
<cfparam name="Q3_Comment" default="">
<cfparam name="Q3_Answer" default="">
<cfparam name="Q4_Answer" default="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="javascript" src="../includes/common.js"></script>
<script language="javascript">
<!--
function printpage()
{
window.print()
}
<!--- function mainmenuButton() {
self.location.replace('#session.menu#');
}--->
function goCancel() {
self.location.replace('#CGI.SCRIPT_NAME#');
}
// -->
</script>
<link rel="stylesheet" href="../css/style.css">
</head>
<cfinclude template="../includes/inc_surveyReactions.cfm">
<cfif isdefined("session.ttislocationid")>
<cfquery name="getLoc" datasource="cfelsunrise">
Select Name, State
from Location
where LocationID = #session.ttislocationid#
</cfquery>
<cfset locname = "#trim(getLoc.Name)# - #trim(getLoc.State)#">
<cfquery name="getsurvey" datasource="cfelsunrise">
Select sequence, SurveyID, LocationID,
Shift1_Date, Shift1_reaction, Shift1_comment,
Shift2_Date, Shift2_reaction, Shift2_comment,
Shift3_Date, Shift3_reaction, Shift3_comment,
Q1_Answer, Q1_Comment,
Q2_Comment, Q3_Comment,
Q3_Answer,Q4_Answer,
CompleteDate
from ProSunriseSurvey
where LocationID = #session.ttislocationid#
and SurveyID = 5
</cfquery>
<cfelse>
<cfset locname = "unknkown location">
</cfif>
<cfquery name="getED" datasource="cfelsunrise" dbtype="ODBC">
select e.employeeid, e.first_Name,e.last_Name from Employee e
join EmployeeJobHistory ej ON ej.EmployeeID = e.EmployeeID
inner join JobAssignment ja on ej.sequence = ja.sequence
where e.EmployeeID = #session.EmpID#
AND ja.EndDate is NULL
AND (ej.JobCode = '8050' or ej.JobCode = '8055') <!--- Executive Director --->
</cfquery>
<body bgcolor="##E3D9C5" onload="javascript: onLoadDates();">
<div id="Swrapper">
<cfif getsurvey.CompleteDate gt 0>
<table align="center" border="0" cellpadding="3" cellspacing="5" bgcolor="##FFFFFF" width="70%" style="border-top:2px solid ##E7CB9B;border-left:2px solid ##E7CB9B;border-right:2px solid ##E7CB9B;">
<tr>
<td class="tdctr" colspan="2"><h3>The Pro-Sunrise DVD Survey has been completed for this community.</h3></td>
</tr>
</table>
<cfelseif not isDefined("go")>
<form action="#cgi.SCRIPT_NAME#" method="post" name="myForm">
<input type="hidden" name="go"/>
<input type="hidden" name="cmplvar"/>
<input type="hidden" name="tmpShift1" id="tmpShift1"/>
<input type="hidden" name="tmpShift2" id="tmpShift2" />
<input type="hidden" name="tmpShift3" id="tmpShift3" />
<table width="859px;" height="95" border="0" align="center" cellpadding="3" cellspacing="5" bgcolor="##FFFFFF" >
<tr>
<!---<td class="tdctr" colspan="2"><h3>Questions for Tracking the Pro-Sunrise Union Free DVD
DVD Name: ProSunrise Union Free Philosophy March 2008</h3></td>--->
<td> </td>
</tr>
<tr>
<td valign="top"><img src="../Images/sunrise_logo.gif"/></td>
<td>
<div><p><b><h3>DVD Name: ProSunrise Union Free Philosophy.</b><br /></p></div>
</td>
</tr>
<!---<tr>
<th class="tdctr" colspan="2">#locname#</th>
</tr>--->
</table>
<!--- store sequence number to update --->
<cfif getsurvey.recordcount eq 0>
<input type="hidden" name="surveyseq" value="0" />
<cfelse>
<input type="hidden" name="surveyseq" value="#getsurvey.sequence#" />
</cfif>
<table align="center" border="0" cellpadding="3" cellspacing="5" bgcolor="##FFFFFF" >
<tr><td>
<table align="center" bgcolor="##FFFFFF">
<tr>
<td width="671"><b>Community:</b> #getLoc.name#</td>
</tr>
<tr>
<td><b>Executive Director:</b> #session.firstname#,#session.lastname#</td>
</tr>
<tr><th valign="top" colspan=10><br />The Pro-Sunrise Union-Free DVD was shown on:</th></tr>
<tr>
<td>
<table>
<tr>
<td colspan="2"><span class="SwrapperNote">Please enter the date by clicking on the calendar icon.</span><br /><br /></td>
</tr>
<tr>
<th valign="top" colspan="2"><u>Shift 1</u></th>
</tr>
<tr>
<td valign="top"><span class="spacer">Date:</span></td>
<td valign="top">Reaction to the DVD from team members was:</td>
</tr>
<tr>
<td valign="top">
<input class="calendarButton" type="button" style=" background:url(../Cal/Grid.GIF); width:23px;" onclick="displayDatePicker('shift1', this);"/>
<input name="shift1" id="shift1" class="inputDatePicker" disabled="disabled" value="#dateFormat(getsurvey.Shift1_Date, "mm/dd/yyyy")#">
</td>
<td valign="top">
<select name="s1_reaction">
<option value="0" selected >- Please select -</option>
<cfloop from="5" to="1" index="i" step="-1">
<option value="#i#" <cfif getsurvey.shift1_reaction eq i> selected</cfif> >#reactionArray[i]#</option>
</cfloop>
</select>
</td>
</tr>
<tr><td valign="top" colspan=2>Comments:</t></tr>
<tr><td valign="top" colspan=2><textarea cols="100" rows="5" name="s1_Comment">#getsurvey.shift1_comment#</textarea><br /><br /></td></tr>
<tr>
<th valign="top" colspan="2"><u>Shift 2</u></th>
</tr>
<tr>
<td valign="top"><span class="spacer">Date:</span></td>
<td valign="top">Reaction to the DVD from team members was:</td>
</tr>
<tr>
<td valign="top">
<input class="calendarButton" type="button" onclick="displayDatePicker('shift2', this);" style=" background:url(../Cal/Grid.GIF); width:23px;">
<input name="shift2" id="shift2" class="inputDatePicker" disabled="disabled" value="#dateFormat(getsurvey.Shift2_Date, "mm/dd/yyyy")#">
</td>
<td valign="top">
<select name="s2_reaction">
<option value="0" selected >- Please select -</option>
<cfloop from="5" to="1" index="i" step="-1">
<option value="#i#" <cfif getsurvey.shift2_reaction eq i> selected</cfif> >#reactionArray[i]#</option>
</cfloop>
</select>
</td>
</tr>
<tr><td valign="top" colspan=2>Comments:</t></tr>
<tr><td valign="top" colspan=2><textarea cols="100" rows="5" name="s2_Comment">#getsurvey.shift2_comment#</textarea><br /><br /></td></tr>
<tr>
<th valign="top" colspan="2"><u>Shift 3</u></th>
</tr>
<tr>
<td valign="top"><span class="spacer">Date:</span></td>
<td valign="top">Reaction to the DVD from team members was:</td>
</tr>
<tr>
<td valign="top">
<input class="calendarButton" type="button" onclick="displayDatePicker('shift3', this);" style=" background:url(../Cal/Grid.GIF); width:23px;">
<input name="shift3" id="shift3" class="inputDatePicker" disabled="disabled" value="#dateFormat(getsurvey.Shift3_Date, "mm/dd/yyyy")#">
</td>
<td valign="top">
<select name="s3_reaction">
<option value="0" selected >- Please select -</option>
<cfloop from="5" to="1" index="i" step="-1">
<option value="#i#" <cfif getsurvey.shift3_reaction eq i> selected</cfif> >#reactionArray[i]#</option>
</cfloop>
</select>
</td>
</tr>
<tr><td valign="top" colspan=2>Comments:</t></tr>
<tr><td valign="top" colspan=2><textarea cols="100" rows="5" name="s3_Comment">#getsurvey.shift3_comment#</textarea><br /><br /></td></tr>
</table>
</td>
</tr>
<tr><th valign="top"><br />My level of confidence in maintaining a union free environment in this community is:</th></tr>
<tr><th valign="top">
<select name="Q1_Answer">
<option value="0" selected >- Please select -</option>
<cfloop from="5" to="1" index="i" step="-1">
<option value="#i#" <cfif getsurvey.Q1_answer eq i> selected</cfif> >#confidenceArray[i]#</option>
</cfloop>
</select>
</th>
</tr>
<tr><td valign="top" colspan=2><b>Please provide some general responses and reactions the team members
shared after viewing the DVD:</b></td></tr>
<tr><td valign="top" colspan=2><textarea cols="100" rows="10" name="Q1_comment">#getsurvey.Q1_comment#</textarea></td></tr>
<tr><th valign="top" colspan=2><br />What were some reactions and comments from your team members
regarding testimonials shared by fellow team members in the DVD?</th></tr>
<tr><td valign="top" colspan=2><textarea cols="100" rows="10" name="Q2_comment" >#getsurvey.Q2_comment#</textarea></td></tr>
<tr><th valign="top" colspan=2><br />Did any of your team members share testimonials from their own experience?</th></tr>
<tr><th valign="top">
<select name="Q3_Answer">
<option value="0" selected >- Please select -</option>
<cfloop from="2" to="1" index="i" step="-1">
<option value="#i#" <cfif getsurvey.Q3_answer eq i> selected</cfif> >#yesnoarray[i]#</option>
</cfloop>
</select>
</th>
</tr>
<tr><td valign="top" colspan=2>Comments:</td></tr>
<tr><td valign="top" colspan=2><textarea cols="100" rows="10" name="Q3_comment" >#getsurvey.Q3_comment#</textarea></td></tr>
<tr><th valign="top" colspan=2><br />Team members at this community understand that Sunrise may be attacked by a union driven "Corporate Campaign"?</th></tr>
<tr><th valign="top">
<select name="Q4_Answer">
<option value="0" selected >- Please select -</option>
<cfloop from="2" to="1" index="i" step="-1">
<option value="#i#" <cfif getsurvey.Q4_answer eq i> selected</cfif> >#yesnoarray[i]#</option>
</cfloop>
</select>
</th>
</tr>
</table></td></tr>
<tr><td class="tdctr"><br />
<!---<input type="button" name="submit" value="Print This Page" onClick="printpage()">--->
<input type="button" name="btn_submit" value="Save to complete later" onClick="syncDates()" id="btn_save">
<input type="button" name="btn_submit" value="Complete and Submit" onClick="validateData()" style="display:none;" id="btn_complete">
<br />
<input type="button" name="btn_cancel" value="Cancel" onClick="goCancel()">
<input type="button" name="btn_menu" value="Main Menu" onClick="mainmenuButton()">
<br /><br />
</td></tr>
</table>
</form>
<cfelse>
<cfif surveyseq eq 0>
<!--- add new survey --->
<cfquery name="addsurvey" datasource="cfelsunrise">
Insert ProSunriseSurvey
(SurveyID, LocationID,
Shift1_Date, Shift1_reaction, Shift1_comment,
Shift2_Date, Shift2_reaction, Shift2_comment,
Shift3_Date, Shift3_reaction, Shift3_comment,
Q1_Answer, Q1_Comment,
Q2_Comment, Q3_Comment,
Createdate, createdby
<cfif isdefined("cmplvar") and cmplvar eq "Complete">,completedate</cfif>,Q3_Answer, Q4_Answer
)
Values
(5, #session.ttislocationid#,
<cfif tmpShift1 gt 0>'#tmpShift1#'<cfelse>NULL</cfif>, #S1_Reaction#, '#S1_comment#',
<cfif tmpShift2 gt 0>'#tmpShift2#'<cfelse>NULL</cfif>, #S2_Reaction#, '#S2_comment#',
<cfif tmpShift3 gt 0>'#tmpShift3#'<cfelse>NULL</cfif>, #S3_Reaction#, '#S3_comment#',
#Q1_Answer#, '#Q1_Comment#',
'#Q2_Comment#', '#Q3_Comment#',
getdate(), #session.empID#
<cfif isdefined("cmplvar") and cmplvar eq "Complete">,getdate()</cfif>,#Q3_Answer#, #Q4_Answer#
)
</cfquery>
<table align="center" border="0" cellpadding="3" cellspacing="5" bgcolor="##FFFFFF" width="800" style="border-top:2px solid ##E7CB9B;border-left:2px solid ##E7CB9B;border-right:2px solid ##E7CB9B;">
<tr>
<td class="tdctr" colspan="2"><h3>The Pro-Sunrise DVD Survey for this community has been <cfif isdefined("cmplvar") and cmplvar eq "Complete">completed<cfelse>saved</cfif>.</h3></td>
</tr>
</table>
<cfelse>
<!--- update survey --->
<cfquery name="updsurvey" datasource="cfelsunrise">
Update ProSunriseSurvey
Set Shift1_Date=<cfif tmpShift1 gt 0>'#tmpShift1#'<cfelse>NULL</cfif>, Shift1_reaction=#S1_Reaction#, Shift1_comment='#S1_comment#',
Shift2_Date=<cfif tmpShift2 gt 0>'#tmpShift2#'<cfelse>NULL</cfif>, Shift2_reaction=#S2_Reaction#, Shift2_comment='#S2_comment#',
Shift3_Date=<cfif tmpShift3 gt 0>'#tmpShift3#'<cfelse>NULL</cfif>, Shift3_reaction=#S3_Reaction#, Shift3_comment='#S3_comment#',
Q1_Answer=#Q1_Answer#, Q1_Comment='#Q1_comment#',
Q2_Comment='#Q2_comment#',
Q3_Comment='#Q3_comment#'
<cfif isdefined("cmplvar") and cmplvar eq "Complete">,completedate=getdate()</cfif>,Q3_Answer=#Q3_Answer#, Q4_Answer=#Q4_Answer#
where sequence = #surveyseq#
</cfquery>
<table align="center" border="0" cellpadding="3" cellspacing="5" bgcolor="##FFFFFF" width="800" style="border-top:2px solid ##E7CB9B;border-left:2px solid ##E7CB9B;border-right:2px solid ##E7CB9B;">
<tr>
<td class="tdctr" colspan="2"><h3>The Pro-Sunrise DVD Survey for this community has been <cfif isdefined("cmplvar") and cmplvar eq "Complete">completed<cfelse>updated</cfif>.</h3></td>
</tr>
</table>
</cfif>
</cfif>
</div>
</body>
</html>
</cfoutput>
<cfdump var="#form#">
|
Advertisement
| Hall of Fame |