Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

This template defines the content of the <head></head> tag of an html page


Code Block


<title>$pageTitle</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="pragma" content="no-cache" />
<link href="/dhtml/css/suit_layout.css" type="text/css" rel="stylesheet" />
<link href="/dhtml/css/insidemit.css" type="text/css" rel="stylesheet" />
<link href="css/app_layout.css" type="text/css" rel="stylesheet" />

<!-- [if lt IE 8] >
<link href="/dhtml/css/suit_IEfix.css" type="text/css" rel="stylesheet" />
<! [endif\]-->

<script src="/dhtml/js/dojo.js" type="text/javascript"></script>
<script src="/dhtml/js/src/mit/methods.js" type="text/javascript"></script>
<script src="/dhtml/js/src/mit/insidemit.js" type="text/javascript"></script>
<script src="js/app_specific.js" type="text/javascript"></script>


<!-- the viewHelper function defines a set of possible onload actions for a specific page -->
<script type="text/javascript">
	function viewHelper() {
		var currentPage = document.getElementById("pageName").value;
		switch (currentPage) {
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 			case "booeycase1":
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 				settingsInit();
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; default:
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; break;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }
&nbsp;&nbsp;&nbsp; &nbsp; }&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; </script>

&nbsp;&nbsp;&nbsp; 			break;
 			default:
			break;
		}
	}
</script>

<script type="text/javascript">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dojo.require("dojo.mit.*");
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dojo.require("dojo.event.*");
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dojo.require("dojo.io.*");
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 	dojo.addOnLoad(viewHelper);
&nbsp;&nbsp;&nbsp; </script>
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; <script src="js/gotoView.js" type="text/javascript"></script>
&nbsp;&nbsp;&nbsp; <script src="js/setValues.js" type="text/javascript"></script>

&nbsp;