Skip to content

Commit

Permalink
convert to materialize css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 2, 2023
1 parent 86f2d54 commit 62b767a
Showing 1 changed file with 39 additions and 29 deletions.
68 changes: 39 additions & 29 deletions doc/man/index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>FAI - Fully Automatic Installation</title>
<link rel="stylesheet" type="text/css" href="/css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/css/ie6_or_less.css" />
<![endif]-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/css/materialize.css" media="screen">
<link type="text/css" rel="stylesheet" href="/css/sidenav-compact.css" media="screen">

<!-- Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<link rel="icon" href="/pics/favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<title>FAI - Fully Automatic Installation</title>
</head>

<body id="type-b">
<div id="wrap">
<div id="header">
<div id="site-name">
<a href="/">FAI - Fully Automatic Installation</a>
</div>
<!-- removed header-menu-unused.htm -->
</div>
<body>
<header>
<!--#include virtual="/header.html" -->
</header>
<main>
<div class="container">
<div class="row">
<div class="col s12 m8 l6">


<!--#include virtual="/menu.html" -->
<div id="content">
<!-- removed breadcrumb -->

<h1>Man pages</h1>
<h3>Man pages</h3>

<ul>
<li> <a href=ainsl.html>ainsl</a> - AppendIfNoSuchLine
Expand All @@ -52,26 +52,36 @@ <h1>Man pages</h1>
<li> <a href=install_packages.html>install_packages</a> - install FAI configured packages
<li> <a href=fai-make-nfsroot.html>fai-make-nfsroot</a> - create the FAI nfsroot directory
<li> <a href=setup-storage.html>setup-storage</a> - automatically prepare storage devices
<li> <p></li>
<li> Configuration file man pages:
<li> <a href=fai.conf.html>fai.conf</a> - FAI Configuration
<li> <a href=nfsroot.conf.html>nfsroot.conf</a> - nfsroot configuration for FAI

<p> &nbsp; </p>
<li>
<a id=search></a>
Search the man pages:
<form METHOD="get" ACTION="http://google.com/search"><p>
<form METHOD="get" ACTION="https://google.com/search"><p>
<input type="text" name="q" size="30" maxlength="255" value=""/>
<input type="hidden" name="as_q" value="site://fai-project.org/doc/man/"/>
<input type="submit" name="btnG" value="Search" />
</p>
</form>
</li>
</ul>
<p> &nbsp <p> &nbsp <p>

</div>
</div>
<div id="footer"></div>
</div>
</div>
</div>
</div>

</main>

<footer class="page-footer grey darken-3">
<!--#include virtual="/footer.html" -->
</footer>
<!--JavaScript at end of body for optimized loading-->
<script src="/js/materialize.js"></script>
<script>
M.AutoInit();
</script>
</body>
</html>

0 comments on commit 62b767a

Please sign in to comment.