| | |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <script> |
| | | window.sfdcPage.appendToOnloadQueue(function() { calonLoad() }); |
| | | // window.sfdcPage.appendToOnloadQueue(function() { calonLoad() }); |
| | | function onLoad() { |
| | | calonLoad(); |
| | | } |
| | | window.onload = onLoad; |
| | | // window.calonLoad = calonLoad; |
| | | function calonLoad() { |
| | | var isInput = {!isInput}; |
| | | if (isInput) { |
| | |
| | | <apex:selectOptions value="{!category5OptionList}"/> |
| | | </apex:selectList> |
| | | </td> |
| | | <td align="right" rowspan = "3"><apex:commandButton disabled="{!isInput}" value="检索" style="width: 100px;" onclick="searchProductJs();return false;" /></td> |
| | | <td align="right" rowspan = "3"><apex:commandButton disabled="{!isInput}" value="检索" style="width: 100px;margin-top: 50px" onclick="searchProductJs();return false;" /></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan = "15" style="height: 10px"></td> |
| | |
| | | <apex:outputText value="{!(currentpage * pagesize)+1-pagesize}-{!IF((currentpage * pagesize)>totalcount, totalcount, |
| | | (currentpage * pagesize))} 共 {!totalcount} 个" /> |
| | | </td> |
| | | <td align="center"> |
| | | <td align="center" style="padding-left: 470px;"> |
| | | <div class="paginator line1"> |
| | | <span class="prevNextLinks"> |
| | | <span class="prevNext"> |