0% found this document useful (0 votes)
105 views

Features JSP

This document is a JSP page that provides the features of a power substation. It first checks if the user is logged in before displaying content. It then displays the site navigation menu and describes the key specifications of the substation, including its generators and engine details. It also includes a "more" link to additional content.

Uploaded by

109nokia63
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

Features JSP

This document is a JSP page that provides the features of a power substation. It first checks if the user is logged in before displaying content. It then displays the site navigation menu and describes the key specifications of the substation, including its generators and engine details. It also includes a "more" link to additional content.

Uploaded by

109nokia63
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 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>

You might also like