Skip to content

Commit 012e37c

Browse files
committed
Update branding on Client API page
Fix file permissions on a couple graphics that were marked executable. Issue: #104 Signed-off-by: Tony Germano <tony@germano.name>
1 parent 6289e12 commit 012e37c

8 files changed

+197
-5
lines changed
Binary file not shown.
Binary file not shown.
-546 Bytes
Binary file not shown.

server/public_api_html/images/explorer_icons.png

100755100644
File mode changed.

server/public_api_html/images/oie_logo_banner_text.svg

Lines changed: 192 additions & 0 deletions
Loading
Loading

server/public_api_html/images/throbber.gif

100755100644
File mode changed.

server/public_api_html/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>Mirth Connect Client API</title>
6-
<link rel="shortcut icon" type="image/x-icon" href="images/NG_MC_Icon_16x16.png" />
5+
<title>Open Integration Engine Client API</title>
6+
<link rel="icon" type="image/png" href="images/oie_logo_only_white_background_48x48.png" />
77
<link rel="stylesheet" type="text/css" href="css/swagger-ui.css" >
88
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
99
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
@@ -221,8 +221,8 @@
221221

222222
<div id='header'>
223223
<div class="swagger-ui-wrap">
224-
<a id="mirthLogo" href="https://www.nextgen.com/products-and-services/integration-engine">
225-
<img src="images/MirthConnect_Logo_WordMark_RGB.png" style="height:40px" />
224+
<a id="mirthLogo" href="https://openintegrationengine.org">
225+
<img src="images/oie_logo_banner_text.svg" style="height:40px" />
226226
</a>
227227
<img id="loginImage" src="images/throbber.gif"/>
228228
<form id='loginForm' style="display:none">
@@ -244,4 +244,4 @@
244244
<div id="swagger-ui-container" class="swagger-ui-wrap"></div>
245245
<script src="lib/swagger-ui-bundle.js" type='text/javascript'></script>
246246
</body>
247-
</html>
247+
</html>

0 commit comments

Comments
 (0)