Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
96d5f68
Template termino
M-Priour Oct 13, 2024
0acac49
ajout de ontoNOs
M-Priour Oct 13, 2024
f22169c
Bug sur le svs
M-Priour Oct 13, 2024
ac52107
Update layout-valueset.html
M-Priour Oct 15, 2024
7c1f01a
Update fragment-resourceTable.html
M-Priour Oct 15, 2024
78823ca
Update fragment-resourceTable.html
M-Priour Oct 15, 2024
0acc416
Update fragment-resourceTable.html
M-Priour Oct 16, 2024
b1820f1
Update fragment-resourceTable.html
M-Priour Oct 18, 2024
9443594
Update fragment-resourceTable.html
M-Priour Oct 18, 2024
4ec1029
Update fragment-resourceTable.html
M-Priour Oct 18, 2024
de0761b
Update layout-telechargement.html
M-Priour Jan 2, 2025
08b17bc
Update addOnto.js
M-Priour Jan 3, 2025
5fc2bf3
Update addOnto.js
M-Priour Jan 3, 2025
bdae111
Update addOnto.js
M-Priour Jan 6, 2025
8751da8
Update addOnto.js
M-Priour Jan 18, 2025
3fe148b
Update addOnto.js
M-Priour Jan 18, 2025
75302aa
Update layout-valueset.html
M-Priour Jan 18, 2025
ed9e5fc
Update config.json
M-Priour Jan 18, 2025
61db459
Create layout-conceptmap.html
M-Priour Jan 18, 2025
690834b
Update addOnto.js
M-Priour Jan 18, 2025
515ed52
Update layout-conceptmap.html
M-Priour Jan 18, 2025
4dcd598
Update addOnto.js
M-Priour Jan 18, 2025
797cf02
Mise à jour du template pour le toogle
M-Priour Jan 25, 2025
fa4a7ad
Update addOnto.js
M-Priour Feb 2, 2025
8e9d01e
Create layout-demande.html
M-Priour Feb 2, 2025
fee78de
Ajout de la gestion des demandes
M-Priour Feb 2, 2025
5e00915
Gestion de l'historique
M-Priour Feb 2, 2025
cb98c98
Update addOnto.js
M-Priour Mar 11, 2025
2a8d91c
ajout trad fr
nriss Oct 29, 2025
113d655
MAJ du template
M-Priour Nov 15, 2025
6f73c1f
Preservation des proriété de la ligne d'en-ete des tableaux
M-Priour Nov 22, 2025
9382495
Amelioration du script js
M-Priour Nov 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 37 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,20 @@
"name": "change-history",
"description": "Resource Change History",
"isHistory": true
}
},
{
"name": "telechargement",
"description": " telechargement"
},
{
"name": "histoire",
"description": "histoire"
} ,
{
"name": "demande",
"description": "demande"
}

],
"_formats-documentation": "Lists the formats in the order format-specific pages should be generated. (Note that suppressed formats won't appear, even if listed here.)",
"formats": [
Expand Down Expand Up @@ -143,20 +156,32 @@
"template-format": "template/layouts/layout-instance-format.html",
"template-testing": "template/layouts/layout-canonical-testing.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"template-telechargement": "template/layouts/layout-telechargement.html",
"template-histoire": "template/layouts/layout-histoire.html",
"template-demande": "template/layouts/layout-demande.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"testing": "{{[type]}}-{{[id]}}-testing.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
"change-history": "{{[type]}}-{{[id]}}.change.history.html",
"telechargement": "{{[type]}}-{{[id]}}.tel.html",
"histoire": "{{[type]}}-{{[id]}}.histoire.html" ,
"demande": "{{[type]}}-{{[id]}}.demande.html"
},
"ValueSet": {
"template-base": "template/layouts/layout-valueset.html",
"template-format": "template/layouts/layout-instance-format.html",
"template-testing": "template/layouts/layout-canonical-testing.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"template-telechargement": "template/layouts/layout-telechargement.html",
"template-histoire": "template/layouts/layout-histoire.html",
"template-demande": "template/layouts/layout-demande.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"testing": "{{[type]}}-{{[id]}}-testing.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
"change-history": "{{[type]}}-{{[id]}}.change.history.html",
"telechargement": "{{[type]}}-{{[id]}}.tel.html",
"histoire": "{{[type]}}-{{[id]}}.histoire.html" ,
"demande": "{{[type]}}-{{[id]}}.demande.html"
},
"ActivityDefinition": {
"template-base": "template/layouts/layout-canonical.html",
Expand Down Expand Up @@ -189,14 +214,18 @@
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
},
"ConceptMap": {
"template-base": "template/layouts/layout-canonical.html",
"template-base": "template/layouts/layout-conceptmap.html",
"template-format": "template/layouts/layout-instance-format.html",
"template-testing": "template/layouts/layout-canonical-testing.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"template-histoire": "template/layouts/layout-histoire.html",
"template-demande": "template/layouts/layout-demande.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"testing": "{{[type]}}-{{[id]}}-testing.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
"change-history": "{{[type]}}-{{[id]}}.change.history.html",
"histoire": "{{[type]}}-{{[id]}}.histoire.html" ,
"demande": "{{[type]}}-{{[id]}}.demande.html"
},
"ExampleScenario": {
"template-base": "template/layouts/layout-examplescenario.html",
Expand Down Expand Up @@ -273,10 +302,12 @@
"template-format": "template/layouts/layout-instance-format.html",
"template-testing": "template/layouts/layout-canonical-testing.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"template-histoire": "template/layouts/layout-histoire.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"testing": "{{[type]}}-{{[id]}}-testing.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
"change-history": "{{[type]}}-{{[id]}}.change.history.html",
"histoire": "{{[type]}}-{{[id]}}.histoire.html"
},
"OperationDefinition": {
"template-base": "template/layouts/layout-canonical.html",
Expand Down
45 changes: 45 additions & 0 deletions content/assets/css/style-add-ans.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,48 @@ a, article, aside, audio, body, div, em, fieldset, figcaption, figure, footer, h
#content > .inner-wrapper, .container > .row > .inner-wrapper {
margin : 10px;
}


