simulink model export
This commit is contained in:
33
simulink_export/html/inspect.html
Normal file
33
simulink_export/html/inspect.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="rtwreport.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/coder_app.css" />
|
||||
<style type="text/css">
|
||||
div#popup_window {
|
||||
position: relative;
|
||||
background-color: ghostwhite;
|
||||
border-radius: 0px;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
div#popup_window a {
|
||||
text-decoration: underline;
|
||||
color: blue;
|
||||
}
|
||||
div#token_usage_nav {
|
||||
border-bottom: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="inspect_body">
|
||||
<table width="100%">
|
||||
<col style="width: 95%;"><col style="width: 5%">
|
||||
<tr><td><div id="popup_window"></div></td>
|
||||
<td align="right"><div><a onclick="top.closeInspectWindow();" class="closeButton">x</a></div></td>
|
||||
</tr>
|
||||
</table></body></html>
|
||||
|
||||
<!-- LocalWords: ghostwhite
|
||||
-->
|
Reference in New Issue
Block a user