Hipo Processing Screen


(Duncan Robertson) #1

Hey, I'm starting out playing with the MySource code and was wondering if anyone could point me in the right direction to modify the Hipo header display page?


I'm looking for the file (s) responsible for this code:


    		
    			
    				HIPO Processing
    							
    					
    					
					<script type="text/javascript" src="http://www.domain.com/__data/system/core/js_strings.en.js"></script>
					<script type="text/javascript" src="http://www.domain.com/__lib/html_form/html_form.js"></script>
					<script type="text/javascript" src="http://www.domain.com/__lib/js/general.js"></script>
					<script type="text/javascript" src="http://www.domain.com/__lib/js/debug.js"></script>
					<script type="text/javascript" src="http://www.domain.com/__lib/js/edit.js"></script>
						<script type="text/javascript">
				<!--
					var ON_LOAD_TIME_OUT = null;
					function page_on_load() {
						
ON_LOAD_TIME_OUT = setTimeout("next_page();", 100);					}// end page_on_load()

				// -->
				</script>
			</head>
			<body bgcolor="#FFFFFF" onLoad="java script: page_on_load();">
				<table border="0" cellspacing="0" cellpadding="0" width="100%">
					<tr>
						<td><img src="http://www.domain.com/__lib/web/images/blank.gif" width="1" height="20" /></td>
					</tr>
					<tr>
						<td align="center">
						<form name="main_form" method="post" action="/_admin/?SQ_BACKEND_PAGE=main&backend_section=am&am_section=edit_asset&assetid=5&asset_ei_screen=details&sq_link_path=,0,5&sq_asset_path=1,5"  enctype="multipart/form-data">
							<script language="JavaScript" type="text/javascript">
			function next_page() {
				self.location = "/_admin/?SQ_BACKEND_PAGE=main&backend_section=am&am_section=edit_asset&assetid=5&asset_ei_screen=details&sq_link_path=,0,5&sq_asset_path=1,5";			}//end next_page()

			function send_abort() {
				if (ON_LOAD_TIME_OUT != null) {
					clearTimeout(ON_LOAD_TIME_OUT);
				}
				if (confirm(js_translate('confirm_cancel'))) {
					document.main_form.cancel_hipo.value = "1";
					document.main_form.submit();
				} else {
					alert(js_translate('action_cannot_be_performed'));				}
			}//end send_abort()
		</script>
				<table border="0" cellspacing="0" cellpadding="0" width="500">
			<tr>
				<td class="sq-hipo-header">
					<table class="sq-hipo-header">
						<tr>
							<td valign="middle" width="100%"><img src="http://www.domain.com/__lib/web/images/icons/hipo.gif" width="71" height="26" alt="Powered by Highly Intensive Processing Object (HIPO) Technology" /></td>
						</tr>
						<tr>
							<td class="sq-hipo-header">
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td class="sq-hipo-header-progress-bar-label"><b>Acquire Locks HIPO Complete</b></td>
				<td class="sq-hipo-header-progress-bar-percent"><b>100%</b></td>
			</tr>
			<tr>
				<td colspan="2"><img src="http://www.domain.com/__lib/web/images/blank.gif" width="1" height="10" alt="blank" /></td>
			<tr>
				<td colspan="2" width="100%">
					<table width="100%" cellspacing="0" cellpadding="0" border="0">
						<tr>
							<td class="sq-hipo-header-progress-bar-main" width="100%">
							<table width="100%" cellspacing="0" cellpadding="0" border="0">
								<tr>
									<td class="sq-hipo-header-progress-bar-done"><img src="http://www.domain.com/__lib/web/images/blank.gif" width="1" height="8" alt="blank" /></td>
								</tr>
							</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
									</td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td class="sq-hipo-main" valign="top">
								</td>
			</tr>
		</table>
							</form>
					</td>
				</tr>
			</table>
			</body>
		</html></pre><br />

Thanks!

(Nic Hubbard) #2

Check out the following:


/core/hipo/hipo_backend_outputter.inc

/core/hipo/hipo_herder.inc


(Duncan Robertson) #3

You sir are a gentleman and a scholar.


(Nic Hubbard) #4

Love that quote. :)