| | |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <!-- <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> --> |
| | | <!-- <apex:stylesheet value="{!URLFOR($Resource.StyleUtilColorCss)}"/> --> |
| | | <script> |
| | | function setProductOne(name,id) { |
| | | |
| | |
| | | </apex:outputPanel> |
| | | <apex:form id="mainForm"> |
| | | <apex:pageBlock id="idSearchSetProduct" title="特价医院选择"> |
| | | <table width="750" border="0"> |
| | | <table width="750" border="0" style="background-color:#DCDCDC"> |
| | | <colgroup> |
| | | <col width="12" /> |
| | | <col width="20" /> |
| | |
| | | </colgroup> |
| | | <tr> |
| | | <td> </td> |
| | | <th style="width:7%">{!$Label.Search_Condition}</th> |
| | | <th style="width:100px;">{!$Label.Search_Condition}</th> |
| | | <td> </td> |
| | | <th>医院名称</th> |
| | | <td> </td> |
| | |
| | | <td> </td> |
| | | <td> </td> |
| | | <td><apex:inputText id="searchName" value="{!SearchName}" style="width:200px" required="false"/></td> |
| | | <td> </td> |
| | | <td><apex:commandButton value="{!$Label.Search}" action="{!serContact}" style="width:100px" /></td> |
| | | <td><apex:commandButton value="{!$Label.Search}" action="{!serContact}" style="width:100px;margin-left: 20px;" /></td> |
| | | <td></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="15"> </td> |
| | | <td style="solid #888;" colspan="15"> </td> |
| | | </tr> |
| | | </table> |
| | | <table width="750" border="0"> |
| | | <table width="750" border="0" style="background-color:#DCDCDC"> |
| | | <tr> |
| | | <td width="12"> </td> |
| | | <th valign="top">{!$Label.Search_Result}</th> |
| | | <td width="20"> </td> |
| | | <td> |
| | | <table border="0"> |
| | | <table border="0" style="border-left: 0px;border-right: 0px;"> |
| | | <tr> |
| | | <td> |
| | | <div id="iframelike" style="width:750"> |
| | | <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="0" columns="3" columnsWidth="200px,100px,350px"> |
| | | <div id="iframelike" style="width:665px"> |
| | | <apex:pageBlockTable style="border-left: 0px;border-right: 0px;" id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px"> |
| | | <apex:column > |
| | | <apex:facet name="header">医院名称</apex:facet> |
| | | <apex:outputLink id="contactName" value="{!c.Name}" onclick="setProductOne('{!c.Name}','{!c.Id}');return false;">{!c.Name}</apex:outputLink> |