Вы находитесь на странице: 1из 3

Features.

jsp

<%@ page language="java" import="java.sql.*" contentType="text/html;


charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%
String s=(String)session.getAttribute("login");
if(s==null||!s.equals("true"))
{
//RequestDispatcher d= request.getRequestDispatcher("/b.jsp");
//d.orward(request,response);

%>
<jsp:forward page="b.jsp" />
<% } %>
<html>
<head>
<title>
features
</title>
</head>
<body>
<table border="0" width="80%" height="20%" align="center">
<tr>
<td width="30%"><center><img src="8.gif"></center></td>
<td width="40%"><img src="22.gif"></td>
<td width="30%"><center><img src="9.jpg"></center></td>
</tr>
</table>

<table border="0" width="80%" height="80%" align="center"


bgcolor="e3c19b" >
<tr>
<td width="30%">
<div align="left">

<table border="0" bgcolor="white" bordercolor="brown"


cellspacing="10" cellpadding="5">

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href ="b.jsp">HOME</a>
</p>
</td>
</tr>

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href ="intro.jsp">INTRODUCTION</a>
</p>
</td>
</tr>

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href ="features.jsp">FEATURES</a>
</p>
</td>
</tr>

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href ="departments.jsp">DEPARTMENTS</a>
</p>
</td>
</tr>

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href ="images.jsp">IMAGES</a>
</p>
</td>
</tr>

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href ="about.jsp">WEB DEVELOPER</a>
</p>
</td>
</tr>

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href="sign up.html">SIGN UP</a>
</p>
</td>
</tr>

<tr align="center" valign="middle">


<td align="center">
<p align="left"><img src="tball.gif" width="14"
height="14"><a href="logout.jsp">LOGOUT</a>
</p>
</td>
</tr>

</table>
</div>
</td>

<td width="70%" bgcolor="white">


<font face="arial"><b><center>FEATURES</b></br></br></center>
<center> <b>Power Sub-station</b></br></br>
A power sub-station is established here to accommodate the company
with regular power supply. Two, Three phase transformers are installed here
which works in stand by manner.control panel are provided to their
operations. To avoid power failure three dig-sets, two of rating 500KVA
and one 250KVA is established in the premises. Ratings of basic
operating parameters of generator are given below:</br></br>
? Rated power output : 1230KW/1670HP</br>
? Rated speed : 375 per minute</br>
? Power with Turbo Blower : 1350KW/1837HP</br>
? Power without Turbo Blower : 735KW/1000HP</br></br></center>

<center>
<b>Data characteristics, Types and Designing of
Engine</b></br></br>
? No. of Cylinders : 5</br>
? Cylinder Bore : 350 mm.</br>
? Stroke : 500 mm.</br>
? Cubic capacity/cylinder : 48.1 dm³</br>
? Cubic capacity of engine : 432.9 dm³</br>
? Sarting air pressure : 3.5 Mega Pascal/35 ATM.</br>
? Operating cycle : Four stroke.</br>
? operating principle : single acting.</br>
? method of fuel injection : Direct injection.</br>
? Type of Supercharge : Turbo Blower</br>
</center>
</font>
<div align="right">
<font face ="arial"><a href="more1.jsp">more..>></a></font>
</div>
</td>
</tr>
</table>
<body>
</html>

Вам также может понравиться