Important: Please upload images of width 300px and Height 300px, or a square (height = width). If you upload any picture that does not conform to this size specification, the picture will not display properly on your website. Therefore, you need to crop/resize your picture on your computer using an image editor tool like PhotoShop or any other free online image resizing tool. Please keep in mind that Revize CMS Software does not automatically crop or resize picture for this image area. Revize provides image cropping service as an additional service.
Amenity Name ? |
Amenity Image ? |
Edit ? |
<% while ( rz.listnext() ){ %>
|
<%
// set any image default here
String img_src ="../../plugins/_editforms_/images/placeholder.png";
if(rz.src.indexOf("noimage.gif") == -1) {
img_src = rz.src;
}
%>
|
<%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListEditImage --%>
<%-- Option:imageSrcURL=images/edit/edit_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
<%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListDeleteImage --%>
<%-- Option:forwardURL= --%>
<%-- Option:imageSrcURL=images/edit/delete_small.jpg --%>
<%-- #EndRZ-ActionImage --%>
|
<%}%>
<%-- #BeginRZ-ActionImage --%>
<%-- Option:type=EditListExitImage --%>
<%-- Option:forwardURL= --%>
<%-- Option:imageSrcURL=../images/edit/exit.jpg --%>
<%-- #EndRZ-ActionImage --%>
<%@ include file="/plugins/_editforms_/includes/home-slider-editlist/tab-panels.jsp"%>