17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
<%@ include file="includeTop.jsp" %>
|
|
|
|
<div id="content">
|
|
<div id="insert">
|
|
<img src="images/webflow-logo.jpg"/>
|
|
</div>
|
|
<p>
|
|
<span class="error">
|
|
Duplicate submit of the same transaction not allowed!
|
|
</span>
|
|
</p>
|
|
<p>
|
|
<A href="pos.htm?_flowId=sellitem">Sell a new item</A>
|
|
</p>
|
|
</div>
|
|
|
|
<%@ include file="includeBottom.jsp" %> |