mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1598 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7f09c45696
commit
8e8ea521f0
3 changed files with 8 additions and 14 deletions
|
|
@ -17,12 +17,6 @@ function doAddCart(mid, obj) {
|
|||
exec_xml("board","procBoardAdminAddCart", params, null);
|
||||
}
|
||||
|
||||
/* 글쓰기 submit */
|
||||
function doSubmit() {
|
||||
var fo_obj = xGetElementById('fo_write');
|
||||
procFilter(fo_obj, insert);
|
||||
}
|
||||
|
||||
/* 글쓰기 작성후 */
|
||||
function completeDocumentInserted(ret_obj) {
|
||||
var error = ret_obj['error'];
|
||||
|
|
@ -79,12 +73,6 @@ function completeReload(ret_obj) {
|
|||
location.href = location.href;
|
||||
}
|
||||
|
||||
/* 댓글쓰기 submit */
|
||||
function doCommentSubmit() {
|
||||
var fo_obj = xGetElementById('fo_comment_write');
|
||||
procFilter(fo_obj, insert_comment);
|
||||
}
|
||||
|
||||
/* 댓글 글쓰기 작성후 */
|
||||
function completeInsertComment(ret_obj) {
|
||||
var error = ret_obj['error'];
|
||||
|
|
|
|||
|
|
@ -90,9 +90,11 @@
|
|||
</fieldset>
|
||||
|
||||
<div class="buttonWrite">
|
||||
<a href="#" onclick="doSubmit();return false;" class="buttonTypeA" accesskey="s"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_registration}<img src="./images/blank.gif" alt="" class="rightCap" /></a>
|
||||
<!--@if($act&&$act!='dispBoardContent')-->
|
||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','')}'" />
|
||||
<!--@end-->
|
||||
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue