Changeset 632 for temp


Ignore:
Timestamp:
2006/12/10 20:36:58 (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

    r631 r632  
    2727        <b><{$lang_developer}></b> 
    2828        </td> 
    29         <td colspan='2' align='left' width="70%">$developer</td> 
     29        <td colspan='2' align='left' width="70%"><{$developer}></td> 
    3030      </tr> 
    3131      <tr> 
     
    3333        <b><{$lang_release_date}></b> 
    3434        </td> 
    35         <td colspan='2' align='left' width="70%">$release_date</td> 
     35        <td colspan='2' align='left' width="70%"><{$release_date}></td> 
    3636      </tr> 
    3737      <tr> 
     
    3939        <b><{$lang_development_time}></b> 
    4040        </td> 
    41         <td colspan='2' align='left' width="70%">development_time</td> 
     41        <td colspan='2' align='left' width="70%"><{$development_time}></td> 
    4242      </tr> 
    4343      <tr> 
     
    4545        <b><{$lang_site_status}></b> 
    4646        </td> 
    47         <td colspan='2' align='left' width="70%">$site_status</td> 
     47        <td colspan='2' align='left' width="70%"><{$site_status}></td> 
    4848      </tr> 
    4949      <tr> 
     
    5151        <b><{$lang_customize}></b> 
    5252        </td> 
    53         <td colspan='2' align='left' width="70%">$customize</td> 
     53        <td colspan='2' align='left' width="70%"><{$customize}></td> 
    5454      </tr>    
    5555       
Note: See TracChangeset for help on using the changeset viewer.