eccolo:
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gestione asili nidi</title>
<script src="resources/mootools_1_2_1/mootools_core_1_2_1.js" type="text/javascript"></script>
<script src="resources/mootools_1_2_1/mootools_1_2_1_more.js" type="text/javascript"></script>
<script src="resources/mootabs1.2.js" type="text/javascript"></script>
<link rel="stylesheet" href="/gestioneNidi/struts/xhtml/styles.css" type="text/css"/>
<script type="text/javascript">
// Dojo configuration
djConfig = {
baseRelativePath: "/gestioneNidi/struts/dojo",
isDebug: true,
bindEncoding: "UTF-8",
debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
};
</script>
<script type="text/javascript" src="/gestioneNidi/struts/dojo/dojo.js"></script>
<script type="text/javascript" src="/gestioneNidi/struts/simple/dojoRequire.js"> </script><script type="text/javascript" src="/gestioneNidi/struts/ajax/dojoRequire.js"> </script>
<script type="text/javascript" src="/gestioneNidi/struts/CommonFunctions.js"> </script>
<link href="/gestioneNidi/css/main.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="/gestioneNidi/css/displaytag.css">
<link rel="stylesheet" type="text/css" href="/gestioneNidi/struts/tabs.css">
<link rel="stylesheet" type="text/css" href="/gestioneNidi/css/alternative.css">
<script type="text/javaScript">
window.moveTo(0,0);
window.resizeTo(screen.width, screen.height-30);
</script>
<style type="text/css">
img, div { behavior: url(/gestioneNidi/css/iepngfix.htc) }
</style>
</head>
<body id="win">
<script>
var w = document.body.clientWidth;
var win = $('win');
win.style.width=w;
win.style.left=0;
document.getElementById("win").style.top=0;
var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
myHeight = document.body.clientHeight;
}
</script>
<div id="header" >
[img]img/nidi.png[/img]
</div>
<div id="container" >
<script type="text/javaScript">
var heightBody = myHeight-160;
document.getElementById("container").style.height=heightBody;
var widthBody = myWidth-25;
document.getElementById("container").style.width=widthBody;
/*/var heightLeggend = myHeight-250;
document.getElementById("form").style.height=heightLeggend;
var widthLeggend = myWidth-40;
document.getElementById("form").style.width=widthLeggend;*/
function toggleSet(rad) {
var type = rad.value;
for(var k=0,elm;elm=rad.form.elements[k];k++)
if(elm.className=='item')
elm.style.display = elm.id==type? 'inline':'';
}
</script>
<div id="menu_v" >
<h3 class="titMenu">Pratiche</h3>
<ul class="menu2">
<li title="Nuova pratica" onmouseover="this.className='hover';" onmouseout="this.className='';">
Nuova pratica
<li title="Archivio pratiche" onmouseover="this.className='hover';" onmouseout="this.className='';">
Archivio pratiche
[/list]
<h3 class="titMenu">Graduatoria</h3>
<ul class="menu2">
<li title="Graduatoria aperta" onmouseover="this.className='hover';" onmouseout="this.className='';">
Graduatoria aperta
<li title="Archivio graduatoria" onmouseover="this.className='hover';" onmouseout="this.className='';">
Archivio graduatorie
[/list]
<h3 class="titMenu">Gestione</h3>
<ul class="menu2">
<li title="Gestione nidi" onmouseover="this.className='hover';" onmouseout="this.className='';">
Gestione nidi
<li title="Tabella ISEE" onmouseover="this.className='hover';" onmouseout="this.className='';">
Tabella ISEE
<li title="Fattori sociali" onmouseover="this.className='hover';" onmouseout="this.className='';">
Fattori sociali
[/list]
</div>
<div id="body_" >
<h2>Nuova pratica</h2>
<hr />
<script type="text/javascript">
dojo.require("dojo.widget.TabContainer");
dojo.require("dojo.widget.LinkPane");
dojo.require("dojo.widget.ContentPane");
</script>
<div dojoType="TabContainer"
style="width: 100%; height: 90%; " id="test2" doLayout="true">
<div dojoType="struts:BindDiv" id="left" label="Inserimento manuale" showError="true">
<form action="newPratica.action" name="newPratica" method="post">
<h4>Modulo d'iscrizione asilo nido ddd</h4><hr />
<fieldset>
<legend>Richiedente:</legend>
<table width="100%" height="100%" border="1">
<tr>
<td class="tdLabel">gdsgdfgdf
<label for="newPratica_da" class="label">Da: </label>
</td>
<td>
<input type="text" name="da" value="" id="newPratica_da"/>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</fieldset>
</form>
</div>
<div dojoType="struts:BindDiv"
id="middle" style="margin-top: 20px;" label="uoload file" showError="true">
<form id="uploadXml" onsubmit="return true;" action="uploadXml" target="" method="post">
<table class="wwFormTable">
<tr>
<td class="tdLabel"><label for="uploadXml_fileXml" class="label">Carica file:</label></td>
<td><input type="file" name="fileXml" value="" id="uploadXml_fileXml"/></td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td colspan="2">
<div align="left">
<input type="submit" id="uploadXml_inviaFile" name="inviaFile" value="Invia"/>
</div>
</td>
</tr>
</table></form>
</div>
</div>
</div>
</div>
</body>
</html>