handbook now shows qtassistant git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@136 b624d157-de02-0410-bad0-e51aec6abb33master
parent
8aea7e5f78
commit
276939290d
@ -0,0 +1,19 @@ |
||||
#wrapheader { |
||||
min-height: 120px; |
||||
height: auto !important; |
||||
height: 120px; |
||||
background-image: url('../images/headerbackground.png'); |
||||
background-repeat: repeat-x; |
||||
padding: 0 25px 15px 25px; |
||||
padding: 0; |
||||
} |
||||
|
||||
#logo { |
||||
min-height: 120px; |
||||
height: auto !important; |
||||
height: 120px; |
||||
background-image: url('../images/logo.png'); |
||||
padding: 0 25px 15px 25px; |
||||
background-repeat: no-repeat; |
||||
padding: 0; |
||||
} |
After Width: | Height: | Size: 271 B |
After Width: | Height: | Size: 8.2 KiB |
@ -0,0 +1,13 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
||||
<html> |
||||
<head> |
||||
<title>KeePassX</title> |
||||
<link rel="stylesheet" href="css/style.css" type="text/css" /> |
||||
</head> |
||||
<body> |
||||
<div id="wrapheader"> |
||||
<div id="logo"/> |
||||
</div> |
||||
<h1>Introduction</h1><br/> |
||||
- to be written - |
||||
</body> |
@ -0,0 +1,33 @@ |
||||
<!DOCTYPE DCF> |
||||
|
||||
<assistantconfig version="3.2.0"> |
||||
|
||||
<profile> |
||||
<property name="name">KeePassX</property> |
||||
<property name="title">KeePassX Documentation</property> |
||||
<property name="applicationicon">images/logo.png</property> |
||||
<property name="startpage">index.html</property> |
||||
<property name="aboutmenutext">About KeePassX</property> |
||||
<property name="abouturl">about.txt</property> |
||||
<property name="assistantdocs">.</property> |
||||
</profile> |
||||
|
||||
<DCF ref="index.html" icon="images/handbook.png" title="Basic Usage"> |
||||
<section ref="./findfile.html" title="First Steps"/> |
||||
<section ref="./findfile.html" title="Database Settings"/> |
||||
<section ref="./findfile.html" title="Program Settings"/> |
||||
</DCF> |
||||
|
||||
<DCF ref="index.html" icon="images/handbook.png" title="Advanced Features"> |
||||
<section ref="./findfile.html" title="Auto-Type"/> |
||||
</DCF> |
||||
|
||||
<DCF ref="index.html" icon="images/handbook.png" title="HowTos"> |
||||
<section ref="./findfile.html" title="General Usage"/> |
||||
</DCF> |
||||
|
||||
<DCF ref="index.html" icon="images/handbook.png" title="Technical Documentation"> |
||||
<section ref="./findfile.html" title="File Format"/> |
||||
</DCF> |
||||
|
||||
</assistantconfig> |
Reference in new issue