<%include('pageHeader',header)%>
<% var css= 'no-btn'; if(expertAndDept) { css= ''; } %>
<%for (var i = 0; i < doctorList.length; i++) {%>
<%=doctorList[i].name%>
<%=doctorList[i].title%>
<%if (i === doctorList.length - 1) {%>
<%} else {%>
<%}%>
<%}%>
<% if( expertAndDept ) { %>
科室号源
<% } %>