https://q.gusd.net/

ID de l'analyse :
7a308890-e22b-4de1-b06d-830ce355981eTerminée
URL soumise :
https://q.gusd.net/
Fin du rapport :

Liens : 0 trouvé(s)

Variables JavaScript : 12 trouvée(s)

Messages de journal de console : 0 trouvé(s)

HTML

<html xmlns="http://www.w3.org/1999/xhtml"><!---copy launch pro and update summer school when it starts, remove when out of session ----><head>
<link rel="icon" type="image/png" href="qlogo.png">	
<script language="JavaScript">
	    function expandArea() {
			var expandarea = document.getElementById('expandarea');
			var expandbutton = document.getElementById('expandbutton');
			if (expandarea.style.display == 'block') {
			  expandarea.style.display = 'none';
			  expandbutton.style.backgroundImage="url('plus.png')";
			  window.scrollBy(0,-50);
			} else {
			  expandarea.style.display = 'block';
			  expandbutton.style.backgroundImage="url('minus.png')";
			  window.scrollBy(0,50);
			} 
		}
		function launchproduction(){
			var wtop = screen.availHeight * .1 // / 2 - 250;
			var wleft = screen.availWidth * .1 // / 2 - 200;
			var props = "resizable=yes,width=" + (screen.availWidth * .8) + ",height=" + (screen.availHeight * .8) + ",top=" + wtop + ",left=" + wleft + ",scrollbars=yes";
			var newwin = window.open('https://q.gusd.net/production/Q','',props);
			newwin.focus();
		}
		function launchsummerschool(){
			var wtop = screen.availHeight / 2 - 250;
			var wleft = screen.availWidth / 2 - 200;
			var props = "resizable=yes,width=500,height=400,top=" + wtop + ",left=" + wleft + ",scrollbars=yes";
			var newwin = window.open('https://q.gusd.net/summerschool/Q','',props);
			newwin.focus();
		} 
		function launchtraining(){
			var wtop = screen.availHeight / 2 - 250;
			var wleft = screen.availWidth / 2 - 200;
			var props = "resizable=yes,width=500,height=400,top=" + wtop + ",left=" + wleft + ",scrollbars=yes";
//			var newwin = window.open('https://q.gusd.net/training/qconnect/login.aspx','Zangle',props);
			var newwin = window.open('https://q.gusd.net/training/Q/Home/LoginDS','Zangle',props);
			newwin.focus();
		}
		function launchsandbox(){
			var wtop = screen.availHeight / 2 - 250;
			var wleft = screen.availWidth / 2 - 200;
			var props = "resizable=yes,width=500,height=400,top=" + wtop + ",left=" + wleft + ",scrollbars=yes";
			// var newwin = window.open('https://q.gusd.net/sandbox/qconnect/login.aspx','Zangle',props); 
                        var newwin = window.open('https://q.gusd.net/ProdSandBox/Q','Zangle',props); 

			newwin.focus();
		} 
		function launchETIS_Test(){
			var wtop = screen.availHeight / 2 - 250;
			var wleft = screen.availWidth / 2 - 200;
			var props = "resizable=yes,width=500,height=400,top=" + wtop + ",left=" + wleft + ",scrollbars=yes";
			var newwin = window.open('https://q.gusd.net/ETIS_Test/Q/Home/LoginDS','Zangle',props);
			newwin.focus();
		} 
		function doLinks(how){
			for (var l=document.links, i = l.length-1; i > -1; --i)
			if (!how)
			l[i].onclick=function(){return false;};
			else
			l[i].onclick=function(){return true;};
		}
		function hidediv() { 
			if (document.getElementById) { // DOM3 = IE5, NS6 
			document.getElementById('hideShow').style.visibility = 'hidden'; 
			} 
			else { 
			if (document.layers) { // Netscape 4 
			document.hideShow.visibility = 'hidden'; 
			} 
			else { // IE 4 
			document.all.hideShow.style.visibility = 'hidden'; 
			} 
			} 
		} 
		function hidediv(pass) { 
			var divs = document.getElementsByTagName('div'); 
			for(i=0;i<divs.length;i++){ 
			if(divs[i].id.match(pass)){//if they are 'see' divs 
			if (document.getElementById) // DOM3 = IE5, NS6 
			divs[i].style.visibility="hidden";// show/hide 
			else 
			if (document.layers) // Netscape 4 
			document.layers[divs[i]].display = 'hidden'; 
			else // IE 4 
			document.all.hideShow.divs[i].visibility = 'hidden'; 
			} 
			} 
		} 
		function showdiv(pass) { 
			var divs = document.getElementsByTagName('div'); 
			for(i=0;i<divs.length;i++){ 
			if(divs[i].id.match(pass)){ 
			if (document.getElementById) 
			divs[i].style.visibility="visible"; 
			else 
			if (document.layers) // Netscape 4 
			document.layers[divs[i]].display = 'visible'; 
			else // IE 4 
			document.all.hideShow.divs[i].visibility = 'visible'; 
			} 
			} 
		}
</script> 

