CloverBootloader/CloverPackage/CloverThemeManager/CloverThemeManager.app/Contents/Resources/public/index.html
2019-09-03 12:58:42 +03:00

71 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Clover Theme Manager</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Front page for Clover Theme Manager" />
<meta name="author" content="Blackosx" />
<meta name="copyright" content="Copyright 2014-2015 org.black.CloverThemeManager. All rights reserved.">
<link rel="stylesheet" type="text/css" href="styles/cloverthememanager.css"/>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<script src="scripts/jquery-2.1.3.min.js"></script>
<script src="scripts/initialise.js"></script>
<!-- <script type="text/javascript" charset="utf-8">
macgap.growl.notify({title: 'MacGap', content: 'Hello World'});
</script> -->
</head>
<body>
<!-- overlay is used with the message box. -->
<div class="overlay" id="overlay" style="display:none;"></div>
<!-- Message box which starts positioned off the page by css. -->
<!-- It's then animated in to view when required. -->
<div class="box" id="box">
<a class="boxclose" id="boxclose"></a>
<h1>Title</h1>
<p>Replace message here</p>
<div id="FeedbackButtons"></div>
<!-- Display a constantly animated progress bar. -->
<!-- Javascript will show or hide this when necessary. -->
<div id="AnimatedBar" class="meter"><span style="width: 100%"></span></div>
</div>
<div id="WelcomeMessage">
<p class="textHeading" id="textHeading">Clover Theme Manager</p>
<p class="textVersion" id="textversions"></p>
<p class="textSubHeading">Initialising</p>
<div id="homePageProgressBar" class="meter"><span style="width:100%"></span></div>
</div>
<div id="StatusArea">
<div class="statusLine" id="status_GitInstalled">git Installed <span class="checkMark" id="check_GitInstalled"></span></div>
<div class="statusLine" id="status_HtmlTemplate">Prepare template <span class="checkMark" id="check_HtmlTemplate"></span></div>
<div class="statusLine" id="status_Repository">Repository Online <span class="checkMark" id="check_Repository"></span></div>
<div class="statusLine" id="status_SupportDir">Support Directory <span class="checkMark" id="check_SupportDir"></span></div>
<div class="statusLine" id="status_SymbolicLink">Symbolic Links <span class="checkMark" id="check_SymbolicLink"></span></div>
<div class="statusLine" id="status_Index">Repository git index <span class="checkMark" id="check_Index"></span></div>
<div class="statusLine" id="status_ThemeList">Theme List <span class="checkMark" id="check_ThemeList"></span></div>
<div class="statusLine" id="status_InsertHtml">Inject List <span class="checkMark" id="check_InsertHtml"></span></div>
<div class="statusLine" id="status_ThemeDirs">Theme directories <span class="checkMark" id="check_ThemeDirs"></span></div>
<div class="statusLine" id="status_Dropdown">Inject Dropdown <span class="checkMark" id="check_Dropdown"></span></div>
<div class="statusLine" id="status_ReadPrefs">Read Prefs <span class="checkMark" id="check_ReadPrefs"></span></div>
<div class="statusLine" id="status_ReadBootlog">Read Bootlog <span class="checkMark" id="check_ReadBootlog"></span></div>
<div class="statusLine" id="status_InitMainUI">Initialise Interface <span class="checkMark" id="check_InitMainUI"></span></div>
<div class="statusLine" id="status_NvramVar">Check Nvram Var <span class="checkMark" id="check_NvramVar"></span></div>
</div>
<div id="MessageArea">
<p class="message">If the app stalls here for a long time (30 seconds), try selecting the 'Clean CloverThemeManager' menu option.</p>
</div>
<div id="footerInitPage">
<div id="FooterLinks">
<p class="textFooter"><a href="http://www.insanelymac.com/forum/topic/302674-clover-theme-manager/" target="_blank">Development Topic and check for updates</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://sourceforge.net/p/cloverefiboot/themes/ci/master/tree/CloverThemeManagerApp/CloverThemeManager/" target="_blank">Source Code</a></p>
</div> <!-- End FooterLinks -->
</div> <!-- End footerInitPage -->
</body>
</html>