spostato files manuale ITA
@@ -1,291 +0,0 @@
|
||||
/* ------------------ styles for lm content, should be placed at a better place -------------- */
|
||||
|
||||
div.ilc_PageTitle
|
||||
{
|
||||
margin-top: 5px;
|
||||
margin-bottom: 20px;
|
||||
font-size: 140%;
|
||||
padding-bottom: 3px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
div.ilc_BacklinkTitle
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 100%;
|
||||
font-style: italic;
|
||||
padding-top: 3px;
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
span.ilc_Strong
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.ilc_Emph
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
span.ilc_Comment
|
||||
{
|
||||
color: green;
|
||||
}
|
||||
|
||||
span.ilc_Quotation
|
||||
{
|
||||
color: brown;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.ilc_FootnoteLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.ilc_FootnoteLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
div.ilc_Footnote
|
||||
{
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.ilc_IntLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.ilc_IntLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a.ilc_IntLink:visited
|
||||
{
|
||||
color: blue;
|
||||
}
|
||||
|
||||
a.ilc_ExtLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.ilc_ExtLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a.ilc_ExtLink:visited
|
||||
{
|
||||
color: blue;
|
||||
}
|
||||
|
||||
div.ilc_LMNavigation
|
||||
{
|
||||
background-color:#EEEEEE;
|
||||
border-style: outset;
|
||||
border-color: #EEEEEE;
|
||||
border-width: 1px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
div.ilc_Page
|
||||
{
|
||||
background-color:#FFFFFF;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
table.ilc_Page
|
||||
{
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
td.ilc_Cell1
|
||||
{
|
||||
background-color:#FFCCCC;
|
||||
}
|
||||
|
||||
td.ilc_Cell2
|
||||
{
|
||||
background-color:#CCCCFF;
|
||||
}
|
||||
|
||||
td.ilc_Cell3
|
||||
{
|
||||
background-color:#CCFFCC;
|
||||
}
|
||||
|
||||
td.ilc_Cell4
|
||||
{
|
||||
background-color:#FFFFCC;
|
||||
}
|
||||
|
||||
div.ilc_Standard
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.ilc_TableContent
|
||||
{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
|
||||
div.ilc_List
|
||||
{
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
div.ilc_Headline1
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
div.ilc_Headline2
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
div.ilc_Headline3
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
div.ilc_Example
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding-left: 20px;
|
||||
border-left: 3px;
|
||||
border-left-style: solid;
|
||||
border-left-color: blue;
|
||||
}
|
||||
|
||||
div.ilc_Citation
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
color: brown;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.ilc_Mnemonic
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
padding: 10px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
div.ilc_Additional
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: blue;
|
||||
}
|
||||
|
||||
div.ilc_Remark
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #909090;
|
||||
background-color:#F0F0F0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
p.ilc_Code
|
||||
{
|
||||
white-space: pre;
|
||||
}*/
|
||||
|
||||
table.ilc_Media
|
||||
{
|
||||
background-color: #F5F5F5;
|
||||
padding: 0px;
|
||||
margin: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B0B0B0;
|
||||
}
|
||||
|
||||
td.ilc_MediaCaption
|
||||
{
|
||||
padding:5px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
div.ilc_Block {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px 10px;
|
||||
margin: 10px 0px;
|
||||
border-color: #A0A0A0;
|
||||
background-color: #FFFFFF;
|
||||
background-image: url(../../../templates/default/images/FramedBack.gif);
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
div.ilc_Special {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px 10px;
|
||||
margin: 10px 0px;
|
||||
border-color: #A0A0A0;
|
||||
background-color: #FFF7F7;
|
||||
background-image: url(../../../templates/default/images/SpecialBack.gif);
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
div.ilc_Excursus {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px 10px;
|
||||
margin: 10px 0px;
|
||||
border-color: #A0A0A0;
|
||||
background-color: #F7FFF7;
|
||||
background-image: url(../../../templates/default/images/ExcursusBack.gif);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_33.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Registrazione utenti</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_11.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (2/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (1/8)</div><div class="ilc_Standard">La prima parte del menu utente a sinistra è dedicata alla <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">gestione delle anagrafiche</span>.<br/>Cliccando su una delle voci disponbili è possibile creare, modificare e cancellare le voci presenti in anagrafica in base ai propri<br/>privilegi utente.<br/>E' possibile gestire ambiti, tipo e piorità per i guasti, reparti e macchine, assegnare le macchine ai differenti reparti e definire i tipi di guasto.</div><div class="ilc_Headline3">Utilizzo generale</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_172/ambiti3.png" width="411" height="258"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Modifica voci anagrafica</td></tr></table><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_174/ambiti2.png" width="410" height="271"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Creazione nuove voci</td></tr></table><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_178/cancellazione.png" width="217" height="89"/></td></tr><tr><td class="ilc_MediaCaption">fig. 3 - Cancellazione voce</td></tr></table><div class="ilc_Standard"><br><br/>Per <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">modificare</span> in anagrafica voci già esistenti (fig. 1)<br/><ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> cliccare sul pulsante con l'icona della matita gialla in corrispondenza della voce desiderata (1)</li><li> modificare i dati nei diversi campi (modifica libera, selezione da tendina etc..)</li><li> confermare la modifica cliccando sul segno di spunta verde - o annullarla cliccando sulla x rossa (2)</li></ul></div><div class="ilc_Standard"><br><br/><br><br/><br><br/><br><br/>Per <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">inserire</span> nuove voci (fig. 2) selezionare la voce nel menu a sinistra e<br/><ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li>cliccare sul pulsante nuovo (verrà creata una voce nuova non definita)</li><li> cliccare sull'icona matita gialla per modificare la voce creata</li><li> modificare i dati</li><li> confermare la modifica cliccando sul segno di spunta verde - annullarla cliccando sulla x rossa</li></ul></div><div class="ilc_Standard"><br><br/><br><br/><br><br/>Per <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">cancellare</span> una voce definitivamente (fig. 3)<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> cliccare sull'icona del cestino</li><li> rispondere alla richiesta di conferma presentata</li></ul></div><div class="ilc_Standard"><br><br/><br><br/>In ogni caso è possibile <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">ricercare</span> tra le diverse voci utilizzando il <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">campo ricerca</span> presente in alto sopra l'elenco anagrafiche (fig. 4).</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_179/ricerca.png" width="411" height="42"/></td></tr><tr><td class="ilc_MediaCaption">fig. 4 - Ricerca voci</td></tr></table></div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_196/selettore.png" width="149" height="147"/></td></tr><tr><td class="ilc_MediaCaption">fig. 5 - Selettore a comparsa</td></tr></table><div class="ilc_Standard">In caso vi siano <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">selettori a comparsa</span> (fig. 5) per attivarli è necessario cliccare sul campo o riquadro relativo per farli comparire, selezionare i valori tra quelli proposti e/o utilizzare il box di ricerca se presente. Il selettore a comparsa viene chiuso al click di selezione o al successivo click in un'altra parte della pagina.</div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_33.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Registrazione utenti</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_11.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (2/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_10.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (1/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_15.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (3/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (2/8)</div><div class="ilc_Headline3">Elenco ambiti del guasto</div><div class="ilc_Standard">La sezione ambiti del guasto consente di definire e/o modificare l'anagrafica per gli ambiti dei guasti possibili<br/>come usura,accidentale, manutenzione programmata o altro.</div><div class="ilc_Headline3">Elenco priorità</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_175/priorita.png" width="410" height="122"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Gestione priorità</td></tr></table><div class="ilc_Standard">La sezione elenco priorità permette la modifica e l'inserimento delle priorità,<br/>contraddistinte da un id di priorità e da uno stile associato (semaforo rosso, giallo e verde) che permette di distinguere rapidamente nell'utilizzo dell'applicativo la priorità di un elemento (fig. 1).</div><div class="ilc_Headline3"><br><br/><br><br/>Gestione tipo guasto</div><div class="ilc_Standard">Da questa sezione è possibile gestire l'anagrafica del tipo di guasto in modo analogo alle altre anagrafiche.</div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_10.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (1/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_15.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (3/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_15.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (3/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_26.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (5/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (4/8)</div><div class="ilc_Headline3">Macchine-reparti</div><div class="ilc_Standard">Tramite la gestione macchine-reparti è possibile gestire l'associazione tra macchine e reparti (fig. 1).<br/>Per assegnare le macchine ai reparti<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> selezionare con i due menu a tendina in alto i reparti desiderati</li><li> cliccare sull'icona "lente di ingradimento" per selezionare una voce</li><li> spostare la macchina selezionata nel reparto desiderato cliccando su una delle frecce centrali (da reparto di sinistra a destra o viceversa)</li></ul></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_180/macchine_reparti.png" width="565" height="189"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Gestione macchine-reparti</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_15.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (3/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_26.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (5/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_11.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (2/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_14.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (4/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (3/8)</div><div class="ilc_Headline3">Gestione reparti</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_176/reparti.png" width="468" height="171"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Gestione reparti</td></tr></table><div class="ilc_Standard">Per modificare le voci presenti in anagrafica reparti procedere come per la modifica generale anagrafiche (ovvero icona matita gialla per modificare la voce e segno di spunta verde per confermare/x rossa per annullare) (fig. 1); è inoltre possibile<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> cliccare sull'icona bacchetta magica per clonare il record corrente</li><li> utilizzare i selettori calendario per selezionare una data</li></ul></div><div class="ilc_Headline3"><br><br/><br><br/>Gestione macchine</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_177/macchine.png" width="566" height="239"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Gestione macchine</td></tr></table><div class="ilc_Standard">L'utilizzo dell'anagrafica gestione macchine è analogo alle altre anagrafiche e comprende la funzionalità di "clona record" e la possiblità di selezionare l'impianto di appartenenza da un selettore a comparsa attivabile cliccando sul campo "Impianto" in modalità modifica di una voce (fig. 2).<br/><br/>Tramite il selettore a comparsa scegliere una voce o cercarla utilizzando il box di ricerca.</div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_11.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (2/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_14.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (4/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_17.html" target="_top" >Interventi Manutenzione</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_69.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (8/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_18.html" target="_top" >
|
||||
Interventi Manutenzione (2/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Interventi Manutenzione (1/4)</div><div class="ilc_Headline3">Inserimento richiesta di manutenzione</div><div class="ilc_Standard">Cliccando sulla voce di menu relativa è possibile inserire una richiesta di manutenzione o visualizzare le richieste presenti.<br/>Scegliere "Inserisci nuova richiesta" per inserire o "Vai ad elenco richieste" per vedere le richieste già inserite.<br/><br/>Per inserire una richiesta (fig. 1)<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> selezionare il reparto desiderato (1)</li><li> selezionare la macchina relativa al reparto per cui inserire la richiesta (2)</li><li> compilare i dettagli relativi al guasto (matricola, priorità, data/ora, ambito e tipo guasto e se impianto fermo) (3)</li><li> indicare la causale della richiesta (4)</li><li> inserire la descrizione del problema (5)</li><li> confermare l'inserimento della richiesta cliccando sul pulsante "Invia richiesta" (6)</li></ul></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_205/Immagine 13.png" width="550" height="323"/></td></tr><tr><td class="ilc_MediaCaption"><a target="_blank" href="fullscreen_205.html"><img border="0" align="right" src="images/enlarge.gif"/></a>Fig. 1 - Inserimento nuova richiesta</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_69.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (8/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_18.html" target="_top" >
|
||||
Interventi Manutenzione (2/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_17.html" target="_top" >Interventi Manutenzione</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_17.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (1/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_19.html" target="_top" >
|
||||
Interventi Manutenzione (3/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Interventi Manutenzione (2/4)</div><div class="ilc_Headline3">Elenco richieste</div><div class="ilc_Standard">Cliccando sulla voce di menu "Elenco richieste" o scegliendo "Vai ad elenco richieste" dal menu "Inserimento richiesta" è possibile visualizzare e gestire le richieste inserite (fig. 1).</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_182/elencoRichieste.png" width="558" height="140"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Elenco richieste</td></tr></table></div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_195/richiestaItervento.png" width="315" height="442"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Report richiesta intervento</td></tr></table><div class="ilc_Standard">In <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">generale</span><ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> il colore dello stato associato alle richieste individua con rapidità lo stato, rosso per gli interventi in stato "richiesto", arancio per "in corso" e verde per "concluso"</li><li> è possibile esportare in pdf la richiesta cliccando il simbolo del documento pdf (fig. 2)</li></ul><br/>Per <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">navigare</span> tra le richieste<br/><ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> selezionare il periodo di riferimento tramite il selettore a comparsa in alto a destra della tabella richieste</li><li> per impostazione predefinita l'elenco visualizza gli interventi richiesti e in corso</li><li> se si desidera visualizzare anche le richieste concluse cliccare su "Mostra interventi già chiusi" in alto a sinistra sopra la tabella interventi</li></ul><br/>Per <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">prendere</span> in carico una richiesta<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> cliccare sul simbolo della stampante a fianco della richiesta desiderata, la richiesta viene presa in carico e stampata sulla stampante predefinita</li><li> lo stato passa a "In corso" di colore arancione ed è possibile quindi cliccare sull'icona "lente di ingrandimento" per modificare i dettagli della richiesta (vedi sezione relativa alla pagina successiva della guida)</li></ul></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_17.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (1/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_19.html" target="_top" >
|
||||
Interventi Manutenzione (3/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_17.html" target="_top" >Interventi Manutenzione</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_18.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (2/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_70.html" target="_top" >
|
||||
Interventi Manutenzione (4/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Interventi Manutenzione (3/4)</div><div class="ilc_Headline3">Dettaglio intervento</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_206/Immagine 14.jpg" width="400" height="246"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Modalità sola lettura</td></tr></table><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_187/pulsantiEditMtz.png" width="324" height="52"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Selezione modalità di edit</td></tr></table><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_188/pulsantiEditMtz2.png" width="157" height="55"/></td></tr><tr><td class="ilc_MediaCaption">fig. 3 - Update e annulla</td></tr></table><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_255/dettOp.png" width="396" height="133"/></td></tr><tr><td class="ilc_MediaCaption">fig. 4 - dettaglio interventi</td></tr></table><div class="ilc_Standard">Cliccando sulla lente di ingradimento a fianco di ogni richiesta nell'elenco richieste è possibile visualizzare e modificare il dettaglio richieste.<br/><br/>Al caricamento di un dettaglio richiesta la pagina mostra il dettaglio in modalità sola lettura (fig.1).</div><div class="ilc_Standard">E' possibile modificare il dettaglio in due modalità cliccando su uno dei pulsanti presenti in alto (fig. 2),<br/>modificare i campi desiderati e premere il pulsante <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">update</span> per aggiornare la richiesta o <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">annulla</span> per annullare le modifiche e tornare automaticamente in modalità sola lettura (fig. 3).<br/><br/><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">Compila intervento MTZ</span> - modifica base<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> i campi non modificabili sono visualizzati in azzurro</li><li> i campi modificabili dall'utente sono visualizzati in verde</li></ul><br/><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">Modifica dettaglio completa</span><ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> i campi modificabili in modalità completa sono visualizzati in verde scuro</li><li> sono ancora modificabili i campi della modalità base</li></ul><br/>In ogni caso è possibile indicare i dettagli per i singoli interventi (con matricola operatore e durata intervento) utilizzando il modulo <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">"Dett. Interventi"</span> in basso a destra della scheda dettaglio (fig. 4).<br/>La modifica avviene come per le anagrafiche: il simbolo matita gialla consente la modifica del record, il segno di spunta verde la conferma e la x rossa l'annullamento delle modifiche inserite.</div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_18.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (2/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_70.html" target="_top" >
|
||||
Interventi Manutenzione (4/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_23.html" target="_top" >Reportistica</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_70.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (4/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_25.html" target="_top" >
|
||||
Manutenzione programmata<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Reportistica</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_192/elencoMacchine.png" width="439" height="316"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Esempio di report elenco macchine</td></tr></table><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_194/mtbfmttr.png" width="315" height="442"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Esempio di report MTBF - MTTR</td></tr></table><div class="ilc_Headline3">Report reparti e interventi</div><div class="ilc_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">Report impianti</span><br/><br/>Cliccando sulla voce di menu relativa e successivamente sul pulsante con icona pdf verrà visualizzato un report riassuntivo delle macchine presenti e dei reparti relativi in formato pdf stampabile (fig. 1)</div><div class="ilc_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">Report interventi</span><br/><br/>La sezione report interventi permette di visualizzare e stampare un report riassuntivo degli interventi in qualunque stato (richiesto, in corso o concluso) e un report MTBF MTTR (un esempio in fig. 2).<br/>Il <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">report interventi</span> mostra un resoconto delle ore di fermata suddivise per <ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> OFFICINA: dal momento del guasto a fine intervento</li><li> INTERVENTO: da inizio fine intervento manutenzione</li><li> OPERATORE: totale tempo erogato da tutti gli operatori di manutenzionecoinvolti</li></ul><br/>Il <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">report MTBF MTTR</span> calcola il livello di affidabilità di macchine e reparti (MTBF, mean time before failure), ovvero divide le ore totali di apertura (al netto di ferie, feste, fermo macchina programmato) per il numero degli interventi effettuati; <br/>calcola inoltre i tempi medi di riparazione (MTTR, mean time to repair) visti dall'officina (da guasto a fine intervento) e dalla manutenzione (da inizio a fine intervento).<br/><br/><br/>In entrambi i casi la selezione delle macchine e del periodo di riferimento avviene nel seguente modo:<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> selezionare i reparti e le macchine per cui si desidera venga generato il report<ul><li> la selezione dei reparti e delle macchine è <span class="ilc_Strong">multipla</span>, ovvero è possibile selezionare più reparti e più macchine e il report genererà un resoconto di tutti gli elementi selezionati. Per <span class="ilc_Strong">ricercare</span> tra le macchine o reparti inserire nome o parte del nome nel box di ricerca libera presente sopra i due elenchi e premere invio, cancellare la ricerca e premere invio per cercare tra tutti gli elementi e selezionare elementi multipli cliccandoli tenendo premuto il <span class="ilc_Strong">tasto ctrl</span> sulla tastiera.</li></ul></li><li> selezionare lo stato delle macchine per cui si chiede il resoconto (anche in questo caso è possibile la selezione multipla con l'utilizzo del tasto ctrl mentre vengono cliccati gli stati)</li><li> selezionare il periodo di riferimento tramite i selettori a comparsa calendario o utilizzare un periodo di selezione predefinito </li><li> cliccare sul pulsante pdf del report desiderato</li></ul><br/>Il report è in formato pdf stampabile.</div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_70.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (4/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_25.html" target="_top" >
|
||||
Manutenzione programmata<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,104 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_25.html" target="_top" >Moduli Opzionali</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_25.html" target="_top" >Manutenzione programmata</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_23.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Reportistica</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_30.html" target="_top" >
|
||||
FAQ - Domande frequenti<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Manutenzione programmata</div><div class="ilc_Headline3">Modulo aggiuntivo - Manutenzione programmata</div><div class="ilc_Standard">Il modulo aggiuntivo di manutenzione programmata consente di visualizzare e inserire interventi di manutenzione programmati per le singole macchine, indicando la data di inizio intervento, la frequenza e ulteriori dettagli.<br/><br/>Per <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">visualizzare</span> gli interventi programmati (fig. 1)<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> è sufficiente cliccare sulla voce di menu "Manutenzione programmata" e consultare l'elenco mostrato</li><li> se desiderato filtrare per <span class="ilc_Strong">tipo</span> (cliccando sul filtro in alto "Filtra per tipo") e/o per <span class="ilc_Strong">macchina</span> (cliccando su "Filtra per macchina" e successivamente impostando i filtri per reparto e macchina)</li></ul></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_183/mtzGenerale.png" width="568" height="127"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Ricerca manutenzione programmata</td></tr></table></div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_185/iconaCestino.png" width="24" height="23"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Cestino</td></tr></table><div class="ilc_Standard">E' sempre possibile <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">cancellare</span> una richiesta di intervento utilizzando l'icona "cestino" a fianco di ogni record (fig. 2).</div><div class="ilc_Standard">Per <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">inserire</span> gli interventi programmati (fig. 3)<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> cliccare sul pulsante "mostra crea nuovo": verrà visualizzata la maschera di inserimento (fig.1)</li><li> indicare la descrizione dell'intervento programmato (1)</li><li> selezionare le macchine interessate tramite il selettore a lato<ul><li> è possibile ricercare le macchine inserendo il nome o parte del nome nel box ricerca sopra il selettore e premendo invio - svuotare e premere invio per tornare alla visualizzazione di tutte le macchine (2)</li><li> selezionare tra le macchine presenti nel selettore quelle desiderate (per selezionarne più di una contemporaneamente cliccare sui nomi macchina tenendo premuto il tasto ctrl della tastiera) (3)</li></ul></li><li> selezionare i dettagli dell'intervento (4)</li><li> confermare l'inserimento con il pulsante "Crea interventi di manutenzione programmata" (5)</li></ul></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_197/mtzProgrammata.png" width="550" height="328"/></td></tr><tr><td class="ilc_MediaCaption">fig. 3 - Inserimento manutenzione programmata</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_23.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Reportistica</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_30.html" target="_top" >
|
||||
FAQ - Domande frequenti<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_14.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (4/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_34.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (6/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (5/8)</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_190/aperturaImpianti.png" width="257" height="231"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Gestione apertura impianti</td></tr></table><div class="ilc_Headline3">Gestione aperture impianti</div><div class="ilc_Standard">Tramite la gestione aperture impianti si possono definire le <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">ore di apertura giornaliere</span> degli impianti per la corretta definizione dei report. La modifica avviene come per le altre anagrafiche cliccando sul simbolo della matita gialla, confermando le modifiche con il segno di spunta verde o annullandole con la x rossa (fig. 1).</div><div class="ilc_Headline3">Calendario chiusura</div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1" style="float:right; clear:both; margin-right: 0px;"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_191/festivita.png" width="294" height="293"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Gestione chiusura</td></tr></table><div class="ilc_Standard">Con la funzionalità di gestione calendario chiusura è possibile inserire i <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">giorni festivi/non lavorativi</span> dell'anno al fine di ottenere una reportistica corretta che escluda i giorni non lavorativi (fig. 2).<br/><br/>Tramite l'elenco dei giorni di chiusura inserire come per le altre anagrafiche i giorni desiderati<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> cliccare su nuovo - verrà inserito un record con il giorno corrente</li><li> modificare il record appena inserito cliccando sulla matita gialla</li><li> selezionare dal selettore calendario la data desiderata e inserire una descrizione relativa</li><li> conferma la scelta con il segno di spunta verde o annullarla con la x rossa</li></ul><br/>Per inserire un intervallo di date<ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> cliccare sul pulsante "Mostra inserimento periodo fermata" presente nella pagina</li><li> inserire le due date cliccando sui riquadri di testo per far comparire il selettore a comparsa del calendario</li><li> inserire una descrizione</li><li> confermare l'inserimento cliccando sul pulsante "Inserisci fermate per il periodo indicato"</li></ul></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_14.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (4/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_34.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (6/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_30.html" target="_top" >FAQ - Domande frequenti</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_25.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Manutenzione programmata</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_31.html" target="_top" >
|
||||
Contatti e supporto<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">FAQ - Domande frequenti</div><div class="ilc_Standard">Risposte alle domande più frequenti<br/><ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li><span class="ilc_Strong">Come posso modificare i record presenti nelle tabelle anagrafiche?</span><ul><li> Per modificare i record cliccare sull'icona della matita gialla per entrare in modalità "modifica"; apportare le modifiche desiderate (compilare i campi, selezionare date etc...) e quindi confermare cliccando sul segno di spunta verde o annullare cliccando sulla x rossa. Per inserire <span class="ilc_Strong">nuovi</span> recordo cliccare innanzitutto il pulsante "nuovo" e poi procedere come per la modifica.</li><li> Per dettagli vedere <a class="ilc_IntLink" href="lm_pg_10.html" target="_parent">Utilizzo gestione anagrafiche</a></li></ul></li><li><span class="ilc_Strong">Come usare il selettore a comparsa per le date?</span><ul><li> Cliccando sul riquadro in cui inserire la data apparirà un selettore calendario con cui selezionare mese e giorno desiderato. Cliccare sul giorno scelto e l'applicativo inserirà nel riquadro al data selezionata. Proseguire poi con la modifica dei successivi campi.</li></ul></li><li><span class="ilc_Strong">Come prendere in carico una richiesta di manutenzione?</span><ul><li> Per prendere in carico una richiesta cliccare sul simbolo della stampante presente in Elenco richieste per le richieste non ancora prese in carico. La richiesta di manutenzione verrà stampata sulla stampante predefinita e presa contestualmente in carico.</li></ul></li><li><span class="ilc_Strong">Come stampare le richieste di intervento e la reportistica?</span><ul><li> Quando presente l'icona pdf accanto a una voce è possibile cliccarla per generare un pdf stampabile della richiesta o del report. Quando viene presa in carico una richiesta viene automaticamente stampata la richiesta sulla stampante predefinita.</li><li> Per dettagli vedere <a class="ilc_IntLink" href="lm_pg_23.html" target="_parent">Reportistica impianti e interventi</a></li></ul></li><li><span class="ilc_Strong">Come cambiare un'etichetta di testo descrittiva?</span><ul><li> Per modificare un'etichetta di testo utilizzare la funzione vocabolario presente nel menu a sinistra. Tramite l'interfaccia vocabolario ricercare la voce da modificare e modificare come per un normale record la voce, se desiderato oltre alla traduzione italiana (contraddistinta da IT) modificare anche la traduzione inglese (EN).</li></ul></li></ul></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_25.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Manutenzione programmata</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_31.html" target="_top" >
|
||||
Contatti e supporto<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,92 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_31.html" target="_top" >Contatti e supporto</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_30.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>FAQ - Domande frequenti</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Contatti e supporto</div><div class="ilc_Standard">Per ottenere supporto relativo all'applicativo contattate</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_208/logoIliasSW.png" width="460" height="256"/></td></tr></table></div><div class="ilc_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Emph">E-mail</span><br/><a xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_ExtLink" target="_blank" href="mailto:info@steamware.net">info@steamware.net</a><br/><br/><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Emph">Sito web</span><br/><a xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_ExtLink" target="_blank" href="http://www.steamware.net">Steamware.net</a></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_30.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>FAQ - Domande frequenti</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_33.html" target="_top" >Registrazione utenti</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_8.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Introduzione</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_10.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (1/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Registrazione utenti</div><div class="ilc_Standard">L'accesso all'applicativo è possibile tramite autenticazione dell'utente.<br/><br/>Se l'utente non è stato ancora abilitato all'utilizzo dell'applicazione verrà mostrata al primo accesso la schermata di <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">"Registrazione nuovo utente"</span> (fig.1). Inserire i propri dati e cliccare sul pulsante "Salva" per registrarsi all'applicativo.<br/>E' necessario effettuare questa operazione soltanto al primo accesso, successivamente l'utente verrà riconosciuto in automatico dall'applicazione.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_201/Immagine 1.png" width="403" height="213"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Registrazione nuovo utente</td></tr></table></div><div class="ilc_Standard">Gli utenti autorizzati possono inoltre gestire i livelli di autorizzazione degli utenti (base o avanzato) tramite il pannello raggiungibile cliccando sulla voce <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">"Gestione utenti"</span> del menu anagrafiche di base.<br/><br/>Tramite questo pannello (fig.2) è possibile promuovere gli utenti base (ai nuovi utenti registrati tramite "Registrazione nuovo utente" vengono assegnati i permessi di base) o rimuovere gli utenti avanzati assegnando permessi base.<br/>Per farlo cliccare sulla lente di ingradimento a fianco del nome utente desiderato e cliccare "promuovi" per spostare l'utente dalla tabella base azzurra alla tabella avanzata rossa assegnando diritti avanzati oppure "rimuovi" per spostare l'utente dalla tabella avanzata alla tabella base assegnando i diritti base.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_202/Immagine 2.png" width="450" height="74"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Gestione utenti</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_8.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Introduzione</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_10.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (1/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_26.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (5/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_35.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (7/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (6/8)</div><div class="ilc_Standard">Tramite la sezione "Gestione famiglie macchine" a cui si accede cliccando la voce di menu "Fam.macchine" nel menu anagrafiche di base è possibile creare e gestire famiglie di macchine e assegnare a ciascuna famiglia le macchine relative.<br/>In particolare (fig. 1) <ul xmlns:xhtml="http://www.w3.org/1999/xhtml"><li> la sezione 1 permette la modifica e l'inserimento delle famiglie come per tutte le anagrafiche</li><li> selezionando una famiglia cliccando sulla lente di ingradimento a fianco del nome apparirà la sezione 2 che mostra e consente di visualizzare o cancellare le macchine associate</li><li> per associare macchine alle famiglie selezionarle dalla sezione 3 (a comparsa, cliccando sul pulsante mostra selettore macchine da aggiungere) e cliccare su aggiungi macchine. L'utilizzo è del tutto simile a quello degli altri selettori di questo tipo, che permettono ricerca tramite il box in alto e selezione multipla tramite l'utilizzo del tasto ctrl associato al click del mouse</li></ul></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_203/Immagine 11.png" width="500" height="309"/></td></tr><tr><td class="ilc_MediaCaption">fig.1 - Gestione famiglie macchine</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_26.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (5/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_35.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (7/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_34.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (6/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_69.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (8/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (7/8)</div><div class="ilc_Standard">Tramite la funzione "Gestione causali" (fig. 1) è possibile gestire le causali per famiglie macchine, aggiungendo, modificando o eliminando le causali in modo del tutto simile alle altre anagrafiche.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_204/Immagine 12.png" width="286" height="115"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Gestione causali</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_34.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (6/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_69.html" target="_top" >
|
||||
Utilizzo Gestione Anagrafiche (8/8)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_10.html" target="_top" >Utilizzo Gestione Anagrafiche</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_35.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (7/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_17.html" target="_top" >
|
||||
Interventi Manutenzione (1/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Utilizzo Gestione Anagrafiche (8/8)</div><div class="ilc_Standard">Tramite la funzione "Operatori Mtz" è possibile definire matricola e nome degli operatori manutenzione, che saranno disponibili nella scheda di dettaglio dell'intervento tramite un menu a tendina. Compilare come per le altre anagrafiche i campi "Matricola op.", "Cognome" e "Nome".<br/><br/>La matricola 0000 non è eliminabile e rappresenta l'utente di default sempre esistente.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_250/operatoriMtz.png" width="318" height="116"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Operatori Mtz</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_35.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Utilizzo Gestione Anagrafiche (7/8)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_17.html" target="_top" >
|
||||
Interventi Manutenzione (1/4)<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_17.html" target="_top" >Interventi Manutenzione</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_19.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (3/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_23.html" target="_top" >
|
||||
Reportistica<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Interventi Manutenzione (4/4)</div><div class="ilc_Standard">Cliccando sulla voce di menu "Manutenzione programmata" (fig. 1) è possibile inserire e/o visualizzare gli interventi di manutenzione programmata. Questa sezione permette di inserire manutenzioni programmate a scadenza prestabilita e di impostarle per i periodi di riferimento così che vengano registrate automaticamente e presentate nell'elenco richieste.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_251/ProgrammazioneInterventi.png" width="400" height="124"/></td></tr><tr><td class="ilc_MediaCaption"><a target="_blank" href="fullscreen_251.html"><img border="0" align="right" src="images/enlarge.gif"/></a>fig. 1 - Manutenzione programmata</td></tr></table></div><div class="ilc_Standard">Utilizzando la prima scheda "Programmazione interventi" e cliccando su "Mostra crea nuovo" è possibile inserire un intervento programmato: definire in fase di inserimento i dettagli relativi all'intervento in modo simile all'inserimento richiesta di intervento e cliccare il pulsante "Crea interventi di manutenzione programmata" una volta terminato.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_254/inserimentoINterventiProg.png" width="400" height="250"/></td></tr><tr><td class="ilc_MediaCaption"><a target="_blank" href="fullscreen_254.html"><img border="0" align="right" src="images/enlarge.gif"/></a>fig. 2 - Inserimento intervento programmato</td></tr></table></div><div class="ilc_Standard">Cliccando sulla seconda scheda "Elenco interventi in scadenza" vengono visualizzati i prossimi interventi in scadenza, che comunque verranno automaticamente inseriti negli interventi manutenzione alla data prestabilita.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_253/interventiScadenza.png" width="400" height="120"/></td></tr><tr><td class="ilc_MediaCaption"><a target="_blank" href="fullscreen_253.html"><img border="0" align="right" src="images/enlarge.gif"/></a>fig. 3 - Interventi in scadenza</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
<a href="lm_pg_19.html" target="_top" >
|
||||
<img style="vertical-align:middle; margin-right:5px;" border="0" src="./images/nav_arr_L.gif" alt="Previous" title="Previous"/>Interventi Manutenzione (3/4)</a>
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_23.html" target="_top" >
|
||||
Reportistica<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,92 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body { margin:0px; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<div class="il_Locator"><span class="il_LocatorTitle"></span>
|
||||
|
||||
|
||||
<img src="./images/icon_lm_s.gif" alt="Learning Module ILIAS" border="0" /> <a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Manuale WebGIM</a>
|
||||
|
||||
|
||||
|
||||
>
|
||||
|
||||
<a class="il_LocatorLink" href="lm_pg_8.html" target="_top" >Introduzione</a></div>
|
||||
|
||||
|
||||
<!--<div class="invisible_border">-->
|
||||
<h1 class="il_LMHead"><img style="vertical-align:middle" border="0" src="./images/icon_lm.gif" id="headerimage" />
|
||||
Manuale WebGIM</h1>
|
||||
|
||||
|
||||
<table class="fullwidth_invisible"><tr><td class="ilInvisibleBorder" style="padding-top:2px;">
|
||||
|
||||
<table class="ilc_Page" width="100%" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_33.html" target="_top" >
|
||||
Registrazione utenti<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr><td class="ilc_Page" colspan="2">
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="ilc_PageTitle">Introduzione</div><div class="ilc_Standard">L'applicazione base <span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Strong">WebGIM</span> permette una gestione integrata della manutenzione tramite l'inserimento delle richieste di manutenzione, la consultazione dell'elenco richieste aperte, in corso e concluse, e la gestione di anagrafiche e reportistiche tramite interfaccia web.<br/>Il modulo aggiuntivo implementato permette di inserire interventi di manutenzione programmata.<br/>La guida consente di utilizzare al meglio le funzionalità dell'applicazione illustrandone punto per punto il funzionamento.</div><div class="ilc_Standard">Per utilizzare l'applicazione è necessario collegarsi con un browser web all'indirizzo relativo all'installazione ed effettuare il login con le proprie credenziali.<br/>La schermata iniziale (vedi fig. 1) presenta il menu laterale a sinistra che contiene tutte le funzionalità accessibili dall'utente corrente.</div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_169/home.png" width="500" height="273"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Schermata Iniziale</td></tr></table></div><div class="ilc_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Emph">Le schermate e i relativi menu mostrati sono puramente indicativi in quanto l'applicativo mostra voci di menu e funzionalità in base ai permessi assegnati all'utente che utilizza l'applicazione.</span></div>
|
||||
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="left">
|
||||
|
||||
</td>
|
||||
<td class="ilc_LMNavigation" cellpadding="3" valign="middle" align="right">
|
||||
|
||||
<a href="lm_pg_33.html" target="_top" >
|
||||
Registrazione utenti<img style="vertical-align:middle; margin-left:5px;" border="0" src="./images/nav_arr_R.gif" alt="Next" title="Next"/></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_205/Immagine 13.png" width="550" height="323"/></td></tr><tr><td class="ilc_MediaCaption">Fig. 1 - Inserimento nuova richiesta</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_251/ProgrammazioneInterventi.png" width="823" height="257"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Manutenzione programmata</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_253/interventiScadenza.png" width="822" height="284"/></td></tr><tr><td class="ilc_MediaCaption"/></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_254/inserimentoINterventiProg.png" width="838" height="501"/></td></tr><tr><td class="ilc_MediaCaption"/></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_255/dettOp.png" width="396" height="133"/></td></tr><tr><td class="ilc_MediaCaption">fig. 4 - dettaglio interventi</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 58 B |
|
Before Width: | Height: | Size: 58 B |
|
Before Width: | Height: | Size: 58 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 654 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 562 B |
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#8" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_8_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#10" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_10_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#11" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_11_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#14" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_14_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#15" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_15_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#17" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_17_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#18" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_18_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#19" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_19_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#23" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_23_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#25" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_25_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#26" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_26_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#30" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_30_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#31" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_31_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#33" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_33_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#34" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_34_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#35" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_35_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#69" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_69_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#70" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_70_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>ILIAS - Manuale WebGIM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<frameset name="content" cols="30%,70%">
|
||||
<frame name="toc" src="frame_toc.html#8" title="Table of Contents"/>
|
||||
<frame name="maincontent" src="frame_8_maincontent.html" title="Learning Resource Main Content"/>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_169/home.png" width="500" height="273"/></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_172/ambiti3.png" width="411" height="258"/></td></tr><tr><td class="ilc_MediaCaption">modifica voci anagrafica</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_174/ambiti2.png" width="410" height="271"/></td></tr><tr><td class="ilc_MediaCaption">creazione nuove voci</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_175/priorita.png" width="410" height="122"/></td></tr><tr><td class="ilc_MediaCaption">gestione priorità</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_176/reparti.png" width="468" height="171"/></td></tr><tr><td class="ilc_MediaCaption">Gestione reparti</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_177/macchine.png" width="566" height="239"/></td></tr><tr><td class="ilc_MediaCaption">Gestione macchine</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_178/cancellazione.png" width="217" height="89"/></td></tr><tr><td class="ilc_MediaCaption">Cancellazione voce</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_179/ricerca.png" width="411" height="42"/></td></tr><tr><td class="ilc_MediaCaption">Ricerca voci</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_180/macchine_reparti.png" width="565" height="189"/></td></tr><tr><td class="ilc_MediaCaption">Gestione macchine-reparti</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_181/richiesta.png" width="448" height="368"/></td></tr><tr><td class="ilc_MediaCaption">Inserimento nuova richiesta</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_182/elencoRichieste.png" width="558" height="140"/></td></tr><tr><td class="ilc_MediaCaption">Elenco richieste</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_183/mtzGenerale.png" width="568" height="127"/></td></tr><tr><td class="ilc_MediaCaption">Ricerca manutenzione programmata</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_184/mtzProgrammata.png" width="550" height="328"/></td></tr><tr><td class="ilc_MediaCaption">Inserimento richiesta programmata</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_185/iconaCestino.png" width="24" height="23"/></td></tr><tr><td class="ilc_MediaCaption">icona cestino</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_186/mtz1Read.png" width="400" height="221"/></td></tr><tr><td class="ilc_MediaCaption">modalità sola lettura</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_187/pulsantiEditMtz.png" width="324" height="52"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - modalità di edit</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_188/pulsantiEditMtz2.png" width="157" height="55"/></td></tr><tr><td class="ilc_MediaCaption">fig. 3 - update e annulla</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_189/dettInterventi.png" width="243" height="60"/></td></tr><tr><td class="ilc_MediaCaption">fig. 4 - dettaglio interventi</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_190/aperturaImpianti.png" width="257" height="231"/></td></tr><tr><td class="ilc_MediaCaption">Gestione apertura impianti</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_191/festivita.png" width="294" height="293"/></td></tr><tr><td class="ilc_MediaCaption">Gestione chiusura</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_192/elencoMacchine.png" width="439" height="316"/></td></tr><tr><td class="ilc_MediaCaption">Elenco macchine</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_194/mtbfmttr.png" width="315" height="442"/></td></tr><tr><td class="ilc_MediaCaption">Report MTBF - MTTR</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_195/richiestaItervento.png" width="315" height="442"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1- Report richiesta intervento</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_196/selettore.png" width="149" height="147"/></td></tr><tr><td class="ilc_MediaCaption">fig. 5 - Selettore a comparsa</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_197/mtzProgrammata.png" width="550" height="328"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Inserimento manutenzione programmata</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_198/logosw.png" width="400" height="224"/></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_201/Immagine 1.png" width="403" height="213"/></td></tr><tr><td class="ilc_MediaCaption">fig. 1 - Registrazione nuovo utente</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ilc_Fullscreen">
|
||||
<head>
|
||||
<title>ILIAS 3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body class="ilc_Fullscreen">
|
||||
<table class = "ilc_Fullscreen"><tr><td valign="middle">
|
||||
|
||||
<div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_Media" width="1"><tr><td class="ilc_Mob"><img border="0" src="./mobs/mm_202/Immagine 2.png" width="450" height="74"/></td></tr><tr><td class="ilc_MediaCaption">fig. 2 - Gestione utenti</td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||