Changes for page New Course

From version 26.1
edited by Andrea Omicini
on 22/07/2022 14:46
Change comment: There is no comment for this version
To version 32.1
edited by Andrea Omicini
on 02/07/2023 22:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +$services.localization.render('new')
Default language
... ... @@ -1,1 +1,0 @@
1 -it
Content
... ... @@ -1,18 +1,17 @@
1 -= {{italiano}}Nuovo{{/italiano}}{{english}}New{{/english}} =
2 -
3 -{{include reference="Courses.Environment" excludeFirstHeading="true"/}}{{velocity}}
4 -#if( $isGuest )
5 -{{warning}}{{stringEngIta ita="Siamo spiacenti, ma l'inserimento di nuovi corsi non è operazione disponibile a visitatori esterni" eng="Sorry, the insertion of new courses is not an operation available to external viewers"/}}{{/warning}}
6 - #stop
7 -#end
8 -{{/velocity}}{{include reference="Main.Class.New" excludeFirstHeading="true"/}}
9 -
10 -{{italiano}}
1 +{{velocity}}
2 +#template('apice_courses.vm')
3 +#set( $newObject = $services.localization.render('coursenew') )
4 +#set( $aNewObject = $services.localization.render('acoursenew') )
5 +#includeInContext("Classes.Shared.New")
6 +#if( !$isGuest )
7 + #if( $context.language == 'it' )
11 11  Inoltre, si prega di notare che:
12 12   * lo schema di nome preferito per un documento “Course” è costituito dall'acronimo del corso stesso, seguito (se esistono) dalle lettere qualificanti (L, L-A, LM, ecc.), e dall'anno accademico nella forma a 4 cifre (0809, 1213)
13 13   * per esempio, quindi, il documento per il corso di “Sistemi Multi-Agente LS” per l'A.A. 2007-2008 dovrebbe avere il nome “SmaLs0708”
14 -{{/italiano}}{{english}}
11 + #else
15 15  Also, one should notice that:
16 16   * the preferred scheme for a new “Course” document typically starts with the acronym of the course title, followed by the qualifying letters (if any), and by the academical year in 4-digit form (e.g., 0809, 1213)
17 17   * so for instance the document for the course “Sistemi Multi-Agente LS” of the A.Y. 2007-2008 should be named “SmaLs0708”
18 -{{/english}}
15 + #end
16 +#end
17 +{{/velocity}}