home *** CD-ROM | disk | FTP | other *** search
- <%@ page language="java" import="
- java.util.*,
- com.jproxy.site.*"
- errorPage="error-page.jsp"
- %>
-
- <jsp:useBean id="ses" scope="session" class="com.jproxy.site.JSPSession"/>
- <%
- ses.request(pageContext);
- ses.setNewHit(pageContext, "hits", "ePortal - OEM Partner Managing Console", null);
- %>
-
- <!-- HEADER -->
- <jsp:include page="../header.jsp" flush="true">
- <jsp:param name="name" value="ePortal - OEM Partner Managing Console"/>
- </jsp:include>
-
- <!-- MAIN PANEL -->
- <br>
- <table class="h9Verdana" cellpadding="5" width="580" border="0">
- <!-- Prolog -->
- <tr>
- <td>
- <span class=".h10VerdanaBold">Welcome to OEM Partner Managing Console SOMEBODY!</span>
- <p>
- The following is a list of your customers for which you've already submited
- a purchase order.
- <p>
- Note, if you're here for the first time the list is initially empty. Please
- create a unique customer name for which you would like to purchase licenses.
- <p>
- To create a new Customer please click
- <a class="h8VerdanaBold" href="<%=JSPRes.path%>/main/eportal/create_customer.jsp">here</a>
- <p>
- <form method=POST action="<%=JSPRes.path%>/main/eportal/oem_main.jsp">
- <table class="h9Verdana" border="1" cellpadding="5" cellspacing="0">
- <tr class="h9VerdanaBold" bgcolor="9c9cff">
- <td>
- <INPUT name="delete_customer" type="submit" value="Delete">
- </td>
- <td>
- Customer Name
- </td>
- <td>
- Customer Details
- </td>
- <td>
- Purchased licenses
- </td>
- <td>
- Action
- </td>
- </tr>
- <!-- Customer 1 Begin -->
- <tr>
- <td align="center">
- <INPUT name="selected" type="checkbox">
- </td>
- <td align="left">
- Customer1
- </td>
- <td align="left">
- Details1
- </td>
- <td align="left">
- 10
- </td>
- <td align="center">
- <INPUT name="purchase_more" type="submit" value="Buy Licenses">
- </td>
- </tr>
- <!-- Customer 1 End -->
- <!-- Customer 2 Begin -->
- <tr>
- <td align="center">
- <INPUT name="selected" type="checkbox">
- </td>
- <td align="left">
- Customer2
- </td>
- <td align="left">
- Details2222222222 2222 222222222 22222222222 2222222222 22222222
- </td>
- <td align="left">
- 10
- </td>
- <td align="center">
- <INPUT name="purchase_more" type="submit" value="Buy Licenses">
- </td>
- </tr>
- <!-- Customer 2 End -->
- </table>
- </form>
- The total number of licenses purchased is TOTAL_NUMBER.
- <p>
- If you have a techincal question please consult our
- <a class="h8VerdanaBold" href="<%=JSPRes.path%>/main/faqs.jsp">FAQ</a> page first.
- <p>
- If you require technical support and your support contract is still valid,
- please submit your TS Request to
- <a class="h8VerdanaBold" href="mailto:<%=JSPRes.techSupport%>?subject=TS Request&body=My%20Partner%20ID:%20
- {Your ePortal Login Name}%0d%0a
- Question:%0d%0a">this email</a>.
- <p>
- If you think that you've found a bug please submit your finding to this email
- <a class="h8VerdanaBold" href="mailto:<%=JSPRes.techSupport%>?subject=Bug Report&body=My Partner ID:
- {Your ePortal Login name}%0d%0a
- Product name and version: JProxy Tunnel {your version}%0d%0a
- JVM provider and version:%0d%0a
- Browser name and version:%0d%0a
- AppServer name and version:%0d%0a
- Apache/Tomcat/{ServlerEngine} version:%0d%0a
- Problem description:%0d%0a
- Stack trace:%0d%0a">this email</a>.
- </td>
- </tr>
- </table>
- <br>
-
- <!-- FOOTER -->
- <jsp:include page="../footer.jsp" flush="true"/>
-