Ignore:
Timestamp:
2006/12/05 13:14:31 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/newbb/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewtopic_flat.html

    r405 r483  
    11<!-- start module contents --> 
     2<table border="0" width="100%" cellpadding="5" align="center"> 
     3    <tr> 
     4        <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a>&nbsp;>&nbsp;<b><{$forum_name}></b></td> 
     5        <td align="right"></td> 
     6    </tr> 
     7    <tr><td height="10"></td></tr> 
     8</table> 
     9<table border="0" cellspacing="0" cellpadding="0"> 
     10    <tr bgcolor="#2b8200"> 
     11        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td> 
     12        <td style="width:100%;"></td> 
     13        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td> 
     14    </tr> 
     15    <tr> 
     16        <td bgcolor="#2b8200" colspan="3"> 
     17        <table border="0" cellspacing="0" cellpadding="0"> 
     18            <tr> 
     19                <td class="blockIcon"><div class="blockTitle"><{$forum_name}></div></td> 
     20            </tr> 
     21        </table> 
     22        </td> 
     23    </tr> 
     24    <tr bgcolor="#2b8200"> 
     25        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td> 
     26        <td></td> 
     27        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td> 
     28    </tr> 
     29    <tr><td height="10"></td></tr> 
     30</table> 
     31<table border="0" width="100%" class="btnarea"> 
     32    <tr> 
     33        <td align="center"><a href="<{$forum_post_or_register}>"><img src="/themes/default/img/main/thread_btn.jpg" width="190" height="36" alt="¿·µ¬¥¹¥ì¥Ã¥É¤òÄɲ乤ë"></a></td> 
     34    </tr> 
     35</table> 
     36 
     37 
    238<table border="0" width="100%" cellpadding='5' align='center'> 
    339  <tr> 
  • temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewtopic_thread.html

    r405 r483  
    11<!-- start module contents --> 
     2<table border="0" width="100%" cellpadding="5" align="center"> 
     3    <tr> 
     4        <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a>&nbsp;>&nbsp;<b><{$forum_name}></b></td> 
     5        <td align="right"></td> 
     6    </tr> 
     7    <tr><td height="10"></td></tr> 
     8</table> 
     9<table border="0" cellspacing="0" cellpadding="0"> 
     10    <tr bgcolor="#2b8200"> 
     11        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td> 
     12        <td style="width:100%;"></td> 
     13        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td> 
     14    </tr> 
     15    <tr> 
     16        <td bgcolor="#2b8200" colspan="3"> 
     17        <table border="0" cellspacing="0" cellpadding="0"> 
     18            <tr> 
     19                <td class="blockIcon"><div class="blockTitle"><{$forum_name}></div></td> 
     20            </tr> 
     21        </table> 
     22        </td> 
     23    </tr> 
     24    <tr bgcolor="#2b8200"> 
     25        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td> 
     26        <td></td> 
     27        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td> 
     28    </tr> 
     29    <tr><td height="10"></td></tr> 
     30</table> 
     31<table border="0" width="100%" class="btnarea"> 
     32    <tr> 
     33        <td align="center"><a href="<{$forum_post_or_register}>"><img src="/themes/default/img/main/thread_btn.jpg" width="190" height="36" alt="¿·µ¬¥¹¥ì¥Ã¥É¤òÄɲ乤ë"></a></td> 
     34    </tr> 
     35</table> 
     36 
    237<table border="0" cellpadding='5' align='center'> 
    338  <tr> 
Note: See TracChangeset for help on using the changeset viewer.