Skip to content

Commit

Permalink
Update HTML export of Archimate file
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 19, 2024
1 parent cc43046 commit 888abf8
Show file tree
Hide file tree
Showing 92 changed files with 3,271 additions and 47 deletions.
4 changes: 4 additions & 0 deletions docs/Archi/css/i18n/en.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
:lang(en) .i18n-documentation:after {content: "Documentation"}
:lang(en) .i18n-purpose:after {content: "Purpose"}
:lang(en) .i18n-properties:after {content: "Properties"}
:lang(en) .i18n-analysis:after {content: "Analysis"}
:lang(en) .i18n-used-in-views:after {content: "Used in Views"}
:lang(en) .i18n-model-relations:after {content: "Model Relations"}
:lang(en) .i18n-elements:after {content: "Elements"}
:lang(en) .i18n-relationships:after {content: "Relationships"}
:lang(en) .i18n-key:after {content: "Key"}
Expand All @@ -20,6 +23,7 @@
:lang(en) .i18n-specialization:after {content: "Specialization:"}

/* ViewPoints (com.archimatetool.editor.model.viewpoints.IViewpoint) */
:lang(en) .i18n-viewpoint:after {content: "Viewpoint"}
:lang(en) .i18n-viewpoint-:after {content: "No Viewpoint"}
:lang(en) .i18n-viewpoint-application_cooperation:after {content: "Application Cooperation"}
:lang(en) .i18n-viewpoint-application_usage:after {content: "Application Usage"}
Expand Down
10 changes: 7 additions & 3 deletions docs/Archi/hints/canvas_block.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/>
</head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Canvas Block</title>
</head>

<body>
<p>A Block Object is a container area that can contain text and an icon. You can also provide your own Help Hints. You can lock the Block if you want to make it read-only. </p>
<p>A typical scenario is to create a number of container Blocks on the Canvas, arrange them into the desired framework, lock them, and then save the Canvas as a template.</p>
Expand Down
12 changes: 8 additions & 4 deletions docs/Archi/hints/canvas_connection.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/>
</head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Canvas Connection</title>
</head>

<body>
<p>A connection between two objects with no explicit semantic meaning.</p>
You can lock the Connection if you want to make it read-only.
<p>You can lock the Connection if you want to make it read-only.</p>
</body>
</html>
10 changes: 7 additions & 3 deletions docs/Archi/hints/canvas_diagram.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/>
</head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Canvas</title>
</head>

<body>
<p>A Canvas to hold Blocks, Images, Stickies and Connections. You can also provide your own Help Hints.</p>
<p>A typical scenario is to create a number of container Blocks and Stickies on the Canvas, arrange them into the desired framework, lock them, and then save the Canvas as a template.</p>
Expand Down
14 changes: 10 additions & 4 deletions docs/Archi/hints/canvas_image.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/>
</head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Canvas Image</title>
</head>

<body>
<p>A Canvas Image. Choose your own image to add to the area. You can lock the Image if you want to make it read-only. </p></body>
<p>A Canvas Image. Choose your own image to add to the area.</p>
<p>You can lock the Image if you want to make it read-only.</p>
</body>
</html>
12 changes: 8 additions & 4 deletions docs/Archi/hints/canvas_sticky.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" charset="ISO-8859-1" type="text/css"/>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Canvas Sticky</title>
</head>

<body>
<p>A Sticky element for the Canvas.</p>
<p>Add text and an icon to the Sticky. You can lock the Sticky if you want to make it read-only.</p>
<p>Any Notes will appear in the tooltip for the Sticky. </p>
<p>Add text and an icon to the Sticky. You can lock the Sticky if you want to make it read-only.</p>
<p>Any Notes will appear in the tooltip for the Sticky.</p>
</body>
</html>
32 changes: 14 additions & 18 deletions docs/Archi/hints/style.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
body, table {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-size: 13px;
}

