HOME


Mini Shell 1.0
DIR:C:/Inetpub/vhosts/yantrashilpa.com/httpdocs/old/
Upload File :
Current File : C:/Inetpub/vhosts/yantrashilpa.com/httpdocs/old/questionnaire_YS402_CCS.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Questionnaire for YS402</title>

<!-- CSS -->
<style>
.myForm {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1em;
width: 50em;
padding: 5em;
border: 10px solid #ccc;
}

.myForm * {
box-sizing: border-box;
}

.myForm fieldset {
border: none;
padding: 0;
}

.myForm legend,
.myForm label {
padding: 0;
font-weight: bold;
}

.myForm label.choice {
font-size: 0.9em;
font-weight: normal;
}

.myForm input[type="text"],
.myForm input[type="number"],
.myForm select,
.myForm textarea {
display: block;
width: 100%;
border: 1px solid #ccc;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 0.9em;
padding: 0.3em;
}

.myForm textarea {
height: 100px;
}

.myForm button {
padding: 1em;
border-radius: 0.5em;
background: #eee;
border: none;
font-weight: bold;
margin-top: 1em;
}

.myForm button:hover {
background: #ccc;
cursor: pointer;
}
</style>

</head>
<body>

<form class="myForm" method="get" enctype="application/x-www-form-urlencoded" action="/html/codes/html_form_handler.cfm">

<p>
<label><center><font face="Arial" size="5px">Questionnaire for Coolant Conditioning System YS402</font></center>
</label> 
</p>


<p>
<label>Coolant
<input type="text" name="coolant" required>
</label> 
</p>

<p>
<label>Temperature Requirement (degree Celsius)
<input type="number" name="temp_req">
</label>
</p>

<p>
<label>Ambient Temperature (degree Celsius)
<input type="number" name="ambient_temp">
</label>
</p>

<p>
<label>Engine Power (PS/ HP/ kW)
<input type="number" name="engine_power">
</label>
</p>

<p>
<label>Quantum of heat taken away by the coolant
	<label>
		(as percentage of total engine HP)
	</label>
<input type="number" name="quantum_heat">
</label>
</p>

<p>
<label>Engine Coolant pump pressure(bar) Give the range
<input type="number" name="pump_pressure">
</label>
</p>

<p>
<label>Engine Coolant pump flow (Max) (lpm)
<input type="number" name="pump_flow">
</label>
</p>

<p>
<label>Shop water Temperature (degree Celsius)
<input type="number" name="shop_temp">
</label>
</p>

<p>
<label>Shop water pressure (bar)
<input type="number" name="shop_pressure">
</label>
</p>

<p>
<label>Approx. height of engine jacket from shop floor (mm)
<input type="number" name="jacket_height">
</label>
</p>

<p>
<label>Approx. length of pipes from engine to system (mtr)
<input type="number" name="pipe_length">
</label>
</p>


<p>
<label>Give details of existing set-up, if available and is to be maintained. (Pipe-Size , Pipe-Length , Bends in Pipe)
<textarea name="comments" maxlength="500"></textarea>
</label>
</p>


</form>

</body>
</html>