| | |
| | | and su.arp like #{arp} |
| | | </if> |
| | | <if test="name != null and name != ''"> |
| | | and su.name like #{name} |
| | | and su.name like concat("%",#{name},"%") |
| | | </if> |
| | | <if test="departmentName != null and departmentName != ''"> |
| | | and su.department like concat("%",#{departmentName},"%") |
| | |
| | | <p:panelGrid styleClass="header"> |
| | | <p:row> |
| | | <p:column styleClass="header-logo"> |
| | | <p:graphicImage value="/resources/images/${institute.name}logo.png" style="width: 90px;height: 90px"></p:graphicImage> |
| | | <p:graphicImage value="/resources/images/${institute.name}logo.png" style="width: 80px;height: 80px"></p:graphicImage> |
| | | </p:column> |
| | | <p:column styleClass="header-title"> |
| | | <p:outputLabel value="${institute.name}"></p:outputLabel> |
| | |
| | | <p:panelGrid styleClass="header"> |
| | | <p:row> |
| | | <p:column styleClass="header-logo"> |
| | | <p:graphicImage value="/resources/images/${institute.name}logo.png" style="width: 90px;height: 90px"></p:graphicImage> |
| | | <p:graphicImage value="/resources/images/${institute.name}logo.png" style="width: 80px;height: 80px"></p:graphicImage> |
| | | </p:column> |
| | | <p:column styleClass="header-title"> |
| | | <p:outputLabel value="${institute.name}"></p:outputLabel> |