Skip to content

Instantly share code, notes, and snippets.

@evlibra
Last active January 1, 2025 23:12
Show Gist options
  • Select an option

  • Save evlibra/14af3a555890e15ac4abc21603dab16b to your computer and use it in GitHub Desktop.

Select an option

Save evlibra/14af3a555890e15ac4abc21603dab16b to your computer and use it in GitHub Desktop.
The Hezen Flow Model
<!DOCTYPE html>
<html class="frame" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Default View</title>
<!-- JQUERY -->
<script type="text/javascript" src="../../lib/jquery/jquery.min.js"></script>
<!-- BOOTSTRAP -->
<link type="text/css" rel="stylesheet" href="../../lib/bootstrap/css/bootstrap.min.yeti.css">
<script type="text/javascript" src="../../lib/bootstrap/js/bootstrap-3.4.1.min.js"></script>
<!-- REPORT SPECIFIC -->
<link type="text/css" rel="stylesheet" href="../../css/model.css">
<link type="text/css" rel="stylesheet" href="../../css/i18n.css">
<script type="text/javascript" src="../../js/frame.js"></script>
<script type="text/javascript" src="../../js/imageMapResizer.min.js"></script>
</head>
<body>
<div class="panel panel-default root-panel">
<div class="panel-heading root-panel-heading">
<!-- Name -->
<b>Default View</b>
<!-- If a View with Viewpoint -->
(<span class="i18n-viewpoint-"></span>)
<a class="glyphicon glyphicon-info-sign" id="hint-viewpoint_" target="hint"></a>
<!-- Or if a model (i.e has Purpose method) -->
</div>
<div class="panel-body root-panel-body">
<!-- If this is a digram model (has children and no bounds) show the image -->
<img class="diagram" src="../images/id-e43cf7c20a2a40488abab467832aba0b.png" alt="Default View" usemap="#id-e43cf7c20a2a40488abab467832aba0bmap"/>
<map name="id-e43cf7c20a2a40488abab467832aba0bmap">
<area shape="rect" coords="10,10,130,65" href="../elements/id-79ad7f723a444835a5bdc5103ed0e0a6.html" target="element">
</map>
<div role="tabpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<!-- Purpose / Documentation / Content -->
<li role="presentation" class="active"><a href="#documentation" aria-controls="documentation" role="tab" data-toggle="tab" class="i18n-documentation"></a></li>
<!-- 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="#elements" aria-controls="elements" role="tab" data-toggle="tab" class="i18n-elements"></a></li>
<li role="presentation"><a href="#relationships" aria-controls="relationships" role="tab" data-toggle="tab" class="i18n-relationships"></a></li>
<!-- Model, Query Tab -->
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="documentation">
<div class="convertlinks documentation" style="white-space:pre-wrap"></div>
</div>
<div role="tabpanel" class="tab-pane" id="properties">
<table class="table table-striped table-hover table-condensed">
<thead>
<tr>
<th class="i18n-key"></th>
<th class="i18n-value"></th>
</tr>
</thead>
<tbody>
</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>
</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 role="tabpanel" class="tab-pane" id="elements">
<table class="table table-striped table-hover table-condensed">
<thead>
<tr>
<th class="i18n-name"></th>
<th class="i18n-type"></th>
</tr>
</thead>
<tbody>
<tr>
<td> <a href="../elements/id-79ad7f723a444835a5bdc5103ed0e0a6.html" target="element"> Human </a> </td>
<td> <a href="../elements/id-79ad7f723a444835a5bdc5103ed0e0a6.html" target="element" class="i18n-elementtype-BusinessActor">
</a> </td>
</tr>
</tbody>
</table>
</div>
<div role="tabpanel" class="tab-pane" id="relationships">
<table class="table table-striped table-hover table-condensed">
<thead>
<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>
</div>
<script type="text/javascript">imageMapResize();</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment