Ignore:
Timestamp:
2008/05/12 11:12:45 (16 years ago)
Author:
satou
Message:
 
Location:
branches/version-1/data/downloads/module/mdl_paygent
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/version-1/data/downloads/module/mdl_paygent/paygent_atm.tpl

    r16909 r17301  
    11<script type="text/javascript"> 
    22<!-- 
     3var send = true; 
     4 
     5function fnCheckSubmit() { 
     6    if(send) { 
     7        send = false; 
     8        return true; 
     9    } else { 
     10        alert("Âþº£¡¢½èÍýÃæ¤Ç¤¹¡£¤·¤Ð¤é¤¯¤ªÂÔ¤Á²¼¤µ¤¤¡£"); 
     11        return false; 
     12    } 
     13} 
     14 
    315function next(now, next) { 
    416    if (now.value.length >= now.getAttribute('maxlength')) { 
     
    131143                                        <td align="center" height="40" bgcolor="#f7f5f4"> 
    132144                                            <a href="#" onclick="document.form2.submit(); return false;" onmouseover="chgImgImageSubmit('/img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('/img/common/b_back.gif',back03)"><img src="/img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a><img src="/img/_.gif" width="12" height="" alt="" /> 
    133                                             <input type="image" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
     145                                            <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
    134146                                        </td> 
    135147                                    </tr> 
  • branches/version-1/data/downloads/module/mdl_paygent/paygent_bank.tpl

    r17012 r17301  
    11<script type="text/javascript"> 
    22<!-- 
     3var send = true; 
     4 
     5function fnCheckSubmit() { 
     6    if(send) { 
     7        send = false; 
     8        return true; 
     9    } else { 
     10        alert("Âþº£¡¢½èÍýÃæ¤Ç¤¹¡£¤·¤Ð¤é¤¯¤ªÂÔ¤Á²¼¤µ¤¤¡£"); 
     11        return false; 
     12    } 
     13} 
     14 
    315function next(now, next) { 
    416    if (now.value.length >= now.getAttribute('maxlength')) { 
     
    136148                                        <td align="center" height="40" bgcolor="#f7f5f4"> 
    137149                                            <a href="#" onclick="document.form2.submit(); return false;" onmouseover="chgImgImageSubmit('/img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('/img/common/b_back.gif',back03)"><img src="/img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a><img src="/img/_.gif" width="12" height="" alt="" /> 
    138                                             <input type="image" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
     150                                            <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
    139151                                        </td> 
    140152                                    </tr> 
  • branches/version-1/data/downloads/module/mdl_paygent/paygent_conveni.tpl

    r16909 r17301  
    11<script type="text/javascript"> 
    22<!-- 
     3var send = true; 
     4 
     5function fnCheckSubmit() { 
     6    if(send) { 
     7        send = false; 
     8        return true; 
     9    } else { 
     10        alert("Âþº£¡¢½èÍýÃæ¤Ç¤¹¡£¤·¤Ð¤é¤¯¤ªÂÔ¤Á²¼¤µ¤¤¡£"); 
     11        return false; 
     12    } 
     13} 
     14 
    315function next(now, next) { 
    416    if (now.value.length >= now.getAttribute('maxlength')) { 
     
    155167                                        <td align="center" height="40" bgcolor="#f7f5f4"> 
    156168                                            <a href="#" onclick="document.form2.submit(); return false;" onmouseover="chgImgImageSubmit('/img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('/img/common/b_back.gif',back03)"><img src="/img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a><img src="/img/_.gif" width="12" height="" alt="" /> 
    157                                             <input type="image" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
     169                                            <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
    158170                                        </td> 
    159171                                    </tr> 
  • branches/version-1/data/downloads/module/mdl_paygent/paygent_credit.tpl

    r16909 r17301  
    11<script type="text/javascript"> 
    22<!-- 
     3var send = true; 
     4 
     5function fnCheckSubmit() { 
     6    if(send) { 
     7        send = false; 
     8        return true; 
     9    } else { 
     10        alert("Âþº£¡¢½èÍýÃæ¤Ç¤¹¡£¤·¤Ð¤é¤¯¤ªÂÔ¤Á²¼¤µ¤¤¡£"); 
     11        return false; 
     12    } 
     13} 
     14 
    315function next(now, next) { 
    416    if (now.value.length >= now.getAttribute('maxlength')) { 
     
    168180                                        <td align="center" height="40" bgcolor="#f7f5f4"> 
    169181                                            <a href="#" onclick="document.form2.submit(); return false;" onmouseover="chgImgImageSubmit('/img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('/img/common/b_back.gif',back03)"><img src="/img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a><img src="/img/_.gif" width="12" height="" alt="" /> 
    170                                             <input type="image" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
     182                                            <input type="image" onclick="return fnCheckSubmit();"  onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
    171183                                        </td> 
    172184                                    </tr> 
Note: See TracChangeset for help on using the changeset viewer.