.font14 {
font-size: 14pt;
.dark-mode {
background-color: rgb(78, 78, 78);
color: rgb(226, 226, 226);
}

.font12 {
font-size: 12pt;
h1 {
font-size: 16px;
}


H1 {
font-size: 12pt;
}

H2 {
font-size: 10pt;
h2 {
font-size: 14px;
}

H3 {
font-size: 10pt;
h3 {
font-size: 13px;
}

A {
a {
text-decoration:none;
}
A:link {
a:link {
color:#0033CC;
}
A:visited {
a:visited {
color:#025999;
}
A:hover {
a:hover {
color:#ff9900;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<!-- Properties -->
<li role="presentation"><a href="#properties" aria-controls="properties" role="tab" data-toggle="tab" class="i18n-properties"></a></li>

<!-- Analysis -->
<li role="presentation"><a href="#analysis" aria-controls="analysis" role="tab" data-toggle="tab" class="i18n-analysis"></a></li>

</ul>

<!-- Tab panes -->
Expand All @@ -59,6 +62,42 @@
</tbody>
</table>
</div>
<div role="tabpanel" class="tab-pane" id="analysis">
<table class="table table-striped table-hover table-condensed" id="used-in-views">
<thead>
<tr><th colspan="2" class="i18n-used-in-views" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-viewpoint"></th>
</tr>
</thead>
<tbody>
<tr id="used-in-views-id-942fd1b8aeda45388631ddde7877a745">
<td><a href="../views/id-942fd1b8aeda45388631ddde7877a745.html" target="view" title="Overzicht"> Overzicht </a></td>
<td><span class="i18n-viewpoint-" /></td>
</tr>
</tbody>
</table>
<table class="table table-striped table-hover table-condensed" id="model-relations">
<thead>
<tr><th colspan="4" class="i18n-model-relations" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-type"></th>
<th class="i18n-source"></th>
<th class="i18n-target"></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="../elements/id-7c27578ac25d4128bffbc52eeeb77ae3.html" target="element" title=""></a></td>
<td><span class="i18n-elementtype-AssociationRelationship" /></td>
<td><a href="../elements/id-017c2be9c28a42828444eeb624fa8b22.html" target="element"> Data center NIKHEF</a></td>
<td><a href="../elements/id-57dc7b7de7d14b828baf8113d55979ca.html" target="element"> Junction</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<!-- Properties -->
<li role="presentation"><a href="#properties" aria-controls="properties" role="tab" data-toggle="tab" class="i18n-properties"></a></li>

<!-- Analysis -->
<li role="presentation"><a href="#analysis" aria-controls="analysis" role="tab" data-toggle="tab" class="i18n-analysis"></a></li>

</ul>

<!-- Tab panes -->
Expand All @@ -59,6 +62,42 @@
</tbody>
</table>
</div>
<div role="tabpanel" class="tab-pane" id="analysis">
<table class="table table-striped table-hover table-condensed" id="used-in-views">
<thead>
<tr><th colspan="2" class="i18n-used-in-views" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-viewpoint"></th>
</tr>
</thead>
<tbody>
<tr id="used-in-views-id-942fd1b8aeda45388631ddde7877a745">
<td><a href="../views/id-942fd1b8aeda45388631ddde7877a745.html" target="view" title="Overzicht"> Overzicht </a></td>
<td><span class="i18n-viewpoint-" /></td>
</tr>
</tbody>
</table>
<table class="table table-striped table-hover table-condensed" id="model-relations">
<thead>
<tr><th colspan="4" class="i18n-model-relations" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-type"></th>
<th class="i18n-source"></th>
<th class="i18n-target"></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="../elements/id-f4f88bbce9b44a4a8ed9cf3534a9aa54.html" target="element" title=""></a></td>
<td><span class="i18n-elementtype-AssociationRelationship" /></td>
<td><a href="../elements/id-01eb508fe37f4ffabeb55c6e6a9f401c.html" target="element"> SURFconextVerantwoordelijke</a></td>
<td><a href="../elements/id-2861f925c98945d093c6d9316c7a24ad.html" target="element"> Beheren rollen</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<!-- Properties -->
<li role="presentation"><a href="#properties" aria-controls="properties" role="tab" data-toggle="tab" class="i18n-properties"></a></li>

<!-- Analysis -->
<li role="presentation"><a href="#analysis" aria-controls="analysis" role="tab" data-toggle="tab" class="i18n-analysis"></a></li>

</ul>

<!-- Tab panes -->
Expand Down Expand Up @@ -70,6 +73,36 @@
</tbody>
</table>
</div>
<div role="tabpanel" class="tab-pane" id="analysis">
<table class="table table-striped table-hover table-condensed" id="used-in-views">
<thead>
<tr><th colspan="2" class="i18n-used-in-views" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-viewpoint"></th>
</tr>
</thead>
<tbody>
<tr id="used-in-views-id-942fd1b8aeda45388631ddde7877a745">
<td><a href="../views/id-942fd1b8aeda45388631ddde7877a745.html" target="view" title="Overzicht"> Overzicht </a></td>
<td><span class="i18n-viewpoint-" /></td>
</tr>
</tbody>
</table>
<table class="table table-striped table-hover table-condensed" id="model-relations">
<thead>
<tr><th colspan="4" class="i18n-model-relations" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-type"></th>
<th class="i18n-source"></th>
<th class="i18n-target"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<!-- Properties -->
<li role="presentation"><a href="#properties" aria-controls="properties" role="tab" data-toggle="tab" class="i18n-properties"></a></li>

<!-- Analysis -->
<li role="presentation"><a href="#analysis" aria-controls="analysis" role="tab" data-toggle="tab" class="i18n-analysis"></a></li>

</ul>

<!-- Tab panes -->
Expand Down Expand Up @@ -70,6 +73,36 @@
</tbody>
</table>
</div>
<div role="tabpanel" class="tab-pane" id="analysis">
<table class="table table-striped table-hover table-condensed" id="used-in-views">
<thead>
<tr><th colspan="2" class="i18n-used-in-views" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-viewpoint"></th>
</tr>
</thead>
<tbody>
<tr id="used-in-views-id-942fd1b8aeda45388631ddde7877a745">
<td><a href="../views/id-942fd1b8aeda45388631ddde7877a745.html" target="view" title="Overzicht"> Overzicht </a></td>
<td><span class="i18n-viewpoint-" /></td>
</tr>
</tbody>
</table>
<table class="table table-striped table-hover table-condensed" id="model-relations">
<thead>
<tr><th colspan="4" class="i18n-model-relations" /></tr>
<tr>
<th class="i18n-name"></th>
<th class="i18n-type"></th>
<th class="i18n-source"></th>
<th class="i18n-target"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 888abf8

Please sign in to comment.