File tree Expand file tree Collapse file tree
jig-core/src/main/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ header a {
2727 font-size : 0.8em ;
2828}
2929
30+ aside .notice {
31+ background-color : # f9f9f9 ;
32+ border-left : 10px solid # ccc ;
33+ padding : 0.5em 1em ;
34+ margin : 1em 0 ;
35+ }
36+
3037/* 一般 */
3138.hidden {
3239 display : none;
Original file line number Diff line number Diff line change 1010< body class ="insight ">
1111< header class ="top " th:replace ="~{fragment-base::header(title=${title})} "> たいとる</ header >
1212< main >
13+ < h1 > インサイト</ h1 >
14+ < aside class ="notice ">
15+ < p > 注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</ p >
16+ </ aside >
17+
1318 < button id ="cancel-zoom " class ="hidden "> ズーム解除</ button >
1419
1520 < h2 > パッケージ (< span th:text ="${packageInsightList.size()} "> 1</ span > )</ h2 >
Original file line number Diff line number Diff line change 1010< body class ="package-list ">
1111< header class ="top " th:replace ="~{fragment-base::header(title=${title})} "> たいとる</ header >
1212< main >
13+ < h1 > パッケージ概要</ h1 >
14+ < aside class ="notice ">
15+ < p > 注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</ p >
16+ </ aside >
1317 < details class ="controls " open >
1418 < summary > ⚙️ 表示設定</ summary >
1519 < button id ="toggle-description-btn "> 詳細列を表示/非表示</ button >
Original file line number Diff line number Diff line change 99< header class ="top " th:replace ="~{fragment-base::header(title=${title})} "> </ header >
1010< main >
1111 < h1 > 出力ポート&アダプタ</ h1 >
12- このドキュメントは作成中です。
12+ < aside class ="notice ">
13+ < p > 注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</ p >
14+ </ aside >
1315
1416 < dl >
1517 < dt > OutputPort</ dt >
Original file line number Diff line number Diff line change 1111< header class ="top " th:replace ="~{fragment-base::header(title=${title})} "> たいとる</ header >
1212< main >
1313 < h1 > シーケンス図</ h1 >
14- このドキュメントは作成中です。
14+ < aside class ="notice ">
15+ < p > 注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</ p >
16+ </ aside >
1517
1618 < section class ="type " th:each ="item : ${jigTypes} ">
1719 < h2 > < a th:id ="${item.fqn()} " th:text ="${item.label()} "> XXXクラス</ a > </ h2 >
You can’t perform that action at this time.
0 commit comments