-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd04927
commit e99cd3b
Showing
3 changed files
with
110 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<!doctype html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US"> | ||
<head> | ||
<meta xmlns="" charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title xmlns="">IHE ITI TF Vol1</title> | ||
<link xmlns="" rel="stylesheet" href="../../../css/styles.css" /> | ||
</head> | ||
<body xmlns=""> | ||
<header> | ||
<div class="title-bar" data-responsive-toggle="responsive-menu" data-hide-for="medium"> | ||
<button class="menu-icon" type="button" data-toggle="responsive-menu"></button> | ||
<div class="title-bar-title">IHE ITI Technical Framework</div> | ||
</div> | ||
<div class="top-bar" id="responsive-menu"> | ||
<div class="top-bar-left"> | ||
<img src="../../../IHE_INTERNATIONAL.png" class="IHE logo hide-for-small-only" alt="IHE logo" /> | ||
<ul id="tf-small-menu" class="menu vertical show-for-small-only"> | ||
<li><a class="ihe-purple" href="https://ihe.net" target="_blank">About IHE</a></li> | ||
<li class="menu-text">Sections | ||
<ul id="tf-small-menu-list" class="nested vertical menu"> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="top-bar-right hide-for-small-only"> | ||
<ul class="menu"> | ||
<li class="menu-text tf-version">IHE IT Infrastructure (ITI) Technical Framework, Volume <span id="volumeNo"></span><br />Revision 18.0, July 30, 2021 – Final Text</li> | ||
</ul> | ||
<ul class="menu align-right"> | ||
<li><input id="ihe-search-field" type="search" placeholder="Search"></li> | ||
<li><button id="ihe-search-button" type="button" class="button search">Search</button></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="navigation"> | ||
<nav aria-label="You are here:" role="navigation"> | ||
<ul class="breadcrumbs"> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="scroll-top-wrapper"> | ||
<span class="scroll-top-inner"> | ||
<i class="size-icon-lg fi-arrow-up"></i> | ||
</span> | ||
</div> | ||
<div class="grid-container fluid"> | ||
<div class="grid-x grid-margin-x align-center"> | ||
<div class="cell medium-11"> | ||
<div class="callout disclaimer warning text-center"> | ||
The Final Text ITI Technical Framework is published here in HTML format and is no longer published as PDF. Trial Implementation supplements are available from the <a href=https://profiles.ihe.net/ITI/TF/Volume1/index.html>Volume 1 Table of Contents</a>. | ||
</div> | ||
</div> | ||
</div> | ||
<main> | ||
<div class="grid-x grid-margin-x align-center"> | ||
<div class="hide-for-small-only cell medium-2 large-2" data-sticky-container> | ||
<div id="section-menu" class="sticky" data-sticky data-anchor="main-top"> | ||
</div> | ||
</div> | ||
<div id="main-top" class="cell medium-10 large-10"> | ||
<h1 id="52">52 Basic Audit</h1> | ||
<p class="trialImplementation"> | ||
<a href="https://profiles.ihe.net/ITI/basicaudit/index.html">Basic Audit</a> | ||
Implementation Guide (Supplement). | ||
</p> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
<footer class="ihe-footer"> | ||
<div class="grid-container fluid"> | ||
<div class="grid-x grid-margin-x align-middle"> | ||
<div class="cell medium-9 small-order-2 medium-order-1 text-center medium-text-left"> | ||
© 2000 — <span id="current-year"></span> IHE International | TEL 1-630-481-1004 | 820 Jorie Boulevard, | ||
Oak Brook, IL 60523 | ||
</div> | ||
<div class="cell medium-3 small-order-1 medium-order-2 text-center medium-text-right ihe-footer-icons"> | ||
<a href="mailto:[email protected]"><i class="fi fi-mail"></i></a> | ||
<a href="https://www.linkedin.com/company/iheintl"><i class="fi fi-social-linkedin"></i></a> | ||
<a href="https://twitter.com/IHEIntl"><i class="fi fi-social-twitter" aria-hidden="true"></i></a> | ||
<a href="https://www.youtube.com/user/IHEIntl"><i class="fi fi-social-youtube" aria-hidden="true"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="../../../js/vendor/jquery.min.js"></script> | ||
<script src="../../../js/vendor/motion-ui.min.js"></script> | ||
<script src="../../../js/vendor/what-input.js"></script> | ||
<script src="../../../js/vendor/foundation.min.js"></script> | ||
<script src="../../../js/app.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters