Changeset 917 for temp


Ignore:
Timestamp:
2006/12/21 21:46:21 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r894 r917  
    1111        <table width='100%' cellspacing='10'> 
    1212            <tr> 
    13                 <td align="center"> 
    14                 <table cellspacing='0'> 
    15                     <tr> 
    16                         <td> 
    17                         <{if $link.logourl != ""}> 
    18                         <a href="<{$xoops_url}>/modules/mylinks/visit.php?cid=<{$link.cid}>&amp;lid=<{$link.id}>" target="_blank"><img src="<{$xoops_url}>/modules/mylinks/images/shots/<{$link.logourl}>" width="<{$shotwidth}>" alt=""/></a> 
    19                         <{else}> 
    20                         <{/if}> 
    21                         </td> 
    22                     </tr> 
    23                 </table> 
    24                 </td> 
    25                 <td align="center" style="width:100%;"> 
     13                <td align="left" style="width:100%;"> 
    2614                <table class="outer" width="100%"> 
    2715                    <tr align='left'> 
     
    6351                    <tr align='left'> 
    6452                        <td width="30%" class="even"> 
     53                        <b>¥­¥ã¥×¥Á¥ã²èÁü</b> 
     54                        </td> 
     55                        <td width="70%" class="linkodd" valign="center"> 
     56                            <{if $link.logourl != ""}> 
     57                            <a href="<{$xoops_url}>/modules/mylinks/visit.php?cid=<{$link.cid}>&amp;lid=<{$link.id}>" target="_blank"><img src="<{$xoops_url}>/modules/mylinks/images/shots/<{$link.logourl}>" width="<{$shotwidth}>" alt=""/></a> 
     58                            <{else}> 
     59                            ²èÁü̵¤· 
     60                            <{/if}> 
     61                        </td> 
     62                    </tr> 
     63                    <tr align='left'> 
     64                        <td width="30%" class="even"> 
    6565                        <{$link.adminlink}><b><{$lang_description}></b> 
    6666                        </td> 
Note: See TracChangeset for help on using the changeset viewer.