You are on page 1of 4

MAINTAINANCE Jsps DESIGN

Note: Add struts, jstl taglibs for all jsps. Use html as prefix for struts and c for jstl.
Colors and styles should be common for all fields in all jsps

Try to use the same styles. Just check how it looks and maintain the same styles for all
jsps...

<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>


<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %>

<center>
<body style="background-color: inactiveborder">

<html:form action="fc">

<H3>WRITE UR TITLE HERE</H3>


<BR><BR>
FIELD NAME:<html:text style="background-color: window" property="uname"
value=""/>
<BR>
FIELD NAME:<html:text style="background-color: window"
property="password" value=""/>
<BR><BR>
<html:submit style="border: window;color: infotext" property="login"
value="SUBMIT"/>
<html:button style="border: window;color: infotext" property="clear"
value="CLEAR"/>

</html:form>

</body>
</center>

LOGIN(dhana laxmi)
User Name(html:Text)
Password(html:Password)
Submit(html:Submit)
Clear(html:Button)

CHANGE PASSWORD(venu)
User Name(html:Text)
Old Password(html:Password)
New Password(html:Password)
Confirm Password(html:Password)
Submit(html:Submit)
Clear(html:Button)

NEW USERS(kiran)
Employee Id(html:Text)
Search In Employee Report(html:Submit)
Employee Name(html:Text)
Designation(html:Select)
User Name(html:Text)
Password(html:Password)
Role(html:Select)
Current Date(html:Text)
Checkboxes For All Maintenance Jsps (Example: LOGIN(html:Checkbox))
Save(html:Submit)
Clear(html:Button)

MANAGE USERS(khadar)
Employee Id(html:Select)
Search In Employee Report(html:Submit)
Employee Name(html:Text)
Designation(html:Text)
User Name(html:Text)
Password(html:Password)
Role(html:Text)
Current Date(html:Text)
Checkboxes For All Maintenance Jsps (Example: LOGIN(html:Checkbox))
Update(html:Submit)
Delete(html:Submit)
Clear(html:Button)

NEW ADDS(sateesh)
Main Category (html:Select)
Sub Category(html:Select)
Product Id(html:Text)
Search In Adds Report(html:Submit)
Short Name(html:Text)
Start Date(html:Text)
Posted Date(html:Text)
End Date(html:Text)
Description(html:TextArea)
User/Company Name(html:Text)
Address1(html:TextArea)
Address2(html:TextArea)
City(html:Select)
Others(if city other than above mentioned)(html:Text)
Email Id(html:Text)
Website(html:Text)
Phone1(html:Text)
Phone2(html:Text)
Mobile(html:Text)
Fax(html:Text)
Add Level(html:Select)
Total Amount(html:Text)
Paid Amount(html:Text)
Due Amount(html:Text)
Save(html:Submit)
Clear(html:Button)

MANAGE ADDS(khadar)
Main Category (html:Select)
Sub Category(html:Select)
Product Id(html:Select)
Search In Adds Report(html:Submit)
Short Name(html:Text)
Start Date(html:Text)
Posted Date(html:Text)
End Date(html:Text)
Description(html:TextArea)
User/Company Name(html:Text)
Address1(html:TextArea)
Address2(html:TextArea)
City(html:Text)
Others(if city other than above mentioned)(html:Text)
Email Id(html:Text)
Website(html:Text)
Phone1(html:Text)
Phone2(html:Text)
Mobile(html:Text)
Fax(html:Text)
Add Level(html:Text)
Total Amount(html:Text)
Paid Amount(html:Text)
Due Amount(html:Text)
Update(html:Submit)
Delete(html:Submit)
Clear(html:Button)

ADD REPORTS(venkat)
Date Wise(html: Radio)
Category Wise(html: Radio)
Start Date(html:Text)
End Date(html:Text)
Main Category(html:Select)
Sub Category(html: Select)
Expired(html:Radio)
Running(html: Radio)
All(html: Radio)
Submit(html:Submit)

You might also like