| | |
| | | </apex:outputPanel> |
| | | <apex:form id="mainForm"> |
| | | <apex:pageBlock id="idSearchSetProduct" title="特价医院选择"> |
| | | <table width="750" border="0" style="background-color:#DCDCDC"> |
| | | <table width="750" border="0"> |
| | | <colgroup> |
| | | <col width="12" /> |
| | | <col width="20" /> |
| | |
| | | <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></td> |
| | | </tr> |
| | | <tr> |
| | | <td style="border-bottom: 1px solid #888;" colspan="15"> </td> |
| | | <td colspan="15"> </td> |
| | | </tr> |
| | | </table> |
| | | <table width="750" border="0" style="background-color:#DCDCDC"> |
| | | <table width="750" border="0"> |
| | | <tr> |
| | | <td width="12"> </td> |
| | | <th valign="top">{!$Label.Search_Result}</th> |
| | |
| | | <tr> |
| | | <td> |
| | | <div id="iframelike" style="width:750"> |
| | | <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px"> |
| | | <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="0" 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> |