onokazu
onoka****@users*****
2005年 6月 11日 (土) 11:32:55 JST
Index: xoops2jp/html/modules/system/templates/system_comments_flat.html diff -u xoops2jp/html/modules/system/templates/system_comments_flat.html:1.1 xoops2jp/html/modules/system/templates/system_comments_flat.html:1.2 --- xoops2jp/html/modules/system/templates/system_comments_flat.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_comments_flat.html Sat Jun 11 11:32:55 2005 @@ -1,7 +1,7 @@ <table class="outer" cellpadding="5" cellspacing="1"> <tr> - <th width="20%"><{$lang_poster}></td> - <th><{$lang_thread}></td> + <th width="20%"><{$lang_poster}></th> + <th><{$lang_thread}></th> </tr> <{foreach item=comment from=$comments}> <{include file="db:system_comment.html" comment=$comment}> Index: xoops2jp/html/modules/system/templates/system_siteclosed.html diff -u xoops2jp/html/modules/system/templates/system_siteclosed.html:1.1 xoops2jp/html/modules/system/templates/system_siteclosed.html:1.2 --- xoops2jp/html/modules/system/templates/system_siteclosed.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_siteclosed.html Sat Jun 11 11:32:55 2005 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> @@ -43,7 +43,9 @@ </form> <table cellspacing="0" width="100%"> - <td style="height:8px; border-bottom: 1px solid silver; border-top: 1px solid silver; background-color: #dddddd;" colspan="2"> </td> + <tr> + <td style="height:8px; border-bottom: 1px solid silver; border-top: 1px solid silver; background-color: #dddddd;" colspan="2"> </td> + </tr> </table> </body> Index: xoops2jp/html/modules/system/templates/system_userinfo.html diff -u xoops2jp/html/modules/system/templates/system_userinfo.html:1.1 xoops2jp/html/modules/system/templates/system_userinfo.html:1.2 --- xoops2jp/html/modules/system/templates/system_userinfo.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_userinfo.html Sat Jun 11 11:32:55 2005 @@ -27,7 +27,7 @@ <table width="70%" align="center" border="0"> <tr align="center"> <td><input type="button" value="<{$lang_editprofile}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&uid=<{$user_uid}>&op=modifyUser'" /> - <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&op=delUser&uid=<{$user_uid}>'" /> + <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&op=delUser&uid=<{$user_uid}>'" /></td> </tr> </table>