@@ -8,18 +8,33 @@ var onboarding_models = userProfile.get('onboarding_models');
vardocument_intro=introJs();
document_intro.setOptions({
'doneLabel':'Next page',
steps:[{
element:'.container-fluid',
intro:'Update Document description (Name, Text direction or metadata).'+
'Edit Document Part. Panels to update transcriptions, baselines and masks',
position:'top',
tooltipClass:'tooltip-large'
steps:[
{
element:'#nav-doc-tab',
intro:'Update Document description (Name, Text direction or metadata).',
position:'bottom',
},
{
element:'#nav-img-tab',
intro:'Upload images and changes their orders, import and export transcriptions, launch mass automatic segmentation or transcription.',
position:'bottom',
},
{
element:'#nav-edit-tab',
intro:'Panels to update transcriptions, baselines and masks.',
position:'bottom',
},
{
element:'#nav-models-tab',
intro:'Handle Transcription and Segmentation models related to this document.',
position:'bottom'
},
]
});
//document_edit
steps_edit=[{
steps_edit=[
{
element:'#document-transcriptions',
intro:'Here you can select which transcription to display. You may have several transcriptions for a given page,<br> for instance a manual one and one created automatically, or two different editions that you have imported.\n',
position:'bottom',
...
...
@@ -56,11 +71,6 @@ var document_images_intro = introJs();