?> </div> <div class="mt10"> <form action="/wxmgr/modifywxarticlepost" method="post"> <input type="hidden" name="wxArticleId" value="<?php echo $wxArticle->id; ?> " /> <table class="thinleft"> <tr> <th>类型:</th> <td><?php echo HtmlControl::getRadioCtrImp(wxArticle::getTypeArray(), 'type', $wxArticle->type, ''); ?> </td> </tr> <tr> <th>Code:</th> <td><input name="code" value="<?php echo $wxArticle->code; ?> " /> <span class="red">*唯一码不能重复</span></td> </tr> <tr> <th>URL:</th> <td><input name="url" value="<?php echo $wxArticle->url; ?>
</script> <div class="mainContent"> <div class="pageTitle"> <?php echo $pageTitle; ?> </div> <div class="mt10"> <form action="/wxmgr/addwxarticlepost" method="post"> <table class="thinleft"> <tr> <th>类型:</th> <td><?php echo HtmlControl::getRadioCtrImp(wxArticle::getTypeArray(), 'type', WxArticle::DAILY_PHOTO, ' '); ?> </td> </tr> <tr> <th>Code:</th> <td><input name="code" id="code" /> <span class="red" id="codenotice">*</span></td> </tr> <tr> <th>作者:</th> <td><input name="authorname" /> <span class="red">*</span></td> </tr> <tr> <th>名称:</th> <td><input name="title" /> <span class="red">*</span></td> </tr>