Revize has encountered a problem.

The problem may be due to a Revize setup problem, a server environment problem, a code error, or an unexpected combination of user actions.

Please try your operation again. If you receive this error a second time, then the problem probably requires technical support for resolution. Please consider copying and pasting the information from this browser window, including the technical details below, into an email (you can select all text in this browser window by clicking ctrl-A). The email should first be sent to your organization's Revize administrator. If the Revize administrator cannot resolve it, he/she should send the same information to idetix support staff.




Requested URL:   /revize/cedarrapids/editforms/quick_link-editlist.jsp

Revize Web Application, Version 4.4 (Build 100)
Minimum required Java Version: 1.3
Revize Software Systems

Runtime Message:


Stack Trace:

java.lang.NullPointerException

at revize.taglib.content.RZTagSupport.menusorter(RZTagSupport.java:4447)
at revize.taglib.content.RZTagSupport.menusorter(RZTagSupport.java:4237)
at _cedarrapids._editforms._quick_0link_22deditlist__jsp._jspService(_quick_0link_22deditlist__jsp.java:650)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.pageservice(Page.java:555)
at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:155)
at com.revize.filter.RzContextFilter.doFilter(RzContextFilter.java:91)
at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:84)
at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:177)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:221)
at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:392)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:315)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:353)
at com.caucho.util.ThreadPool.run(ThreadPool.java:302)
at java.lang.Thread.run(Unknown Source)

-----------------------------------------------------------------
Failing source code: /WEB-INF/work/.../revize/cedarrapids/_editforms/_quick_link_editlist.jsp.java
(/WEB-INF/work/_cedarrapids/_editforms/_quick_0link_22deditlist__jsp.java)

 650:                rz.menusorter(); 
