Changeset 11031


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

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl

    r11029 r11031  
    1818} 
    1919 
    20 if(<!--{$tpl_test}-->) { 
    21     function init() { 
     20function init() { 
     21    if(<!--{$tpl_test}-->) { 
    2222        alert(test()); 
    2323        window.location = './index.php?test=1&ids=' + ids; 
    2424    } 
    25     window.onload = init; 
    2625} 
     26 
     27window.onload = init; 
     28 
    2729//--> 
    2830</script> 
Note: See TracChangeset for help on using the changeset viewer.