You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
642 B
25 lines
642 B
<!-- $Id: order_templates.htm 14216 2008-03-10 02:27:21Z testyang $ -->
|
|
{include file="pageheader.htm"}
|
|
<form action="order.php" method="post">
|
|
<div class="main-div">
|
|
<table width="100%">
|
|
<tr><td>{$fckeditor}</td></tr>
|
|
</table>
|
|
<div class="button-div ">
|
|
<input type="hidden" name="act" value="{$act}" />
|
|
<input type="submit" value="{$lang.button_submit}" class="button" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<script type="Text/Javascript" language="JavaScript">
|
|
<!--
|
|
{literal}
|
|
onload = function()
|
|
{
|
|
// 开始检查订单
|
|
startCheckOrder();
|
|
}
|
|
{/literal}
|
|
//-->
|
|
</script>
|
|
{include file="pagefooter.htm"}
|