Changeset 11481 for branches/dev/html/install
- Timestamp:
- 2007/02/28 18:33:38 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/install/templates/agreement.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/install/templates/agreement.tpl
r11477 r11481 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <script type="text/javascript"> 7 <!-- 8 // ¥é¥¸¥ª¥Ü¥¿¥ó¤Ë¤è¤ëɽ¼¨¡¦Èóɽ¼¨ 9 function fnChangeVisible(check_id, mod_id){ 10 11 if (document.getElementById(check_id).checked){ 12 document.getElementById(mod_id).disabled = false; 13 } else { 14 document.getElementById(mod_id).disabled = true; 15 document.getElementById(mod_id).src = '../img/install/next.jpg'; 16 } 17 } 18 //--> 19 6 20 <table width="502" border="0" cellspacing="1" cellpadding="0" summary=" "> 7 21 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
Note: See TracChangeset
for help on using the changeset viewer.
