Changeset 602 for temp


Ignore:
Timestamp:
2006/12/10 19:31:41 (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

    r405 r602  
    11<table class="outer" width='100%' cellspacing='0'> 
     2  <tr colspan="5"> 
     3   <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=""  align="right" vspace="3" hspace="7"/></a> 
     4  </tr> 
    25  <tr> 
    36    <td class="head" colspan='2' align='left' height="18"><{$lang_category}> <{$link.category}></td> 
     
    912  <tr> 
    1013    <td class="odd" colspan='2' align='left'><{$link.adminlink}><b><{$lang_description}></b><br /> 
    11 <{if $link.logourl != ""}> 
    12    <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=""  align="right" vspace="3" hspace="7"/></a> 
    13 <{/if}> 
    1414    <div style="text-align: justify"><{$link.description}></div><br /></td> 
    1515  </tr> 
Note: See TracChangeset for help on using the changeset viewer.