-----------------------------------------------------------------
   1: /*
   2:  * JSP generated by Resin-3.0.6 (built Tue, 20 Jan 2004 09:46:57 PST)
   3:  */
   4: 
   5: package _cedarrapids._editforms;
   6: import javax.servlet.*;
   7: import javax.servlet.jsp.*;
   8: import javax.servlet.http.*;
   9: import java.text.*;
  10: import java.util.*;
  11: import revize.data.*;
  12: import revize.servlet.*;
  13: import idetix.security.UserContext;
  14: import idetix.util.*;
  15: import revize.RevizeConstants;
  16: import revize.request.*;
  17: import revize.store.*;
  18: import revize.resource.*;
  19: import revize.*;
  20: import revize.taglib.content.*;
  21: import revize.taglib.content.data.*;
  22: import ez.*;
  23: import ez.core.*;
  24: import ez.dom.*;
  25: import ez.util.*;
  26: import revize.util.*;
  27: 
  28: public class _quick_0link_22deditlist__jsp extends com.caucho.jsp.JavaPage{
  29:   private boolean _caucho_isDead;
  30: 
  31: 
  32: 
  33:   //----- Declare class variables
  34:   RZTagSupport debug_rz;
  35:   JspWriter debug_out;
  36:   HttpSession debug_session;
  37: 
  38:   boolean debug_mode;
  39:   StringBuffer debug_line_buffer;
  40:   StringBuffer debug_detail;
  41: 
  42:   /**
  43:     *    Called at start of plugin
  44:    **/
  45:   boolean debug_open(String PLUGIN_NAME, String VERSION) throws Exception
  46:   {
  47:   if (true) return false;
  48:       debug_mode = false;
  49:       String mode = "";
  50:       String name = "";
  51:       String pageid = "";
  52:       while (true)
  53:       {
  54: 
  55:           //----- Get plugin_debug setting using reflection in case plugin_debug not defined
  56:           //        (e.g. before_endhead.*include.jsp missing when called via leftnav_init.jsp)
  57:           try
  58:           {
  59:               //out.println("class:" + this.getClass().getName());
  60:               java.lang.reflect.Field debugField = this.getClass().getDeclaredField("plugin_debug");
  61:               debug_mode = debugField.getBoolean(this);
  62:               if (debug_mode) break;
  63:           }
  64:           catch (Exception e)
  65:           {
  66:               //out.println("Exception: " + e.getMessage());
  67:               //e.printStackTrace();
  68:           }
  69: 
  70:           //----- Get debug options
  71:           String debugOptions = "";    //debug_session.getAttribute("REVIZE_DEBUG_PLUGIN") + "";
  72: 
  73:   /***************************************************/
  74:   /*BOOKMARK ***** hardcode debugOptions below ******/
  75:   /*************************************************/
  76:   debugOptions = "mode=burlington,name=,pageid=news_list";
  77:   debugOptions = "mode=reidsville,name=,pageid=news_list";
  78:   debugOptions = "mode=reidsville,name=,pageid=links-64";
  79: 
  80:           mode = debug_rz.getvalue(debugOptions,"mode");
  81:           name = debug_rz.getvalue(debugOptions,"name");
  82:           if (name.equals("[all]")) name = "";
  83:           pageid = debug_rz.getvalue(debugOptions,"pageid");
  84: 
  85:           if (!mode.equals(debug_rz.webspace)) break;
  86:           if (name.length() > 0 && PLUGIN_NAME.indexOf(name) == -1) break;
  87:           if (pageid.length() > 0  && !pageid.equals(debug_rz.pageid)) break;
  88:           debug_mode = true;
  89:           break;
  90:       }
  91:       //debug_out.println("webspace="+debug_rz.webspace+" pageid="+debug_rz.pageid+" PLUGIN_NAME="+PLUGIN_NAME);
  92:       //debug_out.println("mode="+mode+" name="+name+" pageid="+pageid+" debug_mode="+debug_mode);
  93:       debug_println("DEBUG enabled for: " + PLUGIN_NAME + " " + VERSION);
  94:       return debug_mode;
  95:   }
  96: 
  97:   /**
  98:    **/
  99:   void debug_print(String msg)
 100:   {
 101:       if (!debug_mode) return;
 102:       debug_line_buffer.append(msg);
 103:   }
 104:   /**
 105:    **/
 106:   void debug_println(String msg)
 107:   {
 108:       if (!debug_mode) return;
 109: 
 110:       //convert leading spaces to  
 111:       msg = msg.replaceFirst("^( )*","$1".replaceAll(" "," "));
 112: 
 113:       debug_line_buffer.append(msg);            //append to current line
 114:       debug_line_buffer.append("@@\n");        //end line
 115:       debug_detail.append(debug_line_buffer);    //append to detail
 116:       debug_line_buffer = new StringBuffer();    //clear current line
 117:   }
 118:   /**
 119:     *    Called at end of plugin to save debug output
 120:    **/
 121:   void debug_close() throws Exception
 122:   {
 123:       if (!debug_mode) return;
 124: 
 125:       debug_println("");                        //flush debug_line_buffer
 126:       if (debug_detail == null || debug_detail.length() == 0) return;
 127: 
 128:       String detail = "<div class=\"revize_debug_plugin\" style=\"display:none\">"
 129:                     + debug_detail + "</div>";
 130: 
 131:       debug_out.println(detail);
 132:   }
 133: 
 134: 
 135:   
 136: 
 137:   
 138: 
 139:   /*________________________________________________________________________________________
 140: 
 141:   
 142: 
 143:   Deteremine if plugin active on page by checking for existance of of class level String
 144: 
 145:   variable declared by plugin code inserted elsewhere (usually inside the body html).
 146: 
 147:   
 148: 
 149:   Parameters:
 150: 
 151:       name is the name of the variable checked.
 152: 
 153:   
 154: 
 155:   returns true if the variable is defined otherwise returns false
 156: 
 157:   ________________________________________________________________________________________*/
 158: 
 159:   public boolean isRevizePluginActive(String name)
 160: 
 161:   {
 162: 
 163:       boolean status = false;
 164: 
 165:       try
 166: 
 167:       {
 168: 
 169:           this.getClass().getDeclaredField(name);
 170: 
 171:           status = true;
 172: 
 173:       }
 174: 
 175:       catch (Exception e) {}
 176: 
 177:       return status;
 178: 
 179:   }
 180: 
 181: 
 182:   
 183:   public void
 184:   _jspService(javax.servlet.http.HttpServletRequest request,
 185:               javax.servlet.http.HttpServletResponse response)
 186:     throws java.io.IOException, javax.servlet.ServletException
 187:   {
 188:     com.caucho.jsp.PageContextImpl pageContext = com.caucho.jsp.QJspFactory.allocatePageContext(this, request, response, "/admincenter/error.jsp", true, 8192, true);
 189:     javax.servlet.jsp.JspWriter out = (javax.servlet.jsp.JspWriter) pageContext.getOut();
 190:     javax.servlet.ServletConfig config = getServletConfig();
 191:     javax.servlet.Servlet page = this;
 192:     javax.servlet.http.HttpSession session = pageContext.getSession();
 193:     javax.servlet.ServletContext application = pageContext.getServletContext();
 194:     response.setContentType("text/html");
 195:     revize.taglib.content.LinkTag _jsp_LinkTag_0 = null;
 196:     revize.taglib.content.ListTag _jsp_ListTag_1 = null;
 197:     revize.taglib.content.ProcessBodyTag _jsp_ProcessBodyTag_2 = null;
 198:     revize.taglib.content.ListTag _jsp_ListTag_3 = null;
 199:     revize.taglib.content.ProcessBodyTag _jsp_ProcessBodyTag_4 = null;
 200:     revize.taglib.content.FetchTag _jsp_FetchTag_5 = null;
 201:     revize.taglib.content.FetchTag _jsp_FetchTag_6 = null;
 202:     try {
 203:       out.write(_jsp_string0, 0, _jsp_string0.length);
 204:       
 205: //From - /util/setup_editlist_header.jsp
 206: String revize_menus_leftnav = "";
 207: String revize_menu_filter = "";
 208: String revize_menu_linkplacement = "";
 209: String revize_menu_minlevel = "";
 210: boolean revize_menu_empty = false;
 211: String revize_menu_leftnav_embedded = "";
 212:     //----- Set up the ContentSupport class if not already created in the request scope
 213:     //         must be made available to the taglib via the pageContext attribute.
 214:     RZTagSupport rz = (RZTagSupport)
 215:     pageContext.getAttribute( ContentSupport.ATTRIBUTE_PAGE_TAG_SUPPORT );
 216: 
 217:     if ( rz == null )
 218:     {
 219:         rz = new RZTagSupport(pageContext);
 220:         pageContext.setAttribute( ContentSupport.ATTRIBUTE_PAGE_TAG_SUPPORT, rz );
 221:     }
 222: 
 223:     //----- revize declared as ResourceReader on edit page (not servlet class)
 224:     ResourceReader revize = null;            // now initialized in rz.setup()
 225:     rz.setup (revize, "list", request, response);    // fixed page type (list)
 226:     revize = rz.revize;
 227:     DataStore RZstore = rz.getDataStore();
 228: 
 229: 
 230:       
 231: 
 232: //***** TODO: move to RZTagSupport *****\\
 233: /**
 234: *    Determine topsection id for some plugins (e.g. flash banner, slideshow)
 235: **/
 236: String topsectionid = rz.pagesectionid;
 237: if (!topsectionid.equals(""))
 238: {
 239:     String myparentid = rz.pageparentid;
 240:     int cnt = 0;
 241:     while (true && !rz.pagerecordid.equals(""))    //not top section or home page
 242:     {
 243:         cnt++;
 244:         rz.fetch("links","linktosectionid", "_recordid="+topsectionid);
 245:         if (rz.content.equals("0")) break;    //parent section is home
 246: 
 247:         topsectionid = rz.content;
 248:         if (cnt == 10) break;
 249:     }
 250: }
 251: 
 252:       
 253: 
 254: 
 255: //----- Initialize class variables
 256: /*
 257: debug_rz = rz;
 258: debug_out = out;
 259: debug_session = request.getSession();
 260: */
 261: 
 262: debug_mode = false;
 263: debug_detail = new StringBuffer();
 264: debug_line_buffer = new StringBuffer();
 265: 
 266: 
 267:       out.write(_jsp_string1, 0, _jsp_string1.length);
 268:        //----- global settings -----\\
 269: 
 270: String PLUGIN_FRAMEWORK_VERSION = "05-18-2011";
 271: boolean plugin_debug = false;    //depreciated
 272: boolean revize_plugin_debug = false;
 273: 
 274: 
 275:       out.write(_jsp_string2, 0, _jsp_string2.length);
 276:       
 277: /*________________________________________________________________________________________
 278: 
 279: head section html on all pages
 280: ________________________________________________________________________________________*/
 281: 
 282:       out.write(_jsp_string3, 0, _jsp_string3.length);
 283:       
 284: /*________________________________________________________________________________________
 285: 
 286: Condictional plugin code (usually css and/or javascript)
 287: ________________________________________________________________________________________*/
 288: 
 289: /*-----------------------------------------------------------*/
 290: if (isRevizePluginActive("revize_document_center")) {
 291: /*-----------------------------------------------------------*/
 292: 
 293:       out.write(_jsp_string4, 0, _jsp_string4.length);
 294:        }
 295: 
 296: 
 297: /*-----------------------------------------------------------*/
 298: if (isRevizePluginActive("revize_slideshow")) {
 299: /*-----------------------------------------------------------*/
 300: 
 301:       out.write(_jsp_string5, 0, _jsp_string5.length);
 302:        }
 303: 
 304: /*-----------------------------------------------------------*/
 305: if (isRevizePluginActive("revize_slideshowV3")) {
 306: /*-----------------------------------------------------------*/
 307: 
 308:       out.write(_jsp_string6, 0, _jsp_string6.length);
 309:        }
 310: 
 311: 
 312: /*-----------------------------------------------------------*/
 313: if (isRevizePluginActive("revize_photo_gallery")) {
 314: /*-----------------------------------------------------------*/
 315: 
 316:       out.write(_jsp_string7, 0, _jsp_string7.length);
 317:       if (_jsp_LinkTag_0 == null) {
 318:         _jsp_LinkTag_0 = new revize.taglib.content.LinkTag();
 319:         _jsp_LinkTag_0.setPageContext(pageContext);
 320:         _jsp_LinkTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
 321:         _jsp_LinkTag_0.setTemplate("photo_gallery_style");
 322:         _jsp_LinkTag_0.setOutput("none");
 323:       }
 324: 
 325:       int _jspEval2 = _jsp_LinkTag_0.doStartTag();
 326:         _jsp_LinkTag_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) null);
 327:       _jsp_LinkTag_0.doEndTag();
 328:       out.write(_jsp_string8, 0, _jsp_string8.length);
 329:       out.print((rz.link));
 330:       out.write(_jsp_string9, 0, _jsp_string9.length);
 331:        }
 332: 
 333: 
 334: /*-----------------------------------------------------------*/
 335: if (isRevizePluginActive("revize_menus_leftnav")
 336: || isRevizePluginActive("revize_menus_topnav")) {
 337: /*-----------------------------------------------------------*/
 338: 
 339:               //initialize class variables
 340: revize_menu_filter = "";
 341: revize_menu_linkplacement = "";
 342: revize_menu_minlevel = "";
 343: revize_menu_empty = false;
 344: revize_menu_leftnav_embedded = "";
 345: 
 346: if (isRevizePluginActive("revize_menus_topnav") || isRevizePluginActive("revize_menus_leftnav")) {
 347: 
 348:       out.write(_jsp_string10, 0, _jsp_string10.length);
 349:        } 
 350:       out.write(_jsp_string0, 0, _jsp_string0.length);
 351:        }
 352: 
 353: /*________________________________________________________________________________________
 354: 
 355: // Javascript ideally should just be pushed to live serveer and use js include.
 356: ________________________________________________________________________________________*/
 357: 
 358:       out.write(_jsp_string11, 0, _jsp_string11.length);
 359:       
 360: 
 361: /*-----------------------------------------------------------*/
 362: if (isRevizePluginActive("revize_login")) {
 363: /*-----------------------------------------------------------*/
 364: 
 365:       out.write(_jsp_string12, 0, _jsp_string12.length);
 366:        }
 367: 
 368: /*-----------------------------------------------------------*/
 369: if (isRevizePluginActive("revize_google_translate")) {
 370: /*-----------------------------------------------------------*/
 371: 
 372:       out.write(_jsp_string13, 0, _jsp_string13.length);
 373:        }
 374: 
 375: /*-----------------------------------------------------------*/
 376: if (isRevizePluginActive("revize_menus_dropdown_gotourl")) {
 377: /*-----------------------------------------------------------*/
 378: 
 379:       out.write(_jsp_string14, 0, _jsp_string14.length);
 380:        }
 381: 
 382: /*-----------------------------------------------------------*/
 383: // Javascript code always included 
 384: /*-----------------------------------------------------------*/
 385: 
 386:       out.write(_jsp_string15, 0, _jsp_string15.length);
 387:       
 388: 
 389: 
 390: /*________________________________________________________________________________________
 391: 
 392: Following includes are used if plugin code is active on page.
 393: ________________________________________________________________________________________*/
 394: 
 395: 
 396: /*-----------------------------------------------------------*/
 397: if (isRevizePluginActive("revize_something")) {
 398: /*-----------------------------------------------------------*/
 399: 
 400:        }
 401: 
 402: 
 403: 
 404:       out.write(_jsp_string16, 0, _jsp_string16.length);
 405:       rz.isjavascriptenabled = true;
 406: 
 407:       out.write(_jsp_string17, 0, _jsp_string17.length);
 408:       out.print((rz.baseurlprefix));
 409:       out.write(_jsp_string18, 0, _jsp_string18.length);
 410:       out.print((rz.baseurlpath));
 411:       out.write(_jsp_string19, 0, _jsp_string19.length);
 412:       out.print((rz.protocolRelativeRevizeBaseUrl));
 413:       out.write(_jsp_string20, 0, _jsp_string20.length);
 414:       out.print((rz.pagetemplatename));
 415:       out.write(_jsp_string21, 0, _jsp_string21.length);
 416:       out.print((rz.pagetemplateid));
 417:       out.write(_jsp_string22, 0, _jsp_string22.length);
 418:       out.print((rz.pagemodule));
 419:       out.write(_jsp_string23, 0, _jsp_string23.length);
 420:       out.print((rz.pagemoduleid));
 421:       out.write(_jsp_string24, 0, _jsp_string24.length);
 422:       out.print((rz.pagerecordid));
 423:       out.write(_jsp_string25, 0, _jsp_string25.length);
 424:       out.print((rz.pageid));
 425:       out.write(_jsp_string26, 0, _jsp_string26.length);
 426:       out.print((rz.pageparentid));
 427:       out.write(_jsp_string27, 0, _jsp_string27.length);
 428:       out.print((rz.pagesectionid));
 429:       out.write(_jsp_string28, 0, _jsp_string28.length);
 430:       out.print((rz.fetch("sections","sectionname","","sectionid="+rz.pagesectionid)));
 431:       out.write(_jsp_string29, 0, _jsp_string29.length);
 432:       out.print((rz.pagesectionlevel));
 433:       out.write(_jsp_string30, 0, _jsp_string30.length);
 434:       out.print((rz.pagesectionfolder));
 435:       out.write(_jsp_string31, 0, _jsp_string31.length);
 436:       out.print((rz.pagesectionfilter));
 437:       out.write(_jsp_string32, 0, _jsp_string32.length);
 438:       out.print((rz.pagelinkfilter));
 439:       out.write(_jsp_string33, 0, _jsp_string33.length);
 440:       out.print((rz.pagelinklevel));
 441:       out.write(_jsp_string34, 0, _jsp_string34.length);
 442:       out.print((rz.pagelinkid));
 443:       out.write(_jsp_string35, 0, _jsp_string35.length);
 444:       out.print((rz.pageidfield));
 445:       out.write(_jsp_string36, 0, _jsp_string36.length);
 446:       out.print((rz.isnewrecord));
 447:       out.write(_jsp_string37, 0, _jsp_string37.length);
 448:       out.print((rz.editmodule));
 449:       out.write(_jsp_string38, 0, _jsp_string38.length);
 450:       out.print((rz.editrecordid));
 451:       out.write(_jsp_string39, 0, _jsp_string39.length);
 452:       out.print((rz.editrecordversion));
 453:       out.write(_jsp_string40, 0, _jsp_string40.length);
 454:       out.print((rz.editversion));
 455:       out.write(_jsp_string41, 0, _jsp_string41.length);
 456:       out.print((rz.editaction));
 457:       out.write(_jsp_string42, 0, _jsp_string42.length);
 458:       out.print((rz.permissions.roles));
 459:       out.write('\'');
 460:       
 461: {    // contain scope to this context
 462:     // hash page users
 463:     if( !rz.permissions.users.equals("") )
 464:     {
 465:         String[] page_user_arr = rz.permissions.users.split("\\|");
 466:         java.security.MessageDigest sha256 = java.security.MessageDigest.getInstance("SHA-256");
 467:         String rz_page_users = "";
 468:         for( int i = 0; i < page_user_arr.length; i++ )
 469:         {
 470:             // combine webpsace with username to create hash
 471:             page_user_arr[i] = rz.webspace + page_user_arr[i];
 472:             byte[] strBytes = page_user_arr[i].getBytes();
 473:             byte[] strHash = sha256.digest(strBytes);
 474:             StringBuffer sb = new StringBuffer();
 475:             for(int j=0; j < strHash.length ;j++)
 476:             {
 477:                 sb.append(Integer.toString((strHash[j] & 0xff) + 0x100, 16).substring(1));
 478:             }
 479:             if( i > 0 )
 480:             {
 481:                 rz_page_users += "|";
 482:             }
 483:             rz_page_users += sb.toString();
 484:         }
 485:         rz.permissions.users = rz_page_users;
 486:     }
 487: }
 488: 
 489:       out.write(_jsp_string43, 0, _jsp_string43.length);
 490:       out.print((rz.permissions.users));
 491:       out.write(_jsp_string44, 0, _jsp_string44.length);
 492:       out.print((rz.page_key));
 493:       out.write(_jsp_string45, 0, _jsp_string45.length);
 494:       out.print((rz.permissions.parent_key));
 495:       out.write(_jsp_string46, 0, _jsp_string46.length);
 496:       out.print((rz.permissions.inherit_key));
 497:       out.write(_jsp_string47, 0, _jsp_string47.length);
 498:       out.print((rz.permissions.workflowname));
 499:       out.write(_jsp_string48, 0, _jsp_string48.length);
 500:       out.print((rz.permissions_options));
 501:       out.write(_jsp_string49, 0, _jsp_string49.length);
 502:       out.print((rz.permissions_module));
 503:       out.write(_jsp_string50, 0, _jsp_string50.length);
 504:       out.print((rz.webspace));
 505:       out.write(_jsp_string51, 0, _jsp_string51.length);
 506:       out.print(( StringUtils.convertStringForSource(rz.webspacedesc) ));
 507:       out.write(_jsp_string52, 0, _jsp_string52.length);
 508:       out.print((rz.features.getSelectedFeaturesPattern()));
 509:       out.write(_jsp_string53, 0, _jsp_string53.length);
 510:        if (rz.features.isFeature("EZ")) out.print(rz.lasteditdata); 
 511:       out.write(_jsp_string54, 0, _jsp_string54.length);
 512:       out.print((rz.webspacelinksurl));
 513:       out.write(_jsp_string55, 0, _jsp_string55.length);
 514:       out.print((rz.workflowlist));
 515:       out.write(_jsp_string56, 0, _jsp_string56.length);
 516:       out.print((rz.revizechannel==null ? "" : rz.revizechannel.getBaseUrl()));
 517:       out.write(_jsp_string57, 0, _jsp_string57.length);
 518:       
 519: {    // contain scope to this context
 520:     Iterator itr = rz.webspace_config.keySet().iterator();
 521:     while(itr.hasNext())
 522:     {
 523:         String key = itr.next() + "";
 524:         if (key.equals("about")) continue;
 525:         String value = (String)rz.webspace_config.get(key);
 526:         value = StringUtils.convertStringForSource(value);
 527:         if (key.equals("formwizard_smtp_password") || key.equals("formwizard_smtp_server") ||
 528:         key.equals("formwizard_smtp_user"))
 529:         value="\"xxx\"";
 530: 
 531:       out.write(_jsp_string58, 0, _jsp_string58.length);
 532:       out.print((key));
 533:       out.write(_jsp_string59, 0, _jsp_string59.length);
 534:       out.print((value));
 535:       out.write(_jsp_string60, 0, _jsp_string60.length);
 536:       
 537:     }
 538: }
 539: 
 540:       out.write(_jsp_string61, 0, _jsp_string61.length);
 541:       out.print((RevizeProperties.isAuthenticationActive()));
 542:       out.write(_jsp_string62, 0, _jsp_string62.length);
 543:       out.print((StringUtils.convertStringForSource( rz.warning )));
 544:       rz.warning="";
 545:       out.write(_jsp_string63, 0, _jsp_string63.length);
 546:       out.print((StringUtils.convertStringForSource( (String)session.getAttribute("RZadminwin") )));
 547:       out.write(_jsp_string64, 0, _jsp_string64.length);
 548:       out.print((rz.historymode));
 549:       out.write(_jsp_string65, 0, _jsp_string65.length);
 550:       out.print((rz.historyrecordid));
 551:       out.write(_jsp_string66, 0, _jsp_string66.length);
 552:       out.print((rz.historyversion));
 553:       out.write(_jsp_string67, 0, _jsp_string67.length);
 554:       out.print((rz.historynextversion));
 555:       out.write(_jsp_string68, 0, _jsp_string68.length);
 556:       out.print((rz.permissions_template));
 557:       out.write(_jsp_string69, 0, _jsp_string69.length);
 558:       out.print((rz.permissions_parent));
 559:       out.write(_jsp_string70, 0, _jsp_string70.length);
 560:       out.print((StringUtils.convertStringForSource(rz.setparameter)));
 561:       out.write(_jsp_string71, 0, _jsp_string71.length);
 562:        if (rz.features.isFeature("EZ"))    {
 563: 
 564:       out.write(_jsp_string72, 0, _jsp_string72.length);
 565:       
 566: } 
 567:       out.write(_jsp_string73, 0, _jsp_string73.length);
 568:       out.print((rz.alert));
 569:       out.write(_jsp_string74, 0, _jsp_string74.length);
 570:       out.print((rz.alert));
 571:       out.write(_jsp_string75, 0, _jsp_string75.length);
 572:       out.print((rz.webspace));
 573:       out.write(_jsp_string76, 0, _jsp_string76.length);
 574:       
 575: /**
 576:   * This jsp is used in editform pages to show top navigation first level menus without link.
 577:   * @Gini
 578: */
 579: 
 580:       out.write(_jsp_string77, 0, _jsp_string77.length);
 581:            // * * * * * Start Menu Block * * * * *
 582:     /**
 583:     * Mandatory menu block variables.
 584:     * These variables are used for Top Navigation. Also used for Menual include for Top Navigations
 585:     * @Bipin
 586:     */
 587:     int minLevel = 0;                //Starting link level (top navigation is 0)
 588:     int menuLevel = minLevel;         //Intialize current level
 589:     int nextLevel = 0;                 //Next link level
 590:     int linkLevel = 0;                //This link level
 591:     int firstLevelCtr = 0;            //To check the dropdown value of 1st level links
 592:     int secondLevelCtr=0;            //To check the dropdown value of 2nd level links
 593:     String linkUrl = "";
 594:     String linkContent ="";
 595:     String linkTarget = "";
 596:     String firstID = "";          //To pass an ID to the first item in topnav
 597:     boolean flag = false;
 598:     String filter = "";    
 599:     String linkID = "";
 600:     String recordID = ""; 
 601:     String showcase_filter = "";
 602:     String parentID = "";
 603:     String  ParentLink = "";
 604:     int PageLinkLevel = 0;
 605:     int linkparentid = 0;
 606:     
 607:     /*
 608:     * Variables used for index Page Slider Area & other related area
 609:     */
 610:     String slider_title = "";
 611:     String slider_subheader = "";
 612:     String social_image ="";
 613:     String image_src = "";
 614:     String image_url = "";
 615:     String image_alt = "";
 616:     String image_text = "";
 617:     String caption = "";
 618:     String caption_date = "";
 619:     int arr_index = 0;
 620:     String www = "www";   // used for to add "www" to URL field
 621:     String noimage = "noimage.gif";  // used to check noimage
 622:     String http = "http://";
 623:     String header = "";
 624:     
 625: 
 626:       out.write(_jsp_string0, 0, _jsp_string0.length);
 627:       
 628:   StringBuffer strTopNav = new StringBuffer();
 629:   strTopNav.append("<ul class=\"nav\">"); 
 630: 
 631:       out.write(' ');
 632:       if (_jsp_ListTag_1 == null) {
 633:         _jsp_ListTag_1 = new revize.taglib.content.ListTag();
 634:         _jsp_ListTag_1.setPageContext(pageContext);
 635:         _jsp_ListTag_1.setParent((javax.servlet.jsp.tagext.Tag) null);
 636:         _jsp_ListTag_1.setModule("links");
 637:         _jsp_ListTag_1.setGroupbyfield("linklevel");
 638:         _jsp_ListTag_1.setSort("linkseq asc");
 639:         _jsp_ListTag_1.setOutput("none");
 640:         _jsp_ListTag_1.setOptions("");
 641:         _jsp_ListTag_1.setFilter("linkplacement=topnav and linkparentid=0");
 642:       }
 643: 
 644:       int _jspEval6 = _jsp_ListTag_1.doStartTag();
 645:       if (_jspEval6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
 646:         out = pageContext.pushBody();
 647:         _jsp_ListTag_1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
 648:         do {
 649:           out.write(_jsp_string0, 0, _jsp_string0.length);
 650:                rz.menusorter(); 
 651:           out.write(_jsp_string0, 0, _jsp_string0.length);
 652:           if (_jsp_ProcessBodyTag_2 == null) {
 653:             _jsp_ProcessBodyTag_2 = new revize.taglib.content.ProcessBodyTag();
 654:             _jsp_ProcessBodyTag_2.setPageContext(pageContext);
 655:             _jsp_ProcessBodyTag_2.setParent((javax.servlet.jsp.tagext.Tag) _jsp_ListTag_1);
 656:           }
 657: 
 658:           {
 659:             out = pageContext.pushBody();
 660:             _jsp_ProcessBodyTag_2.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
 661:             out.write(' ');
 662:             
 663: 
 664:     //----- Loop through all menu items for this section (all levels)
 665:     while ( rz.listnext() && rz.listindex >= 0)
 666:     {
 667:         //----- Look ahead to next item level (requires groupbyfield="linklevel")
 668:         linkLevel = Integer.parseInt(rz.fetch("links","linklevel"));
 669:         
 670:         linkID = rz.fetch("links","linkid");
 671:         recordID = rz.pagerecordid;
 672:         
 673:         if (rz.listindex < rz.listlimit)
 674:             nextLevel = Integer.parseInt(rz.groupnextvalue);
 675:         else
 676:             nextLevel = minLevel;      //move all the way up
 677: 
 678:         //----- Get primary link properties (rz.content, rz.link, rz.target).
 679:         //        Also executes link code to create dependent template page.
 680:         rz.linkmanager();    //same as <rz:link name="linkmanager" ... /> //----- Adjust rz.link
 681:         if (rz.linktype.equals("none"))
 682:             rz.link = "#";
 683: 
 684:         // supresses javascript alert passed via rz.link
 685:         if (rz.link.toLowerCase().indexOf("javascript") != -1)
 686:             rz.link = "#"; 
 687:             
 688:         // remove leading ../ if it existing (needed which template in sub-folder)
 689:         if (rz.link.indexOf("../") == 0)
 690:             rz.link = rz.link.substring(3);
 691:             
 692:         linkUrl = rz.link;
 693:         linkContent = rz.content;
 694:         linkTarget = rz.target;
 695: 
 696:         //----- Actual html list and/or link code follows
 697:         //        (this code is done for each menu item)
 698:         int list=rz.listindex;
 699:         String str= Integer.toString(list);
 700:         
 701:                     
 702:         if (linkLevel == minLevel)        // top level link
 703:         {
 704:            //classActive = (linkID.equals(parentLink))?" class=\"current-menu-ancestor\"":"";
 705:               strTopNav.append("\n\t");
 706:               strTopNav.append("<li>");
 707:               strTopNav.append("<a href=\"#\">");
 708:               strTopNav.append(linkContent);
 709:               strTopNav.append("</a>"); 
 710:             if(nextLevel == 0)
 711:             {
 712:                       strTopNav.append("</li>"); 
 713:             }
 714:         }
 715:         else                            // lower level link
 716:         {
 717:             if(firstLevelCtr == 0)
 718:             {
 719:                      strTopNav.append("\n\t\t");
 720:                      strTopNav.append("<ul>");
 721:             firstLevelCtr++;
 722:             
 723:             }
 724:             // add submenu link items ("url","Link name","_target","alt text")
 725:             if(linkLevel == 1){
 726:                     strTopNav.append("\n\t");
 727:                     strTopNav.append("<li>");
 728:                     strTopNav.append("<a href=\"#\"");
 729:                     strTopNav.append(" target=\"");
 730:                     strTopNav.append(linkTarget);
 731:                     strTopNav.append("\">");
 732:                     strTopNav.append(linkContent);
 733:                     strTopNav.append("</a>"); 
 734:             if(nextLevel == 0)
 735:             {
 736:                       strTopNav.append("</li>");
 737:                       strTopNav.append("\n\t\t");
 738:                       strTopNav.append("</ul>");
 739:                       strTopNav.append("\n\t"); 
 740:                       strTopNav.append("</li>"); 
 741:             firstLevelCtr=0;
 742:             }
 743:             if(nextLevel ==1 )
 744:             {
 745:                       strTopNav.append("</li>"); 
 746:             }
 747:             if(nextLevel == 2){flag = true;}
 748:         }
 749:             if(linkLevel == 2)
 750:             {
 751:               if(secondLevelCtr == 0){
 752:                       strTopNav.append("\n\t\t\t\t"); 
 753:                       strTopNav.append("<ul>");
 754:               secondLevelCtr++;     }
 755:                     strTopNav.append("\n\t\t\t\t\t");
 756:                     strTopNav.append("<li>");
 757:                     strTopNav.append("<a href=\"#\"");
 758:                     strTopNav.append(" target=\"");
 759:                     strTopNav.append(linkTarget);
 760:                     strTopNav.append("\">");
 761:                     strTopNav.append(linkContent);
 762:                     strTopNav.append("</a>"); 
 763:                     strTopNav.append("</li>");
 764:             if(nextLevel != 2)
 765:             {
 766:                       strTopNav.append("\n\t\t\t\t");
 767:                       strTopNav.append("</ul>");
 768:                       strTopNav.append("\n\t\t\t"); 
 769:               if(nextLevel == 0){ firstLevelCtr=0;
 770:                       strTopNav.append("</li>");
 771:                       strTopNav.append("\n\t\t");
 772:                       strTopNav.append("</ul>");
 773:                       strTopNav.append("\n\t"); 
 774:                       strTopNav.append("</li>");
 775:                                 }
 776:                if(nextLevel==1) {
 777:                       strTopNav.append("</li>"); 
 778:                                   }
 779:                secondLevelCtr=0;
 780:             }}
 781:         }
 782: 
 783:         //----- If moving up a level(s); nextLevel=minLevel if this is last item
 784:         //        (code used once at END of each sub-level)
 785:         while (nextLevel < menuLevel)
 786:         {
 787:             menuLevel--;
 788:             // terminate each level
 789:         }
 790:     } //end list (while loop)
 791: 
 792:     
 793:             out.write(_jsp_string78, 0, _jsp_string78.length);
 794:             _jsp_ProcessBodyTag_2.doAfterBody();
 795:             out = pageContext.popAndReleaseBody();
 796:           }
 797:           out.write(_jsp_string0, 0, _jsp_string0.length);
 798:         } while (_jsp_ListTag_1.doAfterBody() == javax.servlet.jsp.tagext.IterationTag.EVAL_BODY_AGAIN);
 799:         if (_jspEval6 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
 800:           out = pageContext.popAndReleaseBody();
 801:       }
 802:       out.write(_jsp_string78, 0, _jsp_string78.length);
 803:       
 804:           strTopNav.append("\n");
 805:           strTopNav.append("</ul>");
 806:       
 807:       out.write(' ');
 808:       out.print((strTopNav));
 809:       out.write(' ');
 810:       // * * * * * End Menu Block * * * * * 
 811:       out.write(_jsp_string79, 0, _jsp_string79.length);
 812:       out.print(("imagelink.pageid="+request.getParameter("pageid")));
 813:       out.write(_jsp_string80, 0, _jsp_string80.length);
 814:       if (_jsp_ListTag_3 == null) {
 815:         _jsp_ListTag_3 = new revize.taglib.content.ListTag();
 816:         _jsp_ListTag_3.setPageContext(pageContext);
 817:         _jsp_ListTag_3.setParent((javax.servlet.jsp.tagext.Tag) null);
 818:         _jsp_ListTag_3.setModule("imagelink");
 819:         _jsp_ListTag_3.setSort("seq_no asc");
 820:         _jsp_ListTag_3.setOutput("none");
 821:         _jsp_ListTag_3.setOptions("");
 822:       }
 823: 
 824:       _jsp_ListTag_3.setFilter("imagelink.pageid="+request.getParameter("pageid"));
 825:       int _jspEval14 = _jsp_ListTag_3.doStartTag();
 826:       if (_jspEval14 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
 827:         out = pageContext.pushBody();
 828:         _jsp_ListTag_3.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
 829:         do {
 830:           out.write(_jsp_string81, 0, _jsp_string81.length);
 831:            while ( rz.listnext() ){ 
 832:           out.write(_jsp_string81, 0, _jsp_string81.length);
 833:           if (_jsp_ProcessBodyTag_4 == null) {
 834:             _jsp_ProcessBodyTag_4 = new revize.taglib.content.ProcessBodyTag();
 835:             _jsp_ProcessBodyTag_4.setPageContext(pageContext);
 836:             _jsp_ProcessBodyTag_4.setParent((javax.servlet.jsp.tagext.Tag) _jsp_ListTag_3);
 837:           }
 838: 
 839:           {
 840:             out = pageContext.pushBody();
 841:             _jsp_ProcessBodyTag_4.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
 842:             out.write(_jsp_string82, 0, _jsp_string82.length);
 843:             out.print((rz.listmodule));
 844:             out.write(_jsp_string83, 0, _jsp_string83.length);
 845:             out.print((rz.listitemid()));
 846:             out.write(_jsp_string84, 0, _jsp_string84.length);
 847:             out.print((rz.listitemid()));
 848:             out.write(_jsp_string85, 0, _jsp_string85.length);
 849:             out.print((rz.listmodule));
 850:             out.write(_jsp_string86, 0, _jsp_string86.length);
 851:             out.print((rz.listitemid()));
 852:             out.write(_jsp_string87, 0, _jsp_string87.length);
 853:             if (_jsp_FetchTag_5 == null) {
 854:               _jsp_FetchTag_5 = new revize.taglib.content.FetchTag();
 855:               _jsp_FetchTag_5.setPageContext(pageContext);
 856:               _jsp_FetchTag_5.setParent((javax.servlet.jsp.tagext.Tag) _jsp_ProcessBodyTag_4);
 857:               _jsp_FetchTag_5.setModule("imagelink");
 858:               _jsp_FetchTag_5.setOutput("html");
 859:             }
 860: 
 861:             _jsp_FetchTag_5.setField("seq_no");
 862:             _jsp_FetchTag_5.setOptions("size=30,wrap=Virtual");
 863:             int _jspEval20 = _jsp_FetchTag_5.doStartTag();
 864:               _jsp_FetchTag_5.setBodyContent((javax.servlet.jsp.tagext.BodyContent) null);
 865:             out.write(_jsp_string88, 0, _jsp_string88.length);
 866:             if (_jsp_FetchTag_5 == null) {
 867:               _jsp_FetchTag_5 = new revize.taglib.content.FetchTag();
 868:               _jsp_FetchTag_5.setPageContext(pageContext);
 869:               _jsp_FetchTag_5.setParent((javax.servlet.jsp.tagext.Tag) _jsp_ProcessBodyTag_4);
 870:               _jsp_FetchTag_5.setModule("imagelink");
 871:               _jsp_FetchTag_5.setOutput("html");
 872:             }
 873: 
 874:             _jsp_FetchTag_5.setField("image");
 875:             _jsp_FetchTag_5.setOptions("image,auto,location=/quickimage,extensions=,align=,maxwidth=88,maxheight=88");
 876:             int _jspEval24 = _jsp_FetchTag_5.doStartTag();
 877:               _jsp_FetchTag_5.setBodyContent((javax.servlet.jsp.tagext.BodyContent) null);
 878:             out.write(_jsp_string89, 0, _jsp_string89.length);
 879:             if (_jsp_FetchTag_5 == null) {
 880:               _jsp_FetchTag_5 = new revize.taglib.content.FetchTag();
 881:               _jsp_FetchTag_5.setPageContext(pageContext);
 882:               _jsp_FetchTag_5.setParent((javax.servlet.jsp.tagext.Tag) _jsp_ProcessBodyTag_4);
 883:               _jsp_FetchTag_5.setModule("imagelink");
 884:               _jsp_FetchTag_5.setOutput("html");
 885:             }
 886: 
 887:             _jsp_FetchTag_5.setField("url");
 888:             _jsp_FetchTag_5.setOptions("size=30,wrap=Virtual");
 889:             int _jspEval28 = _jsp_FetchTag_5.doStartTag();
 890:               _jsp_FetchTag_5.setBodyContent((javax.servlet.jsp.tagext.BodyContent) null);
 891:             out.write(_jsp_string90, 0, _jsp_string90.length);
 892:             if (_jsp_FetchTag_5 == null) {
 893:               _jsp_FetchTag_5 = new revize.taglib.content.FetchTag();
 894:               _jsp_FetchTag_5.setPageContext(pageContext);
 895:               _jsp_FetchTag_5.setParent((javax.servlet.jsp.tagext.Tag) _jsp_ProcessBodyTag_4);
 896:               _jsp_FetchTag_5.setModule("imagelink");
 897:               _jsp_FetchTag_5.setOutput("html");
 898:             }
 899: 
 900:             _jsp_FetchTag_5.setField("link_text");
 901:             _jsp_FetchTag_5.setOptions("size=30,wrap=Virtual");
 902:             int _jspEval32 = _jsp_FetchTag_5.doStartTag();
 903:               _jsp_FetchTag_5.setBodyContent((javax.servlet.jsp.tagext.BodyContent) null);
 904:             out.write(_jsp_string91, 0, _jsp_string91.length);
 905:             _jsp_ProcessBodyTag_4.doAfterBody();
 906:             out = pageContext.popAndReleaseBody();
 907:           }
 908:           out.write(_jsp_string81, 0, _jsp_string81.length);
 909:           }
 910:           out.write(_jsp_string81, 0, _jsp_string81.length);
 911:         } while (_jsp_ListTag_3.doAfterBody() == javax.servlet.jsp.tagext.IterationTag.EVAL_BODY_AGAIN);
 912:         if (_jspEval14 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
 913:           out = pageContext.popAndReleaseBody();
 914:       }
 915:       out.write(_jsp_string92, 0, _jsp_string92.length);
 916:       if (_jsp_FetchTag_6 == null) {
 917:         _jsp_FetchTag_6 = new revize.taglib.content.FetchTag();
 918:         _jsp_FetchTag_6.setPageContext(pageContext);
 919:         _jsp_FetchTag_6.setParent((javax.servlet.jsp.tagext.Tag) null);
 920:         _jsp_FetchTag_6.setModule("global");
 921:         _jsp_FetchTag_6.setField("copyright");
 922:         _jsp_FetchTag_6.setOutput("html");
 923:         _jsp_FetchTag_6.setWhere("global.pageid=copyright");
 924:         _jsp_FetchTag_6.setOptions("size=30,wrap=Virtual");
 925:       }
 926: 
 927:       int _jspEval38 = _jsp_FetchTag_6.doStartTag();
 928:         _jsp_FetchTag_6.setBodyContent((javax.servlet.jsp.tagext.BodyContent) null);
 929:       out.write(_jsp_string93, 0, _jsp_string93.length);
 930:       
 931: 
 932: /*________________________________________________________________________________________
 933: 
 934: Following is plugin code.
 935: ________________________________________________________________________________________*/
 936: 
 937: 
 938: /*-----------------------------------------------------------*/
 939: if (isRevizePluginActive("revize_something")) {
 940: /*-----------------------------------------------------------*/
 941: 
 942:        }
 943: 
 944: 
 945: 
 946:       out.write(_jsp_string94, 0, _jsp_string94.length);
 947:       
 948: 
 949: /*________________________________________________________________________________________
 950: 
 951: Following is plugin code.
 952: ________________________________________________________________________________________*/
 953: 
 954: 
 955: /*-----------------------------------------------------------*/
 956: if (isRevizePluginActive("revize_something")) {
 957: /*-----------------------------------------------------------*/
 958: 
 959:        }
 960: 
 961: 
 962: 
 963:       out.write(_jsp_string95, 0, _jsp_string95.length);
 964:     } catch (java.lang.Throwable _jsp_e) {
 965:       pageContext.handlePageException(_jsp_e);
 966:     } finally {
 967:       if (_jsp_LinkTag_0 != null)
 968:         _jsp_LinkTag_0.release();
 969:       if (_jsp_ListTag_1 != null)
 970:         _jsp_ListTag_1.release();
 971:       if (_jsp_ProcessBodyTag_2 != null)
 972:         _jsp_ProcessBodyTag_2.release();
 973:       if (_jsp_ListTag_3 != null)
 974:         _jsp_ListTag_3.release();
 975:       if (_jsp_ProcessBodyTag_4 != null)
 976:         _jsp_ProcessBodyTag_4.release();
 977:       if (_jsp_FetchTag_5 != null)
 978:         _jsp_FetchTag_5.release();
 979:       if (_jsp_FetchTag_6 != null)
 980:         _jsp_FetchTag_6.release();
 981:       com.caucho.jsp.QJspFactory.freePageContext(pageContext);
 982:     }
 983:   }
 984: 
 985:   private com.caucho.java.LineMap _caucho_line_map;
 986:   private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
 987: 
 988:   public boolean _caucho_isModified()
 989:   {
 990:     if (_caucho_isDead)
 991:       return true;
 992:     if (com.caucho.util.CauchoSystem.getVersionId() != 1174304628)
 993:       return true;
 994:     for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
 995:       com.caucho.make.Dependency depend;
 996:       depend = (com.caucho.make.Dependency) _caucho_depends.get(i);
 997:       if (depend.isModified())
 998:         return true;
 999:     }
1000:     return false;
1001:   }
1002: 
1003:   public long _caucho_lastModified()
1004:   {
1005:     return 0;
1006:   }
1007: 
1008:   public com.caucho.java.LineMap _caucho_getLineMap()
1009:   {
1010:     return _caucho_line_map;
1011:   }
1012: 
1013:   public void destroy()
1014:   {
1015:       _caucho_isDead = true;
1016:       super.destroy();
1017:   }
1018: 
1019:   public void init(com.caucho.java.LineMap lineMap,
1020:                    com.caucho.vfs.Path appDir)
1021:     throws javax.servlet.ServletException
1022:   {
1023:     com.caucho.vfs.Path resinHome = com.caucho.util.CauchoSystem.getResinHome();
1024:     com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
1025:     mergePath.addMergePath(appDir);
1026:     mergePath.addMergePath(resinHome);
1027:     com.caucho.loader.DynamicClassLoader loader;
1028:     loader = (com.caucho.loader.DynamicClassLoader) getClass().getClassLoader();
1029:     String resourcePath = loader.getResourcePathSpecificFirst();
1030:     mergePath.addClassPath(resourcePath);
1031:     _caucho_line_map = new com.caucho.java.LineMap("_quick_0link_22deditlist__jsp.java", "foo");
1032:     _caucho_line_map.add("/util/setup_common_header.jsp", 65, 31);
1033:     _caucho_line_map.add("/plugins/setup/setup.before_endhead.common_include.jsp", 16, 135);
1034:     _caucho_line_map.add("/util/setup_editlist_header.jsp", 31, 204);
1035:     _caucho_line_map.add("/util/setup_common_header.jsp", 1, 255);
1036:     _caucho_line_map.add(51, 277);
1037:     _caucho_line_map.add("/plugins/setup/setup.before_endhead.common_include.jsp", 9, 293);
1038:     _caucho_line_map.add(39, 307);
1039:     _caucho_line_map.add(46, 319);
1040:     _caucho_line_map.add(55, 339);
1041:     _caucho_line_map.add(61, 353);
1042:     _caucho_line_map.add(66, 365);
1043:     _caucho_line_map.add("/plugins/photo_gallery/photo_gallery.head_include.jsp", 17, 379);
1044:     _caucho_line_map.add(17, 389);
1045:     _caucho_line_map.add(17, 391);
1046:     _caucho_line_map.add("/plugins/setup/setup.before_endhead.common_include.jsp", 72, 393);
1047:     _caucho_line_map.add("/plugins/menus/menus_head_include.jsp", 1, 408);
1048:     _caucho_line_map.add(52, 426);
1049:     _caucho_line_map.add("/plugins/setup/setup.before_endhead.common_include.jsp", 79, 428);
1050:     _caucho_line_map.add(89, 442);
1051:     _caucho_line_map.add(94, 454);
1052:     _caucho_line_map.add(100, 466);
1053:     _caucho_line_map.add(105, 478);
1054:     _caucho_line_map.add("/plugins/setup/setup.before_endhead.editlist_include.jsp", 19, 490);
1055:     _caucho_line_map.add(31, 515);
1056:     _caucho_line_map.add("/util/setup_editlist_javascript.jsp", 24, 523);
1057:     _caucho_line_map.add("/util/setup_common_javascript.jsp", 1, 526);
1058:     _caucho_line_map.add(2, 528);
1059:     _caucho_line_map.add(3, 530);
1060:     _caucho_line_map.add(5, 532);
1061:     _caucho_line_map.add(6, 534);
1062:     _caucho_line_map.add(7, 536);
1063:     _caucho_line_map.add(8, 538);
1064:     _caucho_line_map.add(9, 540);
1065:     _caucho_line_map.add(11, 542);
1066:     _caucho_line_map.add(12, 544);
1067:     _caucho_line_map.add(13, 546);
1068:     _caucho_line_map.add(14, 548);
1069:     _caucho_line_map.add(15, 550);
1070:     _caucho_line_map.add(16, 552);
1071:     _caucho_line_map.add(17, 554);
1072:     _caucho_line_map.add(18, 556);
1073:     _caucho_line_map.add(19, 558);
1074:     _caucho_line_map.add(20, 560);
1075:     _caucho_line_map.add(21, 562);
1076:     _caucho_line_map.add(23, 564);
1077:     _caucho_line_map.add(24, 566);
1078:     _caucho_line_map.add(25, 568);
1079:     _caucho_line_map.add(26, 570);
1080:     _caucho_line_map.add(27, 572);
1081:     _caucho_line_map.add(28, 574);
1082:     _caucho_line_map.add(31, 576);
1083:     _caucho_line_map.add(31, 578);
1084:     _caucho_line_map.add(60, 636);
1085:     _caucho_line_map.add(61, 638);
1086:     _caucho_line_map.add(62, 640);
1087:     _caucho_line_map.add(63, 642);
1088:     _caucho_line_map.add(64, 644);
1089:     _caucho_line_map.add(65, 646);
1090:     _caucho_line_map.add(66, 648);
1091:     _caucho_line_map.add(67, 650);
1092:     _caucho_line_map.add(68, 652);
1093:     _caucho_line_map.add(70, 654);
1094:     _caucho_line_map.add(71, 656);
1095:     _caucho_line_map.add(75, 660);
1096:     _caucho_line_map.add(76, 662);
1097:     _caucho_line_map.add(82, 664);
1098:     _caucho_line_map.add(94, 690);
1099:     _caucho_line_map.add(94, 692);
1100:     _caucho_line_map.add(95, 694);
1101:     _caucho_line_map.add(99, 702);
1102:     _caucho_line_map.add(100, 704);
1103:     _caucho_line_map.add(100, 705);
1104:     _caucho_line_map.add(101, 707);
1105:     _caucho_line_map.add("/util/setup_editlist_javascript.jsp", 38, 709);
1106:     _caucho_line_map.add(39, 711);
1107:     _caucho_line_map.add(40, 713);
1108:     _caucho_line_map.add(41, 715);
1109:     _caucho_line_map.add(44, 717);
1110:     _caucho_line_map.add(45, 719);
1111:     _caucho_line_map.add(46, 721);
1112:     _caucho_line_map.add("/util/EASY/easy_javascript.jsp", 1, 723);
1113:     _caucho_line_map.add(12, 727);
1114:     _caucho_line_map.add("/util/setup_editlist_javascript.jsp", 65, 731);
1115:     _caucho_line_map.add(65, 733);
1116:     _caucho_line_map.add(69, 735);
1117:     _caucho_line_map.add("/cedarrapids/_includes_/topnav_editform.jsp", 1, 737);
1118:     _caucho_line_map.add("/cedarrapids/_includes_/global_menu_variables.jsp", 1, 749);
1119:     _caucho_line_map.add("/cedarrapids/_includes_/topnav_editform.jsp", 8, 839);
1120:     _caucho_line_map.add(11, 847);
1121:     _caucho_line_map.add(12, 865);
1122:     _caucho_line_map.add(13, 867);
1123:     _caucho_line_map.add(13, 877);
1124:     _caucho_line_map.add(51, 954);
1125:     _caucho_line_map.add(143, 1138);
1126:     _caucho_line_map.add(144, 1142);
1127:     _caucho_line_map.add(145, 1147);
1128:     _caucho_line_map.add(148, 1155);
1129:     _caucho_line_map.add(148, 1157);
1130:     _caucho_line_map.add("/cedarrapids/editforms/quick_link-editlist.jsp", 129, 1159);
1131:     _caucho_line_map.add(160, 1161);
1132:     _caucho_line_map.add(163, 1178);
1133:     _caucho_line_map.add(164, 1180);
1134:     _caucho_line_map.add(173, 1190);
1135:     _caucho_line_map.add(173, 1192);
1136:     _caucho_line_map.add(176, 1194);
1137:     _caucho_line_map.add(190, 1196);
1138:     _caucho_line_map.add(191, 1198);
1139:     _caucho_line_map.add(203, 1200);
1140:     _caucho_line_map.add(209, 1213);
1141:     _caucho_line_map.add(216, 1226);
1142:     _caucho_line_map.add(226, 1239);
1143:     _caucho_line_map.add(239, 1252);
1144:     _caucho_line_map.add(240, 1256);
1145:     _caucho_line_map.add(241, 1258);
1146:     _caucho_line_map.add(272, 1263);
1147:     _caucho_line_map.add("/plugins/setup/setup.before_endbody.common_include.jsp", 10, 1277);
1148:     _caucho_line_map.add(21, 1300);
1149:     _caucho_line_map.add("/plugins/setup/setup.before_endbody.editlist_include.jsp", 18, 1308);
1150:     _caucho_line_map.add(29, 1331);
1151:     com.caucho.vfs.Depend depend;
1152:     depend = new com.caucho.vfs.Depend(appDir.lookup("cedarrapids/editforms/quick_link-editlist.jsp"), "xKfYex5EGYWoxUINcY2Ugg==", false);
1153:     _caucho_depends.add(depend);
1154:     depend = new com.caucho.vfs.Depend(appDir.lookup("util/setup_editlist_header.jsp"), "tk5KqAcW5sxDRCEyFeBkIQ==", false);
1155:     _caucho_depends.add(depend);
1156:     depend = new com.caucho.vfs.Depend(appDir.lookup("util/setup_common_header.jsp"), "BuVudBuZJ3eav92cLQ2dUg==", false);
1157:     _caucho_depends.add(depend);
1158:     depend = new com.caucho.vfs.Depend(appDir.lookup("util/setup_editlist_before_endhead.jsp"), "BS5ZWMS1TbyLhcM8V6UM2g==", false);
1159:     _caucho_depends.add(depend);
1160:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/setup/setup.before_endhead.editlist_include.jsp"), "FCNpDRc34mnaymS+1lyWnA==", false);
1161:     _caucho_depends.add(depend);
1162:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/setup/setup.before_endhead.common_include.jsp"), "oYXL/vQ3t5cDksjh9uGpBQ==", false);
1163:     _caucho_depends.add(depend);
1164:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/document_center/document_center.head_include.jsp"), "UDfThax3FXsZ+ScadvpbJg==", false);
1165:     _caucho_depends.add(depend);
1166:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/slideshow/slideshow_header_include.v2.jsp"), "WZ4lHauIIuJmURF56nkOUA==", false);
1167:     _caucho_depends.add(depend);
1168:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/slideshow/slideshowV3.before_endhead.include.jsp"), "fQ9kT52fEV+O0Zgzxs5kaQ==", false);
1169:     _caucho_depends.add(depend);
1170:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/photo_gallery/photo_gallery.head_include.jsp"), "Jsl8Yum5SiNEtizyAeJ6qg==", false);
1171:     _caucho_depends.add(depend);
1172:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/menus/menus_head_include.jsp"), "gH/TRSLms7Hs984MdRIQFQ==", false);
1173:     _caucho_depends.add(depend);
1174:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/general/general.revize_login.js"), "keUz58bik+EGUBivjwdUOw==", false);
1175:     _caucho_depends.add(depend);
1176:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/google/google.translate.js"), "qfIz5pG6OKaYPWXuwpBt4w==", false);
1177:     _caucho_depends.add(depend);
1178:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/menus/menus.dropdown_gotourl.js"), "PBh5DGtuY2o3NejH0Vbsnw==", false);
1179:     _caucho_depends.add(depend);
1180:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/setup/setup.common_endhead.js"), "eWtv/U/dx9OtDnVJXpjcUQ==", false);
1181:     _caucho_depends.add(depend);
1182:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/general/general.before_endhead.editlist_include.jsp"), "dpJLr9nZtCEV+728/6i8Xw==", false);
1183:     _caucho_depends.add(depend);
1184:     depend = new com.caucho.vfs.Depend(appDir.lookup("util/setup_editlist_javascript.jsp"), "HE/TZG2rey/9S8scViIxig==", false);
1185:     _caucho_depends.add(depend);
1186:     depend = new com.caucho.vfs.Depend(appDir.lookup("util/setup_common_javascript.jsp"), "PdkSKSzU2Db5Kx2gZLxUxA==", false);
1187:     _caucho_depends.add(depend);
1188:     depend = new com.caucho.vfs.Depend(appDir.lookup("util/EASY/easy_javascript.jsp"), "KBarC2xS3WlSITqZ7cugyQ==", false);
1189:     _caucho_depends.add(depend);
1190:     depend = new com.caucho.vfs.Depend(appDir.lookup("cedarrapids/_includes_/topnav_editform.jsp"), "ic7BPJ6IHA+HnXVOqnYTsg==", false);
1191:     _caucho_depends.add(depend);
1192:     depend = new com.caucho.vfs.Depend(appDir.lookup("cedarrapids/_includes_/global_menu_variables.jsp"), "y6D0w/tw/3ct7oM6kHLWZg==", false);
1193:     _caucho_depends.add(depend);
1194:     depend = new com.caucho.vfs.Depend(appDir.lookup("util/setup_editlist_before_endbody.jsp"), "WPauw2ooy1D+5egOUYdxjQ==", false);
1195:     _caucho_depends.add(depend);
1196:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/setup/setup.before_endbody.editlist_include.jsp"), "iW8zrohSmbXihcvkIFgOJA==", false);
1197:     _caucho_depends.add(depend);
1198:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/setup/setup.before_endbody.common_include.jsp"), "q95HAtO543TK+RBO3yy35A==", false);
1199:     _caucho_depends.add(depend);
1200:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/general/general.before_endbody.common_include.jsp"), "ladUFiAFjhlQGV2RE2pYdA==", false);
1201:     _caucho_depends.add(depend);
1202:     depend = new com.caucho.vfs.Depend(appDir.lookup("plugins/general/general.before_endbody.editlist_include.jsp"), "WhPvosc5QdYEbuKMlxOoDA==", false);
1203:     _caucho_depends.add(depend);
1204:   }
1205: 
1206:   private final static char []_jsp_string22;
1207:   private final static char []_jsp_string58;
1208:   private final static char []_jsp_string25;
1209:   private final static char []_jsp_string87;
1210:   private final static char []_jsp_string7;
1211:   private final static char []_jsp_string5;
1212:   private final static char []_jsp_string45;
1213:   private final static char []_jsp_string47;
1214:   private final static char []_jsp_string79;
1215:   private final static char []_jsp_string60;
1216:   private final static char []_jsp_string70;
1217:   private final static char []_jsp_string8;
1218:   private final static char []_jsp_string15;
1219:   private final static char []_jsp_string20;
1220:   private final static char []_jsp_string40;
1221:   private final static char []_jsp_string42;
1222:   private final static char []_jsp_string77;
1223:   private final static char []_jsp_string16;
1224:   private final static char []_jsp_string37;
1225:   private final static char []_jsp_string66;
1226:   private final static char []_jsp_string69;
1227:   private final static char []_jsp_string9;
1228:   private final static char []_jsp_string3;
1229:   private final static char []_jsp_string11;
1230:   private final static char []_jsp_string84;
1231:   private final static char []_jsp_string86;
1232:   private final static char []_jsp_string57;
1233:   private final static char []_jsp_string85;
1234:   private final static char []_jsp_string19;
1235:   private final static char []_jsp_string10;
1236:   private final static char []_jsp_string13;
1237:   private final static char []_jsp_string63;
1238:   private final static char []_jsp_string23;
1239:   private final static char []_jsp_string56;
1240:   private final static char []_jsp_string51;
1241:   private final static char []_jsp_string81;
1242:   private final static char []_jsp_string27;
1243:   private final static char []_jsp_string52;
1244:   private final static char []_jsp_string88;
1245:   private final static char []_jsp_string33;
1246:   private final static char []_jsp_string17;
1247:   private final static char []_jsp_string26;
1248:   private final static char []_jsp_string39;
1249:   private final static char []_jsp_string73;
1250:   private final static char []_jsp_string62;
1251:   private final static char []_jsp_string36;
1252:   private final static char []_jsp_string44;
1253:   private final static char []_jsp_string50;
1254:   private final static char []_jsp_string71;
1255:   private final static char []_jsp_string1;
1256:   private final static char []_jsp_string74;
1257:   private final static char []_jsp_string24;
1258:   private final static char []_jsp_string65;
1259:   private final static char []_jsp_string4;
1260:   private final static char []_jsp_string28;
1261:   private final static char []_jsp_string53;
1262:   private final static char []_jsp_string89;
1263:   private final static char []_jsp_string90;
1264:   private final static char []_jsp_string80;
1265:   private final static char []_jsp_string64;
1266:   private final static char []_jsp_string32;
1267:   private final static char []_jsp_string0;
1268:   private final static char []_jsp_string78;
1269:   private final static char []_jsp_string59;
1270:   private final static char []_jsp_string43;
1271:   private final static char []_jsp_string48;
1272:   private final static char []_jsp_string21;
1273:   private final static char []_jsp_string91;
1274:   private final static char []_jsp_string76;
1275:   private final static char []_jsp_string14;
1276:   private final static char []_jsp_string55;
1277:   private final static char []_jsp_string30;
1278:   private final static char []_jsp_string2;
1279:   private final static char []_jsp_string92;
1280:   private final static char []_jsp_string41;
1281:   private final static char []_jsp_string31;
1282:   private final static char []_jsp_string34;
1283:   private final static char []_jsp_string12;
1284:   private final static char []_jsp_string49;
1285:   private final static char []_jsp_string38;
1286:   private final static char []_jsp_string54;
1287:   private final static char []_jsp_string67;
1288:   private final static char []_jsp_string75;
1289:   private final static char []_jsp_string82;
1290:   private final static char []_jsp_string46;
1291:   private final static char []_jsp_string95;
1292:   private final static char []_jsp_string35;
1293:   private final static char []_jsp_string72;
1294:   private final static char []_jsp_string18;
1295:   private final static char []_jsp_string29;
1296:   private final static char []_jsp_string83;
1297:   private final static char []_jsp_string6;
1298:   private final static char []_jsp_string68;
1299:   private final static char []_jsp_string61;
1300:   private final static char []_jsp_string93;
1301:   private final static char []_jsp_string94;
1302:   static {
1303:     _jsp_string22 = "'\r\nRZ.pagemodule = '".toCharArray();
1304:     _jsp_string58 = "RZ.webspace_config.".toCharArray();
1305:     _jsp_string25 = "';\r\n\r\nRZ.pageid = '".toCharArray();
1306:     _jsp_string87 = "';\r\n                                                RZ.name = 'RZdelete' + RZ.recordid;\r\n                                                RZ.img = '<img src=\"../images/edit/delete_small.jpg\" alt=\"Delete Item\" border=\"0\" />';\r\n                                                RZ.options = '';\r\n                                                if (typeof RZaction != 'undefined') RZaction('delete');\r\n                                                </script>\r\n                                                \r\n                                                \r\n                                              </td>\r\n                                              <td width=\"14%\" align=\"center\">\r\n                                              \r\n                                                <strong>Seq No: </strong>\r\n                                                ".toCharArray();
1307:     _jsp_string7 = "\r\n<!-- // BEG of /photo_gallery.head_include.jsp \\\\ -->\r\n".toCharArray();
1308:     _jsp_string5 = "<link media=screen href=\"_includes_/slideshow/css/slideshow_styles.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/jquery.min.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/chili-1.7.pack.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/jquery.cycle.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/easing.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT type=text/javascript>\r\n$('#slideshow').cycle({\r\n    fx:     'scrollHorz',\r\n    timeout: 8000,\r\n    delay:  -2000,\r\n    next:   '#next',\r\n    prev:   '#prev'\r\n});\r\n</SCRIPT>".toCharArray();
1309:     _jsp_string45 = "'\r\nRZ.parent_key = '".toCharArray();
1310:     _jsp_string47 = "'\r\nRZ.workflowname = '".toCharArray();
1311:     _jsp_string79 = "\r\n                    </div><!-- /#nav -->\r\n<!--Top Navigation Area Ends-->                         \r\n                    \r\n                </div><!-- /.col-md-8 -->\r\n                <div class=\"col-md-2\">                 \r\n                                \r\n                </div><!-- /.col-md-2 -->\r\n            </div><!-- /.row-fluid -->\r\n        </div><!-- /.container-fluid -->\r\n    </header>\r\n  \r\n  <div class=\"main-content\">\r\n      <div class=\"container\">\r\n          <div class=\"row\">\r\n              <div class=\"col-md-12\">\r\n                  <div class=\"inner-content\">\r\n                      <div class=\"row\">\r\n                          <div class=\"col-md-12 right-col\">\r\n                          \r\n<!--Center Content Area Starts-->                          \r\n                              <div class=\"entry\">\r\n                                  <h1 class=\"page-title\">Quick Link Editlist</h1>\r\n                                  <div class=\"post clearfix\">\r\n                                      <table width=\"100%\" align=\"center\">\r\n                                        <tr>\r\n                                          <td align=\"left\">\r\n                                          \r\n                                            \r\n                                            \r\n                                            \r\n                                            <script language=\"JavaScript\" type=\"text/JavaScript\">\r\n                                            RZ.module = 'imagelink'; RZ.linkname = '';\r\n                                            RZ.template = '*none*'; RZ.recordid = 'new';\r\n                                            RZ.nexturl = \"quick_link-editform.jsp\";\r\n                                            RZ.popupwidth = '1050'; RZ.popupheight = '650'; RZ.popupscroll = 'yes';\r\n                                            RZ.img = '<img src=\"../images/edit/new.jpg\" alt=\"New Item\" border=\"0\" />';\r\n                                            RZ.set = '".toCharArray();
1312:     _jsp_string60 = ";\r\n".toCharArray();
1313:     _jsp_string70 = "'\nRZ.setparameter = ".toCharArray();
1314:     _jsp_string8 = "<link href=\"".toCharArray();
1315:     _jsp_string15 = "\r\n\r\n<!-- // BEG of /plugins/setup/setup.common_endhead.js \\\\ -->\r\n// Javascript included on all pages\r\n<!-- \\\\ END of /plugins/setup/setup.common_endhead.js // -->\r\n\r\n</script>\r\n<!-- \\\\ END of setup.before_endhead.common javascript // -->\r\n<!-- \\\\ END of /plugins/setup/setup.before_endhead.common_include.jsp // -->".toCharArray();
1316:     _jsp_string20 = "'\r\n\r\nRZ.pagetemplatename = '".toCharArray();
1317:     _jsp_string40 = "';\r\nRZ.editversion = '".toCharArray();
1318:     _jsp_string42 = "';\r\n\r\n//----- Permission data\r\nRZ.page_roles = '".toCharArray();
1319:     _jsp_string77 = "\r\n ".toCharArray();
1320:     _jsp_string16 = "\r\n<!-- \\\\ END of /plugins/setup/setup.before_endhead.editlist_include.jsp // --><link href='https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>\r\n        \r\n    <link rel=\"stylesheet\" href=\"../_assets_/plugins/bootstrap/css/bootstrap.min.css\">    \r\n    <link rel=\"stylesheet\" href=\"../_assets_/fonts/font-awesome/css/font-awesome.min.css\">    \r\n    <link rel=\"stylesheet\" href=\"../_assets_/plugins/rs-plugin/rs-plugin/css/settings.css\">\r\n    <link rel=\"stylesheet\" href=\"../_assets_/plugins/owl.carousel/owl-carousel/owl.carousel.css\">\r\n    <link rel=\"stylesheet\" href=\"../_assets_/css/animate.min.css\">\r\n    <link rel=\"stylesheet\" href=\"../_assets_/css/layout.css\">\r\n\r\n    <script src=\"../_assets_/plugins/modernizr/modernizr.custom.js\"></script>\r\n    <script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"></script>            \r\n    <script src=\"../_assets_/plugins/waypoints/waypoints.min.js\"></script>\r\n    <script src=\"../_assets_/plugins/owl.carousel/owl-carousel/owl.carousel.min.js\"></script>\r\n    <script src=\"../_assets_/plugins/bootstrap/js/bootstrap.min.js\"></script>\r\n    <script src=\"../_assets_/plugins/rs-plugin/rs-plugin/js/jquery.themepunch.tools.min.js\"></script>\r\n    <script src=\"../_assets_/plugins/rs-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js\"></script>\r\n\r\n    <link rel=\"shortcut icon\" href=\"../_assets_/images/favicon.ico\">\r\n    <link rel=\"apple-touch-icon\" href=\"../_assets_/images/touch-icon-iphone.png\">\r\n    <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"../_assets_/images/touch-icon-ipad.png\">\r\n    <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"../_assets_/images/touch-icon-iphone4.png\">\r\n    <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"../_assets_/images/touch-icon-ipad2.png\">\r\n\r\n    <!--[if lt IE 9]><script src=\"_assets_/js/respond.min.js\"></script><![endif]-->\r\n\r\n    <!--[if !IE]><!-->\r\n     <link rel=\"stylesheet\" href=\"_assets_/plugins/add-to-homescreen/style/addtohomescreen.css\">\r\n    <script src=\"_assets_/plugins/add-to-homescreen/src/addtohomescreen.min.js\"></script>    \r\n    <script>addToHomescreen();</script>\r\n    <!--<![endif]-->\r\n        \r\n</head>\r\n<body id=\"freeform\" class=\"fullwidth editform\">\r\n\r\n".toCharArray();
1321:     _jsp_string37 = ";\r\nRZ.editmodule = '".toCharArray();
1322:     _jsp_string66 = "'\nRZ.historyversion = '".toCharArray();
1323:     _jsp_string69 = "'\nRZ.permissions_parent = '".toCharArray();
1324:     _jsp_string9 = "\" rel=\"stylesheet\" type=\"text/css\" />\r\n<!-- updated to jQ 1.2.6 and UI 1.5.2 2008-11-28 -->\r\n<script type=\"text/javascript\" charset=\"utf-8\" src=\"/revize/plugins/photo_gallery/js/jquery-1.2.6.js\"></script>\r\n<script type=\"text/javascript\" charset=\"utf-8\" src=\"/revize/plugins/photo_gallery/js/jquery-ui-full-1.5.2.min.js\"></script>\r\n<!-- \\\\ END of /photo_gallery.head_include.jsp // -->".toCharArray();
1325:     _jsp_string3 = "\r\n<link href=\"/revize/plugins/setup/css/revize.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n".toCharArray();
1326:     _jsp_string11 = "\r\n\r\n<!-- // BEG of setup.before_endhead.common javascript \\\\ -->\r\n<script type=\"text/javascript\">\r\n".toCharArray();
1327:     _jsp_string84 = "\"></a>\r\n                                                <script language=\"JavaScript\" type=\"text/JavaScript\">\r\n                                                RZ.module = 'imagelink'; RZ.linkname = '';\r\n                                                RZ.template = '*none*'; RZ.recordid = '".toCharArray();
1328:     _jsp_string86 = "';\r\n                                                RZ.recordid = '".toCharArray();
1329:     _jsp_string57 = "';\r\n\r\nif (!RZ.nextseq) RZ.nextseq = {linknames:{},modules:{}};\r\n\r\n//----- Field values from webspace_config module\r\nRZ.webspace_config = new Object();\r\n".toCharArray();
1330:     _jsp_string85 = "';\r\n                                                RZ.nexturl = \"quick_link-editform.jsp\";\r\n                                                RZ.popupwidth = '1050'; RZ.popupheight = '650'; RZ.popupscroll = 'yes';\r\n                                                RZ.img = '<img src=\"../images/edit/edit_small.jpg\" alt=\"Edit Item\" border=\"0\" />';\r\n                                                RZ.set = '';\r\n                                                RZ.options = '';\r\n                                                if (typeof RZaction != 'undefined') RZaction('edititem');\r\n                                                </script>\r\n                                                \r\n                                                \r\n                                                \r\n                                                \r\n                                                \r\n                                                <script language=\"JavaScript\" type=\"text/JavaScript\">\r\n                                                RZ.module = '".toCharArray();
1331:     _jsp_string19 = "'\r\nRZ.protocolRelativeRevizeBaseUrl='".toCharArray();
1332:     _jsp_string10 = "<script type=\"text/javascript\">\r\n\r\n//----- Check href of all <a...> tags, if it matchs page url and immediate parent is <LI>,\r\n//        append \"active\" to className of all ancestor <LI> tags until the parent of the <LI>\r\n//        tag is not <UL> or the parent of the <UL> is not another <LI> tag.\r\nvar functionRef = function setClassActive()\r\n{\r\n    var e;\r\n    try\r\n    {\r\n        var pattern = new RegExp(\"http[s]?://.*?/(.*)[?#]?\",\"\");\r\n        var tags = document.getElementsByTagName(\"A\");\r\n        if (tags)\r\n        {\r\n            for (var i=0;i<tags.length;i++)\r\n            {\r\n                var el = tags[i];\r\n                var resultsTag = el.href.match(pattern);\r\n                var resultsPage = location.href.match(pattern);\r\n                if (!resultsTag || !resultsPage) continue;\r\n                if (resultsTag[1] != resultsPage[1]) continue;\r\n    \r\n                // go up li tree marking this and all parent class=active\r\n                var li = el.parentNode;\r\n                while (li && li.tagName == 'LI')\r\n                {\r\n                    if (li.className != '') \r\n                        li.className += ' ';\r\n                    li.className += 'active';\r\n                    var ul = li.parentNode;\r\n                    if (!ul || ul.tagName != 'UL') break;\r\n                    li = ul.parentNode;\r\n                }\r\n                //let's catch all links e.g. topnav, leftnav, quick links, etc\r\n                //break;    //found url match, quit checking tags\r\n            }\r\n        }\r\n    }\r\n    catch (e) {}\r\n}\r\n//----- Activate topnavActive once page loads\r\nif (typeof addEventListener != 'undefined') addEventListener('load', functionRef, false);    //standards browser\r\nelse if (typeof attachEvent != 'undefined') attachEvent(\"onload\", functionRef);                //IE early versions\r\n</script>".toCharArray();
1333:     _jsp_string13 = "\r\n<!-- // BEG of /plugins/google/google.translate.js \\\\ -->\r\nfunction translate()\r\n{\r\n    var url = document.location.href;\r\n    url = url.substring(7);\r\n    var newurl = 'http://translate.google.com/translate?u=http%3A%2F%2F'+url+'%2F&langpair=en%7Ces&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools'\r\n    document.location.href = newurl;\r\n}\r\n<!-- \\\\ END of /plugins/google/google.translate.js // -->\r\n".toCharArray();
1334:     _jsp_string63 = "\r\nRZ.adminwinmsg = ".toCharArray();
1335:     _jsp_string23 = "'\r\nRZ.pagemoduleid = '".toCharArray();
1336:     _jsp_string56 = "'\r\nRZ.revizeserverurl = '".toCharArray();
1337:     _jsp_string51 = "'\r\nRZ.webspacedesc = ".toCharArray();
1338:     _jsp_string81 = "\r\n                                          ".toCharArray();
1339:     _jsp_string27 = "';\r\nRZ.pagesectionid = '".toCharArray();
1340:     _jsp_string52 = ";\r\n\r\nRZ.featurespattern = '".toCharArray();
1341:     _jsp_string88 = "\r\n                                                \r\n                                              </td>\r\n                                              <td width=\"20%\" align=\"center\">\r\n                                              \r\n                                                ".toCharArray();
1342:     _jsp_string33 = "';\r\nRZ.pagelinklevel = '".toCharArray();
1343:     _jsp_string17 = "<script language=\"JavaScript\" type=\"text/JavaScript\">if (!window.RZ) RZ = {};</script>\n<script language=\"JavaScript\" type=\"text/JavaScript\">RZ.jsversion = 1.0</script>\n<script language=\"JavaScript1.1\" type=\"text/JavaScript\">RZ.jsversion = 1.1</script>\n<script language=\"JavaScript1.2\" type=\"text/JavaScript\">RZ.jsversion = 1.2</script>\n<script language=\"JavaScript\" type=\"text/JavaScript\">\n\n//----- Initialize global JavaScript variables\n//      (available to snippet_helper.js & snippet_helper_editlist.js)\nRZ.pagetype = 'editlist';\n\nRZ.baseurlprefix = '".toCharArray();
1344:     _jsp_string26 = "';\r\nRZ.pageparentid = '".toCharArray();
1345:     _jsp_string39 = "';\r\nRZ.editrecordversion = '".toCharArray();
1346:     _jsp_string73 = "\r\n\n<script language=\"JavaScript\" src=\"/revize/util/snippet_helper.js\" type=\"text/JavaScript\"></script>\n<script language=\"JavaScript\" src=\"/revize/util/snippet_helper_editlist.js\" type=\"text/JavaScript\"></script>\n<script language=\"JavaScript\" src=\"/revize/util/snippet_helper_fieldvalues.js\" type=\"text/JavaScript\"></script>\n<script language=\"JavaScript\" type=\"text/JavaScript\">\n/*****     ___________________________________________________\n          |                                                   |\n          |    Start of Dynamically generated JavaScript      |\n          |      Built by snippet_editform_helper.jsp         |\n          |     (Part of Revize EDIT LIST Page Header)        |\n          |                                                   |\n          |    First section executes as soon as page loads   |\n          |___________________________________________________|\n******/\n\n//----- Send any warning message generated by above JAVA code to trace window\nRZwarning()\nif ('".toCharArray();
1347:     _jsp_string62 = "\r\nRZ.warning = ".toCharArray();
1348:     _jsp_string36 = "';\r\n\r\nRZ.isnewrecord = ".toCharArray();
1349:     _jsp_string44 = "'\r\nRZ.page_key = '".toCharArray();
1350:     _jsp_string50 = "'\r\nRZ.webspace = '".toCharArray();
1351:     _jsp_string71 = ";\n</script>\n".toCharArray();
1352:     _jsp_string1 = "\n\n\r\n<!DOCTYPE html>\r\n<!--[if lt IE 7 ]><html class=\"ie ie6\" lang=\"en\"> <![endif]-->\r\n<!--[if IE 7 ]><html class=\"ie ie7\" lang=\"en\"> <![endif]-->\r\n<!--[if IE 8 ]><html class=\"ie ie8\" lang=\"en\"> <![endif]-->\r\n<!--[if (gte IE 9)|!(IE)]><!--><html lang=\"en\"> <!--<![endif]-->\r\n<head>\r\n\r\n    <meta charset=\"utf-8\">\r\n\r\n<!-- Metadata Area Starts -->    \r\n    <title>Quick Link Editlist</title>\r\n    <meta name=\"description\" content=\"\">\r\n    <meta name=\"keywords\" content=\"\">\r\n<!-- Metadata Area Ends -->\r\n\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">\r\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n    \r\n    \r\n<!-- // BEG of /plugins/setup/setup.before_endhead.editlist_include.jsp \\\\ -->".toCharArray();
1353:     _jsp_string74 = "' != '') RZalert( '".toCharArray();
1354:     _jsp_string24 = "'\r\nRZ.pagerecordid = '".toCharArray();
1355:     _jsp_string65 = "'\nRZ.historyrecordid = '".toCharArray();
1356:     _jsp_string4 = "<!--Start:Below style and js control the Document Center Plugin -->\r\n<link rel=\"stylesheet\" href=\"/revize/plugins/document_center/document_center_styles.css\">\r\n<script type=\"text/javascript\" src=\"/revize/plugins/document_center/simple_accordian.js\"></script>\r\n<!--End-->".toCharArray();
1357:     _jsp_string28 = "';\r\nRZ.pagesectionname = '".toCharArray();
1358:     _jsp_string53 = "';\r\n".toCharArray();
1359:     _jsp_string89 = "\r\n                                             \r\n                                              </td>\r\n                                              <td width=\"26%\" align=\"left\">\r\n                                                <div style=\"width:180px;overflow-x:scroll;\">\r\n                                                <strong>Url: </strong>    \r\n                                                ".toCharArray();
1360:     _jsp_string90 = "\r\n                                                </div>\r\n                                                \r\n                                                \r\n                                              </td>\r\n                                              <td width=\"29%\" align=\"left\">\r\n                                              \r\n                                                <div style=\"width:180px;overflow-x:scroll;\">\r\n                                                <strong>Link Text: </strong>                                               \r\n                                                ".toCharArray();
1361:     _jsp_string80 = "';\r\n                                            RZ.options = '';\r\n                                            if (typeof RZaction != 'undefined') RZaction('newitem');\r\n                                            </script>\r\n                                            \r\n                                            \r\n                                            \r\n                                            \r\n                                            \r\n                                            <!-- REVIZE CANCEL UPDATE AND RETURN TO PRIOR PAGE (edit list) -->\r\n                                            <script language=\"JavaScript\" type=\"text/JavaScript\">\r\n                                            RZ.nexturl = '';\r\n                                            RZ.img = '<img src=\"../images/edit/exit.jpg\" alt=\"Exit Screen\" border=\"0\" />';\r\n                                            RZ.options = '';\r\n                                            if (typeof RZaction != 'undefined') RZaction('exit');\r\n                                            </script>\r\n                                            \r\n                                            \r\n                                          </td>\r\n                                        </tr>\r\n                                        <tr>\r\n                                          <td align=\"center\">\r\n                                          \r\n                                            <p align=\"center\"><font color=\"#000\">\"<strong style=\"color:#900\">Important: </strong>Please upload images of <strong style=\"color:#900\"> width 88px and Height 88px.</strong> If you upload any picture that does not conform to this size specification, the picture will not display properly in the website. Therefore, you need to crop/resize your picture in your computer using an image editor tool like photo shop or any other free online image resizing tool. Please keep in mind that CMS Software does not automatically crop or resize picture for this image area. Revize provides image cropping service as an additional service.\"</font>\r\n                                            </p>\r\n                                          \r\n                                          </td>\r\n                                        </tr>\r\n                                        <tr>\r\n                                          <td align=\"center\">\r\n                                          \r\n                                          ".toCharArray();
1362:     _jsp_string64 = "\r\n\n\n//----- History data\nRZ.historymode = '".toCharArray();
1363:     _jsp_string32 = "';\r\nRZ.pagelinkfilter = '".toCharArray();
1364:     _jsp_string0 = "\r\n".toCharArray();
1365:     _jsp_string78 = "\r\n        ".toCharArray();
1366:     _jsp_string59 = " = ".toCharArray();
1367:     _jsp_string43 = "\r\nRZ.page_users = '".toCharArray();
1368:     _jsp_string48 = "'\r\nRZ.permissions_options = '".toCharArray();
1369:     _jsp_string21 = "'\r\nRZ.pagetemplateid = '".toCharArray();
1370:     _jsp_string91 = "\r\n                                                </div>                                                \r\n                                              </td>\r\n                                            </tr>\r\n                                            <tr>\r\n                                              <td align=\"center\" colspan=\"5\">\r\n                                              \r\n                                                <hr />\r\n                                                \r\n                                              </td>\r\n                                            </tr>\r\n                                            </table>\r\n                                            \r\n                                          ".toCharArray();
1371:     _jsp_string76 = " \\n\"\n           + \"Edit LIST Return Url(cookie): \" + RZ.string + \"\\n\"\n           + \"Refering Page(document.referrer): \" + document.referrer + \"\\n\"\nRZtrace(\"Edit List Page Loaded\",RZ.message);\n\n//----- If cookie not defined, set to referrer for later use\n//      (redirect from editform sets referrer so only use if no value in cookie)\nif (RZ.string == \"\" && document.referrer != \"\")\n  RZsetCookieValue( 'RZeditListReturnUrl', document.referrer )\n\n/*****     ___________________________________________________\n          |                                                   |\n          |      End of Code Executed After Page Loads        |\n          |                                                   |\n          |   Following Functions Called by other Snippets    |\n          |___________________________________________________|\n******/\n\n/*---------------------------------------------------------------------------\n  Following functions are called by old versions of the NEW and EDIT ITEM\n  buttons. As of 02-29-01 these functions are not used by snippets.\n----------------------------------------------------------------------------*/\nfunction RZrecordEdit( recordID, editPageUrl ){\n  RZcallEditForm ( recordID, editPageUrl )\n}\nfunction RZrecordNew( editPageUrl ){\n  RZcallEditForm ( 'new', editPageUrl )\n}\n/*---------------------------------------------------------------------------\n  Following function is called by the CANCEL button\n  ***** Cancel Edit - return to calling page *****\n----------------------------------------------------------------------------*/\nfunction RZeditCancel(){\n  RZtrace(\"Edit Canceled\",\"\")\n  RZpriorPage('RZeditListReturnUrl')\n}\n/*****     ___________________________________________________\n          |                                                   |\n          |     End of Dynamically generated JavaScript       |\n          |___________________________________________________|\n******/\n</script>\r\n\r\n<div class=\"main-wrap\">\r\n    \r\n    <header>\r\n        <div class=\"container-fluid\">\r\n            <div class=\"row-fluid\">\r\n                \r\n                <div class=\"col-md-2\">\r\n                \r\n<!--Logo Area Starts-->                      \r\n                    <img src=\"../_assets_/images/logo.png\" alt=\"logo\">\r\n<!--Logo Area Ends-->      \r\n                    \r\n                    <div class=\"search-toggle fa fa-search\"></div>\r\n                    <div class=\"menu-icon fa fa-bars\"></div>\r\n                </div><!-- /.col-md-2 -->\r\n                <div class=\"col-md-8\">\r\n                \r\n<!--Top Navigation Area Starts-->                     \r\n                    <div id=\"nav\">\r\n                        <div class=\"menu-icon fa fa-close\"></div>\r\n                        ".toCharArray();
1372:     _jsp_string14 = "<!-- // BEG of /plugins/menus/menus.dropdown_gotourl.js \\\\ -->\r\n/*-------------------------------------------------------------------------\r\nOpen url in new window if url starts with http or window name specified\r\n\r\nurl: rz.list returned by rz:link tag\r\nnew_window: optional argument set true to always open url in new window\r\n-------------------------------------------------------------------------*/\r\nfunction RZopenurl(url,new_window)\r\n{\r\n    var pos = url.toLowerCase().indexOf('javascript:');\r\n    if (pos != -1)\r\n        alert('Broken Link ' + url.substring(pos+11));\r\n    else if (url.indexOf('http') == -1 && !new_window)\r\n    {\r\n        var pos = location.pathname.indexOf('/revize/');\r\n        if (pos != -1)\r\n        {\r\n            pos = location.pathname.indexOf('/',pos+8);\r\n            url = location.pathname.substring(0,pos+1) + url;\r\n        }\r\n        else\r\n            url = '/' + url;\r\n        location.pathname = url;\r\n    }\r\n    else\r\n    {\r\n        if (url.indexOf('http') == -1\r\n        && navigator.appVersion.indexOf('MSIE') != -1)\r\n            url = RZ.baseurlprefix + url;\r\n        if (!new_window || new_window===true) new_window = 'RZwindow';\r\n        window.open(url,new_window);\r\n    }\r\n}\r\n<!-- \\\\ END of /plugins//plugins/menus/menus.dropdown_gotourl.js // -->".toCharArray();
1373:     _jsp_string55 = "'\r\nRZ.webspacelinksurl = './webspace/links.html'\r\nRZ.workflowlist = '".toCharArray();
1374:     _jsp_string30 = "';\r\nRZ.pagesectionfolder = '".toCharArray();
1375:     _jsp_string2 = "\r\n<!-- // BEG of /plugins/setup/setup.before_endhead.common_include.jsp \\\\ -->".toCharArray();
1376:     _jsp_string92 = "\r\n                                        \r\n                                          </td>\r\n                                        </tr>\r\n                                    </table>\r\n                                  </div><!-- /.post -->\r\n                              </div><!-- /.entry -->\r\n<!--Center Content Area Ends-->                              \r\n                              \r\n                          </div><!-- /.col-md-9 -->\r\n                      </div><!-- /.row -->\r\n                  </div><!-- /.inner-content -->\r\n              </div><!-- /.col-md-12 -->          \r\n          </div><!-- /.row -->\r\n\r\n          <div class=\"row\">\r\n              <div class=\"col-md-12\">\r\n                              \r\n                              \r\n              </div><!-- /.col-md-12 -->\r\n          </div><!-- /.row -->\r\n          \r\n      </div><!-- /.container -->      \r\n\r\n<!--Footer Area Starts-->\r\n      <div class=\"copy\">\r\n          <div class=\"container\">\r\n           <div class=\"row\">\r\n               <div class=\"col-md-12\">\r\n                    \r\n<!--Copyright Area Starts-->                      \r\n                    ".toCharArray();
1377:     _jsp_string41 = "';        //same as editrecordversion\r\nRZ.editaction = '".toCharArray();
1378:     _jsp_string31 = "';\r\nRZ.pagesectionfilter = '".toCharArray();
1379:     _jsp_string34 = "';\r\nRZ.pagelinkid = '".toCharArray();
1380:     _jsp_string12 = "\r\n<!-- // BEG of /plugins/general/general.revize_login.js \\\\ -->\r\nfunction revizelogin()\r\n{\r\n    var loginSpan = document.getElementById('revize-login');\r\n    //var loginSpan = document.getElementById('powered-by-revize-link');\r\n    if (!loginSpan) return;\r\n\r\n    var color,styleElement;\r\n    var selector1 = \"#revize-login a\";\r\n    var rule1 = \"text-decoration:none !important;color:\";\r\n    var selector2 = \"#revize-login a:hover\";\r\n    var rule2 = \"text-decoration:underline !important\";\r\n    if (document.all)\r\n    {\r\n        color = loginSpan.currentStyle.color;\r\n        styleElement = document.createStyleSheet();\r\n        styleElement.addRule(selector1 , rule1+color+' !important')\r\n        styleElement.addRule(selector2 , rule2)\r\n    }\r\n    else\r\n    {\r\n        color =  document.defaultView.getComputedStyle(loginSpan,'').getPropertyValue('color');\r\n        styleElement = document.createElement(\"style\");\r\n        document.getElementsByTagName(\"head\")[0].appendChild(styleElement);\r\n        styleElement = document.styleSheets[document.styleSheets.length-1];\r\n        styleElement.insertRule(selector1 + ' {' + rule1+color + ' !important}',0);\r\n        styleElement.insertRule(selector2 + ' {' + rule2 + '}',0);\r\n    }\r\n}\r\nif (typeof window.addEventListener != \"undefined\")\r\n    window.addEventListener(\"load\", revizelogin, false);\r\nelse if (typeof window.attachEvent != \"undefined\")\r\n    window.attachEvent(\"onload\", revizelogin);\r\n<!-- \\\\ END of /plugins/general/general.revize_login.js // -->".toCharArray();
1381:     _jsp_string49 = "'\r\nRZ.permissions_module = '".toCharArray();
1382:     _jsp_string38 = "';\r\nRZ.editrecordid = '".toCharArray();
1383:     _jsp_string54 = "\r\n\r\nRZ.webspacelinksurl = '".toCharArray();
1384:     _jsp_string67 = "'\nRZ.historynextversion = '".toCharArray();
1385:     _jsp_string75 = "' )\n\n//----- Make trace entry when page loads\nRZ.string = RZgetCookieValue('RZeditListReturnUrl')\nRZ.message = \"WebSpace: ".toCharArray();
1386:     _jsp_string82 = "\r\n                                          \r\n                                            <table width=\"100%\" align=\"center\">\r\n                                            <tr>\r\n                                              <td width=\"10%\" align=\"center\">\r\n                                              \r\n                                                \r\n                                                \r\n                                                \r\n                                                <a name=\"".toCharArray();
1387:     _jsp_string46 = "'\r\nRZ.inherit_key = '".toCharArray();
1388:     _jsp_string95 = "\r\n<!-- \\\\ END of /plugins/setup/setup.before_endbody.editlist_include.jsp // --></body>\r\n</html>".toCharArray();
1389:     _jsp_string35 = "';\r\nRZ.pageidfield = '".toCharArray();
1390:     _jsp_string72 = "<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.prototypes.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.core.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.css.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.dom.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.event.js\"></script>\r\n<script type=\"text/JavaScript\" src=\"/revize/util/EASY/js/EASY.format.js\"></script>\r\n<script type=\"text/JavaScript\" src=\"/revize/util/EASY/js/EASY.formfields.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.fromto.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.getset.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.options.js\"></script>\r\n<script type=\"text/javascript\" src=\"/revize/util/EASY/js/EASY.util.js\"></script>".toCharArray();
1391:     _jsp_string18 = "'\r\nRZ.baseurlpath = '".toCharArray();
1392:     _jsp_string29 = "';\r\nRZ.pagesectionlevel = '".toCharArray();
1393:     _jsp_string83 = "_rz".toCharArray();
1394:     _jsp_string6 = "\r\n\r\n<!-- // BEG of /plugins/slideshow/slideshowV3.before_endhead.include.jsp \\\\ -->\r\n<link href=\"_includes_/slideshow/css/slideshow_styles.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/jquery.min.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/chili-1.7.pack.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/jquery.cycle.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT src=\"/revize/plugins/slideshow/js/easing.js\" type=text/javascript></SCRIPT>\r\n<SCRIPT type=text/javascript>\r\nvar buttonIndex = -1;\r\nfunction updateText(currSlideElement, nextSlideElement, options, forwardFlag)\r\n{\r\n    var html = '';\r\n    if (nextSlideElement\r\n    && nextSlideElement.childNodes\r\n    && nextSlideElement.childNodes.length)\r\n    {\r\n        //----- If there are div's under div with id=\"buttons\", change class to bottonOn\r\n        //        when each image is displayed.\r\n        var buttonClassOff = 'slidebuttonbar-buttonOff';\r\n        var buttonClassOn = 'slidebuttonbar-buttonOn'\r\n        var buttonContainer = document.getElementById('slidebuttonbar-buttons');\r\n        if (!buttonContainer)    //backward compatibility\r\n        {\r\n            buttonContainer = document.getElementById('buttons');\r\n            buttonClassOff = 'buttons';\r\n            buttonClassOn = 'buttonOn';\r\n        }\r\n        if (buttonContainer)\r\n        {\r\n            var buttons = buttonContainer.getElementsByTagName('div');\r\n            if (buttonIndex >= 0)\r\n                buttons[buttonIndex].className = buttonClassOff;\r\n\r\n            buttonIndex = nextSlideElement.id.substr(5);    //buttonIndex global\r\n            if (buttons && buttonIndex < buttons.length && buttonIndex >= 0)\r\n                buttons[buttonIndex].className = buttonClassOn;\r\n            else\r\n                buttonIndex = -1;\r\n        }\r\n    \r\n        //----- Move .slidecontent h3.slidetitle & .slidecontent p.slidedescription to\r\n        //        #slideshowContentWrapper children so opacity is not applied to heading\r\n        //        and description (inner div's can not override opacity set by parents).\r\n        //        Also remove embedded html tags from the .slidecontent children.\r\n        for (var i=0;i<nextSlideElement.childNodes.length;i++)\r\n        {\r\n            if (nextSlideElement.childNodes[i].className\r\n            && nextSlideElement.childNodes[i].className == 'slidecontent')\r\n            {\r\n                html = nextSlideElement.childNodes[i].innerHTML;\r\n                var begTag = '<p class=slidedescription>';\r\n                var endTag = '</p>';\r\n                var begOffset = html.toLowerCase().indexOf(begTag);\r\n                if (begOffset == -1)\r\n                {\r\n                    begTag = '<p class=\"slidedescription\">';\r\n                    begOffset = html.toLowerCase().indexOf(begTag);\r\n                }\r\n                if (begOffset == -1) break;\r\n                var endOffset = html.toLowerCase().lastIndexOf(endTag);\r\n                if (endOffset == -1) break;\r\n                begTag = html.substring(0,begOffset+begTag.length);\r\n                html = html.substring(begTag.length,endOffset);\r\n                html = begTag + html.replace(/<(\\/){0,1}[^>]*?>/gi,' ') + endTag;\r\n                break;\r\n            }\r\n        }\r\n    }\r\n    var slideshowContent = document.getElementById('slideshowContent');\r\n    if (slideshowContent) slideshowContent.innerHTML = html;\r\n}\r\n$('#slideshow').cycle\r\n({\r\n    fx:     'scrollHorz',\r\n    timeout: 8000,\r\n    delay:   2000,\r\n    pauseOnHover: true,\r\n    next:   location.pathname.indexOf('revize/sme') != -1 || location.hostname.indexOf('smeef.org') != -1 ?'#slide-right':'#next',\r\n    prev:   location.pathname.indexOf('revize/sme') != -1 || location.hostname.indexOf('smeef.org') != -1 ?'#slide-left':'#prev',\r\n    //autostop: 1,        //for testing\r\n    pager: '#buttons',\r\n    pagerAnchorBuilder: function(idx, slide) {\r\n        return '<div class=\"buttons\"></div>'\r\n    },\r\n    after:  function (currSlideElement, nextSlideElement, options, forwardFlag)\r\n    {\r\n        updateText(currSlideElement, nextSlideElement, options, forwardFlag);\r\n    }\r\n});\r\n// hack to highlight 1st button because buttons.children not defined when first image displays\r\n// ideally $('#slideshow') should not run until page loads\r\nfunction setupButtons()\r\n{\r\n    buttonIndex = 0;\r\n    var buttonContainer = document.getElementById('buttons');\r\n    if (buttonContainer && buttonContainer.children.length)\r\n        buttonContainer.children[0].className = 'buttonOn';\r\n\r\n}\r\nif (typeof window.addEventListener != \"undefined\")\r\n    window.addEventListener('load', setupButtons, false);\r\nelse if (typeof window.attachEvent != \"undefined\")\r\n    window.attachEvent('onload', setupButtons);\r\n</SCRIPT>\r\n<!-- \\\\ END of /plugins/slideshow/slideshowV3.before_endhead.include.jsp // -->\r\n".toCharArray();
1395:     _jsp_string68 = "'\n\n//----- Additional url parameters\nRZ.permissions_template = '".toCharArray();
1396:     _jsp_string61 = "\r\nRZ.isauthenticationactive = ".toCharArray();
1397:     _jsp_string93 = "\r\n<!--Copyright Area Ends-->                    \r\n                    \r\n               </div><!-- /.col-md-12 -->\r\n           </div><!-- /.row -->\r\n          </div><!-- /.container -->\r\n      </div><!-- /.copy -->\r\n<!--Footer Area Ends-->       \r\n      \r\n  </div><!-- /.main-content -->\r\n  \r\n</div><!-- /.main-wrap -->\r\n\r\n<!-- // BEG of /plugins/setup/setup.before_endbody.editlist_include.jsp \\\\ -->\r\n<!-- // BEG of /plugins/setup/setup.before_endbody.common_include.jsp \\\\ -->".toCharArray();
1398:     _jsp_string94 = "\r\n<!-- \\\\ END of /plugins/setup/setup.before_endhead.common_include.jsp // -->".toCharArray();
1399:   }
1400: }