<% //----- For compatibility prior to build 30 Module RZmodule = null; Record RZrecord = null; List RZdata = null; if (rz.revize instanceof ResourceReader) { RZmodule = rz.moduleobject; RZrecord = rz.pagerecord; RZdata = rz.recordlist; } String RZstring = ""; ReferenceFile RZimageFile; int RZimageId; String RZimageLink = ""; //used for temp html image link (src) String RZimageName = ""; //used for temp html image field name String rzRecordID = rz.editRecordId; //retains record Id for links boolean rzCanSave = rz.canSave; //ok to save record boolean isNewRecord = rz.isNewRecord; //----- For compatibility prior to new tags (at least future build 36) String RZfieldName = ""; //used for temp module field name String RZfieldValue = ""; //used for temp module field value //----- For very old snippet compatibility, "rz" instance must also be named "RZ" RZTagSupport RZ = rz; %>