#terminologit-search-content-valueset-cld.accordion-group {
border: none;
}

.accordion-heading .accordion-toggle {
display: -webkit-inline-box;
padding: 0px;
margin-left: 5px;
position: absolute;
color: var(--btn-text-color);
}

.accordion-toggle .gg-chevron-down {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 22px;
border: 2px solid transparent;
border-radius: 100px;
transition: all 0.5s;
}
.gg-chevron-down::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 10px;
border-bottom: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
left: 4px;
top: 2px
}

.rotate-toggle.gg-chevron-down {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}

40 changes: 30 additions & 10 deletions content/assets/css/style-ans.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ video {
-webkit-padding-before: 0;
-webkit-padding-after: 0;
border: 0;
font: inherit;
margin: 0;
/* padding: 0;*/
vertical-align: baseline;
Expand Down Expand Up @@ -171,6 +170,7 @@ select {
iframe {
border: 0;
}

[class*="svg-icon"] {
stroke-width: 0;
stroke: currentColor;
Expand Down Expand Up @@ -2535,14 +2535,7 @@ textarea.form-control {
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
transition: none;
}

.collapsing,
.dropdown,
.dropleft,
Expand Down Expand Up @@ -5469,7 +5462,8 @@ a.btn--style1.btn--white {
}
.table thead td,
.table thead th {
background-color: #f8f9fb;
background-color: #464c6d;
color : white;
border-bottom-width: 0;
}
.table caption + tbody tr:first-child td,
Expand Down Expand Up @@ -10189,3 +10183,29 @@ a[class*="border"]:hover {
border-color: var(--gray-700) !important;
}
/*# sourceMappingURL=style-ans.css.map */
.columns-3 {
-moz-column-count: 3;
-moz-column-gap: 10px;
-webkit-column-count: 3;
/* -webkit-column-gap: 10px; */
/* column-count: 3; */
/* column-gap: 10px; */
}
tr[visible='false'],
.no-result{
display:none;
}

tr[visible='true']{
display:table-row;
}

.counter{
padding:8px;
color:#ccc;
}


table.codes td {
font-size : 10px;
}
Loading
Loading