Advertisement
| Hall of Fame |
|
[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: |
<rich:panel header="User Login">
<TABLE WIDTH="100%" CELLPADDING="5" CELLSPACING="0">
<TR>
<TD ALIGN=RIGHT NOWRAP><b><font COLOR="#0F218B">User ID:</font></b></TD>
<TD><h:inputText size="15" value="#{loginbean.userid}"/></TD>
</TR>
<TR>
<TD ALIGN=RIGHT NOWRAP><b><font COLOR="#0F218B">Password:</font></b></TD>
<TD><h:inputSecret size="15" value="#{loginbean.password}"/></TD>
</TR>
<TR>
<TD ALIGN=CENTER COLSPAN="2">
<a4j:commandButton value="Login" action="#{loginbean.validate}" reRender="result,mp"
onmouseover="this.style.color='#d30100'" onmouseout="this.style.color='#ffffff'" style="background:url(images/toolbar-Menu-Back.gif) repeat-x;border:1px solid #5f8cc3;color:#ffffff"
oncomplete="Richfaces.showModalPanel('storerForm:mp',{top:320,left:450});" />
</TD>
</TR>
</TABLE>
</rich:panel></div>
</TD></TR>
</TABLE></div>
<P><HR SIZE="2" WIDTH="700"></HR>
<P align = center>2008 © Copyright Kintetsu World Express, Inc. All rights reserved.
</TR>
</TABLE>
</div>
</TD>
</TR>
</TABLE>
</div>
</div>
</div>
<div id="bottom" class="mainbottom">
</div>
</h:form>
<h:form id="storerForm">
<rich:modalPanel id="mp" height="180" width="230" moveable="true" zindex="1" left="5" top="5" styleClass="rich-mpnl-text">
<f:facet name="header">
<h:outputText value=" Please Select Warehouse / Storer" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/images/close.png" style="cursor:pointer" onclick="Richfaces.hideModalPanel('mp')" />
</f:facet>
<b> Warehouse</b> <b> Storer </b>
<rich:scrollableDataTable width="230px" height="80px" rows="7"
value="#{WareHouseBean.warID}" var="category">
<rich:column id="wareHouseID" width="100">
<f:facet name="header"><h:outputText styleClass="headerText" value="Warehouse" /></f:facet>
<h:outputText value="#{category.wareHouseID}" />
</rich:column>
<rich:column id="storerkey" width="110">
<f:facet name="header"><h:outputText styleClass="headerText" value="Storer" /></f:facet>
<h:outputText value="#{category.storerkey}" />
</rich:column>
</rich:scrollableDataTable>
<br></br>
<a4j:commandButton value="Select" reRender="mp" />
</rich:modalPanel>
|