<%include('pageHeader',header)%>
<%for (var i = 0; i < doctorList.length; i++){%> <%if (doctorAction) {%>
<%} else {%>
<%}%>
<%=doctorList[i].name%>
<%=doctorList[i].title%>
<%if (i === doctorList.length - 1) {%>
<%} else {%>
<%}%>
<%}%> <%if(doctorList.length === 0){%>
暂无医生
<%}%>