Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plugins
pidgin-otr
Commits
933287db
Commit
933287db
authored
Jun 06, 2012
by
Rob Smits
Browse files
Adding help files navigation.
parent
2f6bf16f
Changes
7
Hide whitespace changes
Inline
Side-by-side
help/authenticate.php
View file @
933287db
...
...
@@ -8,6 +8,7 @@ if ($_REQUEST['lang'] == 'fr') {
<link
rel=
"stylesheet"
type=
"text/css"
href=
"main.css"
/>
</head>
<body><h1>
Off-the-Record Messaging
</h1>
<?php
include
(
'helpnav.php'
);
?>
<h2>
Authentication
</h2>
<p>
You've probably received email from people pretending to be banks, credit
agencies, even wealthy Nigerian expatriates. People lie about who they
...
...
help/authenticate_fr.php
View file @
933287db
...
...
@@ -4,6 +4,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"main.css"
/>
</head>
<body><h1>
Messagerie Off-the-Record
</h1>
<?php
include
(
'helpnav.php'
);
?>
<h2>
Authentification
</h2>
<p>
Vous avez probablement déjà reçu des emails de gens prétendant être
une banque, une agence de crédit, ou un expatrié nigérien. Sur
...
...
help/fingerprint.php
View file @
933287db
...
...
@@ -3,6 +3,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"main.css"
/>
</head>
<body><h1>
Off-the-Record Messaging
</h1>
<?php
include
(
'helpnav.php'
);
?>
<h2>
Fingerprints
</h2>
<p>
You've probably received email from people pretending to be banks, credit
agencies, even wealthy Nigerian expatriates. People lie about who they
...
...
help/helpnav.php
0 → 100644
View file @
933287db
<?php
$lang
=
isset
(
$_REQUEST
[
'lang'
])
?
htmlspecialchars
(
$_REQUEST
[
'lang'
])
:
"en"
;
?>
<div
class=
"helpnav"
>
<ul>
<li><a
href=
"authenticate.php?lang=
<?php
echo
$lang
;
?>
"
>
Authentication
</a></li>
<li><a
href=
"fingerprint.php?lang=
<?php
echo
$lang
;
?>
"
>
Fingerprints
</a></li>
<li><a
href=
"levels.php?lang=
<?php
echo
$lang
;
?>
"
>
Privacy Levels
</a></li>
<li><a
href=
"sessions.php?lang=
<?php
echo
$lang
;
?>
"
>
Multiple Sessions
</a></li>
</ul>
</div>
help/levels_fr.php
View file @
933287db
...
...
@@ -4,6 +4,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"main.css"
/>
</head>
<body><h1>
Messagerie Off-the-Record
</h1>
<?php
include
(
'helpnav.php'
);
?>
<h2>
Niveaux de confidentialité
</h2>
<p>
Une conversation peut avoir quatre
<b>
niveaux de confidentialité
</b>
différents
:
</p>
<dl>
...
...
help/main.css
View file @
933287db
...
...
@@ -218,3 +218,17 @@ padding: 10px 0 25px 0;
background
:
transparent
url(baseimg/bg_h2.png)
left
top
repeat-x
;
font-weight
:
bold
;
}
.helpnav
ul
li
{
display
:
inline
}
.helpnav
{
border-bottom
:
solid
;
border-width
:
1px
;
color
:
black
}
.helpnav
ul
{
margin-left
:
-50px
}
\ No newline at end of file
help/sessions.php
View file @
933287db
...
...
@@ -3,6 +3,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"main.css"
/>
</head>
<body><h1>
Off-the-Record Messaging
</h1>
<?php
include
(
'helpnav.php'
);
?>
<h2>
Multiple Sessions
</h2>
<p>
With versions of OTR earlier than 4.0.0, if you tried to start a private
conversation with a buddy who is logged into the same account at multiple
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment