Fix: inserito nuovo manuale ENG
Spostato manuale IT
@@ -0,0 +1,774 @@
|
||||
/* Page */
|
||||
div.ilc_page_frame_PageFrame
|
||||
{
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
div.ilc_page_cont_PageContainer
|
||||
{
|
||||
border: 1px solid #D6D6D6;
|
||||
background-color: #FFF;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
div.ilc_page_Page
|
||||
{
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
h1.ilc_page_title_PageTitle
|
||||
{
|
||||
margin-top: 5px;
|
||||
margin-bottom: 20px;
|
||||
font-size: 140%;
|
||||
padding-bottom: 3px;
|
||||
border-bottom: 1px solid #000;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.ilc_page_tnav_TopNavigation
|
||||
{
|
||||
padding: 3px;
|
||||
border-style: solid;
|
||||
border-color: #D6D6D6;
|
||||
border-left-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 0px;
|
||||
background-color: #F6F6F6;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
div.ilc_page_bnav_BottomNavigation
|
||||
{
|
||||
padding: 3px;
|
||||
border-style: solid;
|
||||
border-color: #D6D6D6;
|
||||
border-left-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-top-width: 0px;
|
||||
border-bottom-width: 1px;
|
||||
background-color: #F6F6F6;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
div.ilc_page_lnav_LeftNavigation
|
||||
{
|
||||
float: left;
|
||||
width: 50%;
|
||||
text-align:left;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
a.ilc_page_lnavlink_LeftNavigationLink
|
||||
{
|
||||
}
|
||||
|
||||
img.ilc_page_lnavimage_LeftNavigationImage
|
||||
{
|
||||
background-image: url(images/nav_arr_L_s.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 1px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
div.ilc_page_rnav_RightNavigation
|
||||
{
|
||||
text-align:right;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
a.ilc_page_rnavlink_RightNavigationLink
|
||||
{
|
||||
}
|
||||
|
||||
img.ilc_page_rnavimage_RightNavigationImage
|
||||
{
|
||||
background-image: url(images/nav_arr_R_s.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 1px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
div.ilc_page_fn_Footnote
|
||||
{
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
/* Text (Character) */
|
||||
span.ilc_text_inline_Strong
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.ilc_text_inline_Emph
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
span.ilc_text_inline_Comment
|
||||
{
|
||||
color: green;
|
||||
}
|
||||
|
||||
span.ilc_text_inline_Quotation
|
||||
{
|
||||
color: brown;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
span.ilc_text_inline_Important
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.ilc_text_inline_Accent
|
||||
{
|
||||
color: #E000E0;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a.ilc_link_FootnoteLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.ilc_link_FootnoteLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a.ilc_link_IntLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.ilc_link_IntLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a.ilc_link_IntLink:visited
|
||||
{
|
||||
color: blue;
|
||||
}
|
||||
|
||||
a.ilc_link_ExtLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.ilc_link_ExtLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a.ilc_link_ExtLink:visited
|
||||
{
|
||||
color: blue;
|
||||
}
|
||||
|
||||
a.ilc_link_FileLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.ilc_link_FileLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a.ilc_link_GlossaryLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.ilc_link_GlossaryLink:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
table.ilc_table_StandardTable
|
||||
{
|
||||
border-collapse: collapse;
|
||||
background-color: #FFFFFF;
|
||||
margin: 10px 0px;
|
||||
border-color: #9EADBA;
|
||||
}
|
||||
|
||||
table.ilc_table_StandardTable td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
td.ilc_table_cell_Cell1
|
||||
{
|
||||
background-color:#FFCCCC;
|
||||
}
|
||||
|
||||
td.ilc_table_cell_Cell2
|
||||
{
|
||||
background-color:#CCCCFF;
|
||||
}
|
||||
|
||||
td.ilc_table_cell_Cell3
|
||||
{
|
||||
background-color:#CCFFCC;
|
||||
}
|
||||
|
||||
td.ilc_table_cell_Cell4
|
||||
{
|
||||
background-color:#FFFFCC;
|
||||
}
|
||||
|
||||
/* Text (Block) and Sections */
|
||||
div.ilc_text_block_Standard, body.ilc_text_block_Standard
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.ilc_text_block_TableContent, body.ilc_text_block_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_text_block_List, body.ilc_text_block_List
|
||||
{
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
h1.ilc_heading1_Headline1, div.ilc_text_block_Headline1, body.ilc_text_block_Headline1
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 140%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2.ilc_heading2_Headline2, div.ilc_text_block_Headline2, body.ilc_text_block_Headline2
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 130%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h3.ilc_heading3_Headline3, div.ilc_text_block_Headline3, body.ilc_text_block_Headline3
|
||||
{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 120%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.ilc_text_block_Example, body.ilc_text_block_Example
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding-left: 20px;
|
||||
border-left: 3px;
|
||||
border-left-style: solid;
|
||||
border-left-color: blue;
|
||||
}
|
||||
|
||||
div.ilc_section_Example
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding-left: 20px;
|
||||
border-left: 3px;
|
||||
border-left-style: solid;
|
||||
border-left-color: blue;
|
||||
}
|
||||
|
||||
div.ilc_text_block_Citation, body.ilc_text_block_Citation
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
color: brown;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.ilc_text_block_Mnemonic, body.ilc_text_block_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_section_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_text_block_Additional, body.ilc_text_block_Additional
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: blue;
|
||||
}
|
||||
|
||||
div.ilc_section_Additional
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: blue;
|
||||
}
|
||||
|
||||
div.ilc_text_block_Remark, body.ilc_text_block_Remark
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #909090;
|
||||
background-color:#F0F0F0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.ilc_section_Remark
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #909090;
|
||||
background-color:#F5F5F5;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.ilc_section_Block {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px 10px;
|
||||
margin: 10px 0px;
|
||||
border-color: #A0A0A0;
|
||||
background-color: #FFFFFF;
|
||||
background-image: url(images/FramedBack.png);
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
div.ilc_section_Special {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px 10px;
|
||||
margin: 10px 0px;
|
||||
border-color: #A0A0A0;
|
||||
background-color: #FFF7F7;
|
||||
background-image: url(images/SpecialBack.png);
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
div.ilc_section_Excursus {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 5px 10px;
|
||||
margin: 10px 0px;
|
||||
border-color: #A0A0A0;
|
||||
background-color: #F7FFF7;
|
||||
background-image: url(images/ExcursusBack.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
div.ilc_section_AdvancedKnowledge
|
||||
{
|
||||
margin: 20px 0px;
|
||||
padding: 10px 60px 10px 30px;
|
||||
background-color: #fff9ef;
|
||||
border-width: 1px;
|
||||
border-color: #ffdda5;
|
||||
border-style: solid;
|
||||
background-image: url(images/advknow.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
|
||||
/* Media */
|
||||
table.ilc_media_cont_MediaContainer
|
||||
{
|
||||
background-color: #F5F5F5;
|
||||
padding: 0px;
|
||||
margin: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #B0B0B0;
|
||||
}
|
||||
|
||||
div.ilc_media_caption_MediaCaption
|
||||
{
|
||||
padding: 5px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
/* Question */
|
||||
div.ilc_question_Standard
|
||||
{
|
||||
margin: 20px 0px;
|
||||
padding: 10px 60px 10px 30px;
|
||||
background-color: #F4F4FF;
|
||||
border-width: 1px;
|
||||
border-color: #D0D0FF;
|
||||
border-style: solid;
|
||||
background-image: url(images/qmark.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
div.ilc_qtitle_Title
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.ilc_qanswer_Answer
|
||||
{
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
div.ilc_qfeedw_FeedbackWrong
|
||||
{
|
||||
margin: 10px 0px 10px 0px;
|
||||
padding: 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #808080;
|
||||
background-color: #FFE7E7;
|
||||
|
||||
}
|
||||
|
||||
div.ilc_qfeedr_FeedbackRight
|
||||
{
|
||||
margin: 10px 0px 10px 0px;
|
||||
padding: 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #808080;
|
||||
background-color: #E7FFE7;
|
||||
}
|
||||
|
||||
img.ilc_qimg_QuestionImage
|
||||
{
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
ul.ilc_qordul_OrderList
|
||||
{
|
||||
list-style: none;
|
||||
list-style-position: outside;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
li.ilc_qordli_OrderListItem
|
||||
{
|
||||
border: 1px solid #D0D0FF;
|
||||
padding: 10px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
a.ilc_qimgd_ImageDetailsLink
|
||||
{
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
a.ilc_qetitem_ErrorTextItem {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
padding: 2px;
|
||||
}
|
||||
a.ilc_qetitem_ErrorTextItem:hover {
|
||||
text-decoration: none;
|
||||
background-color: #D0D0D0;
|
||||
color: #000000;
|
||||
}
|
||||
a.ilc_qetitem_ErrorTextSelected {
|
||||
background-color: #9bd9fe;
|
||||
border: 1px #606060 solid;
|
||||
}
|
||||
span.ilc_qetcorr_ErrorTextCorrected {
|
||||
text-decoration:line-through;
|
||||
color: #909090;
|
||||
}
|
||||
|
||||
li.ilc_qordli_OrderListItemHorizontal {
|
||||
float: left;
|
||||
border: 1px solid #D0D0FF;
|
||||
padding: 10px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-right: 10px;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
ul.ilc_qordul_OrderListHorizontal
|
||||
{
|
||||
list-style: none;
|
||||
list-style-position: outside;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* File Lists */
|
||||
div.ilc_flist_cont_FileListContainer
|
||||
{
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
border-color:#9EADBA;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
|
||||
div.ilc_flist_head_FileListHeading
|
||||
{
|
||||
text-align: left;
|
||||
padding: 3px;
|
||||
background-color: #E0E0E0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li.ilc_flist_li_FileListItem
|
||||
{
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
ul.ilc_flist_FileList
|
||||
{
|
||||
list-style-type: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Glossaries */
|
||||
div.ilc_glo_overlay_GlossaryOverlay
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
border-color: #A0A0A0;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
|
||||
div.ilc_glo_ovtitle_GlossaryOvTitle
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
font-weight: normal;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
a.ilc_glo_ovclink_GlossaryOvCloseLink,
|
||||
a.ilc_glo_ovuglink_GlossaryOvUnitGloLink,
|
||||
a.ilc_glo_ovuglistlink_GlossaryOvUGListLink
|
||||
{
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* SCOs */
|
||||
div.ilc_sco_title_Title
|
||||
{
|
||||
border-color: #000000;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
padding-bottom: 3px;
|
||||
font-size: 140%;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
div.ilc_sco_fmess_FinalMessage
|
||||
{
|
||||
margin: 100px;
|
||||
padding: 50px;
|
||||
font-size: 125%;
|
||||
border: 1px solid #F0F0F0;
|
||||
background-color: #FAFAFA;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Question Overview */
|
||||
div.ilc_qover_Correct
|
||||
{
|
||||
margin: 20px 0px;
|
||||
padding: 10px 60px 10px 30px;
|
||||
background-color: #E7FFE7;
|
||||
border-width: 1px;
|
||||
border-color: #808080;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
div.ilc_qover_Incorrect
|
||||
{
|
||||
margin: 20px 0px;
|
||||
padding: 10px 60px 10px 30px;
|
||||
background-color: #FFE7E7;
|
||||
border-width: 1px;
|
||||
border-color: #808080;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
div.ilc_qover_StatusMessage
|
||||
{
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
div.ilc_qover_WrongAnswersMessage
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/* Tabs */
|
||||
div.ilc_va_cntr_VAccordCntr
|
||||
{
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
div.ilc_va_icntr_VAccordICntr
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
margin-bottom: 5px;
|
||||
border-width:1px;
|
||||
border-color:#9EADBA;
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
div.ilc_va_ihead_VAccordIHead
|
||||
{
|
||||
padding: 3px 3px 3px 24px;
|
||||
background-color: #E2EAF4;
|
||||
text-align:left;
|
||||
cursor: pointer;
|
||||
background-image: url(images/accordion_arrow.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 3px 4px;
|
||||
}
|
||||
|
||||
div.ilc_va_ihead_VAccordIHead:hover
|
||||
{
|
||||
background-color: #D2D8E2;
|
||||
}
|
||||
|
||||
div.ilc_va_icont_VAccordICont
|
||||
{
|
||||
padding: 3px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
div.ilc_ha_cntr_HAccordCntr
|
||||
{
|
||||
}
|
||||
|
||||
div.ilc_ha_icntr_HAccordICntr
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
border-width:1px;
|
||||
border-color:#9EADBA;
|
||||
border-style:solid;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
div.ilc_ha_ihead_HAccordIHead
|
||||
{
|
||||
padding: 3px 10px 3px 20px;
|
||||
background-color: #E2EAF4;
|
||||
text-align:left;
|
||||
cursor: pointer;
|
||||
background-image: url(images/haccordion_arrow.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 3px 4px;
|
||||
}
|
||||
|
||||
div.ilc_ha_ihead_HAccordIHead:hover
|
||||
{
|
||||
background-color: #D2D8E2;
|
||||
}
|
||||
|
||||
div.ilc_ha_icont_HAccordICont
|
||||
{
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* Interactive Image */
|
||||
div.ilc_iim_ContentPopup
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
border-color: #A0A0A0;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
|
||||
a.ilc_marker_Marker
|
||||
{
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
width: 27px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
background-image: url(images/icon_pin.png);
|
||||
}
|
||||
|
||||
a.ilc_marker_Marker:hover
|
||||
{
|
||||
background-image: url(images/icon_pin_on.png);
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 333 B |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 330 B |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 806 B |
|
After Width: | Height: | Size: 806 B |
|
After Width: | Height: | Size: 955 B |
@@ -0,0 +1,35 @@
|
||||
/* Vertical Accordion */
|
||||
|
||||
div.il_VAccordionToggleDef
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.il_VAccordionToggleActiveDef
|
||||
{
|
||||
}
|
||||
|
||||
div.il_VAccordionContentDef
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
Horizontal Accordion
|
||||
*/
|
||||
|
||||
div.il_HAccordionToggleDef
|
||||
{
|
||||
float: left; /* This make sure it stays horizontal */
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.il_HAccordionToggleActiveDef
|
||||
{
|
||||
}
|
||||
|
||||
div.il_HAccordionContentDef
|
||||
{
|
||||
float: left; /* This make sure it stays horizontal */
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/* we need because of the placeholder element */
|
||||
ul.ordering_vrt_terms li {
|
||||
min-height:20px;
|
||||
width:400px;
|
||||
}
|
||||
ul.ordering_vrt_images li {
|
||||
|
||||
}
|
||||
ul.ordering_hrz li {
|
||||
}
|
||||
span.errortext_corrected {
|
||||
}
|
||||
a.image_details {
|
||||
}
|
||||
img.mc_image {
|
||||
}
|
||||
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 564 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 899 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 910 B |
|
After Width: | Height: | Size: 912 B |
|
After Width: | Height: | Size: 359 B |
@@ -0,0 +1,545 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >Introduction</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_260.html" target="_top" >
|
||||
Users registration
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Introduction</h1><div class="ilc_text_block_Standard">The WebGIM application allows integrated management of maintenance through the input of requests for maintenance, consulting the list of open requests, in progress or already completed, and management of data and reports with a simple web interface.<br/>The add-on module allows you to enter scheduled maintenance.<br/>The guide allows you to use the best features in this application explaining step by step operation.<br/> <br/>To use the application you need to connect with a web browser to the address of the installation server and log in with your credentials.<br/>The initial screen (see Fig. 1) has the left side menu that contains all the functions accessible by the current user.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_348/home.png" width="500" height="273"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig.1 - Home page</div></td></tr></table></div><div class="ilc_text_block_Standard">The screens and menus shown are for guidance only as the application displays menu items and functionality based on the permissions assigned to the user.<!--Break--></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_260.html" target="_top" >
|
||||
Users registration
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,536 @@
|
||||
|
||||
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
|
||||
|
||||
/*
|
||||
Please note that this file should only contain common Javascript code
|
||||
used on many ILIAS screens. Please do not add any code that is only useful
|
||||
for single components here.
|
||||
See http://www.ilias.de/docu/goto_docu_pg_38968_42.html for the JS guidelines
|
||||
*/
|
||||
|
||||
// console dummy object
|
||||
if (!window.console) {
|
||||
(function() {
|
||||
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
|
||||
window.console = {};
|
||||
for (var i = 0; i < names.length; ++i)
|
||||
window.console[names[i]] = function(data) {}
|
||||
})();
|
||||
}
|
||||
|
||||
// global il namespace, additional objects usually should be added to this one
|
||||
il = {};
|
||||
|
||||
// utility functions
|
||||
il.Util = {
|
||||
|
||||
addOnLoad: function(func)
|
||||
{
|
||||
if (!document.getElementById | !document.getElementsByTagName) return;
|
||||
|
||||
var oldonload=window.onload;
|
||||
if (typeof window.onload != 'function')
|
||||
{
|
||||
window.onload = func;
|
||||
}
|
||||
else
|
||||
{
|
||||
window.onload = function()
|
||||
{
|
||||
oldonload();
|
||||
func();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
addOnUnload: function (func)
|
||||
{
|
||||
if (!document.getElementById | !document.getElementsByTagName) return;
|
||||
|
||||
var oldonunload = window.onunload;
|
||||
if (typeof window.onunload != 'function')
|
||||
{
|
||||
window.onunload = func;
|
||||
}
|
||||
else
|
||||
{
|
||||
window.onunload = function()
|
||||
{
|
||||
oldonunload();
|
||||
func();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Checks/unchecks checkboxes
|
||||
*
|
||||
* @param string parent name or id
|
||||
* @param string the checkbox name (or the first characters of the name, if unique)
|
||||
* @param boolean whether to check or to uncheck the element
|
||||
* @return boolean always true
|
||||
*/
|
||||
setChecked: function(parent_el, checkbox_name, do_check){
|
||||
var name_sel = '';
|
||||
if (checkbox_name != '')
|
||||
{
|
||||
name_sel = '[name^="' + checkbox_name + '"]';
|
||||
}
|
||||
if(do_check)
|
||||
{
|
||||
$("#" + parent_el).find("input:checkbox" + name_sel).attr('checked', 'checked');
|
||||
$('[name="' + parent_el + '"]').find("input:checkbox" + name_sel).attr('checked', 'checked');
|
||||
}
|
||||
else
|
||||
{
|
||||
$("#" + parent_el).find("input:checkbox" + name_sel).removeAttr('checked');
|
||||
$('[name="' + parent_el + '"]').find("input:checkbox" + name_sel).removeAttr('checked');
|
||||
}
|
||||
return true;
|
||||
},
|
||||
|
||||
|
||||
submitOnEnter: function(ev, form)
|
||||
{
|
||||
if (typeof ev != 'undefined' && typeof ev.keyCode != 'undefined')
|
||||
{
|
||||
if (ev.keyCode == 13)
|
||||
{
|
||||
form.submit();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
},
|
||||
|
||||
// ajax related functions
|
||||
|
||||
ajaxReplace: function(url, el_id)
|
||||
{
|
||||
this.sendAjaxGetRequestToUrl (url, {}, {el_id: el_id, inner: false}, this.ajaxReplaceSuccess)
|
||||
},
|
||||
|
||||
ajaxReplaceInner: function(url, el_id)
|
||||
{
|
||||
this.sendAjaxGetRequestToUrl (url, {}, {el_id: el_id, inner: true}, this.ajaxReplaceSuccess)
|
||||
},
|
||||
|
||||
ajaxReplaceSuccess: function(o)
|
||||
{
|
||||
// perform page modification
|
||||
if(o.responseText !== undefined)
|
||||
{
|
||||
if (o.argument.inner)
|
||||
{
|
||||
$('#' + o.argument.el_id).html(o.responseText);
|
||||
}
|
||||
else
|
||||
{
|
||||
$('#' + o.argument.el_id).replaceWith(o.responseText);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
sendAjaxGetRequestToUrl: function(url, par, args, succ_cb)
|
||||
{
|
||||
var cb =
|
||||
{
|
||||
success: succ_cb,
|
||||
failure: this.handleAjaxFailure,
|
||||
argument: args
|
||||
};
|
||||
for (k in par)
|
||||
{
|
||||
url = url + "&" + k + "=" + par[k];
|
||||
}
|
||||
var request = YAHOO.util.Connect.asyncRequest('GET', url, cb);
|
||||
},
|
||||
|
||||
// FailureHandler
|
||||
handleAjaxFailure: function(o)
|
||||
{
|
||||
console.log("ilNotes.js: Ajax Failure.");
|
||||
},
|
||||
|
||||
// Screen reader related functions
|
||||
|
||||
// Set focus for screen reader per element id
|
||||
setScreenReaderFocus: function(id)
|
||||
{
|
||||
var obj = document.getElementById(id);
|
||||
if (obj)
|
||||
{
|
||||
obj.focus();
|
||||
self.location.hash = id;
|
||||
}
|
||||
},
|
||||
|
||||
// Set standard screen reader focus
|
||||
setStdScreenReaderFocus: function() {
|
||||
var obj = document.getElementById("il_message_focus");
|
||||
if (obj) {
|
||||
obj.focus();
|
||||
self.location.hash = 'il_message_focus';
|
||||
} else {
|
||||
obj = document.getElementById("il_lm_head");
|
||||
if (obj && self.location.hash == '') {
|
||||
obj.focus();
|
||||
self.location.hash = 'il_lm_head';
|
||||
} else {
|
||||
obj = document.getElementById("il_mhead_t_focus");
|
||||
if (obj && self.location.hash == '') {
|
||||
obj.focus();
|
||||
self.location.hash = 'il_mhead_t_focus';
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Get region information (coordinates + size) for an element
|
||||
*/
|
||||
getRegion: function (el) {
|
||||
var w = $(el).outerWidth(),
|
||||
h = $(el).outerHeight(),
|
||||
o = $(el).offset();
|
||||
|
||||
return {top: o.top, right: o.left + w,bottom: o.top + h, left: o.left, height: h, width: w, y: o.top, x: o.left};
|
||||
},
|
||||
|
||||
/**
|
||||
* Get region information (coordinates + size) for viewport
|
||||
*/
|
||||
getViewportRegion: function () {
|
||||
var w = $(window).width(),
|
||||
h = $(window).height(),
|
||||
t = $(window).scrollTop(),
|
||||
l = $(window).scrollLeft();
|
||||
|
||||
return {top: t, right: l + w,bottom: t + h, left: l, height: h, width: w, y: t, x: l};
|
||||
},
|
||||
|
||||
/**
|
||||
* Checks whether coordinations are within an elements region
|
||||
*/
|
||||
coordsInElement: function (x, y, el) {
|
||||
var w = $(el).outerWidth(),
|
||||
h = $(el).outerHeight(),
|
||||
o = $(el).offset();
|
||||
if (x >= o.left && x <= o.left + w && y >= o.top && y <= o.top + h) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// ILIAS Object related functions
|
||||
il.Object = {
|
||||
url_redraw_ah: "",
|
||||
url_redraw_li: "",
|
||||
|
||||
setRedrawAHUrl: function(url) {
|
||||
this.url_redraw_ah = url;
|
||||
},
|
||||
|
||||
getRedrawAHUrl: function() {
|
||||
return this.url_redraw_ah;
|
||||
},
|
||||
|
||||
redrawActionHeader: function() {
|
||||
var ah = document.getElementById("il_head_action");
|
||||
if (this.url_redraw_ah && ah != null)
|
||||
{
|
||||
il.Util.ajaxReplaceInner(this.url_redraw_ah, "il_head_action");
|
||||
}
|
||||
},
|
||||
|
||||
setRedrawListItemUrl: function(url) {
|
||||
this.url_redraw_li = url;
|
||||
},
|
||||
|
||||
getRedrawListItemUrl: function() {
|
||||
return this.url_redraw_li;
|
||||
},
|
||||
|
||||
redrawListItem: function(ref_id) {
|
||||
var li = document.getElementById("lg_div_" + ref_id);
|
||||
if (this.url_redraw_li && li != null)
|
||||
{
|
||||
il.Util.ajaxReplace(this.url_redraw_li + "&child_ref_id=" + ref_id, "lg_div_" + ref_id);
|
||||
}
|
||||
},
|
||||
|
||||
togglePreconditions: function(link, id, txt_show, txt_hide) {
|
||||
var li = document.getElementById("il_list_item_precondition_obl_" + id);
|
||||
if(li != null)
|
||||
{
|
||||
if(li.style.display == "none")
|
||||
{
|
||||
li.style.display = "";
|
||||
$(link).html("» "+txt_hide);
|
||||
}
|
||||
else
|
||||
{
|
||||
li.style.display = "none";
|
||||
$(link).html("» "+txt_show);
|
||||
}
|
||||
}
|
||||
li = document.getElementById("il_list_item_precondition_opt_" + id);
|
||||
if(li != null)
|
||||
{
|
||||
if(li.style.display == "none")
|
||||
{
|
||||
li.style.display = "";
|
||||
$(link).html("» "+txt_hide);
|
||||
}
|
||||
else
|
||||
{
|
||||
li.style.display = "none";
|
||||
$(link).html("» "+txt_show);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Main menu handling */
|
||||
il.MainMenu = {
|
||||
|
||||
removeLastVisitedItems: function (url) {
|
||||
|
||||
$('.ilLVNavEnt').remove();
|
||||
il.Util.sendAjaxGetRequestToUrl(url, {}, {}, this.dummyCallback);
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
dummyCallback: function () {
|
||||
}
|
||||
}
|
||||
|
||||
/* UICore */
|
||||
il.UICore = {
|
||||
refreshLayout: function () {
|
||||
var el = document.getElementById("left_nav"),
|
||||
sm = document.getElementById("mainspacekeeper"),
|
||||
bc = document.getElementById("bot_center_area"),
|
||||
fc = document.getElementById("fixed_content"),
|
||||
nb_reg, vp_reg;
|
||||
|
||||
// fix fixed content
|
||||
/*if (fc && sm) {
|
||||
sm_reg = il.Util.getRegion(sm);
|
||||
fc_reg = il.Util.getRegion(fc);
|
||||
vp_reg = il.Util.getViewportRegion();
|
||||
if (sm_reg.top < vp_reg.top) {
|
||||
$(fc).offset({top: vp_reg.top});
|
||||
} else {
|
||||
$(fc).offset({top: sm_reg.top});
|
||||
}
|
||||
}*/
|
||||
|
||||
// fix left navigation area
|
||||
if (el && sm) {
|
||||
sm_reg = il.Util.getRegion(sm);
|
||||
nb_reg = il.Util.getRegion(el);
|
||||
vp_reg = il.Util.getViewportRegion();
|
||||
if (sm_reg.top < vp_reg.top) {
|
||||
$(el).css("top", "0px");
|
||||
$(fc).css("top", "0px");
|
||||
} else {
|
||||
$(el).css("top", (sm_reg.top - vp_reg.top) + "px");
|
||||
$(fc).css("top", (sm_reg.top - vp_reg.top) + "px");
|
||||
}
|
||||
|
||||
// bottom center area?
|
||||
if (bc) {
|
||||
bc_reg = il.Util.getRegion(bc);
|
||||
$(fc).css("bottom", bc_reg.height + "px");
|
||||
} else {
|
||||
$(fc).css("bottom", "0px");
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
il.Util.addOnLoad(function () {
|
||||
$(window).resize(il.UICore.refreshLayout);
|
||||
$(window).scroll(il.UICore.refreshLayout);
|
||||
il.UICore.refreshLayout();
|
||||
});
|
||||
|
||||
/* Rating */
|
||||
il.Rating = {
|
||||
|
||||
cache: [],
|
||||
|
||||
setValue: function (category_id, value, prefix) {
|
||||
|
||||
// set hidden field
|
||||
$("#"+prefix+"rating_value_"+category_id).val(value);
|
||||
|
||||
// handle icons
|
||||
for(i=1;i<=5;i++)
|
||||
{
|
||||
var icon_id = prefix+"rating_icon_"+category_id+"_"+i;
|
||||
var src = $("#"+icon_id).attr("src");
|
||||
|
||||
// active
|
||||
if(i <= value)
|
||||
{
|
||||
if(src.substring(src.length-6) == "on.png")
|
||||
{
|
||||
src = src.substring(0, src.length-6)+"on_user.png";
|
||||
}
|
||||
else if(src.substring(src.length-7) == "off.png")
|
||||
{
|
||||
src = src.substring(0, src.length-7)+"on_user.png";
|
||||
}
|
||||
}
|
||||
// inactive
|
||||
else
|
||||
{
|
||||
if(src.substring(src.length-6) == "on.png")
|
||||
{
|
||||
src = src.substring(0, src.length-6)+"off.png";
|
||||
}
|
||||
else if(src.substring(src.length-11) == "on_user.png")
|
||||
{
|
||||
src = src.substring(0, src.length-11)+"off.png";
|
||||
}
|
||||
}
|
||||
|
||||
// resetting img cache so onmouseout will not change icons again
|
||||
il.Rating.cache[icon_id] = "";
|
||||
|
||||
$("#"+icon_id).attr("src", src);
|
||||
}
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
toggleIcon: function (el, value, is_out) {
|
||||
|
||||
$(el).children().each(function(){
|
||||
|
||||
if($(this).attr("id"))
|
||||
{
|
||||
var org = $(this).attr("id");
|
||||
var grp = org.substring(0, org.length-1);
|
||||
for(i=1;i<=5;i++)
|
||||
{
|
||||
var id = grp + i;
|
||||
|
||||
if(is_out == undefined)
|
||||
{
|
||||
// determine type of current icon
|
||||
var src_parts = $("#"+id).attr("src").split("_");
|
||||
var icon_type = src_parts.pop();
|
||||
icon_type = icon_type.substring(0, icon_type.length-4);
|
||||
if(icon_type == "user")
|
||||
{
|
||||
icon_type = src_parts.pop();
|
||||
}
|
||||
if($.isNumeric(icon_type))
|
||||
{
|
||||
icon_type = "on";
|
||||
}
|
||||
var icon_base = src_parts.join("_");
|
||||
|
||||
// onmouseout should revert to original img
|
||||
var src = $("#"+id).attr("src");
|
||||
il.Rating.cache[id] = src;
|
||||
|
||||
// active
|
||||
if(i <= value)
|
||||
{
|
||||
src = icon_base+"_on_user.png";
|
||||
}
|
||||
// inactive
|
||||
else
|
||||
{
|
||||
src = icon_base+"_off.png";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
var src = il.Rating.cache[id];
|
||||
}
|
||||
|
||||
if(src)
|
||||
{
|
||||
$("#"+id).attr("src", src);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/* keep ios wepapp mode (do not open safari mobile if links are clicked) */
|
||||
/*if (("standalone" in window.navigator) && !window.navigator.standalone ){
|
||||
il.Util.addOnLoad(function () {
|
||||
$(document).on(
|
||||
"click",
|
||||
'a[href!="#"][href!=""]',
|
||||
function(event){
|
||||
if (event.target.nodeName == "A") {
|
||||
event.preventDefault();
|
||||
location.href = $(event.target).attr("href");
|
||||
}
|
||||
}
|
||||
);
|
||||
});
|
||||
}*/
|
||||
|
||||
////
|
||||
//// The following methods should be moved to the corresponding components
|
||||
////
|
||||
|
||||
/**
|
||||
* Opens a chat window
|
||||
*
|
||||
* @param object the link which was clicked
|
||||
* @param int desired width of the new window
|
||||
* @param int desired height of the new window
|
||||
*/
|
||||
function openChatWindow(oLink, width, height)
|
||||
{
|
||||
if(width == null)
|
||||
{
|
||||
width = screen.availWidth;
|
||||
}
|
||||
leftPos = (screen.availWidth / 2)- (width / 2);
|
||||
|
||||
if(height == null)
|
||||
{
|
||||
height = screen.availHeight;
|
||||
}
|
||||
topPos = (screen.availHeight / 2)- (height / 2);
|
||||
|
||||
oChatWindow = window.open(
|
||||
oLink.href,
|
||||
oLink.target,
|
||||
'width=' + width + ',height=' + height + ',left=' + leftPos + ',top=' + topPos +
|
||||
',resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes'
|
||||
);
|
||||
|
||||
oChatWindow.focus();
|
||||
}
|
||||
|
||||
|
||||
function startSAHS(SAHSurl, SAHStarget, SAHSopenMode, SAHSwidth, SAHSheight)
|
||||
{
|
||||
if (SAHSopenMode == 1){
|
||||
SAHSwidth = "100%";
|
||||
SAHSheight = "650";
|
||||
if(document.body.offsetHeight) SAHSheight=document.getElementById("mainspacekeeper").offsetHeight;
|
||||
}
|
||||
if (SAHSopenMode == 1 || SAHSopenMode == 2){
|
||||
document.getElementById("mainspacekeeper").innerHTML='<iframe src="'+SAHSurl+'" width="'+SAHSwidth+'" height='+SAHSheight+' frameborder="0"></iframe>';
|
||||
} else if (SAHSopenMode == 5){
|
||||
window.open(SAHSurl,SAHStarget,'top=0,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no');
|
||||
} else {
|
||||
window.open(SAHSurl,SAHStarget,'top=0,width='+SAHSwidth+',height='+SAHSheight+',location=no,menubar=no,resizable=yes,scrollbars=yes,status=no');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,324 @@
|
||||
// inspired by accordion.js v2.0, Copyright (c) 2007 stickmanlabs
|
||||
// Author: Kevin P Miller | http://www.stickmanlabs.com
|
||||
// MIT-style licensed
|
||||
//
|
||||
// Complete rewrite using YUI instead of prototype by Alex Killing for
|
||||
// ILIAS open source
|
||||
|
||||
|
||||
ilAccordionData = Array();
|
||||
|
||||
// Success Handler
|
||||
var ilAccSuccessHandler = function(o)
|
||||
{
|
||||
// parse headers function
|
||||
function parseHeaders()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Success Handler
|
||||
var ilAccFailureHandler = function(o)
|
||||
{
|
||||
//alert('FailureHandler');
|
||||
}
|
||||
|
||||
function ilAccordionJSHandler(sUrl)
|
||||
{
|
||||
var ilAccCallback =
|
||||
{
|
||||
success: ilAccSuccessHandler,
|
||||
failure: ilAccFailureHandler
|
||||
};
|
||||
|
||||
var request = YAHOO.util.Connect.asyncRequest('GET', sUrl, ilAccCallback);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
function ilGetNextSibling(n)
|
||||
{
|
||||
do n = n.nextSibling;
|
||||
while (n && n.nodeType != 1);
|
||||
return n;
|
||||
}
|
||||
|
||||
//var accordion = Class.create();
|
||||
var accordion = function() {};
|
||||
accordion.prototype =
|
||||
{
|
||||
|
||||
//
|
||||
// Setup the Variables
|
||||
//
|
||||
showAccordion : null,
|
||||
currentAccordion : null,
|
||||
duration : null,
|
||||
effects : [],
|
||||
animating : false,
|
||||
|
||||
//
|
||||
// Initialize the accordions
|
||||
//
|
||||
initialize: function(container, options) {
|
||||
this.options = options;
|
||||
|
||||
var accordions = YAHOO.util.Dom.getElementsByClassName(this.options.classNames.toggle, 'div', container);
|
||||
for (k in accordions)
|
||||
{
|
||||
var accordion = accordions[k];
|
||||
|
||||
if (accordion.parentNode.parentNode.id == container) {
|
||||
YAHOO.util.Event.addListener(accordion, "click", this.clickHandler, accordion, this);
|
||||
accordion.onclick = function() {return false;};
|
||||
|
||||
var n = ilGetNextSibling(accordion);
|
||||
|
||||
if (n != undefined)
|
||||
{
|
||||
|
||||
if (this.options.direction == 'horizontal')
|
||||
{
|
||||
n.style.width = '0px';
|
||||
}
|
||||
else
|
||||
{
|
||||
n.style.height = '0px';
|
||||
}
|
||||
n.style.display = 'none';
|
||||
this.currentAccordion = n;
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
//
|
||||
// Handle click on accordion header
|
||||
//
|
||||
clickHandler : function(e, accordion) {
|
||||
if (this.animating) {
|
||||
return false;
|
||||
}
|
||||
|
||||
this.effects = [];
|
||||
|
||||
this.currentAccordion = ilGetNextSibling(accordion);
|
||||
|
||||
if (this.currentAccordion == this.showAccordion)
|
||||
{
|
||||
this.deactivate();
|
||||
}
|
||||
else
|
||||
{
|
||||
this._handleAccordion();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
//
|
||||
// Deactivate an active accordion
|
||||
//
|
||||
deactivate : function() {
|
||||
|
||||
this.currentAccordion.style.display = 'block';
|
||||
if (this.options.direction == 'vertical')
|
||||
{
|
||||
var myAnim = new YAHOO.util.Anim(this.showAccordion, {
|
||||
height: { to: 0 }
|
||||
}, 1, YAHOO.util.Easing.easeOut);
|
||||
}
|
||||
else
|
||||
{
|
||||
var myAnim = new YAHOO.util.Anim(this.showAccordion, {
|
||||
width: { to: 0 }
|
||||
}, 1, YAHOO.util.Easing.easeOut);
|
||||
}
|
||||
myAnim.duration = 0.5;
|
||||
myAnim.onComplete.subscribe(function(a, b, t) {
|
||||
if (t.options.classNames.activeHead && t.showAccordion && t.options.classNames.activeHead != "") {
|
||||
$(t.showAccordion.parentNode).children("div:first").children("div:first").
|
||||
removeClass(t.options.classNames.activeHead);
|
||||
}
|
||||
t.showAccordion.style.height = 'auto';
|
||||
t.showAccordion.style.display = 'none';
|
||||
t.showAccordion = null;
|
||||
t.animating = false;
|
||||
if (typeof t.options.save_url != "undefined" && t.options.save_url != "")
|
||||
{
|
||||
ilAccordionJSHandler(t.options.save_url + "&tab_nr=0");
|
||||
}
|
||||
}, this);
|
||||
myAnim.animate();
|
||||
},
|
||||
|
||||
//
|
||||
// Handle the open/close actions of the accordion
|
||||
//
|
||||
_handleAccordion : function() {
|
||||
|
||||
// fade in the new accordion (currentAccordion)
|
||||
if (this.options.direction == 'vertical')
|
||||
{
|
||||
this.currentAccordion.style.position = 'relative';
|
||||
this.currentAccordion.style.left = '-1000px';
|
||||
this.currentAccordion.style.display = 'block';
|
||||
var nh = this.options.defaultSize.height ? this.options.defaultSize.height : this.currentAccordion.scrollHeight
|
||||
this.currentAccordion.style.height = '0px';
|
||||
this.currentAccordion.style.position = '';
|
||||
this.currentAccordion.style.left = '';
|
||||
var myAnim = new YAHOO.util.Anim(this.currentAccordion, {
|
||||
height: {
|
||||
from: 0,
|
||||
to: nh }
|
||||
}, 1, YAHOO.util.Easing.easeOut);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.currentAccordion.style.display = 'block';
|
||||
var myAnim = new YAHOO.util.Anim(this.currentAccordion, {
|
||||
width: {
|
||||
from: 0,
|
||||
to: this.options.defaultSize.width ? this.options.defaultSize.width : this.currentAccordion.scrollWidth }
|
||||
}, 1, YAHOO.util.Easing.easeOut);
|
||||
}
|
||||
myAnim.duration = 0.5;
|
||||
this.animating = true;
|
||||
myAnim.onComplete.subscribe(function(a, b, t) {
|
||||
if (t.showAccordion) {
|
||||
t.showAccordion.style.display = 'none';
|
||||
}
|
||||
t.currentAccordion.style.height = 'auto';
|
||||
|
||||
// add active class to opened accordion
|
||||
if (t.options.classNames.activeHead && t.options.classNames.activeHead != '')
|
||||
{
|
||||
if (t.showAccordion) {
|
||||
$(t.showAccordion.parentNode).children("div:first").children("div:first").
|
||||
removeClass(t.options.classNames.activeHead);
|
||||
}
|
||||
$(t.currentAccordion.parentNode).children("div:first").children("div:first").
|
||||
addClass(t.options.classNames.activeHead);
|
||||
}
|
||||
|
||||
// set the currently shown accordion
|
||||
t.showAccordion = t.currentAccordion;
|
||||
if (typeof t.options.save_url != "undefined" && t.options.save_url != "")
|
||||
{
|
||||
var tab_nr = 1;
|
||||
var cel = t.showAccordion.parentNode;
|
||||
while(cel = cel.previousSibling)
|
||||
{
|
||||
if (cel.nodeName.toUpperCase() == 'DIV')
|
||||
{
|
||||
tab_nr++;
|
||||
}
|
||||
}
|
||||
ilAccordionJSHandler(t.options.save_url + "&tab_nr=" + tab_nr);
|
||||
}
|
||||
|
||||
t.animating = false;
|
||||
}, this);
|
||||
myAnim.onStart.subscribe(function(a, b, t) {
|
||||
t.currentAccordion.style.display = 'block';
|
||||
}, this);
|
||||
|
||||
// fade out the currently shown accordion (showAccordion)
|
||||
if (this.showAccordion)
|
||||
{
|
||||
if (this.options.direction == 'vertical')
|
||||
{
|
||||
var myAnim2 = new YAHOO.util.Anim(this.showAccordion, {
|
||||
height: { to: 0 }
|
||||
}, 1, YAHOO.util.Easing.easeOut);
|
||||
}
|
||||
else
|
||||
{
|
||||
var myAnim2 = new YAHOO.util.Anim(this.showAccordion, {
|
||||
width: { to: 0 }
|
||||
}, 1, YAHOO.util.Easing.easeOut);
|
||||
}
|
||||
myAnim2.duration = 0.5;
|
||||
|
||||
myAnim2.animate();
|
||||
|
||||
}
|
||||
myAnim.animate();
|
||||
}
|
||||
}
|
||||
|
||||
il.Util.addOnLoad(ilInitAccordions);
|
||||
|
||||
function ilInitAccordions()
|
||||
{
|
||||
// run through accordions
|
||||
for (var i=0; i<ilAccordionData.length; i++)
|
||||
{
|
||||
ilInitAccordion(ilAccordionData[i][0], ilAccordionData[i][1],
|
||||
ilAccordionData[i][2], ilAccordionData[i][3], ilAccordionData[i][4],
|
||||
ilAccordionData[i][5], ilAccordionData[i][6], ilAccordionData[i][7],
|
||||
ilAccordionData[i][8], ilAccordionData[i][9], ilAccordionData[i][10]);
|
||||
}
|
||||
}
|
||||
|
||||
function ilInitAccordionById(id)
|
||||
{
|
||||
// run through accordions
|
||||
for (var i=0; i<ilAccordionData.length; i++)
|
||||
{
|
||||
if (ilAccordionData[i][10] == id)
|
||||
{
|
||||
ilInitAccordion(ilAccordionData[i][0], ilAccordionData[i][1],
|
||||
ilAccordionData[i][2], ilAccordionData[i][3], ilAccordionData[i][4],
|
||||
ilAccordionData[i][5], ilAccordionData[i][6], ilAccordionData[i][7],
|
||||
ilAccordionData[i][8], ilAccordionData[i][9], ilAccordionData[i][10]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function ilInitAccordion(id, toggle_class, toggle_active_class, content_class, width, height, direction, behavior, save_url,
|
||||
active_head_class, int_id)
|
||||
{
|
||||
if (behavior != "ForceAllOpen")
|
||||
{
|
||||
var acc = new accordion();
|
||||
acc.initialize(id, {
|
||||
classNames : {
|
||||
toggle : toggle_class,
|
||||
toggleActive : toggle_active_class,
|
||||
content : content_class,
|
||||
activeHead : active_head_class
|
||||
},
|
||||
defaultSize : {
|
||||
width : width,
|
||||
height : height
|
||||
},
|
||||
direction : direction,
|
||||
save_url : save_url
|
||||
});
|
||||
|
||||
}
|
||||
if (behavior == "FirstOpen")
|
||||
{
|
||||
var a_el = YAHOO.util.Dom.getElementsByClassName(toggle_class, 'div', id);
|
||||
|
||||
a1 = a_el[0];
|
||||
if (a1)
|
||||
{
|
||||
acc.clickHandler(null, a1);
|
||||
}
|
||||
}
|
||||
else if (!isNaN(behavior)) // open nth tab, if behaviour is a number
|
||||
{
|
||||
var a_el = YAHOO.util.Dom.getElementsByClassName(toggle_class, 'div', id);
|
||||
|
||||
a1 = a_el[Number(behavior) - 1];
|
||||
if (a1)
|
||||
{
|
||||
acc.clickHandler(null, a1);
|
||||
}
|
||||
}
|
||||
|
||||
return acc;
|
||||
}
|
||||
@@ -0,0 +1,875 @@
|
||||
|
||||
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
|
||||
|
||||
ilCOPagePres =
|
||||
{
|
||||
/**
|
||||
* Basic init function
|
||||
*/
|
||||
init: function ()
|
||||
{
|
||||
this.initToc();
|
||||
this.initInteractiveImages();
|
||||
this.updateQuestionOverviews();
|
||||
this.initMapAreas();
|
||||
this.initAdvancedContent();
|
||||
this.initAudioVideo();
|
||||
},
|
||||
|
||||
//
|
||||
// Toc (as used in Wikis)
|
||||
//
|
||||
|
||||
/**
|
||||
* Init the table of content
|
||||
*/
|
||||
initToc: function () {
|
||||
// init toc
|
||||
var cookiePos = document.cookie.indexOf("pg_hidetoc=");
|
||||
if (cookiePos > -1 && document.cookie.charAt(cookiePos + 11) == 1)
|
||||
{
|
||||
this.toggleToc();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Toggle the table of content
|
||||
*/
|
||||
toggleToc: function()
|
||||
{
|
||||
var toc = document.getElementById('ilPageTocContent');
|
||||
|
||||
if (!toc)
|
||||
{
|
||||
return;
|
||||
}
|
||||
var toc_on = document.getElementById('ilPageTocOn');
|
||||
var toc_off = document.getElementById('ilPageTocOff');
|
||||
if (toc && toc.style.display == 'none')
|
||||
{
|
||||
toc.style.display = 'block';
|
||||
toc_on.style.display = 'none';
|
||||
toc_off.style.display = '';
|
||||
document.cookie = "pg_hidetoc=0";
|
||||
}
|
||||
else
|
||||
{
|
||||
toc_on.style.display = '';
|
||||
toc_off.style.display = 'none';
|
||||
toc.style.display = 'none';
|
||||
document.cookie = "pg_hidetoc=1";
|
||||
}
|
||||
},
|
||||
|
||||
//
|
||||
// Interactive Images
|
||||
//
|
||||
|
||||
iim_trigger: {},
|
||||
iim_area: {},
|
||||
iim_popup: {},
|
||||
iim_marker: {},
|
||||
dragging: false,
|
||||
|
||||
/**
|
||||
* Init interactive images
|
||||
*/
|
||||
initInteractiveImages: function ()
|
||||
{
|
||||
// preload overlay images (necessary?)
|
||||
|
||||
// add onmouseover event to all map areas
|
||||
$("map.iim > area").mouseover(this.overBaseArea);
|
||||
$("map.iim > area").mouseout(this.outBaseArea);
|
||||
$("map.iim > area").click(this.clickBaseArea);
|
||||
|
||||
$("a.ilc_marker_Marker").mouseover(this.overMarker);
|
||||
$("a.ilc_marker_Marker").mouseout(this.outMarker);
|
||||
$("a.ilc_marker_Marker").click(this.clickMarker);
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Mouse over marker -> show the overlay image
|
||||
*/
|
||||
overMarker: function (e)
|
||||
{
|
||||
if (this.dragging)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var marker_tr_nr = ilCOPagePres.iim_marker[e.target.id].tr_nr;
|
||||
var iim_id = ilCOPagePres.iim_marker[e.target.id].iim_id;
|
||||
ilCOPagePres.handleOverEvent(iim_id, marker_tr_nr, true);
|
||||
},
|
||||
|
||||
/**
|
||||
* Mouse leaves marker -> hide the overlay image
|
||||
*/
|
||||
outMarker: function (e)
|
||||
{
|
||||
if (this.dragging)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var marker_tr_nr = ilCOPagePres.iim_marker[e.target.id].tr_nr;
|
||||
var iim_id = ilCOPagePres.iim_marker[e.target.id].iim_id;
|
||||
ilCOPagePres.handleOutEvent(iim_id, marker_tr_nr, true);
|
||||
},
|
||||
|
||||
/**
|
||||
* Mouse over base image map area -> show the overlay image
|
||||
* and (on first time) init the image map of the overlay image
|
||||
*/
|
||||
overBaseArea: function (e)
|
||||
{
|
||||
var area_tr_nr = ilCOPagePres.iim_area[e.target.id].tr_nr;
|
||||
var iim_id = ilCOPagePres.iim_area[e.target.id].iim_id;
|
||||
|
||||
ilCOPagePres.handleOverEvent(iim_id, area_tr_nr, false);
|
||||
},
|
||||
|
||||
/**
|
||||
* Mouse over base image map area or marker -> show the overlay image
|
||||
* and (on first time) init the image map of the overlay image
|
||||
*/
|
||||
handleOverEvent: function (iim_id, area_tr_nr, is_marker)
|
||||
{
|
||||
//console.log("over enter");
|
||||
var k, j, tr, coords, ovx, ovy;
|
||||
|
||||
if (this.dragging)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
for (k in ilCOPagePres.iim_trigger)
|
||||
{
|
||||
tr = ilCOPagePres.iim_trigger[k];
|
||||
if (tr.nr == area_tr_nr && tr.iim_id == iim_id)
|
||||
{
|
||||
var base = $("img#base_img_" + tr.iim_id);
|
||||
var pos = base.position();
|
||||
var ov = $("img#iim_ov_" + tr['tr_id']);
|
||||
|
||||
// no overlay image? -> skip
|
||||
if (ov.length == 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
var cnt = 1;
|
||||
|
||||
// no usamap (e.g. edit mode) -> skip)
|
||||
if (typeof(base.attr('usemap')) == "undefined")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
var base_map_name = base.attr('usemap').substr(1);
|
||||
|
||||
// display the overlay at the correct position
|
||||
ov.css('position', 'absolute');
|
||||
ovx = parseInt(tr['ovx']);
|
||||
ovy = parseInt(tr['ovy']);
|
||||
ov.css('left', pos.left + ovx);
|
||||
ov.css('top', pos.top + ovy);
|
||||
ov.css('display', '');
|
||||
|
||||
// on first time we need to initialize the
|
||||
// image map of the overlay image
|
||||
if (tr.map_initialized == null && !is_marker)
|
||||
{
|
||||
tr.map_initialized = true;
|
||||
//console.log(tr);
|
||||
cnt = 1;
|
||||
$("map[name='" + base_map_name + "'] > area").each(
|
||||
function (i,el) {
|
||||
// if title is the same, add area to overlay map
|
||||
if (ilCOPagePres.iim_area[el.id]['tr_nr'] == area_tr_nr)
|
||||
{
|
||||
coords = $(el).attr("coords");
|
||||
// fix coords
|
||||
switch($(el).attr("shape").toLowerCase())
|
||||
{
|
||||
case "rect":
|
||||
var c = coords.split(",");
|
||||
coords = "" + (parseInt(c[0]) - ovx) + "," +
|
||||
(parseInt(c[1]) - ovy) + "," +
|
||||
(parseInt(c[2]) - ovx) + "," +
|
||||
(parseInt(c[3]) - ovy);
|
||||
break;
|
||||
|
||||
case "poly":
|
||||
var c = coords.split(",");
|
||||
coords = "";
|
||||
var sep = "";
|
||||
for (j in c)
|
||||
{
|
||||
if (j % 2 == 0)
|
||||
{
|
||||
coords = coords + sep + parseInt(c[j] - ovx);
|
||||
}
|
||||
else
|
||||
{
|
||||
coords = coords + sep + parseInt(c[j] - ovy);
|
||||
}
|
||||
sep = ",";
|
||||
}
|
||||
break;
|
||||
|
||||
case "circle":
|
||||
var c = coords.split(",");
|
||||
coords = "" + (parseInt(c[0]) - ovx) + "," +
|
||||
(parseInt(c[1]) - ovy) + "," +
|
||||
(parseInt(c[2]));
|
||||
break;
|
||||
}
|
||||
|
||||
// set shape and coords
|
||||
$("area#iim_ov_area_" + tr['tr_id']).attr("coords", coords);
|
||||
$("area#iim_ov_area_" + tr['tr_id']).attr("shape", $(el).attr("shape"));
|
||||
|
||||
// add mouse event listeners
|
||||
var k2 = k;
|
||||
var i2 = "iim_ov_" + tr['tr_id'];
|
||||
var tr2 = tr['tr_id'];
|
||||
$("area#iim_ov_area_" + tr['tr_id']).mouseover(
|
||||
function() {ilCOPagePres.overOvArea(k2, true, i2)});
|
||||
$("area#iim_ov_area_" + tr['tr_id']).mouseout(
|
||||
function() {ilCOPagePres.overOvArea(k2, false, i2)});
|
||||
$("area#iim_ov_area_" + tr['tr_id']).click(
|
||||
function(e) {ilCOPagePres.clickOvArea(e, tr2)});
|
||||
}
|
||||
cnt++;
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Leave a base image map area: hide corresponding images
|
||||
*/
|
||||
outBaseArea: function (e)
|
||||
{
|
||||
var area_tr_nr = ilCOPagePres.iim_area[e.target.id].tr_nr;
|
||||
var iim_id = ilCOPagePres.iim_area[e.target.id].iim_id;
|
||||
ilCOPagePres.handleOutEvent(iim_id, area_tr_nr, false);
|
||||
},
|
||||
|
||||
/**
|
||||
* Leave a base image map area: hide corresponding images
|
||||
*/
|
||||
handleOutEvent: function (iim_id, area_tr_nr, is_marker)
|
||||
{
|
||||
//console.log("out");
|
||||
var k, tr;
|
||||
|
||||
if (this.dragging)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
for (k in ilCOPagePres.iim_trigger)
|
||||
{
|
||||
tr = ilCOPagePres.iim_trigger[k];
|
||||
if (tr.nr == area_tr_nr && tr.iim_id == iim_id &&
|
||||
(ilCOPagePres.iim_trigger[k]['over_ov_area'] == null ||
|
||||
!ilCOPagePres.iim_trigger[k]['over_ov_area']
|
||||
))
|
||||
{
|
||||
$("img#iim_ov_" + tr['tr_id']).css('display', 'none');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Triggered by mouseover/out on imagemap of overlay image
|
||||
*/
|
||||
overOvArea: function (k, value, ov_id)
|
||||
{
|
||||
if (this.dragging)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
//console.log("overOvArea " + k + ":" + ov_id);
|
||||
ilCOPagePres.iim_trigger[k]['over_ov_area'] = value;
|
||||
if (value)
|
||||
{
|
||||
$("img#" + ov_id).css('display', '');
|
||||
}
|
||||
else
|
||||
{
|
||||
$("img#" + ov_id).css('display', 'none');
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* A marker is clicked
|
||||
*/
|
||||
clickMarker: function (e)
|
||||
{
|
||||
var k;
|
||||
var marker_tr_nr = ilCOPagePres.iim_marker[e.target.id].tr_nr;
|
||||
var iim_id = ilCOPagePres.iim_marker[e.target.id].iim_id;
|
||||
|
||||
if (ilCOPagePres.iim_marker[e.target.id].edit_mode == "1")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.dragging)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// iterate through the triggers and search the correct one
|
||||
for (k in ilCOPagePres.iim_trigger)
|
||||
{
|
||||
tr = ilCOPagePres.iim_trigger[k];
|
||||
if (tr.nr == marker_tr_nr && tr.iim_id == iim_id)
|
||||
{
|
||||
ilCOPagePres.handleAreaClick(e, tr['tr_id']);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* A base image map area is clicked
|
||||
*/
|
||||
clickBaseArea: function (e)
|
||||
{
|
||||
var k;
|
||||
var area_tr_nr = ilCOPagePres.iim_area[e.target.id].tr_nr;
|
||||
var iim_id = ilCOPagePres.iim_area[e.target.id].iim_id;
|
||||
|
||||
if (this.dragging)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// iterate through the triggers and search the correct one
|
||||
for (k in ilCOPagePres.iim_trigger)
|
||||
{
|
||||
tr = ilCOPagePres.iim_trigger[k];
|
||||
if (tr.nr == area_tr_nr && tr.iim_id == iim_id)
|
||||
{
|
||||
ilCOPagePres.handleAreaClick(e, tr['tr_id']);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Handle area click (triggered by base or overlay image map area)
|
||||
*/
|
||||
handleAreaClick: function (e, tr_id)
|
||||
{
|
||||
var tr = ilCOPagePres.iim_trigger[tr_id];
|
||||
var el = document.getElementById("iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr']);
|
||||
|
||||
if (el == null || this.dragging)
|
||||
{
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
// on first time we need to initialize content overlay
|
||||
if (tr.popup_initialized == null)
|
||||
{
|
||||
tr.popup_initialized = true;
|
||||
|
||||
// @todo: initialize the overlay
|
||||
/*
|
||||
il.Overlay.add("iim_popup_" + tr.tr_id,
|
||||
{"yuicfg":{"visible":false,"fixedcenter":false,
|
||||
"context":["iim_ov_area_" + tr.tr_id,"tl","bl",["beforeShow","windowResize"]]},
|
||||
"trigger":"iim_ov_area_" + tr.tr_id,
|
||||
"trigger_event":"click",
|
||||
"anchor_id":"iim_ov_area_" + tr.tr_id,
|
||||
"auto_hide":false,
|
||||
"close_el":"iim_ov_area_" + tr.tr_id});
|
||||
*/
|
||||
il.Overlay.add("iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr'],
|
||||
{"yuicfg":{"visible":false,"fixedcenter":false},
|
||||
"auto_hide":false});
|
||||
}
|
||||
|
||||
//console.log("showing trigger " + tr_id);
|
||||
//console.log("iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr']);
|
||||
|
||||
// show the overlay
|
||||
var base = $("img#base_img_" + ilCOPagePres.iim_trigger[tr_id]['iim_id']);
|
||||
var pos = base.position();
|
||||
var x = pos.left + parseInt(ilCOPagePres.iim_trigger[tr_id]['popx']);
|
||||
var y = pos.top + parseInt(ilCOPagePres.iim_trigger[tr_id]['popy']);
|
||||
il.Overlay.setWidth("iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr'], ilCOPagePres.iim_trigger[tr_id]['popwidth']);
|
||||
il.Overlay.setHeight("iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr'], ilCOPagePres.iim_trigger[tr_id]['popheight']);
|
||||
il.Overlay.toggle(e, "iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr'], null, false, null, null, "click");
|
||||
il.Overlay.setX("iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr'], x);
|
||||
il.Overlay.setY("iim_popup_" + tr['iim_id'] + "_" + tr['popup_nr'], y);
|
||||
|
||||
e.preventDefault();
|
||||
},
|
||||
|
||||
/**
|
||||
* A overlay image map area is clicked
|
||||
*/
|
||||
clickOvArea: function (e, tr_id)
|
||||
{
|
||||
ilCOPagePres.handleAreaClick(e, tr_id);
|
||||
},
|
||||
|
||||
addIIMTrigger: function(tr)
|
||||
{
|
||||
//console.log(tr);
|
||||
this.iim_trigger[tr.tr_id] = tr;
|
||||
},
|
||||
|
||||
addIIMArea: function(a)
|
||||
{
|
||||
//console.log(a);
|
||||
this.iim_area[a.area_id] = a;
|
||||
},
|
||||
|
||||
addIIMPopup: function(p)
|
||||
{
|
||||
this.iim_popup[p.pop_id] = p;
|
||||
},
|
||||
|
||||
addIIMMarker: function(m)
|
||||
{
|
||||
this.iim_marker[m.m_id] = m;
|
||||
var base = $("img#base_img_" + m.iim_id);
|
||||
var pos = base.position();
|
||||
var mark = $("a#" + m['m_id']);
|
||||
// display the marker at the correct position
|
||||
mark.css('position', 'absolute');
|
||||
var mx = parseInt(m['markx']);
|
||||
var my = parseInt(m['marky']);
|
||||
mark.css('left', pos.left + mx);
|
||||
mark.css('top', pos.top + my);
|
||||
mark.css('display', '');
|
||||
},
|
||||
|
||||
fixMarkerPositions: function ()
|
||||
{
|
||||
var m, tr, k, i;
|
||||
|
||||
for (k in ilCOPagePres.iim_marker)
|
||||
{
|
||||
m = ilCOPagePres.iim_marker[k];
|
||||
|
||||
var base = $("img#base_img_" + m.iim_id);
|
||||
var pos = base.position();
|
||||
var mark = $("a#" + m['m_id']);
|
||||
mark.css('position', 'absolute');
|
||||
var mx = parseInt(m['markx']);
|
||||
var my = parseInt(m['marky']);
|
||||
mark.css('left', pos.left + mx);
|
||||
mark.css('top', pos.top + my);
|
||||
}
|
||||
|
||||
/*
|
||||
for (k in ilCOPagePres.iim_trigger)
|
||||
{
|
||||
var t = ilCOPagePres.iim_trigger[k];
|
||||
// console.log(t);
|
||||
for (i in ilCOPagePres.iim_popup)
|
||||
{
|
||||
p = ilCOPagePres.iim_popup[i];
|
||||
if (t.popup_nr == p.nr && t.iim_id == p.iim_id)
|
||||
{
|
||||
var base = $("img#base_img_" + p.iim_id);
|
||||
var pos = base.position();
|
||||
var pop = $("div#" + p.div_id);
|
||||
pop.css('position', 'absolute');
|
||||
var mx = parseInt(t.popx);
|
||||
var my = parseInt(t.popy);
|
||||
pop.css('left', pos.left + mx);
|
||||
pop.css('top', pos.top + my);
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
},
|
||||
|
||||
/**
|
||||
* Make marker draggable
|
||||
*/
|
||||
startDraggingMarker: function(tr_nr)
|
||||
{
|
||||
var k;
|
||||
|
||||
this.dragging = true;
|
||||
for (k in ilCOPagePres.iim_marker)
|
||||
{
|
||||
if (ilCOPagePres.iim_marker[k]['tr_nr'] == tr_nr)
|
||||
{
|
||||
var mark = ilCOPagePres.iim_marker[k];
|
||||
$("a#" + ilCOPagePres.iim_marker[k]['m_id']).css("display", "");
|
||||
$("a#" + ilCOPagePres.iim_marker[k]['m_id']).draggable({
|
||||
drag: function(event, ui) {
|
||||
var base = $("img#base_img_" + mark.iim_id);
|
||||
var bpos = base.position();
|
||||
var marker = $("a#" + mark.m_id);
|
||||
var mpos = marker.position();
|
||||
var position = (Math.round(mpos.left) - Math.round(bpos.left)) + "," +
|
||||
(Math.round(mpos.top) - Math.round(bpos.top));
|
||||
$("input#markpos_" + mark.tr_nr).attr("value", position);
|
||||
}
|
||||
});
|
||||
|
||||
ilCOPagePres.initDragToolbar();
|
||||
}
|
||||
else
|
||||
{
|
||||
$("a#" + ilCOPagePres.iim_marker[k]['m_id']).css("display", "none");
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
stopDraggingMarker: function()
|
||||
{
|
||||
this.dragging = false;
|
||||
},
|
||||
|
||||
/**
|
||||
* Make overlay draggable
|
||||
*/
|
||||
startDraggingOverlay: function(tr_nr)
|
||||
{
|
||||
var k;
|
||||
|
||||
this.dragging = true;
|
||||
|
||||
for (k in ilCOPagePres.iim_trigger)
|
||||
{
|
||||
var trigger = ilCOPagePres.iim_trigger[k];
|
||||
if (trigger['nr'] == tr_nr)
|
||||
{
|
||||
var dtr = trigger;
|
||||
var ov = $("img#iim_ov_" + dtr['tr_id']);
|
||||
|
||||
// remove map for dragging
|
||||
ov.attr('usemap','');
|
||||
|
||||
ilCOPagePres.initDragToolbar();
|
||||
|
||||
var base = $("img#base_img_" + dtr.iim_id);
|
||||
var bpos = base.position();
|
||||
|
||||
ovx = parseInt(dtr['ovx']);
|
||||
ovy = parseInt(dtr['ovy']);
|
||||
ov.css('left', bpos.left + ovx);
|
||||
ov.css('top', bpos.top + ovy);
|
||||
ov.css('display', '');
|
||||
ov.css("position", "absolute");
|
||||
|
||||
var dtr = trigger;
|
||||
ov.draggable({
|
||||
stop: function(event, ui) {
|
||||
var ovpos = ov.position();
|
||||
var position = (Math.round(ovpos.left) - Math.round(bpos.left)) + "," +
|
||||
(Math.round(ovpos.top) - Math.round(bpos.top));
|
||||
|
||||
$("input#ovpos_" + dtr.nr).attr("value", position);
|
||||
}
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
// $("img#iim_ov_" + trigger['tr_id']).css("display", "none");
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Make popup draggable
|
||||
*/
|
||||
startDraggingPopup: function(tr_nr)
|
||||
{
|
||||
var i, k;
|
||||
this.dragging = true;
|
||||
|
||||
// get correct trigger
|
||||
for (k in ilCOPagePres.iim_trigger)
|
||||
{
|
||||
if (ilCOPagePres.iim_trigger[k]['nr'] == tr_nr)
|
||||
{
|
||||
var dtr = ilCOPagePres.iim_trigger[k];
|
||||
|
||||
// get correct popup
|
||||
for (i in ilCOPagePres.iim_popup)
|
||||
{
|
||||
if (ilCOPagePres.iim_popup[i]['nr'] ==
|
||||
ilCOPagePres.iim_trigger[k]['popup_nr'])
|
||||
{
|
||||
var cpop = ilCOPagePres.iim_popup[i];
|
||||
var pdummy = document.getElementById("popupdummy");
|
||||
if (pdummy == null)
|
||||
{
|
||||
$('div#il_center_col').append('<div id="popupdummy" class="ilc_iim_ContentPopup"></div>');
|
||||
pdummy = $("div#popupdummy");
|
||||
}
|
||||
else
|
||||
{
|
||||
pdummy = $("div#popupdummy");
|
||||
}
|
||||
|
||||
ilCOPagePres.initDragToolbar();
|
||||
|
||||
var base = $("img#base_img_" + cpop.iim_id);
|
||||
var bpos = base.position();
|
||||
//console.log(dtr);
|
||||
popx = parseInt(dtr['popx']);
|
||||
popy = parseInt(dtr['popy']);
|
||||
pdummy.css("position", "absolute");
|
||||
pdummy.css('left', bpos.left + popx);
|
||||
pdummy.css('top', bpos.top + popy);
|
||||
pdummy.css('width', dtr['popwidth']);
|
||||
pdummy.css('height', dtr['popheight']);
|
||||
pdummy.css('display', '');
|
||||
|
||||
pdummy.draggable({
|
||||
stop: function(event, ui) {
|
||||
var pdpos = pdummy.position();
|
||||
var position = (Math.round(pdpos.left) - Math.round(bpos.left)) + "," +
|
||||
(Math.round(pdpos.top) - Math.round(bpos.top));
|
||||
$("input#poppos_" + dtr.nr).attr("value", position);
|
||||
}
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
// $("img#iim_ov_" + trigger['tr_id']).css("display", "none");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Init drag toolbar
|
||||
*/
|
||||
initDragToolbar: function(tr_nr)
|
||||
{
|
||||
// show the toolbar
|
||||
$("div#drag_toolbar").css("display", "");
|
||||
this.fixMarkerPositions();
|
||||
$("a#save_pos_button").click(function () {
|
||||
$("input#update_tr_button").trigger("click");
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
//
|
||||
// Question Overviews
|
||||
//
|
||||
|
||||
qover: {},
|
||||
|
||||
addQuestionOverview: function(conf)
|
||||
{
|
||||
this.qover[conf.id] = conf;
|
||||
},
|
||||
|
||||
updateQuestionOverviews: function()
|
||||
{
|
||||
var correct = {};
|
||||
var incorrect = {};
|
||||
var correct_cnt = 0;
|
||||
var incorrect_cnt = 0;
|
||||
|
||||
if (typeof questions == 'undefined')
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
for (var k in questions)
|
||||
{
|
||||
var answered_correctly = true;
|
||||
var index=parseInt(k,10);
|
||||
if (!isNaN(index))
|
||||
{
|
||||
if (!answers[index])
|
||||
{
|
||||
answered_correctly = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (answers[index].passed!=true)
|
||||
{
|
||||
answered_correctly = false;
|
||||
}
|
||||
}
|
||||
if (!answered_correctly)
|
||||
{
|
||||
incorrect[k] = k;
|
||||
incorrect_cnt++;
|
||||
}
|
||||
else
|
||||
{
|
||||
correct[k] = k;
|
||||
correct_cnt++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// iterate all question overview elements
|
||||
for (var i in this.qover)
|
||||
{
|
||||
var ov_el = $('div#' + this.qover[i].div_id);
|
||||
|
||||
// remove all children
|
||||
ov_el.empty();
|
||||
|
||||
// show success message, if all questions have been answered
|
||||
if (incorrect_cnt == 0)
|
||||
{
|
||||
ov_el.attr("class", 'ilc_qover_Correct');
|
||||
ov_el.append(
|
||||
ilias.questions.txt.ov_all_correct);
|
||||
}
|
||||
else
|
||||
{
|
||||
ov_el.attr("class", 'ilc_qover_Incorrect');
|
||||
// show message including of number of not
|
||||
// correctly answered questions
|
||||
if (this.qover[i].short_message == "y")
|
||||
{
|
||||
ov_el.append('<div class="ilc_qover_StatusMessage">' +
|
||||
ilias.questions.txt.ov_some_correct.split("[x]").join(correct_cnt + "")
|
||||
.split("[y]").join((incorrect_cnt + correct_cnt) + "") +
|
||||
"</div>"
|
||||
);
|
||||
}
|
||||
|
||||
if (this.qover[i].list_wrong_questions == "y")
|
||||
{
|
||||
ov_el.append(
|
||||
'<div class="ilc_qover_WrongAnswersMessage">' +
|
||||
ilias.questions.txt.ov_wrong_answered + ":" + '</div>'
|
||||
);
|
||||
|
||||
// list all incorrect answered questions
|
||||
ov_el.append('<ul class="ilc_list_u_BulletedList"></ul>');
|
||||
var ul = $('div#' + this.qover[i].div_id + " > ul");
|
||||
for (var j in incorrect)
|
||||
{
|
||||
var qtext = questions[j].question;
|
||||
if (questions[j].type == "assClozeTest")
|
||||
{
|
||||
qtext = questions[j].title;
|
||||
}
|
||||
ul.append(
|
||||
'<li class="ilc_list_item_StandardListItem">' +
|
||||
'<a href="#" onclick="return ilCOPagePres.jumpToQuestion(\'' + j + '\');" class="ilc_qoverl_WrongAnswerLink">' + qtext + '</a>'
|
||||
+ '</li>');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// jump to a question
|
||||
jumpToQuestion: function(qid) {
|
||||
if (typeof pager != "undefined") {
|
||||
pager.jumpToElement("container" + qid);
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
//
|
||||
// Map area functions
|
||||
//
|
||||
|
||||
// init map areas
|
||||
initMapAreas: function() {
|
||||
|
||||
// mouseover
|
||||
//$('img[usemap^="#map_il_"]').maphilight({fade:true, fillColor:'000000', strokeColor:'000000'});
|
||||
$('img[usemap^="#map_il_"]').maphilight({"neverOn":true});
|
||||
/*$('img[class^="img_hl_"]').each(function(index) {
|
||||
var cl = $(this).attr("class").split("_");
|
||||
var opts = {};
|
||||
if (cl[2] == "Hover") {
|
||||
opts.fade = true;
|
||||
} else {
|
||||
opts.alwaysOn = true;
|
||||
}
|
||||
if (cl[3] == "Dark") {
|
||||
opts.fillColor = "202020";
|
||||
opts.strokeColor = "202020";
|
||||
} else if (cl[3] == "Light") {
|
||||
opts.fillColor = "F0F0F0";
|
||||
opts.strokeColor = "F0F0F0";
|
||||
} else {
|
||||
opts.fillColor = "FF6633";
|
||||
opts.strokeColor = "FF6633";
|
||||
}
|
||||
opts.fillOpacity = 0;
|
||||
$(this).maphilight(opts);
|
||||
});*/
|
||||
|
||||
// always on
|
||||
//$('img[class^="img_hl_"]').maphilight({alwaysOn:true, fillColor:'FFFFFF', strokeColor:'FFFFFF'});
|
||||
},
|
||||
|
||||
////
|
||||
//// Handle advanced content
|
||||
////
|
||||
showadvcont: true,
|
||||
initAdvancedContent: function() {
|
||||
var c = $("div.ilc_section_AdvancedKnowledge");
|
||||
var b = $("#ilPageShowAdvContent");
|
||||
if (c.length > 0 && b.length > 0) {
|
||||
var cookiePos = document.cookie.indexOf("pg_hideadv=");
|
||||
if (cookiePos > -1 && document.cookie.charAt(cookiePos + 11) == 1) {
|
||||
this.showadvcont = false;
|
||||
}
|
||||
|
||||
$("#ilPageShowAdvContent").css("display", "block");
|
||||
if (ilCOPagePres.showadvcont) {
|
||||
$("div.ilc_section_AdvancedKnowledge").css("display", "");
|
||||
$("#ilPageShowAdvContent > span:nth-child(1)").css("display", "none");
|
||||
} else {
|
||||
$("div.ilc_section_AdvancedKnowledge").css("display", "none");
|
||||
$("#ilPageShowAdvContent > span:nth-child(2)").css("display", "none");
|
||||
}
|
||||
$("#ilPageShowAdvContent").click(function () {
|
||||
if (ilCOPagePres.showadvcont) {
|
||||
$("div.ilc_section_AdvancedKnowledge").css("display", "none");
|
||||
$("#ilPageShowAdvContent > span:nth-child(1)").css("display", "");
|
||||
$("#ilPageShowAdvContent > span:nth-child(2)").css("display", "none");
|
||||
ilCOPagePres.showadvcont = false;
|
||||
document.cookie = "pg_hideadv=1";
|
||||
} else {
|
||||
$("div.ilc_section_AdvancedKnowledge").css("display", "");
|
||||
$("#ilPageShowAdvContent > span:nth-child(1)").css("display", "none");
|
||||
$("#ilPageShowAdvContent > span:nth-child(2)").css("display", "");
|
||||
ilCOPagePres.showadvcont = true;
|
||||
document.cookie = "pg_hideadv=0";
|
||||
}
|
||||
return false;
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
////
|
||||
//// Audio/Video
|
||||
////
|
||||
|
||||
initAudioVideo: function () {
|
||||
if ($('video.ilPageVideo,audio.ilPageAudio').mediaelementplayer) {
|
||||
$('video.ilPageVideo,audio.ilPageAudio').mediaelementplayer({});
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
il.Util.addOnLoad(function() {ilCOPagePres.init();});
|
||||
@@ -0,0 +1,352 @@
|
||||
// maphilight, version 22 Sep 2012, MIT licensed, http://davidlynch.org/projects/maphilight/
|
||||
(function($) {
|
||||
var has_VML, has_canvas, create_canvas_for, add_shape_to, clear_canvas, shape_from_area,
|
||||
canvas_style, hex_to_decimal, css3color, is_image_loaded, options_from_area;
|
||||
|
||||
has_VML = document.namespaces;
|
||||
has_canvas = !!document.createElement('canvas').getContext;
|
||||
|
||||
if(!(has_canvas || has_VML)) {
|
||||
$.fn.maphilight = function() { return this; };
|
||||
return;
|
||||
}
|
||||
|
||||
if(has_canvas) {
|
||||
hex_to_decimal = function(hex) {
|
||||
return Math.max(0, Math.min(parseInt(hex, 16), 255));
|
||||
};
|
||||
css3color = function(color, opacity) {
|
||||
return 'rgba('+hex_to_decimal(color.substr(0,2))+','+hex_to_decimal(color.substr(2,2))+','+hex_to_decimal(color.substr(4,2))+','+opacity+')';
|
||||
};
|
||||
create_canvas_for = function(img) {
|
||||
var c = $('<canvas style="width:'+img.width+'px;height:'+img.height+'px;"></canvas>').get(0);
|
||||
c.getContext("2d").clearRect(0, 0, c.width, c.height);
|
||||
return c;
|
||||
};
|
||||
var draw_shape = function(context, shape, coords, x_shift, y_shift) {
|
||||
x_shift = x_shift || 0;
|
||||
y_shift = y_shift || 0;
|
||||
|
||||
context.beginPath();
|
||||
if(shape == 'rect') {
|
||||
// x, y, width, height
|
||||
context.rect(coords[0] + x_shift, coords[1] + y_shift, coords[2] - coords[0], coords[3] - coords[1]);
|
||||
} else if(shape == 'poly') {
|
||||
context.moveTo(coords[0] + x_shift, coords[1] + y_shift);
|
||||
for(i=2; i < coords.length; i+=2) {
|
||||
context.lineTo(coords[i] + x_shift, coords[i+1] + y_shift);
|
||||
}
|
||||
} else if(shape == 'circ') {
|
||||
// x, y, radius, startAngle, endAngle, anticlockwise
|
||||
context.arc(coords[0] + x_shift, coords[1] + y_shift, coords[2], 0, Math.PI * 2, false);
|
||||
}
|
||||
context.closePath();
|
||||
}
|
||||
add_shape_to = function(canvas, shape, coords, options, name) {
|
||||
var i, context = canvas.getContext('2d');
|
||||
|
||||
// Because I don't want to worry about setting things back to a base state
|
||||
|
||||
// Shadow has to happen first, since it's on the bottom, and it does some clip /
|
||||
// fill operations which would interfere with what comes next.
|
||||
if(options.shadow) {
|
||||
context.save();
|
||||
if(options.shadowPosition == "inside") {
|
||||
// Cause the following stroke to only apply to the inside of the path
|
||||
draw_shape(context, shape, coords);
|
||||
context.clip();
|
||||
}
|
||||
|
||||
// Redraw the shape shifted off the canvas massively so we can cast a shadow
|
||||
// onto the canvas without having to worry about the stroke or fill (which
|
||||
// cannot have 0 opacity or width, since they're what cast the shadow).
|
||||
var x_shift = canvas.width * 100;
|
||||
var y_shift = canvas.height * 100;
|
||||
draw_shape(context, shape, coords, x_shift, y_shift);
|
||||
|
||||
context.shadowOffsetX = options.shadowX - x_shift;
|
||||
context.shadowOffsetY = options.shadowY - y_shift;
|
||||
context.shadowBlur = options.shadowRadius;
|
||||
context.shadowColor = css3color(options.shadowColor, options.shadowOpacity);
|
||||
|
||||
// Now, work out where to cast the shadow from! It looks better if it's cast
|
||||
// from a fill when it's an outside shadow or a stroke when it's an interior
|
||||
// shadow. Allow the user to override this if they need to.
|
||||
var shadowFrom = options.shadowFrom;
|
||||
if (!shadowFrom) {
|
||||
if (options.shadowPosition == 'outside') {
|
||||
shadowFrom = 'fill';
|
||||
} else {
|
||||
shadowFrom = 'stroke';
|
||||
}
|
||||
}
|
||||
if (shadowFrom == 'stroke') {
|
||||
context.strokeStyle = "rgba(0,0,0,1)";
|
||||
context.stroke();
|
||||
} else if (shadowFrom == 'fill') {
|
||||
context.fillStyle = "rgba(0,0,0,1)";
|
||||
context.fill();
|
||||
}
|
||||
context.restore();
|
||||
|
||||
// and now we clean up
|
||||
if(options.shadowPosition == "outside") {
|
||||
context.save();
|
||||
// Clear out the center
|
||||
draw_shape(context, shape, coords);
|
||||
context.globalCompositeOperation = "destination-out";
|
||||
context.fillStyle = "rgba(0,0,0,1);";
|
||||
context.fill();
|
||||
context.restore();
|
||||
}
|
||||
}
|
||||
|
||||
context.save();
|
||||
|
||||
draw_shape(context, shape, coords);
|
||||
|
||||
// fill has to come after shadow, otherwise the shadow will be drawn over the fill,
|
||||
// which mostly looks weird when the shadow has a high opacity
|
||||
if(options.fill) {
|
||||
context.fillStyle = css3color(options.fillColor, options.fillOpacity);
|
||||
context.fill();
|
||||
}
|
||||
// Likewise, stroke has to come at the very end, or it'll wind up under bits of the
|
||||
// shadow or the shadow-background if it's present.
|
||||
if(options.stroke) {
|
||||
context.strokeStyle = css3color(options.strokeColor, options.strokeOpacity);
|
||||
context.lineWidth = options.strokeWidth;
|
||||
context.stroke();
|
||||
}
|
||||
|
||||
context.restore();
|
||||
|
||||
if(options.fade) {
|
||||
$(canvas).css('opacity', 0).animate({opacity: 1}, 100);
|
||||
}
|
||||
};
|
||||
clear_canvas = function(canvas) {
|
||||
canvas.getContext('2d').clearRect(0, 0, canvas.width,canvas.height);
|
||||
};
|
||||
} else { // ie executes this code
|
||||
create_canvas_for = function(img) {
|
||||
return $('<var style="zoom:1;overflow:hidden;display:block;width:'+img.width+'px;height:'+img.height+'px;"></var>').get(0);
|
||||
};
|
||||
add_shape_to = function(canvas, shape, coords, options, name) {
|
||||
var fill, stroke, opacity, e;
|
||||
fill = '<v:fill color="#'+options.fillColor+'" opacity="'+(options.fill ? options.fillOpacity : 0)+'" />';
|
||||
stroke = (options.stroke ? 'strokeweight="'+options.strokeWidth+'" stroked="t" strokecolor="#'+options.strokeColor+'"' : 'stroked="f"');
|
||||
opacity = '<v:stroke opacity="'+options.strokeOpacity+'"/>';
|
||||
if(shape == 'rect') {
|
||||
e = $('<v:rect name="'+name+'" filled="t" '+stroke+' style="zoom:1;margin:0;padding:0;display:block;position:absolute;left:'+coords[0]+'px;top:'+coords[1]+'px;width:'+(coords[2] - coords[0])+'px;height:'+(coords[3] - coords[1])+'px;"></v:rect>');
|
||||
} else if(shape == 'poly') {
|
||||
e = $('<v:shape name="'+name+'" filled="t" '+stroke+' coordorigin="0,0" coordsize="'+canvas.width+','+canvas.height+'" path="m '+coords[0]+','+coords[1]+' l '+coords.join(',')+' x e" style="zoom:1;margin:0;padding:0;display:block;position:absolute;top:0px;left:0px;width:'+canvas.width+'px;height:'+canvas.height+'px;"></v:shape>');
|
||||
} else if(shape == 'circ') {
|
||||
e = $('<v:oval name="'+name+'" filled="t" '+stroke+' style="zoom:1;margin:0;padding:0;display:block;position:absolute;left:'+(coords[0] - coords[2])+'px;top:'+(coords[1] - coords[2])+'px;width:'+(coords[2]*2)+'px;height:'+(coords[2]*2)+'px;"></v:oval>');
|
||||
}
|
||||
e.get(0).innerHTML = fill+opacity;
|
||||
$(canvas).append(e);
|
||||
};
|
||||
clear_canvas = function(canvas) {
|
||||
$(canvas).find('[name=highlighted]').remove();
|
||||
};
|
||||
}
|
||||
|
||||
shape_from_area = function(area) {
|
||||
var i, coords = area.getAttribute('coords').split(',');
|
||||
for (i=0; i < coords.length; i++) { coords[i] = parseFloat(coords[i]); }
|
||||
return [area.getAttribute('shape').toLowerCase().substr(0,4), coords];
|
||||
};
|
||||
|
||||
options_from_area = function(area, options) {
|
||||
var $area = $(area);
|
||||
return $.extend({}, options, $.metadata ? $area.metadata() : false, $area.data('maphilight'));
|
||||
};
|
||||
|
||||
is_image_loaded = function(img) {
|
||||
if(!img.complete) { return false; } // IE
|
||||
if(typeof img.naturalWidth != "undefined" && img.naturalWidth == 0) { return false; } // Others
|
||||
return true;
|
||||
};
|
||||
|
||||
canvas_style = {
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
top: 0,
|
||||
padding: 0,
|
||||
border: 0
|
||||
};
|
||||
|
||||
var ie_hax_done = false;
|
||||
$.fn.maphilight = function(opts) {
|
||||
opts = $.extend({}, $.fn.maphilight.defaults, opts);
|
||||
|
||||
if(!has_canvas && $.browser.msie && !ie_hax_done) {
|
||||
document.namespaces.add("v", "urn:schemas-microsoft-com:vml");
|
||||
var style = document.createStyleSheet();
|
||||
var shapes = ['shape','rect', 'oval', 'circ', 'fill', 'stroke', 'imagedata', 'group','textbox'];
|
||||
$.each(shapes,
|
||||
function() {
|
||||
style.addRule('v\\:' + this, "behavior: url(#default#VML); antialias:true");
|
||||
}
|
||||
);
|
||||
ie_hax_done = true;
|
||||
}
|
||||
|
||||
return this.each(function() {
|
||||
var img, wrap, options, map, canvas, canvas_always, mouseover, highlighted_shape, usemap;
|
||||
img = $(this);
|
||||
|
||||
if(!is_image_loaded(this)) {
|
||||
// If the image isn't fully loaded, this won't work right. Try again later.
|
||||
return window.setTimeout(function() {
|
||||
img.maphilight(opts);
|
||||
}, 200);
|
||||
}
|
||||
|
||||
options = $.extend({}, opts, $.metadata ? img.metadata() : false, img.data('maphilight'));
|
||||
|
||||
// jQuery bug with Opera, results in full-url#usemap being returned from jQuery's attr.
|
||||
// So use raw getAttribute instead.
|
||||
usemap = img.get(0).getAttribute('usemap');
|
||||
|
||||
map = $('map[name="'+usemap.substr(1)+'"]');
|
||||
|
||||
if(!(img.is('img') && usemap && map.size() > 0)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if(img.hasClass('maphilighted')) {
|
||||
// We're redrawing an old map, probably to pick up changes to the options.
|
||||
// Just clear out all the old stuff.
|
||||
var wrapper = img.parent();
|
||||
img.insertBefore(wrapper);
|
||||
wrapper.remove();
|
||||
$(map).unbind('.maphilight').find('area[coords]').unbind('.maphilight');
|
||||
}
|
||||
|
||||
wrap = $('<div></div>').css({
|
||||
display:'block',
|
||||
background:'url("'+this.src+'")',
|
||||
position:'relative',
|
||||
padding:0,
|
||||
width:this.width,
|
||||
height:this.height
|
||||
});
|
||||
if(options.wrapClass) {
|
||||
if(options.wrapClass === true) {
|
||||
wrap.addClass($(this).attr('class'));
|
||||
} else {
|
||||
wrap.addClass(options.wrapClass);
|
||||
}
|
||||
}
|
||||
img.before(wrap).css('opacity', 0).css(canvas_style).remove();
|
||||
if($.browser.msie) { img.css('filter', 'Alpha(opacity=0)'); }
|
||||
wrap.append(img);
|
||||
|
||||
canvas = create_canvas_for(this);
|
||||
$(canvas).css(canvas_style);
|
||||
canvas.height = this.height;
|
||||
canvas.width = this.width;
|
||||
|
||||
mouseover = function(e) {
|
||||
var shape, area_options;
|
||||
area_options = options_from_area(this, options);
|
||||
if(
|
||||
!area_options.neverOn
|
||||
&&
|
||||
!area_options.alwaysOn
|
||||
) {
|
||||
shape = shape_from_area(this);
|
||||
add_shape_to(canvas, shape[0], shape[1], area_options, "highlighted");
|
||||
if(area_options.groupBy) {
|
||||
var areas;
|
||||
// two ways groupBy might work; attribute and selector
|
||||
if(/^[a-zA-Z][-a-zA-Z]+$/.test(area_options.groupBy)) {
|
||||
areas = map.find('area['+area_options.groupBy+'="'+$(this).attr(area_options.groupBy)+'"]')
|
||||
} else {
|
||||
areas = map.find(area_options.groupBy);
|
||||
}
|
||||
var first = this;
|
||||
areas.each(function() {
|
||||
if(this != first) {
|
||||
var subarea_options = options_from_area(this, options);
|
||||
if(!subarea_options.neverOn && !subarea_options.alwaysOn) {
|
||||
var shape = shape_from_area(this);
|
||||
add_shape_to(canvas, shape[0], shape[1], subarea_options, "highlighted");
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
// workaround for IE7, IE8 not rendering the final rectangle in a group
|
||||
if(!has_canvas) {
|
||||
$(canvas).append('<v:rect></v:rect>');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$(map).bind('alwaysOn.maphilight', function() {
|
||||
// Check for areas with alwaysOn set. These are added to a *second* canvas,
|
||||
// which will get around flickering during fading.
|
||||
if(canvas_always) {
|
||||
clear_canvas(canvas_always)
|
||||
}
|
||||
if(!has_canvas) {
|
||||
$(canvas).empty();
|
||||
}
|
||||
$(map).find('area[coords]').each(function() {
|
||||
var shape, area_options;
|
||||
area_options = options_from_area(this, options);
|
||||
if(area_options.alwaysOn) {
|
||||
if(!canvas_always && has_canvas) {
|
||||
canvas_always = create_canvas_for(img.get());
|
||||
$(canvas_always).css(canvas_style);
|
||||
canvas_always.width = img.width();
|
||||
canvas_always.height = img.height();
|
||||
img.before(canvas_always);
|
||||
}
|
||||
area_options.fade = area_options.alwaysOnFade; // alwaysOn shouldn't fade in initially
|
||||
shape = shape_from_area(this);
|
||||
if (has_canvas) {
|
||||
add_shape_to(canvas_always, shape[0], shape[1], area_options, "");
|
||||
} else {
|
||||
add_shape_to(canvas, shape[0], shape[1], area_options, "");
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
$(map).trigger('alwaysOn.maphilight').find('area[coords]')
|
||||
.bind('mouseover.maphilight', mouseover)
|
||||
.bind('mouseout.maphilight', function(e) { clear_canvas(canvas); });;
|
||||
|
||||
img.before(canvas); // if we put this after, the mouseover events wouldn't fire.
|
||||
|
||||
img.addClass('maphilighted');
|
||||
});
|
||||
};
|
||||
$.fn.maphilight.defaults = {
|
||||
fill: true,
|
||||
fillColor: '000000',
|
||||
fillOpacity: 0.2,
|
||||
stroke: true,
|
||||
strokeColor: 'ff0000',
|
||||
strokeOpacity: 1,
|
||||
strokeWidth: 1,
|
||||
fade: true,
|
||||
alwaysOn: false,
|
||||
neverOn: false,
|
||||
groupBy: false,
|
||||
wrapClass: true,
|
||||
// plenty of shadow:
|
||||
shadow: false,
|
||||
shadowX: 0,
|
||||
shadowY: 0,
|
||||
shadowRadius: 6,
|
||||
shadowColor: '000000',
|
||||
shadowOpacity: 0.8,
|
||||
shadowPosition: 'outside',
|
||||
shadowFrom: false
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
@@ -0,0 +1,817 @@
|
||||
/*!
|
||||
PURE Unobtrusive Rendering Engine for HTML
|
||||
|
||||
Licensed under the MIT licenses.
|
||||
More information at: http://www.opensource.org
|
||||
|
||||
Copyright (c) 2012 Michael Cvilic - BeeBole.com
|
||||
|
||||
Thanks to Rog Peppe for the functional JS jump
|
||||
revision: 2.73
|
||||
*/
|
||||
|
||||
var $p, pure = $p = function(){
|
||||
var sel = arguments[0],
|
||||
ctxt = false;
|
||||
|
||||
if(typeof sel === 'string'){
|
||||
ctxt = arguments[1] || false;
|
||||
}else if(sel && !sel[0] && !sel.length){
|
||||
sel = [sel];
|
||||
}
|
||||
return $p.core(sel, ctxt);
|
||||
};
|
||||
|
||||
$p.core = function(sel, ctxt, plugins){
|
||||
//get an instance of the plugins
|
||||
var templates = [];
|
||||
plugins = plugins || getPlugins();
|
||||
|
||||
//search for the template node(s)
|
||||
switch(typeof sel){
|
||||
case 'string':
|
||||
templates = plugins.find(ctxt || document, sel);
|
||||
if(templates.length === 0) {
|
||||
error('The template "' + sel + '" was not found');
|
||||
}
|
||||
break;
|
||||
case 'undefined':
|
||||
error('The root of the template is undefined, check your selector');
|
||||
break;
|
||||
default:
|
||||
templates = sel;
|
||||
}
|
||||
|
||||
for(var i = 0, ii = templates.length; i < ii; i++){
|
||||
plugins[i] = templates[i];
|
||||
}
|
||||
plugins.length = ii;
|
||||
|
||||
// set the signature string that will be replaced at render time
|
||||
var Sig = '_s' + Math.floor( Math.random() * 1000000 ) + '_',
|
||||
// another signature to prepend to attributes and avoid checks: style, height, on[events]...
|
||||
attPfx = '_a' + Math.floor( Math.random() * 1000000 ) + '_',
|
||||
// rx to parse selectors, e.g. "+tr.foo[class]"
|
||||
selRx = /^(\+)?([^\@\+]+)?\@?([^\+]+)?(\+)?$/,
|
||||
// set automatically attributes for some tags
|
||||
autoAttr = {
|
||||
IMG:'src',
|
||||
INPUT:'value'
|
||||
},
|
||||
// check if the argument is an array - thanks salty-horse (Ori Avtalion)
|
||||
isArray = Array.isArray ?
|
||||
function(o) {
|
||||
return Array.isArray(o);
|
||||
} :
|
||||
function(o) {
|
||||
return Object.prototype.toString.call(o) === "[object Array]";
|
||||
};
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
core functions
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
|
||||
// error utility
|
||||
function error(e){
|
||||
if(typeof console !== 'undefined'){
|
||||
console.log(e);
|
||||
debugger;
|
||||
}
|
||||
throw('pure error: ' + e);
|
||||
}
|
||||
|
||||
//return a new instance of plugins
|
||||
function getPlugins(){
|
||||
var plugins = $p.plugins,
|
||||
f = function(){};
|
||||
f.prototype = plugins;
|
||||
|
||||
// do not overwrite functions if external definition
|
||||
f.prototype.compile = plugins.compile || compile;
|
||||
f.prototype.render = plugins.render || render;
|
||||
f.prototype.autoRender = plugins.autoRender || autoRender;
|
||||
f.prototype.find = plugins.find || find;
|
||||
|
||||
// give the compiler and the error handling to the plugin context
|
||||
f.prototype._compiler = compiler;
|
||||
f.prototype._error = error;
|
||||
|
||||
return new f();
|
||||
}
|
||||
|
||||
// returns the outer HTML of a node
|
||||
function outerHTML(node){
|
||||
// if IE, Chrome take the internal method otherwise build one
|
||||
return node.outerHTML || (
|
||||
function(n){
|
||||
var div = document.createElement('div'), h;
|
||||
div.appendChild( n.cloneNode(true) );
|
||||
h = div.innerHTML;
|
||||
div = null;
|
||||
return h;
|
||||
})(node);
|
||||
}
|
||||
|
||||
// returns the string generator function
|
||||
function wrapquote(qfn, f){
|
||||
return function(ctxt){
|
||||
return qfn('' + f.call(ctxt.item || ctxt.context, ctxt));
|
||||
};
|
||||
}
|
||||
|
||||
// default find using querySelector when available on the browser
|
||||
function find(n, sel){
|
||||
if(typeof n === 'string'){
|
||||
sel = n;
|
||||
n = false;
|
||||
}
|
||||
if(typeof document.querySelectorAll !== 'undefined'){
|
||||
return (n||document).querySelectorAll( sel );
|
||||
}else{
|
||||
return error('You can test PURE standalone with: iPhone, FF3.5+, Safari4+ and IE8+\n\nTo run PURE on your browser, you need a JS library/framework with a CSS selector engine');
|
||||
}
|
||||
}
|
||||
|
||||
// create a function that concatenates constant string
|
||||
// sections (given in parts) and the results of called
|
||||
// functions to fill in the gaps between parts (fns).
|
||||
// fns[n] fills in the gap between parts[n-1] and parts[n];
|
||||
// fns[0] is unused.
|
||||
// this is the inner template evaluation loop.
|
||||
function concatenator(parts, fns){
|
||||
return function(ctxt){
|
||||
var strs = [ parts[ 0 ] ],
|
||||
n = parts.length,
|
||||
fnVal, pVal, attLine, pos;
|
||||
|
||||
for(var i = 1; i < n; i++){
|
||||
fnVal = fns[i].call( this, ctxt );
|
||||
pVal = parts[i];
|
||||
|
||||
// if the value is empty and attribute, remove it
|
||||
if(fnVal === ''){
|
||||
attLine = strs[ strs.length - 1 ];
|
||||
if( ( pos = attLine.search( /[^\s]+=\"?$/ ) ) > -1){
|
||||
strs[ strs.length - 1 ] = attLine.substring( 0, pos );
|
||||
pVal = pVal.substr( 1 );
|
||||
}
|
||||
}
|
||||
|
||||
strs[ strs.length ] = fnVal;
|
||||
strs[ strs.length ] = pVal;
|
||||
}
|
||||
return strs.join('');
|
||||
};
|
||||
}
|
||||
|
||||
// parse and check the loop directive
|
||||
function parseloopspec(p){
|
||||
var m = p.match( /^(\w+)\s*<-\s*(\S+)?$/ );
|
||||
if(m === null){
|
||||
error('bad loop spec: "' + p + '"');
|
||||
}
|
||||
if(m[1] === 'item'){
|
||||
error('"item<-..." is a reserved word for the current running iteration.\n\nPlease choose another name for your loop.');
|
||||
}
|
||||
if( !m[2] || m[2].toLowerCase() === 'context' ){ //undefined or space(IE)
|
||||
m[2] = function(ctxt){return ctxt.context;};
|
||||
}else if( (m[2] && m[2].indexOf('context') === 0 ) ){ //undefined or space(IE)
|
||||
m[2] = dataselectfn( m[2].replace(/^context\.?/, '') );
|
||||
}
|
||||
return {name: m[1], sel: m[2]};
|
||||
}
|
||||
|
||||
// parse a data selector and return a function that
|
||||
// can traverse the data accordingly, given a context.
|
||||
function dataselectfn (sel){
|
||||
if( typeof(sel) === 'function' ){
|
||||
//handle false values in function directive
|
||||
return function ( ctxt ){
|
||||
var r = sel.call( ctxt.item || ctxt.context || ctxt, ctxt );
|
||||
return !r && r !== 0 ? '' : r;
|
||||
};
|
||||
}
|
||||
//check for a valid js variable name with hyphen(for properties only), $, _ and :
|
||||
var m = sel.match(/^[\da-zA-Z\$_\@][\w\$:-]*(\.[\w\$:-]*[^\.])*$/);
|
||||
if(m === null){
|
||||
var found = false, s = sel, parts = [], pfns = [], i = 0, retStr;
|
||||
// check if literal
|
||||
if(/\'|\"/.test( s.charAt(0) )){
|
||||
if(/\'|\"/.test( s.charAt(s.length-1) )){
|
||||
retStr = s.substring(1, s.length-1);
|
||||
return function(){ return retStr; };
|
||||
}
|
||||
}else{
|
||||
// check if literal + #{var}
|
||||
while((m = s.match(/#\{([^{}]+)\}/)) !== null){
|
||||
found = true;
|
||||
parts[i++] = s.slice(0, m.index);
|
||||
pfns[i] = dataselectfn(m[1]);
|
||||
s = s.slice(m.index + m[0].length, s.length);
|
||||
}
|
||||
}
|
||||
if(!found){ //constant, return it
|
||||
return function(){ return sel; };
|
||||
}
|
||||
parts[i] = s;
|
||||
return concatenator(parts, pfns);
|
||||
}
|
||||
m = sel.split('.');
|
||||
return function(ctxt){
|
||||
var data = ctxt.context || ctxt,
|
||||
v = ctxt[m[0]],
|
||||
i = 0;
|
||||
if(v && v.item){
|
||||
i += 1;
|
||||
if(m[i] === 'pos'){
|
||||
//allow pos to be kept by string. Tx to Adam Freidin
|
||||
return v.pos;
|
||||
}else{
|
||||
data = v.item;
|
||||
}
|
||||
}
|
||||
var n = m.length;
|
||||
for(; i < n; i++){
|
||||
if(!data){break;}
|
||||
data = data[m[i]];
|
||||
}
|
||||
return (!data && data !== 0) ? '':data;
|
||||
};
|
||||
}
|
||||
|
||||
// wrap in an object the target node/attr and their properties
|
||||
function gettarget(dom, sel, isloop){
|
||||
var osel, prepend, selector, attr, append, target = [];
|
||||
if( typeof sel === 'string' ){
|
||||
osel = sel;
|
||||
var m = sel.match(selRx);
|
||||
if( !m ){
|
||||
error( 'bad selector syntax: ' + sel );
|
||||
}
|
||||
|
||||
prepend = m[1];
|
||||
selector = m[2];
|
||||
attr = m[3];
|
||||
append = m[4];
|
||||
|
||||
if(selector === '.' || ( !selector && attr ) ){
|
||||
target[0] = dom;
|
||||
}else{
|
||||
target = plugins.find(dom, selector);
|
||||
}
|
||||
if(!target || target.length === 0){
|
||||
return error('The node "' + sel + '" was not found in the template:\n' + outerHTML(dom).replace(/\t/g,' '));
|
||||
}
|
||||
}else{
|
||||
// autoRender node
|
||||
prepend = sel.prepend;
|
||||
attr = sel.attr;
|
||||
append = sel.append;
|
||||
target = [dom];
|
||||
}
|
||||
|
||||
if( prepend || append ){
|
||||
if( prepend && append ){
|
||||
error('append/prepend cannot take place at the same time');
|
||||
}else if( isloop ){
|
||||
error('no append/prepend/replace modifiers allowed for loop target');
|
||||
}else if( append && isloop ){
|
||||
error('cannot append with loop (sel: ' + osel + ')');
|
||||
}
|
||||
}
|
||||
var setstr, getstr, quotefn, isStyle, isClass, attName, setfn;
|
||||
if(attr){
|
||||
isStyle = (/^style$/i).test(attr);
|
||||
isClass = (/^class$/i).test(attr);
|
||||
attName = isClass ? 'className' : attr;
|
||||
setstr = function(node, s) {
|
||||
node.setAttribute(attPfx + attr, s);
|
||||
if (attName in node && !isStyle) {
|
||||
try{node[attName] = '';}catch(e){} //FF4 gives an error sometimes
|
||||
}
|
||||
if (node.nodeType === 1) {
|
||||
node.removeAttribute(attr);
|
||||
isClass && node.removeAttribute(attName);
|
||||
}
|
||||
};
|
||||
if (isStyle || isClass) {//IE no quotes special care
|
||||
if(isStyle){
|
||||
getstr = function(n){ return n.style.cssText; };
|
||||
}else{
|
||||
getstr = function(n){ return n.className; };
|
||||
}
|
||||
}else {
|
||||
getstr = function(n){ return n.getAttribute(attr); };
|
||||
}
|
||||
quotefn = function(s){ return s.replace(/\"/g, '"'); };
|
||||
if(prepend){
|
||||
setfn = function(node, s){ setstr( node, s + getstr( node )); };
|
||||
}else if(append){
|
||||
setfn = function(node, s){ setstr( node, getstr( node ) + s); };
|
||||
}else{
|
||||
setfn = function(node, s){ setstr( node, s ); };
|
||||
}
|
||||
}else{
|
||||
if (isloop) {
|
||||
setfn = function(node, s) {
|
||||
var pn = node.parentNode;
|
||||
if (pn) {
|
||||
//replace node with s
|
||||
pn.insertBefore(document.createTextNode(s), node.nextSibling);
|
||||
pn.removeChild(node);
|
||||
}
|
||||
};
|
||||
} else {
|
||||
if (prepend) {
|
||||
setfn = function(node, s) { node.insertBefore(document.createTextNode(s), node.firstChild); };
|
||||
} else if (append) {
|
||||
setfn = function(node, s) { node.appendChild(document.createTextNode(s));};
|
||||
} else {
|
||||
setfn = function(node, s) {
|
||||
while (node.firstChild) { node.removeChild(node.firstChild); }
|
||||
node.appendChild(document.createTextNode(s));
|
||||
};
|
||||
}
|
||||
}
|
||||
quotefn = function(s) { return s; };
|
||||
}
|
||||
return { attr: attr, nodes: target, set: setfn, sel: osel, quotefn: quotefn };
|
||||
}
|
||||
|
||||
function setsig(target, n){
|
||||
var sig = Sig + n + ':';
|
||||
for(var i = 0; i < target.nodes.length; i++){
|
||||
// could check for overlapping targets here.
|
||||
target.set( target.nodes[i], sig );
|
||||
}
|
||||
}
|
||||
|
||||
// read de loop data, and pass it to the inner rendering function
|
||||
function loopfn(name, dselect, inner, sorter, filter){
|
||||
return function(ctxt){
|
||||
var a = dselect(ctxt),
|
||||
old = ctxt[name],
|
||||
temp = { items : a },
|
||||
filtered = 0,
|
||||
length,
|
||||
strs = [],
|
||||
buildArg = function(idx, temp, ftr, len){
|
||||
//keep the current loop. Tx to Adam Freidin
|
||||
var save_pos = ctxt.pos,
|
||||
save_item = ctxt.item,
|
||||
save_items = ctxt.items;
|
||||
ctxt.pos = temp.pos = idx;
|
||||
ctxt.item = temp.item = a[ idx ];
|
||||
ctxt.items = a;
|
||||
//if array, set a length property - filtered items
|
||||
typeof len !== 'undefined' && (ctxt.length = len);
|
||||
//if filter directive
|
||||
if(typeof ftr === 'function' && ftr.call(ctxt.item, ctxt) === false){
|
||||
filtered++;
|
||||
return;
|
||||
}
|
||||
strs.push( inner.call(ctxt.item, ctxt ) );
|
||||
//restore the current loop
|
||||
ctxt.pos = save_pos;
|
||||
ctxt.item = save_item;
|
||||
ctxt.items = save_items;
|
||||
};
|
||||
ctxt[name] = temp;
|
||||
if( isArray(a) ){
|
||||
length = a.length || 0;
|
||||
// if sort directive
|
||||
if(typeof sorter === 'function'){
|
||||
a.sort(sorter);
|
||||
}
|
||||
//loop on array
|
||||
for(var i = 0, ii = length; i < ii; i++){
|
||||
buildArg(i, temp, filter, length - filtered);
|
||||
}
|
||||
}else{
|
||||
if(a && typeof sorter !== 'undefined'){
|
||||
error('sort is only available on arrays, not objects');
|
||||
}
|
||||
//loop on collections
|
||||
for(var prop in a){
|
||||
a.hasOwnProperty( prop ) && buildArg(prop, temp, filter);
|
||||
}
|
||||
}
|
||||
|
||||
typeof old !== 'undefined' ? ctxt[name] = old : delete ctxt[name];
|
||||
return strs.join('');
|
||||
};
|
||||
}
|
||||
// generate the template for a loop node
|
||||
function loopgen(dom, sel, loop, fns){
|
||||
var already = false, ls, sorter, filter, prop;
|
||||
for(prop in loop){
|
||||
if(loop.hasOwnProperty(prop)){
|
||||
if(prop === 'sort'){
|
||||
sorter = loop.sort;
|
||||
continue;
|
||||
}else if(prop === 'filter'){
|
||||
filter = loop.filter;
|
||||
continue;
|
||||
}
|
||||
if(already){
|
||||
error('cannot have more than one loop on a target');
|
||||
}
|
||||
ls = prop;
|
||||
already = true;
|
||||
}
|
||||
}
|
||||
if(!ls){
|
||||
error('Error in the selector: ' + sel + '\nA directive action must be a string, a function or a loop(<-)');
|
||||
}
|
||||
var dsel = loop[ls];
|
||||
// if it's a simple data selector then we default to contents, not replacement.
|
||||
if(typeof(dsel) === 'string' || typeof(dsel) === 'function'){
|
||||
loop = {};
|
||||
loop[ls] = {root: dsel};
|
||||
return loopgen(dom, sel, loop, fns);
|
||||
}
|
||||
var spec = parseloopspec(ls),
|
||||
itersel = dataselectfn(spec.sel),
|
||||
target = gettarget(dom, sel, true),
|
||||
nodes = target.nodes;
|
||||
|
||||
for(i = 0; i < nodes.length; i++){
|
||||
var node = nodes[i],
|
||||
inner = compiler(node, dsel);
|
||||
fns[fns.length] = wrapquote(target.quotefn, loopfn(spec.name, itersel, inner, sorter, filter));
|
||||
target.nodes = [node]; // N.B. side effect on target.
|
||||
setsig(target, fns.length - 1);
|
||||
}
|
||||
return target;
|
||||
}
|
||||
|
||||
function getAutoNodes(n, data){
|
||||
var ns = n.getElementsByTagName('*'),
|
||||
an = [],
|
||||
openLoops = {a:[],l:{}},
|
||||
cspec,
|
||||
isNodeValue,
|
||||
i, ii, j, jj, ni, cs, cj;
|
||||
//for each node found in the template
|
||||
for(i = -1, ii = ns.length; i < ii; i++){
|
||||
ni = i > -1 ?ns[i]:n;
|
||||
if(ni.nodeType === 1 && ni.className !== ''){
|
||||
//when a className is found
|
||||
cs = ni.className.split(' ');
|
||||
// for each className
|
||||
for(j = 0, jj=cs.length;j<jj;j++){
|
||||
cj = cs[j];
|
||||
// check if it is related to a context property
|
||||
cspec = checkClass(cj, ni.tagName);
|
||||
// if so, store the node, plus the type of data
|
||||
if(cspec !== false){
|
||||
isNodeValue = (/nodevalue/i).test(cspec.attr);
|
||||
if(cspec.sel.indexOf('@') > -1 || isNodeValue){
|
||||
ni.className = ni.className.replace('@'+cspec.attr, '');
|
||||
if(isNodeValue){
|
||||
cspec.attr = false;
|
||||
}
|
||||
}
|
||||
an.push({n:ni, cspec:cspec});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function checkClass(c, tagName){
|
||||
// read the class
|
||||
var ca = c.match(selRx),
|
||||
attr = ca[3] || autoAttr[tagName],
|
||||
cspec = {prepend:!!ca[1], prop:ca[2], attr:attr, append:!!ca[4], sel:c},
|
||||
i, ii, loopi, loopil, val;
|
||||
// check in existing open loops
|
||||
for(i = openLoops.a.length-1; i >= 0; i--){
|
||||
loopi = openLoops.a[i];
|
||||
loopil = loopi.l[0];
|
||||
val = loopil && loopil[cspec.prop];
|
||||
if(typeof val !== 'undefined'){
|
||||
cspec.prop = loopi.p + '.' + cspec.prop;
|
||||
if(openLoops.l[cspec.prop] === true){
|
||||
val = val[0];
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
// not found check first level of data
|
||||
if(typeof val === 'undefined'){
|
||||
val = dataselectfn(cspec.prop)(isArray(data) ? data[0] : data);
|
||||
// nothing found return
|
||||
if(val === ''){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
// set the spec for autoNode
|
||||
if(isArray(val)){
|
||||
openLoops.a.push( {l:val, p:cspec.prop} );
|
||||
openLoops.l[cspec.prop] = true;
|
||||
cspec.t = 'loop';
|
||||
}else{
|
||||
cspec.t = 'str';
|
||||
}
|
||||
return cspec;
|
||||
}
|
||||
|
||||
return an;
|
||||
|
||||
}
|
||||
|
||||
// returns a function that, given a context argument,
|
||||
// will render the template defined by dom and directive.
|
||||
function compiler(dom, directive, data, ans){
|
||||
var fns = [], j, jj, cspec, n, target, nodes, itersel, node, inner, dsel, sels, sel, sl, i, h, parts, pfns = [], p;
|
||||
// autoRendering nodes parsing -> auto-nodes
|
||||
ans = ans || data && getAutoNodes(dom, data);
|
||||
if(data){
|
||||
// for each auto-nodes
|
||||
while(ans.length > 0){
|
||||
cspec = ans[0].cspec;
|
||||
n = ans[0].n;
|
||||
ans.splice(0, 1);
|
||||
if(cspec.t === 'str'){
|
||||
// if the target is a value
|
||||
target = gettarget(n, cspec, false);
|
||||
setsig(target, fns.length);
|
||||
fns[fns.length] = wrapquote(target.quotefn, dataselectfn(cspec.prop));
|
||||
}else{
|
||||
// if the target is a loop
|
||||
itersel = dataselectfn(cspec.sel);
|
||||
target = gettarget(n, cspec, true);
|
||||
nodes = target.nodes;
|
||||
for(j = 0, jj = nodes.length; j < jj; j++){
|
||||
node = nodes[j];
|
||||
inner = compiler(node, false, data, ans);
|
||||
fns[fns.length] = wrapquote(target.quotefn, loopfn(cspec.sel, itersel, inner));
|
||||
target.nodes = [node];
|
||||
setsig(target, fns.length - 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// read directives
|
||||
for(sel in directive){
|
||||
if(directive.hasOwnProperty(sel)){
|
||||
i = 0;
|
||||
dsel = directive[sel];
|
||||
sels = sel.split(/\s*,\s*/); //allow selector separation by quotes
|
||||
sl = sels.length;
|
||||
do{
|
||||
if(typeof(dsel) === 'function' || typeof(dsel) === 'string'){
|
||||
// set the value for the node/attr
|
||||
sel = sels[i];
|
||||
target = gettarget(dom, sel, false);
|
||||
setsig(target, fns.length);
|
||||
fns[fns.length] = wrapquote(target.quotefn, dataselectfn(dsel));
|
||||
}else{
|
||||
// loop on node
|
||||
loopgen(dom, sel, dsel, fns);
|
||||
}
|
||||
}while(++i < sl);
|
||||
}
|
||||
}
|
||||
// convert node to a string
|
||||
h = outerHTML(dom);
|
||||
// IE adds an unremovable "selected, value" attribute
|
||||
// hard replace while waiting for a better solution
|
||||
h = h.replace(/<([^>]+)\s(value\=""|selected)\s?([^>]*)>/ig, "<$1 $3>");
|
||||
|
||||
// remove attribute prefix
|
||||
h = h.split(attPfx).join('');
|
||||
|
||||
// slice the html string at "Sig"
|
||||
parts = h.split( Sig );
|
||||
// for each slice add the return string of
|
||||
for(i = 1; i < parts.length; i++){
|
||||
p = parts[i];
|
||||
// part is of the form "fn-number:..." as placed there by setsig.
|
||||
pfns[i] = fns[ parseInt(p, 10) ];
|
||||
parts[i] = p.substring( p.indexOf(':') + 1 );
|
||||
}
|
||||
return concatenator(parts, pfns);
|
||||
}
|
||||
// compile the template with directive
|
||||
// if a context is passed, the autoRendering is triggered automatically
|
||||
// return a function waiting the data as argument
|
||||
function compile(directive, ctxt, template){
|
||||
var rfn = compiler( ( template || this[0] ).cloneNode(true), directive, ctxt);
|
||||
return function(context){
|
||||
return rfn({context:context});
|
||||
};
|
||||
}
|
||||
//compile with the directive as argument
|
||||
// run the template function on the context argument
|
||||
// return an HTML string
|
||||
// should replace the template and return this
|
||||
function render(ctxt, directive){
|
||||
var fn = typeof directive === 'function' && directive, i = 0, ii = this.length;
|
||||
for(; i < ii; i++){
|
||||
this[i] = replaceWith( this[i], (fn || plugins.compile( directive, false, this[i] ))( ctxt, false ));
|
||||
}
|
||||
context = null;
|
||||
return this;
|
||||
}
|
||||
|
||||
// compile the template with autoRender
|
||||
// run the template function on the context argument
|
||||
// return an HTML string
|
||||
function autoRender(ctxt, directive){
|
||||
var fn = plugins.compile( directive, ctxt, this[0] );
|
||||
for(var i = 0, ii = this.length; i < ii; i++){
|
||||
this[i] = replaceWith( this[i], fn( ctxt, false));
|
||||
}
|
||||
context = null;
|
||||
return this;
|
||||
}
|
||||
|
||||
function replaceWith(elm, html) {
|
||||
var ne,
|
||||
ep = elm.parentNode,
|
||||
depth = 0;
|
||||
if(!ep){ //if no parents
|
||||
ep = document.createElement('DIV');
|
||||
ep.appendChild(elm);
|
||||
}
|
||||
switch (elm.tagName) {
|
||||
case 'TBODY': case 'THEAD': case 'TFOOT':
|
||||
html = '<TABLE>' + html + '</TABLE>';
|
||||
depth = 1;
|
||||
break;
|
||||
case 'TR':
|
||||
html = '<TABLE><TBODY>' + html + '</TBODY></TABLE>';
|
||||
depth = 2;
|
||||
break;
|
||||
case 'TD': case 'TH':
|
||||
html = '<TABLE><TBODY><TR>' + html + '</TR></TBODY></TABLE>';
|
||||
depth = 3;
|
||||
break;
|
||||
}
|
||||
tmp = document.createElement('SPAN');
|
||||
tmp.style.display = 'none';
|
||||
document.body.appendChild(tmp);
|
||||
tmp.innerHTML = html;
|
||||
ne = tmp.firstChild;
|
||||
while (depth--) {
|
||||
ne = ne.firstChild;
|
||||
}
|
||||
ep.insertBefore(ne, elm);
|
||||
ep.removeChild(elm);
|
||||
document.body.removeChild(tmp);
|
||||
elm = ne;
|
||||
|
||||
ne = ep = null;
|
||||
return elm;
|
||||
}
|
||||
|
||||
return plugins;
|
||||
};
|
||||
|
||||
$p.plugins = {};
|
||||
|
||||
$p.libs = {
|
||||
dojo:function(){
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
$p.plugins.find = function(n, sel){
|
||||
return dojo.query(sel, n);
|
||||
};
|
||||
}
|
||||
},
|
||||
domassistant:function(){
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
$p.plugins.find = function(n, sel){
|
||||
return $(n).cssSelect(sel);
|
||||
};
|
||||
}
|
||||
DOMAssistant.attach({
|
||||
publicMethods : [ 'compile', 'render', 'autoRender'],
|
||||
compile:function(directive, ctxt){
|
||||
return $p([this]).compile(directive, ctxt);
|
||||
},
|
||||
render:function(ctxt, directive){
|
||||
return $( $p([this]).render(ctxt, directive) )[0];
|
||||
},
|
||||
autoRender:function(ctxt, directive){
|
||||
return $( $p([this]).autoRender(ctxt, directive) )[0];
|
||||
}
|
||||
});
|
||||
},
|
||||
jquery:function(){
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
$p.plugins.find = function(n, sel){
|
||||
return jQuery(n).find(sel);
|
||||
};
|
||||
}
|
||||
jQuery.fn.extend({
|
||||
directives:function(directive){
|
||||
this._pure_d = directive; return this;
|
||||
},
|
||||
compile:function(directive, ctxt){
|
||||
return $p(this).compile(this._pure_d || directive, ctxt);
|
||||
},
|
||||
render:function(ctxt, directive){
|
||||
return jQuery( $p( this ).render( ctxt, this._pure_d || directive ) );
|
||||
},
|
||||
autoRender:function(ctxt, directive){
|
||||
return jQuery( $p( this ).autoRender( ctxt, this._pure_d || directive ) );
|
||||
}
|
||||
});
|
||||
},
|
||||
mootools:function(){
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
$p.plugins.find = function(n, sel){
|
||||
return $(n).getElements(sel);
|
||||
};
|
||||
}
|
||||
Element.implement({
|
||||
compile:function(directive, ctxt){
|
||||
return $p(this).compile(directive, ctxt);
|
||||
},
|
||||
render:function(ctxt, directive){
|
||||
return $p([this]).render(ctxt, directive);
|
||||
},
|
||||
autoRender:function(ctxt, directive){
|
||||
return $p([this]).autoRender(ctxt, directive);
|
||||
}
|
||||
});
|
||||
},
|
||||
prototype:function(){
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
$p.plugins.find = function(n, sel){
|
||||
n = n === document ? n.body : n;
|
||||
return typeof n === 'string' ? $$(n) : $(n).select(sel);
|
||||
};
|
||||
}
|
||||
Element.addMethods({
|
||||
compile:function(element, directive, ctxt){
|
||||
return $p([element]).compile(directive, ctxt);
|
||||
},
|
||||
render:function(element, ctxt, directive){
|
||||
return $p([element]).render(ctxt, directive);
|
||||
},
|
||||
autoRender:function(element, ctxt, directive){
|
||||
return $p([element]).autoRender(ctxt, directive);
|
||||
}
|
||||
});
|
||||
},
|
||||
sizzle:function(){
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
$p.plugins.find = function(n, sel){
|
||||
return Sizzle(sel, n);
|
||||
};
|
||||
}
|
||||
},
|
||||
sly:function(){
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
$p.plugins.find = function(n, sel){
|
||||
return Sly(sel, n);
|
||||
};
|
||||
}
|
||||
},
|
||||
yui:function(){ //Thanks to https://github.com/soljin
|
||||
if(typeof document.querySelector === 'undefined'){
|
||||
YUI().use("node",function(Y){
|
||||
$p.plugins.find = function(n, sel){
|
||||
return Y.NodeList.getDOMNodes(Y.one(n).all(sel));
|
||||
};
|
||||
});
|
||||
}
|
||||
YUI.add("pure-yui",function(Y){
|
||||
Y.Node.prototype.directives = function(directive){
|
||||
this._pure_d = directive; return this;
|
||||
};
|
||||
Y.Node.prototype.compile = function(directive, ctxt){
|
||||
return $p([this._node]).compile(this._pure_d || directive, ctxt);
|
||||
};
|
||||
Y.Node.prototype.render = function(ctxt, directive){
|
||||
return Y.one($p([this._node]).render(ctxt, this._pure_d || directive));
|
||||
};
|
||||
Y.Node.prototype.autoRender = function(ctxt, directive){
|
||||
return Y.one($p([this._node]).autoRender(ctxt, this._pure_d || directive));
|
||||
};
|
||||
},"0.1",{requires:["node"]});
|
||||
}
|
||||
};
|
||||
|
||||
// get lib specifics if available
|
||||
(function(){
|
||||
var libkey =
|
||||
typeof dojo !== 'undefined' && 'dojo' ||
|
||||
typeof DOMAssistant !== 'undefined' && 'domassistant' ||
|
||||
typeof jQuery !== 'undefined' && 'jquery' ||
|
||||
typeof MooTools !== 'undefined' && 'mootools' ||
|
||||
typeof Prototype !== 'undefined' && 'prototype' ||
|
||||
typeof Sizzle !== 'undefined' && 'sizzle' ||
|
||||
typeof Sly !== 'undefined' && 'sly' ||
|
||||
typeof YUI !== 'undefined' && 'yui';
|
||||
|
||||
libkey && $p.libs[libkey]();
|
||||
|
||||
//for node.js
|
||||
if(typeof exports !== 'undefined'){
|
||||
exports.$p = $p;
|
||||
}
|
||||
})();
|
||||
@@ -0,0 +1,545 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >Introduction</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_260.html" target="_top" >
|
||||
Users registration
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Introduction</h1><div class="ilc_text_block_Standard">The WebGIM application allows integrated management of maintenance through the input of requests for maintenance, consulting the list of open requests, in progress or already completed, and management of data and reports with a simple web interface.<br/>The add-on module allows you to enter scheduled maintenance.<br/>The guide allows you to use the best features in this application explaining step by step operation.<br/> <br/>To use the application you need to connect with a web browser to the address of the installation server and log in with your credentials.<br/>The initial screen (see Fig. 1) has the left side menu that contains all the functions accessible by the current user.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_348/home.png" width="500" height="273"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig.1 - Home page</div></td></tr></table></div><div class="ilc_text_block_Standard">The screens and menus shown are for guidance only as the application displays menu items and functionality based on the permissions assigned to the user.<!--Break--></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_260.html" target="_top" >
|
||||
Users registration
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_260.html" target="_top" >Users registration</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_252.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Introduction </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_268.html" target="_top" >
|
||||
List Usage Managment (1/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Users registration</h1><div class="ilc_text_block_Standard">You can access the application through user authentication.<br/><br/>If the user has not yet been approved the application will display on first access the screen "New User Registration" (Fig. 1). Enter your details and click the "Save" button to complete registration.<br/>You need to do this only for the first time, then you will be recognized automatically by the application.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_349/Immagine 1.png" width="403" height="213"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - New user registration</div></td></tr></table></div><div class="ilc_text_block_Standard">Authorized users can also manage permission levels of users (basic or advanced) accessible through the control panel by clicking on "User Management" menu.<br/>Through this panel (Fig. 2) you can promote basic users (new users registered via "New User Registration" are assigned basic permissions) or demote advanced users by assigning basic permissions.<br/>To do this click on the magnifying lens next to the user name and click "promote" to move the user from the blue table to the red table of advanced users or "Remove" button to move the user from the table of advanced users to the base users table.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_350/Immagine 2.png" width="450" height="74"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Users manage</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_252.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Introduction </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_268.html" target="_top" >
|
||||
List Usage Managment (1/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_262.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (7/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_269.html" target="_top" >
|
||||
Maintenance interventions (1/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (8/8)</h1><div class="ilc_text_block_Standard">Using the function "Operators Mtz" you can define matriculation and name of the maintenance operators, which will be available in detail intervention via a drop down menu. Compile as for other demographic fields "Serial op.", "Last Name" and "Name".<br/><br/>The matricule 0000 is not eraseble and rapresent the default user.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_367/operatoriMtz.png" width="318" height="116"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Operators Mtz</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_262.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (7/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_269.html" target="_top" >
|
||||
Maintenance interventions (1/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_263.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (6/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_261.html" target="_top" >
|
||||
List Usage Managment (8/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (7/8)</h1><div class="ilc_text_block_Standard">Using the "causal Management" (fig. 1) you can handle family causals for machines, adding, modifying or eliminating records in a similar way to other registries.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_366/Immagine 12.png" width="286" height="115"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage causals</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_263.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (6/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_261.html" target="_top" >
|
||||
List Usage Managment (8/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_264.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (5/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_262.html" target="_top" >
|
||||
List Usage Managment (7/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (6/8)</h1><div class="ilc_text_block_Standard">Through the "Managing families machines" which can be accessed by clicking on the menu item "Machine family" menu, you can create and manage groups of machines and assign to each family the machines in question.<br/>In particular (fig. 1)<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">Section 1 allows editing and inclusion of families </li><li class="ilc_list_item_StandardListItem">selecting a family by clicking on the magnifying lens next to the name will appear the section 2 that shows and allows you to view or delete the associated machinery</li><li class="ilc_list_item_StandardListItem">to associate machines to select families select them in section 3 (pop-up) and click "Add machines". The use is quite similar to the other switches of this type, which allow search through the box at the top and multiple selection through the use of the ctrl key associated with the click of the mouse</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_368/Immagine 11.png" width="500" height="309"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig.1 - Manage family machine</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_264.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (5/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_262.html" target="_top" >
|
||||
List Usage Managment (7/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_265.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (4/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_263.html" target="_top" >
|
||||
List Usage Managment (6/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (5/8)</h1><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Opening management systems</span><br/> <br/>Through the opening management systems you can define the opening hours of daily plant for the correct definition of the report. The change takes place as for the other registries by clicking on the yellow pencil, confirming the changes with the green check mark or reversing with the red x (Fig. 1).<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_364/aperturaImpianti.png" width="257" height="231"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Managing openings</div></td></tr></table></div><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Calendar closures</span><br/><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong"><br/></span><br/>With the closing calendar management capabilities, you can enter public holidays / non-working days in order to obtain a correct reporting which exclude non-working days (fig. 2).<br/> <br/> <br/>Through the list of days of closure for insert the desired days :<ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">click on new - will set a record with the current day</li><li class="ilc_list_item_StandardListItem">change the newly inserted record by clicking on the yellow pencil</li><li class="ilc_list_item_StandardListItem">select the desired date from the calendar picker and enter a description </li><li class="ilc_list_item_StandardListItem">confirm the selection with the green check mark or cancel it with the red x</li></ul>To enter a range of dates<ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">click on "Show input period stop" on the page</li><li class="ilc_list_item_StandardListItem">insert the two dates by clicking on the text box to display the selector pop-up calendar</li><li class="ilc_list_item_StandardListItem">enter a description</li><li class="ilc_list_item_StandardListItem">confirm the entry by clicking on "Insert stops for the indicated period"</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_365/festivita.png" width="294" height="293"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Manage closures</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_265.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (4/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_263.html" target="_top" >
|
||||
List Usage Managment (6/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_266.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (3/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_264.html" target="_top" >
|
||||
List Usage Managment (5/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (4/8)</h1><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Machine-departments</span><br/> <br/>By managing machine-departments you can manage the association between machines and units (Fig. 1).<br/> <br/>To assign the machines to departments<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">select the two drop-down menu at the top departments desired</li><li class="ilc_list_item_StandardListItem">click on the "magnifying lens" to select an item</li><li class="ilc_list_item_StandardListItem">move the selected machine in the department you want by clicking on one of the central arrows (from left to right department or vice versa)</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_363/macchine_reparti.png" width="565" height="189"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage machine-departments</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_266.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (3/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_264.html" target="_top" >
|
||||
List Usage Managment (5/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_267.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (2/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_265.html" target="_top" >
|
||||
List Usage Managment (4/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (3/8)</h1><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Departments production management </span><br/><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong"><br/></span><br/>To change the entries in the departments registry do for the global change master data (ie yellow pencil icon to edit the entry and green check mark to confirm / red X to cancel) (fig. 1), it is also possible<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">click on the magic wand to clone the current record</li><li class="ilc_list_item_StandardListItem">use the calendar to select a date selectors</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_361/reparti.png" width="468" height="171"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage departments</div></td></tr></table></div><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Machines management </span><br/><br/>Machine management page is similar to other registries, includes the functionality of "clone record" and the possibility to select the plant a machine belongs clicking on "Plant" in the edit mode of an item (fig. 2).<br/><br/>Using the selector pop-up choose an item or search it using the search box.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_362/macchine.png" width="566" height="239"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Machine management</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_267.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (2/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_265.html" target="_top" >
|
||||
List Usage Managment (4/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_268.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (1/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_266.html" target="_top" >
|
||||
List Usage Managment (3/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (2/8)</h1><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Failures list</span><br/> <br/>This section allows you to define areas of fault and / or modify the fields of the possible faults as wear and tear, accidental, routine maintenance or others.<br/> <br/><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Priority list</span><br/> <br/>The priority list section allows editing and insertion of priorities, marked with an id priority and an associated style (traffic lights red, yellow and green) to quickly distinguish the application priority of an element (Fig. 1).<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_360/priorita.png" width="410" height="122"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage priority</div></td></tr></table></div><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Manage failure type </span><br/> <br/>From this section you can manage the data of the type of fault in a manner similar to the others.<!--Break--></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_268.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (1/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_266.html" target="_top" >
|
||||
List Usage Managment (3/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_268.html" target="_top" >List Usage Managment</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_260.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Users registration </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_267.html" target="_top" >
|
||||
List Usage Managment (2/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">List Usage Managment (1/8)</h1><div class="ilc_text_block_Standard">The first part of the user menu on the left is dedicated to the management of data.<br/>Clicking on one of the items now available, you can create, edit and delete entries in the registry based on user privileges. Is possible to manage fields, type and priority for breakdowns, assign machines to different departments and define the types of failure.<br/> <br/><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">General Operation</span><!--Break--></div><table xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_table_StandardTable" width="" border="1px" cellspacing="20px" cellpadding="20px" style="margin-left: auto; margin-right: auto;"><tr valign="top"><td width=""><div class="ilc_text_block_Standard">To change existing entries in the registry (Fig. 1)<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">Click the button with the yellow pencil icon next to the item you want (1)</li><li class="ilc_list_item_StandardListItem">manipulate data in different fields (edit free selection from drop down, etc. ..)</li><li class="ilc_list_item_StandardListItem">confirm by clicking on the green check mark - or cancel it by clicking the red X (2)</li></ul> <!--Break--></div></td><td width=""><div align="left" style="clear:both;"><table width="1" class="ilc_media_cont_MediaContainer" style="margin-left: 0px;"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_354/ambiti3.png" width="411" height="258"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig-1 - Modify fileds</div></td></tr></table></div></td></tr><tr valign="top"><td width=""><div class="ilc_text_block_Standard">To add new entries (Fig. 2)<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">select the item in the left menu andClick the button again (you will create a new entry not defined)</li><li class="ilc_list_item_StandardListItem">click on the yellow pencil to edit the item created</li><li class="ilc_list_item_StandardListItem">change data</li><li class="ilc_list_item_StandardListItem">confirm by clicking on the green check mark - cancel it by clicking the red x</li></ul><!--Break--></div></td><td width=""><div align="left" style="clear:both;"><table width="1" class="ilc_media_cont_MediaContainer" style="margin-left: 0px;"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_356/ambiti2.png" width="410" height="271"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - New fields creation</div></td></tr></table></div></td></tr><tr valign="top"><td width=""><div class="ilc_text_block_Standard">To delete an item completely (fig. 3)<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">Click the trash can icon</li><li class="ilc_list_item_StandardListItem">reply to confirmatory application</li></ul><!--Break--></div></td><td width=""><div align="left" style="clear:both;"><table width="1" class="ilc_media_cont_MediaContainer" style="margin-left: 0px;"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_357/cancellazione.png" width="217" height="89"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Cancel fields</div></td></tr></table></div></td></tr><tr valign="top"><td width=""/><td width=""/></tr></table><div class="ilc_text_block_Standard">You can search among the items using the search field located at the top above the list data (Fig. 4).<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_358/ricerca.png" width="411" height="42"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 4 - Search </div></td></tr></table></div><div class="ilc_text_block_Standard">If there are switches (fig. 5) to activate them you must click the field to make them appear, select values ??from those proposed and / or use the search box. The selector popup is closed on selection or with a click in another part of the page.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_359/selettore.png" width="149" height="147"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 5 - Calendar switch</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_260.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Users registration </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_267.html" target="_top" >
|
||||
List Usage Managment (2/8)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_269.html" target="_top" >Maintenance interventions</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_261.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (8/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_272.html" target="_top" >
|
||||
Maintenance interventions (2/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Maintenance interventions (1/4)</h1><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Entering maintenance requests</span><br/> <br/>Clicking on the menu item you can enter a maintenance request or see requests present.Choose "Add new request" to add or "Go to list requests" to see the requests already submitted.<br/> <br/> <br/>To enter a request (fig. 1) :<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">select the desired department (1)</li><li class="ilc_list_item_StandardListItem">select the machine on the department to place the request (2)</li><li class="ilc_list_item_StandardListItem">fill in the details of the fault (serial number, priority, date / time, scope and type of fault and if the system is shut) (3)</li><li class="ilc_list_item_StandardListItem">indicate the reason for the request (4)</li><li class="ilc_list_item_StandardListItem">enter a description of the problem (5)</li><li class="ilc_list_item_StandardListItem">confirm the insertion of the request by clicking the "Submit request" button (6)</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_369/Immagine 13.png" width="550" height="323"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">Fig. 1 - New request insertion</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_261.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />List Usage Managment (8/8) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_272.html" target="_top" >
|
||||
Maintenance interventions (2/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_269.html" target="_top" >Maintenance interventions</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_271.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (3/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_273.html" target="_top" >
|
||||
Reports
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Maintenance interventions (4/4)</h1><div class="ilc_text_block_Standard">Clicking on the menu item "Scheduled Maintenance" (fig. 1) you can enter and / or display scheduled maintenance. This section allows you to enter planned maintenance with agreed deadline and set them to the reference periods so that they are automatically recorded and presented in the list requests.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_376/ProgrammazioneInterventi.png" width="823" height="257"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Programmed maintenance</div></td></tr></table></div><div class="ilc_text_block_Standard">Using the first tab "Programming interventions" and clicking on "Show create new" you can enter a programmed intervention: Define the details of the intervention in a manner similar to the inclusion of intervention required and click the button "Create schedule intervention " when finished.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_377/inserimentoINterventiProg.png" width="838" height="501"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Programmed intervention insertion </div></td></tr></table></div><div class="ilc_text_block_Standard">Clicking on the second tab "List due interventions " are displayed the due interventions, which in any case will automatically be included in the maintenance interventions to date.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_378/interventiScadenza.png" width="822" height="284"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Interventions to expire</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_271.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (3/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_273.html" target="_top" >
|
||||
Reports
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_269.html" target="_top" >Maintenance interventions</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_272.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (2/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_270.html" target="_top" >
|
||||
Maintenance interventions (4/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Maintenance interventions (3/4)</h1><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Intervention details </span><br/> <br/>Clicking on the magnifying lens on the side of each request you can view and edit the required request.<br/> <br/>Loading a detail page shows the detail request in read-only mode (Fig. 1).<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_372/Immagine 14.jpg" width="400" height="246"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Read only view</div></td></tr></table></div><div class="ilc_text_block_Standard">You can change the detail in two modes by clicking on one of the buttons at the top (Fig. 2),edit the fields you want and press the update to update the request or Cancel to cancel the changes and return automatically in read-only mode (Fig. 3).<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_373/pulsantiEditMtz.png" width="324" height="52"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Edit view selection</div></td></tr></table></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_374/pulsantiEditMtz2.png" width="157" height="55"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Update and undo</div></td></tr></table></div><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Fill intervention MTZ</span><ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">fileds that can not be changed are displayed in blue</li><li class="ilc_list_item_StandardListItem">user-editable fields are displayed in green</li></ul><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Edit detail complete</span><ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">editable fields in full mode are shown in dark green</li><li class="ilc_list_item_StandardListItem">are still editable fields in basic mode</li></ul>In any case, you can give the details for each intervention (with serial operator intervention and duration) using the "Detail Interventions " at the bottom right of the detail form (Fig. 4).<br/>The change takes place as lists: the yellow pencil icon allows you to edit the record, the green check mark to confirm, the red x the cancellation of the modifications.<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_375/dettOp.png" width="396" height="133"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 4 - intervention details</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_272.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (2/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_270.html" target="_top" >
|
||||
Maintenance interventions (4/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_269.html" target="_top" >Maintenance interventions</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_269.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (1/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_271.html" target="_top" >
|
||||
Maintenance interventions (3/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Maintenance interventions (2/4)</h1><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">List of requests</span><br/> <br/>Clicking on the menu item "List of requests" or by selecting "Go to list requests" from the "Input request", you can view and manage all the requests (Fig. 1).<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_370/elencoRichieste.png" width="558" height="140"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Request list</div></td></tr></table></div><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">in general</span><ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">the color of the state associated to requests quickly identify the status, red for interventions in the "requested", orange for "in progress" and green for "finished"</li><li class="ilc_list_item_StandardListItem">you can export to pdf the request by clicking the PDF symbol (fig. 2)</li></ul><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">To navigate between the requests</span><ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">select the reference period by the switch in the upper-right of the table</li><li class="ilc_list_item_StandardListItem">By default, the list displays the required interventions and ongoing</li><li class="ilc_list_item_StandardListItem">if you also want to see requests completed click on "Show interventions already closed" on the top left above the table interventions</li></ul><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">To take charge of a request</span><ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">Click on the printer icon next to the desired request, the request is printed on the default printer</li><li class="ilc_list_item_StandardListItem">the status changes to "In Progress" in orange and you can then click on the "magnifying glass" to edit the details of the request (see section on the next page of the guide)</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_371/richiestaItervento.png" width="315" height="442"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Request intervention report </div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_269.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (1/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_271.html" target="_top" >
|
||||
Maintenance interventions (3/4)
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_273.html" target="_top" >Reports</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_270.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (4/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_275.html" target="_top" >
|
||||
Scheduled maintenance
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Reports</h1><a name="ilPageTocA31"><!--ilPageTocH31--></a><h3 class="ilc_heading3_Headline3"><!--PageTocPH-->Report departments and maintenance interventions<!--Break--></h3><div class="ilc_text_block_Standard">Plant report<br/> <br/>Clicking on the menu item and then on the pdf icon to see a summary report of the machines present and relevant departments in printable pdf format (Fig. 1)<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_379/elencoMacchine.png" width="439" height="316"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Example of machine report</div></td></tr></table></div><div class="ilc_text_block_Standard"><span xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_text_inline_Strong">Interventions report</span><br/> <br/>This reports section allows you to view and print a summary report of operations in any state (required, pending or completed) and a MTBF MTTR report (an example in Fig. 2).<br/>The report shows a summary of the work hours divided by stopa<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">WORKSHOP: from the moment of failure at the end of intervention</li><li class="ilc_list_item_StandardListItem">INTERVENTION: from maintenance beginning to the end</li><li class="ilc_list_item_StandardListItem">OPERATOR: total time provided by all operators</li></ul> <br/>The MTBF MTTR report calculates the reliability of machines and departments (MTBF, mean time before failure), or divide the total hours of opening (excluding holidays, celebrations, scheduled downtime) for the number of operations carried out; also calculates the mean time to repair (MTTR, mean time to repair), seen from the workshop (from fault at the end of intervention) and maintenance (from the beginning to the end of maintenance).<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_380/mtbfmttr.png" width="315" height="442"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Example of MTBF - MTTR report</div></td></tr></table></div><div class="ilc_text_block_Standard">In both cases the selection of the machines and of the reference period occurs in the following way:<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">select departments and machines for which you want the report to be generated<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">the selection of departments and machines is multiple, you can select multiple departments and multiple machines, and the report will generate a report of all selected items. To search from the machines or departments enter the name or partial name in the search box above this two lists and press enter, cancel the search and press enter to search through all the items and select multiple items by clicking and holding down the ctrl key on the keyboard.</li></ul></li><li class="ilc_list_item_StandardListItem">select the status of the machines for which generate the report (in this case, you can select multiple using ctrl key)</li><li class="ilc_list_item_StandardListItem">select the reference period using pop-up calendar selector or use a default selection period</li><li class="ilc_list_item_StandardListItem">click on the pdf of the report you want</li></ul> <br/>The report is in printable pdf format.<!--Break--></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_270.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Maintenance interventions (4/4) </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_275.html" target="_top" >
|
||||
Scheduled maintenance
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,561 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_275.html" target="_top" >Optional Modules</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_275.html" target="_top" >Scheduled maintenance</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_273.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Reports </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_276.html" target="_top" >
|
||||
FAQ
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Scheduled maintenance</h1><a name="ilPageTocA31"><!--ilPageTocH31--></a><h3 class="ilc_heading3_Headline3"><!--PageTocPH-->Additional module - Scheduled Maintenance<!--Break--></h3><div class="ilc_text_block_Standard"> <br/>The plug-in for scheduled maintenance allows you to view and enter scheduled maintenance for individual machines, with the start date of operation, the frequency and details.<br/> <br/>To view the planned interventions (Fig. 1) :<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">simply click on the menu item "Scheduled Maintenance" and see the list shown</li><li class="ilc_list_item_StandardListItem">You can also filter by Type and/or Machine by clicking the Filter by Type and Filter by Machine button and then setting up filters for each department and machine.</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_381/mtzGenerale.png" width="568" height="127"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Search programmed maintenanche </div></td></tr></table></div><div class="ilc_text_block_Standard">It 's always possible to cancel a request using the "trash" icon next to each record.<br/> <br/>To enter the planned maintenance (fig. 3)<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">click on "New ticket" link on the left menu - you will see the entry form (Fig. 1)</li><li class="ilc_list_item_StandardListItem">indicate the description of the planned maintenance (1)</li><li class="ilc_list_item_StandardListItem">select the machines affected by the problem:<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">you can search for machines by entering the name or partial name in the search box above the panel and pressing enter - leave empty and press enter to return to the display of all machines (2)</li><li class="ilc_list_item_StandardListItem">select the machines in the selector (to select more than one machine at the same time click on the name while holding down the ctrl key on the keyboard) (3)</li></ul></li><li class="ilc_list_item_StandardListItem">select the details of the intervention (4)</li><li class="ilc_list_item_StandardListItem">confirm the entry by clicking "Create scheduled maintenance" (5)</li></ul><!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_382/mtzProgrammata.png" width="550" height="328"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Inserting scheduled maintenance</div></td></tr></table></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_273.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Reports </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_276.html" target="_top" >
|
||||
FAQ
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,555 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_276.html" target="_top" >FAQ</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_275.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Scheduled maintenance </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_277.html" target="_top" >
|
||||
Contacts and Support
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">FAQ</h1><div class="ilc_text_block_Standard">Answers to frequently asked questions (FAQ):<br/> <ul xmlns:xhtml="http://www.w3.org/1999/xhtml" class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">How can I modify the records in the master data tables?<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">To change the records click on the yellow pencil to enter "edit" mode, make the changes you want (fill in the fields, select dates etc ...) and then confirm by clicking the green check mark or cancel by clicking on the red x . To insert new record click the button "New" and then proceed as for editing.</li><li class="ilc_list_item_StandardListItem">For details, see Using database management</li></ul></li><li class="ilc_list_item_StandardListItem">How to use the combobox for dates?<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">Clicking on the box will show the calendar date selector to select the month and day that you want. Click on the selected day and the application will insert the selected date in the box, then continue with the modification of subsequent fields.</li></ul></li><li class="ilc_list_item_StandardListItem">How to take charge of a maintenance request?<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">To take charge of a request click on the printer icon in this list of applications not yet taken in charge. The maintenance request will be printed on the default printer and plug in the same load.</li></ul></li><li class="ilc_list_item_StandardListItem">How to print the requests and reporting?<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">You can click the pdf icon next to an item to generate a printable pdf of the application or report. When taking charge of a request it is automatically printed to the default printer.</li><li class="ilc_list_item_StandardListItem">For details, see Reporting systems and interventions</li></ul></li><li class="ilc_list_item_StandardListItem">How to change a text label description?<ul class="ilc_list_u_BulletedList"><li class="ilc_list_item_StandardListItem">To change a text label use the vocabulary item on the left menu. Through the interface vocabulary seek your record to modify and change it as you would do on a normal record: change the IT (Italian translation) or EN (English translation) as required.</li></ul></li></ul><!--Break--></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_275.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />Scheduled maintenance </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_rnav_RightNavigation">
|
||||
<a class="ilc_page_rnavlink_RightNavigationLink" href="lm_pg_277.html" target="_top" >
|
||||
Contacts and Support
|
||||
<img class="ilc_page_rnavimage_RightNavigationImage" src="images/spacer.png" alt="Next" title="Next" /></a>
|
||||
</div>
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,543 @@
|
||||
<?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> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="syntaxhighlight.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/1_8_3/jquery-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/ui_1_9_1/jquery-ui.min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/yahoo-dom-event/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/connection/connection-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/UIComponent/Explorer/js/ilExplorer.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Modules/Scorm2004/scripts/questions/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/jQuery/js/maphilight_12_09_22/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/COPage/js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/MediaObjects/media_element_2_9_5/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/YUI/js/2_9_0/animation/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./Services/Accordion/js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Modules/Scorm2004/templates/default/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/MediaObjects/media_element_2_9_5/mediaelementplayer.min.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./Services/Accordion/css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/accordion.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/question_handling.css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./css/mediaelementplayer.css" media="screen" />
|
||||
|
||||
</head>
|
||||
<body class="il_Explorer">
|
||||
<div class="ilFrame">
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="left_nav" class="ilLeftNav"><div id="tree_div">
|
||||
<div class="il_ExplorerTree">
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" id="" name="" src="./images/icon_lm_s.png" alt="Learning Module ILIAS" title="Learning Module ILIAS" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >WebGIM manual</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_ExplorerNoIndent">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_251" name="iconid_251" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_252.html" target="_top" >Introduction</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_256" name="iconid_256" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_260.html" target="_top" >Users registration</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_255" name="iconid_255" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_268.html" target="_top" >List Usage Managment</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_254" name="iconid_254" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_269.html" target="_top" >Maintenance interventions</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_253" name="iconid_253" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_273.html" target="_top" >Reports</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="259" href="?lmexpand=259&ict=1#259" ><img style="vertical-align:middle" alt="Expanded" title="Expanded" src="./images/browser/forceexp.png" border="0" /></a><img style="vertical-align:middle" id="iconid_259" name="iconid_259" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Optional Modules</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_274" name="iconid_274" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_275.html" target="_top" >Scheduled maintenance</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_258" name="iconid_258" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_276.html" target="_top" >FAQ</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="il_Explorer">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img style="vertical-align:middle" src="./images/browser/blank.png" border="0" /><img style="vertical-align:middle" id="iconid_257" name="iconid_257" src="./images/icon_st_s.png" alt="Icon Chapter" title="Icon Chapter" border="0" />
|
||||
<a href="lm_pg_277.html" target="_top" >Contacts and Support</a> <div class="il_ExplorerItemDescription"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mainspacekeeper">
|
||||
<div id="fixed_content" class="ilContentFixed">
|
||||
<div id="mainscrolldiv">
|
||||
|
||||
|
||||
|
||||
<div class="ilLocator xsmall"><h2 class="ilAccHidden">Breadcrumb Navigation</h2>
|
||||
|
||||
|
||||
<!-- <img src="./images/icon_lm_s.png" alt="Learning Module ILIAS" border="0" /> --> <a class="ilLocatorLink" href="lm_pg_252.html" target="_top" >WebGIM manual</a>
|
||||
|
||||
|
||||
|
||||
»
|
||||
|
||||
<a class="ilLocatorLink" href="lm_pg_277.html" target="_top" >Contacts and Support</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="il_head_action" class="ilHeadAction" style="margin-right:20px;"></div>
|
||||
|
||||
|
||||
<h1 class="il_LMHead">
|
||||
<img id="headerimage" src="./images/icon_lm.png" />
|
||||
WebGIM manual</h1>
|
||||
|
||||
|
||||
<div class="ilLMMenu">
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<div id="ilLMPageContent" class="ilc_page_frame_PageFrame">
|
||||
|
||||
|
||||
|
||||
<div class="ilc_page_tnav_TopNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_276.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />FAQ </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_cont_PageContainer">
|
||||
<span class="ilAccHidden">
|
||||
<a name="il_lm_head" id="il_lm_head"></a></span>
|
||||
|
||||
<script LANGUAGE="JavaScript1.1">
|
||||
<!--
|
||||
focus();
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script>var ScormApi=null;var questions = new Array();</script><a class="small" id="ilPageShowAdvContent" style="display:none; text-align:right;" href="#"><span>Show Advanced Knowledge</span><span>Hide Advanced Knowledge</span></a><h1 class="ilc_page_title_PageTitle">Contacts and Support</h1><div class="ilc_text_block_Standard">For product support please contact (GMT+1 time zone)<!--Break--></div><div align="center" style="clear:both;"><table xmlns:xhtml="http://www.w3.org/1999/xhtml" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_383/logoIliasSW.png" width="460" height="256"/></td></tr></table></div><div class="ilc_text_block_Standard">Email : info@steamware.net<!--Break--></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilc_page_bnav_BottomNavigation">
|
||||
|
||||
<div class="ilc_page_lnav_LeftNavigation">
|
||||
<a class="ilc_page_lnavlink_LeftNavigationLink" href="lm_pg_276.html" target="_top" >
|
||||
<img class="ilc_page_lnavimage_LeftNavigationImage" src="images/spacer.png" alt="Previous" title="Previous" />FAQ </a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ilClearFloat"></div>
|
||||
</div>
|
||||
|
||||
<!--</div>-->
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div></div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_348/home.png" width="500" height="273"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig.1 - Home page</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_349/Immagine 1.png" width="403" height="213"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - New user registration</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_350/Immagine 2.png" width="450" height="74"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Users manage</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_354/ambiti3.png" width="411" height="258"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig-1 - Modify fileds</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_356/ambiti2.png" width="410" height="271"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - New fields creation</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_357/cancellazione.png" width="217" height="89"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Cancel fields</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_358/ricerca.png" width="411" height="42"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 4 - Search </div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_359/selettore.png" width="149" height="147"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 5 - Calendar switch</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_360/priorita.png" width="410" height="122"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage priority</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_361/reparti.png" width="468" height="171"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage departments</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_362/macchine.png" width="566" height="239"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Machine management</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_363/macchine_reparti.png" width="565" height="189"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage machine-departments</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_364/aperturaImpianti.png" width="257" height="231"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Managing openings</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_365/festivita.png" width="294" height="293"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Manage closures</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_366/Immagine 12.png" width="286" height="115"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Manage causals</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_367/operatoriMtz.png" width="318" height="116"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Operators Mtz</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_368/Immagine 11.png" width="500" height="309"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig.1 - Manage family machine</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_369/Immagine 13.png" width="550" height="323"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">Fig. 1 - New request insertion</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_370/elencoRichieste.png" width="558" height="140"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Request list</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_371/richiestaItervento.png" width="315" height="442"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Request intervention report </div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_372/Immagine 14.jpg" width="400" height="246"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Read only view</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_373/pulsantiEditMtz.png" width="324" height="52"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Edit view selection</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_374/pulsantiEditMtz2.png" width="157" height="55"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Update and undo</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_375/dettOp.png" width="396" height="133"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 4 - intervention details</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_376/ProgrammazioneInterventi.png" width="823" height="257"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Programmed maintenance</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_377/inserimentoINterventiProg.png" width="838" height="501"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Programmed intervention insertion </div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_378/interventiScadenza.png" width="822" height="284"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Interventions to expire</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_379/elencoMacchine.png" width="439" height="316"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Example of machine report</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_380/mtbfmttr.png" width="315" height="442"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 2 - Example of MTBF - MTTR report</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_381/mtzGenerale.png" width="568" height="127"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 1 - Search programmed maintenanche </div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_382/mtzProgrammata.png" width="550" height="328"/></td></tr><tr><td><div class="ilc_media_caption_MediaCaption">fig. 3 - Inserting scheduled maintenance</div></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 - WebGIM manual</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./style/delos.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="content_style/content.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="./Services/JavaScript/js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/yahoo-dom-event.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/yahoo/animation-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/Basic.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/accordion.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/maphilight.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/jquery-ui-min.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/ilCOPagePres.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/pure.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/question_handling.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
<script type="text/javascript" src="./js/mediaelement-and-player.js?vers=4-3-0-2012-11-28"></script>
|
||||
|
||||
</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" width="1" class="ilc_media_cont_MediaContainer"><tr><td class="ilc_Mob"><img border="0" src="mobs/mm_383/logoIliasSW.png" width="460" height="256"/></td></tr></table></div>
|
||||
|
||||
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 40 KiB |