Minahito
minah****@users*****
2006年 2月 2日 (木) 18:28:59 JST
Index: xoops2jp/html/modules/comment/templates/comment_post_input.html diff -u xoops2jp/html/modules/comment/templates/comment_post_input.html:1.1.2.2 xoops2jp/html/modules/comment/templates/comment_post_input.html:removed --- xoops2jp/html/modules/comment/templates/comment_post_input.html:1.1.2.2 Thu Nov 24 18:47:02 2005 +++ xoops2jp/html/modules/comment/templates/comment_post_input.html Thu Feb 2 18:28:59 2006 @@ -1,44 +0,0 @@ -<{if $reply.title && $reply.text}> - <table class="outer" cellpadding="1" ID="Table1"> - <tr> - <td class="head"> - <{$reply.title}> - </td> - </tr> - <tr> - <td class="odd"> - <{$reply.text}> - </td> - </tr> - </table> -<{/if}> - -<form method="post" ID="Form1"> -<{xoops_input type=hidden name=objId value=$actionForm->getVar('objId')}> -<table class="outer" cellspacing="1" ID="Table2"> - <tr> - <th> - <{$smarty.const._MD_COMMENT_LANG_TITLE}> - </th> - <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=title value=$actionForm->getVar('title')}> - </td> - </tr> - <tr> - <th> - <{$smarty.const._MD_COMMENT_LANG_MESSAGE}> - </th> - <td class="<{cycle values="odd,even"}>"> - <{xoops_dhtmltarea name=text value=$actionForm->getVar('text')}> - </td> - </tr> - <tr> - <th> - <{$smarty.const._MD_COMMENT_LANG_CONTROL}> - </th> - <td class="<{cycle values="odd,even"}>"> - <input type="submit" ID="Submit1" NAME="Submit1"/> - </td> - </tr> -</table> -</form> \ No newline at end of file Index: xoops2jp/html/modules/comment/templates/comment_comment.html diff -u xoops2jp/html/modules/comment/templates/comment_comment.html:1.1.2.1 xoops2jp/html/modules/comment/templates/comment_comment.html:removed --- xoops2jp/html/modules/comment/templates/comment_comment.html:1.1.2.1 Thu Nov 24 18:46:19 2005 +++ xoops2jp/html/modules/comment/templates/comment_comment.html Thu Feb 2 18:28:59 2006 @@ -1,38 +0,0 @@ -<!-- start comment post --> -<tr> - <td class="head"> - <a id="comment<{$comment->getVar('id')}>"><{$comment.uid|xoops_user:uname}></a> - </td> - <td class="head"> - <div class="comDate"> - <span class="comDateCaption"><{$lang_posted}>:</span> <{$comment.created_time|xoops_formattimestamp:l}> - <span class="comDateCaption"><{$lang_updated}>:</span> <{$comment.modified_time|xoops_formattimestamp:l}> - </div> - </td> - <tr> - <{if $commnet->getVar('uid')}> - <td class="odd"> - USER INFORMATION - </td> - <{else}> - <td class="odd"> - GUEST INFORMATION - </td> - <{/if}> - - <td class="odd"> - <div class="comTitle"> - ICON<{$comment->getVar('title')}> - </div> - <div class="comText"> - <{$comment->getVar('message')}> - </div> - </td> - </tr> - <tr> - <td> - <a href="<{$replycomment_link}>&obj_id=<{$comment->getVar('obj_id')}>">RES</a> - </td> - </tr> -</tr> -<!-- end comment post --> \ No newline at end of file Index: xoops2jp/html/modules/comment/templates/comment_reply_input.html diff -u xoops2jp/html/modules/comment/templates/comment_reply_input.html:1.1.2.2 xoops2jp/html/modules/comment/templates/comment_reply_input.html:removed --- xoops2jp/html/modules/comment/templates/comment_reply_input.html:1.1.2.2 Thu Nov 24 18:47:27 2005 +++ xoops2jp/html/modules/comment/templates/comment_reply_input.html Thu Feb 2 18:28:59 2006 @@ -1,44 +0,0 @@ -<table class="outer" cellpadding="1"> - <tr> - <td class="head"> - <{$comment->getVar('title')}> - </td> - </tr> - <tr> - <td class="odd"> - <{$smarty.const._CM_POSTER}> : <b><{$comment->getVar('uid')|xoops_user:uname}></b> - <{$smarty.const._CM_POSTED}> : <b><{$comment->getVar('created_time')|xoops_formattimestamp:l}></b><br/> - <{$comment->getVar('message')}> - </td> - </tr> -</table> - -<form method="post"> -<{xoops_input type=hidden name=pid value=$actionForm->getVar('pid')}> -<table class="outer" cellspacing="1"> - <tr> - <th> - <{$smarty.const._MD_COMMENT_LANG_TITLE}> - </th> - <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=title value=$actionForm->getVar('title')}> - </td> - </tr> - <tr> - <th> - <{$smarty.const._MD_COMMENT_LANG_MESSAGE}> - </th> - <td class="<{cycle values="odd,even"}>"> - <{xoops_dhtmltarea name=message value=$actionForm->getVar('message')}> - </td> - </tr> - <tr> - <th> - <{$smarty.const._MD_COMMENT_LANG_CONTROL}> - </th> - <td class="<{cycle values="odd,even"}>"> - <input type="submit" /> - </td> - </tr> -</table> -</form> \ No newline at end of file Index: xoops2jp/html/modules/comment/templates/comment_delete_input.html diff -u xoops2jp/html/modules/comment/templates/comment_delete_input.html:1.1.2.1 xoops2jp/html/modules/comment/templates/comment_delete_input.html:removed --- xoops2jp/html/modules/comment/templates/comment_delete_input.html:1.1.2.1 Thu Nov 24 01:30:40 2005 +++ xoops2jp/html/modules/comment/templates/comment_delete_input.html Thu Feb 2 18:28:59 2006 @@ -1,11 +0,0 @@ - -<h2><{$smarty.const._CM_DELETESELECT}></h2> - -<form method="post"> - <input type="hidden" name="action" value="Delete" /> - <input type="hidden" name="com_id" value="<{$comment->getVar('com_id')}>" /> - <input type="radio" name="DeleteAll" value="0" checked /><{$smarty.const._CM_DELETEONE}><br/> - <input type="radio" name="DeleteAll" value="1" /><{$smarty.const._CM_DELETEALL}> - - <input type="submit" /> -</form>