Rev 6235 | Rev 13318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 12115 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | remove it from your neighbor list. |
42 | remove it from your neighbor list. |
43 | !exit |
43 | !exit |
44 | !endif |
44 | !endif |
45 | 45 | ||
46 | !if share_dep iswordof $error |
46 | !if share_dep iswordof $error |
47 | Resource sharing must respect dependencies: You must share |
47 | Resource sharing must respect dependencies: You must share |
- | 48 | !if sheet iswordof $error |
|
48 | the same class |
49 | exercises of the same class if you want to share worksheets of it. |
- | 50 | !else |
|
- | 51 | !if exam iswordof $error |
|
49 |
|
52 | exercises and worksheets of the same class if you want to share exams of it. |
- | 53 | !else |
|
- | 54 | !if livret iswordof $error |
|
- | 55 | exercises and worksheets of the same class if you want to share skillbullet of it. |
|
- | 56 | !else |
|
- | 57 | !if userphoto iswordof $error |
|
- | 58 | user account of the same class if you want to share user photo of it. |
|
- | 59 | !endif |
|
- | 60 | !endif |
|
- | 61 | !endif |
|
- | 62 | !endif |
|
- | 63 | !exit |
|
- | 64 | !endif |
|
- | 65 | ||
- | 66 | !if stopshare_dep iswordof $error |
|
- | 67 | Le partage de ressources doit respecter les dépendances : vous devez d'abord arrêter le partage |
|
- | 68 | !if sheet iswordof $error |
|
- | 69 | des examens et du livret de compétences avant celui des feuilles de travail. |
|
- | 70 | !else |
|
- | 71 | !if exo iswordof $error |
|
- | 72 | des feuilles de travail avant celui des exercices. |
|
- | 73 | !else |
|
- | 74 | !if user iswordof $error |
|
- | 75 | des photos individuelles avant celui des comptes de participants. |
|
- | 76 | !endif |
|
- | 77 | !endif |
|
- | 78 | !endif |
|
50 | !exit |
79 | !exit |
51 | !endif |
80 | !endif |
52 | 81 | ||
53 | !if not_neighbor iswordof $error |
82 | !if not_neighbor iswordof $error |
54 | You have tried an operation with a class that is not your effective neighbor. |
83 | You have tried an operation with a class that is not your effective neighbor. |