teste.html
896 Bytes
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF8">
<TITLE>Sistema de Atendimento</TITLE>
<link rel="stylesheet" href="/static/css/main.css" type="text/css" />
</HEAD>
<BODY>
<DIV id="header"><H1>Sistema de Atendimento</H1></DIV>
<DIV id="content_main">
</DIV>
<DIV id="footer">
<P>Interface de Usuário</P>
</DIV>
</BODY>
</HTML>
<script src="/home/nilson/fila/Fila-Web/root/static/js/prototype-1.6.0.2.js" language="javascript" type="text/javascript">
</script>
<script language='javascript'>
$('content_main').replace('<div id=status><P>Autenticado com sucesso, carregando...</P></div>');
</script>
<SCRIPT>
window.alert('Local de Teste esta senhas_encerradas')
</SCRIPT>
<script language='javascript'>
$('status').replace('<P>Módulo do gerente carregado.</P>');
</script>