<meta content="en-us" http-equiv="Content-Language">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Glendale Unified School District Student Information System</title>
<style type="text/css">body {
font-family:sans-serif;
}
.standard {
	border-width: 0;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FF0000;
	text-decoration: underline;
	text-align: left;
}
.message {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: large;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
}
  .buttons {
width:400px;
}
  .buttoncontainer {
  height:110px;
  width:400px;
  text-align:center;
  padding-top: 5px;
  border-radius:20px;
  }
  .button {
  height:100px;
  width:400px;
  text-align:center;
  box-shadow: 3px 5px 5px #666;
  padding-top: 20px;
  border-radius:20px;
  }
  .buttonlink:hover .buttoncontainer{
     padding-top: 0px;
     padding-bottom: 5px;
  border-radius:20px;
  }
  .buttonlink:hover .button {
    box-shadow: 5px 10px 10px #AAA;
  }
  .buttonlink:focus .button {
    box-shadow: 0px 0px 0px #FFF;
  }
  .red {
  background: #FF0000;
}
  .blue {
  background: #0000FF;
}
  .orange {
  background: #FF9900;
}
.green {
background: #00AA00;
}
a:link {
color:#FFFFFF;
text-decoration:none;
}
a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
color:#DDDDDD;
text-decoration:none;
}
.title {
font-size:45px;
font-weight:500;
}
.description {
font-size:18px;
font-weight:800;
color:#000000;
}
#expandarea {
display:none;
}
#expandbutton {
display:block;
height:30px;
width:30px;
background-image:url('plus.png');
background-size:30px 30px;
}
</style>
</head>
<!--- dolinks 0 means disable all links used use showdiv("message")
	when system messages are enabled.
	dolinks 1 means enable all links (default) use hidediv("message")
	to hide normal divs use hidediv('layer1');hidediv('layer2');hidediv('notice') ---->
<body onload="doLinks(1)">
<div id="maintcontents" align="center">
<div id="Message" class="message" style="width: 550px;">
<img src="gusd.png"><br><br>
<!--<div style="background-color:22FFFF">
Note: The Q/Zangle Website will be down for scheduled maintenance from 4:00pm to 6:00pm today (10/15/2014)</div>
<br>-->
<!--- 
<div style="background-color:22FFFF">
Teachers: Summer School rosters will be available for viewing starting June 8th.
<br><br>Please be sure to log into "S" track for access to Summer School.</div>
<br>

<div style="background-color:22FFFF">
Teachers: 2019-20 rosters will be available for viewing starting Friday August 16th.
</div>
<br>
---->

Welcome to the GUSD Student System Landing Page<br><br>
<!-- Starts here  
<div class="NoteToUsers" style="background-color:DD0000"><br>
ATTENTION Q Users<br> 
<div align="left">

<ul>
<li>Q will be offline for maintenance until:
<p> <strong> July 16, 2023</strong> <strong>8:00 PM</strong></p></li>
<li>Users will be unable to login and access Q during this time.</li>
</ul>
<br/>
</div>
<br><br></div>
<-- End-->

Please click on the green button labeled <br>"Production" below to login<br><br></div>
<div class="buttons" align="center">
  <a href="javascript:launchproduction()" class="buttonlink">
  <div class="buttoncontainer">
    <div class="button green">
<br>
      <div class="title">Production</div>
<!--<div class="description"></div>-->
    </div>
  </div>
  </a>
  <br><br>

  </div>
   <br><br>
<div align="left">
<div onclick="expandArea()" id="expandbutton">&nbsp;</div><br><br>
  </div>
  <div id="expandarea">
  <div align="center">
    <br>
    <hr>
  <br>
  <span class="description">Please do NOT click on anything below this line unless you 
  have been instructed to do so by someone at ETIS.</span>
  <br><br>
  </div>
  <div class="buttons" align="center">

  <a href="javascript:launchtraining()" class="buttonlink">
  <div class="buttoncontainer">
    <div class="button red">
      <div class="title">Training</div>
      <div class="description">(Training ONLY!)</div>
    </div>
  </div>
  </a>
  
  <br><br>

<!--
  <a href="javascript:launchETIS_Test()" class="buttonlink">
  <div class="buttoncontainer">
    <div class="button red">
      <div class="title">ETIS_Test</div>
      <div class="description">(do not use)</div>
    </div>
  </div>
  </a>

 <br><br> -->
  <a href="javascript:launchsandbox()" class="buttonlink">
  <div class="buttoncontainer">
    <div class="button red">
      <div class="title">Sandbox</div>
      <div class="description">(Sandbox Database)</div>
    </div>
  </div>
  </a>

  <!--  <br><br>
  <a href="https://q.gusd.net/qdemo/qconnect/login.aspx" class="buttonlink">
  <div class="buttoncontainer">
    <div class="button red">
      <div class="title">Q Demo</div>
      <div class="description">(Q-Demo Preview)</div>
    </div>
  </div>
  </a>-->
  </div>
  </div>
</div>
<br><br><br><br>
</body></html>