This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <root xmlns="http://skin.calameo.com/2.0" backgroundColor="0xF7FAFF"> | |
| <!-- | |
| Skin Classiques | |
| Version: 1.1 | |
| Author: Thomas Pottier | |
| Date: 2025-04-07 | |
| [email protected] | |
| http://www.lelivrescolaire.fr/ | |
| --> | |
| <!-- Assets --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <root xmlns="http://skin.calameo.com/2.0" backgroundColor="0x313639"> | |
| <!-- | |
| Skin Classiques | |
| Version: 1.0 | |
| Author: Thomas Pottier | |
| Date: 2024-06-03 | |
| [email protected] | |
| http://www.lelivrescolaire.fr/ | |
| --> | |
| <!-- Assets --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| -[hidden]-> | |
| partition Légende { | |
| #GoldenRod:Action utilisateur; | |
| -[hidden]-> | |
| :Action système; | |
| -[hidden]-> | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| -[hidden]-> | |
| partition Légende { | |
| #GoldenRod:Action utilisateur; | |
| -[hidden]-> | |
| :Action système; | |
| -[hidden]-> | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| xmlns:tools="http://schemas.android.com/tools" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content"> | |
| <android.support.v7.widget.CardView | |
| android:id="@+id/cardViewChallenge" | |
| android:layout_width="match_parent" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content"> | |
| <android.support.v7.widget.CardView | |
| android:id="@+id/cardViewChallenge" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| xmlns:tools="http://schemas.android.com/tools" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content"> | |
| <ImageView | |
| android:id="@+id/topbarIcon" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| xmlns:tools="http://schemas.android.com/tools" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content"> | |
| <ImageView | |
| android:id="@+id/imageView" | |
| android:layout_width="100" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE("MY STRING";"ö";"o");"ü";"u");"ó";"o");"ő";"o");"ú";"u");"é";"e");"è";"e");"á";"a");"ű";"u");"í";"i");"ñ";"n");"Ö";"O");"Ü";"U");"Ó";"O");"Ő";"O");"Ú";"U");"É";"E");"È";"E");"Á";"A");"Ű";"U");"Í";"I");"Ñ";"N") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !define Humain #dcedc1 | |
| !define Human #dcedc1 | |
| !define User #dcedc1 | |
| !define App #faebd7 | |
| !define Dcp #ffd3b6 | |
| !define Ref #a8e6cf | |
| !define Appliance #C5E2F7 | |
| skinparam shadowing false | |
| skinparam defaultTextAlignment center |