* Progress-Menue vereinfacht
This commit is contained in:
parent
0575a14333
commit
60250529d8
12 changed files with 17 additions and 78 deletions
|
@ -1,4 +1,4 @@
|
|||
#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 245
|
||||
\begin_document
|
||||
\begin_header
|
||||
|
@ -242,7 +242,7 @@ verbindest du dich mit dem ICQ-Netzwerk.
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Include \input{progress/progress_gaim_einrichtung_konto.inc}
|
||||
\begin_inset Include \input{progress/progress_chat_programme.inc}
|
||||
preview false
|
||||
|
||||
\end_inset
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 245
|
||||
\begin_document
|
||||
\begin_header
|
||||
|
@ -260,7 +260,7 @@ Damit ist die Einrichtung abgeschlossen.
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Include \input{progress/progress_gaim_encryption_einrichtung.inc}
|
||||
\begin_inset Include \input{progress/progress_chat_programme.inc}
|
||||
preview false
|
||||
|
||||
\end_inset
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 245
|
||||
\begin_document
|
||||
\begin_header
|
||||
|
@ -274,7 +274,7 @@ Anwenden
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Include \input{progress/progress_gaim_encryption_installation.inc}
|
||||
\begin_inset Include \input{progress/progress_chat_programme.inc}
|
||||
preview false
|
||||
|
||||
\end_inset
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 245
|
||||
\begin_document
|
||||
\begin_header
|
||||
|
@ -274,7 +274,7 @@ Anwenden
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Include \input{progress/progress_gaim_installation.inc}
|
||||
\begin_inset Include \input{progress/progress_chat_programme.inc}
|
||||
preview false
|
||||
|
||||
\end_inset
|
||||
|
|
|
@ -87,7 +87,9 @@ try:
|
|||
content = string.replace(content,'HREF="http:','class="externalLink" href="http:')
|
||||
content = string.replace(content,'HREF="https:','class="externalLink" href="https:')
|
||||
|
||||
# TODO: comment
|
||||
# Geht zur Posotion des Progress-Menues,
|
||||
# sucht nach einem Link = NameDerEingabedateiDiesesSkriptes,
|
||||
# ersetzt ersten <li>-tag der folgt
|
||||
startoffset=string.find(content,'<div id="progress">')
|
||||
namensposition = string.find(content,os.path.basename(sys.argv[1]),startoffset)
|
||||
if namensposition > 0:
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<div id="progress">
|
||||
<div id="progresstitle">So geht's weiter:</div>
|
||||
<ol class="done">
|
||||
<!--<li><a href="../einfuehrung/einfuehrung.html">Einführung ins Thema</a></li>-->
|
||||
<!-- Die folgende Zeile wird von mod_html_files.py benoetigt
|
||||
<li><a href="../einfuehrung/einfuehrung.html">Einführung ins Thema</a></li>-->
|
||||
<li><a href="../warumverschluesselung/warumverschluesselung.html">Warum Verschlüsselung wichtig ist</a></li>
|
||||
<li><a href="../wiefunktionierts/wiefunktionierts.html">Wie funktioniert Verschlüsselung</a></li>
|
||||
<li><a href="../asymmetrie/asymmetrie.html">Asymmetrische Verschlüsselung kurz erklärt</a></li>
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
\begin{rawhtml}
|
||||
<div id="progress">
|
||||
<div id="progresstitle">So geht's weiter:</div>
|
||||
<ol class="done">
|
||||
<li><a href="../chat_programme/chat_programme.html">Benötigte Programme</a>
|
||||
<ol>
|
||||
<li><a href="../gaim_installation/gaim_installation.html">Gaim installieren</a></li>
|
||||
<li><a href="../gaim_einrichtung_konto/gaim_einrichtung_konto.html">Ein Konto einrichten</a></li>
|
||||
<li><a href="../gaim_encryption_installation/gaim_encryption_installation.html">Gaim-Encryption installieren</a></li>
|
||||
<li><a href="../gaim_encryption_einrichtung/gaim_encryption_einrichtung.html">Gaim-Encryption einrichten</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="../chat_anwendung/chat_anwendung.html">Verschlüsselt Chatten</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
\end{rawhtml}
|
|
@ -1,16 +0,0 @@
|
|||
\begin{rawhtml}
|
||||
<div id="progress">
|
||||
<div id="progresstitle">So geht's weiter:</div>
|
||||
<ol class="done">
|
||||
<li><a href="../chat_programme/chat_programme.html">Benötigte Programme</a>
|
||||
<ol>
|
||||
<li><a href="../gaim_installation/gaim_installation.html">Gaim installieren</a></li>
|
||||
<li><a href="../gaim_einrichtung_konto/gaim_einrichtung_konto.html">Ein Konto einrichten</a></li>
|
||||
<li><a href="../gaim_encryption_installation/gaim_encryption_installation.html">Gaim-Encryption installieren</a></li>
|
||||
<li><a href="../gaim_encryption_einrichtung/gaim_encryption_einrichtung.html">Gaim-Encryption einrichten</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="../chat_anwendung/chat_anwendung.html">Verschlüsselt Chatten</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
\end{rawhtml}
|
|
@ -1,16 +0,0 @@
|
|||
\begin{rawhtml}
|
||||
<div id="progress">
|
||||
<div id="progresstitle">So geht's weiter:</div>
|
||||
<ol class="done">
|
||||
<li><a href="../chat_programme/chat_programme.html">Benötigte Programme</a>
|
||||
<ol>
|
||||
<li><a href="../gaim_installation/gaim_installation.html">Gaim installieren</a></li>
|
||||
<li><a href="../gaim_einrichtung_konto/gaim_einrichtung_konto.html">Ein Konto einrichten</a></li>
|
||||
<li><a href="../gaim_encryption_installation/gaim_encryption_installation.html">Gaim-Encryption installieren</a></li>
|
||||
<li><a href="../gaim_encryption_einrichtung/gaim_encryption_einrichtung.html">Gaim-Encryption einrichten</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="../chat_anwendung/chat_anwendung.html">Verschlüsselt Chatten</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
\end{rawhtml}
|
|
@ -1,16 +0,0 @@
|
|||
\begin{rawhtml}
|
||||
<div id="progress">
|
||||
<div id="progresstitle">So geht's weiter:</div>
|
||||
<ol class="done">
|
||||
<li><a href="../chat_programme/chat_programme.html">Benötigte Programme</a>
|
||||
<ol>
|
||||
<li><a href="../gaim_installation/gaim_installation.html">Gaim installieren</a></li>
|
||||
<li><a href="../gaim_einrichtung_konto/gaim_einrichtung_konto.html">Ein Konto einrichten</a></li>
|
||||
<li><a href="../gaim_encryption_installation/gaim_encryption_installation.html">Gaim-Encryption installieren</a></li>
|
||||
<li><a href="../gaim_encryption_einrichtung/gaim_encryption_einrichtung.html">Gaim-Encryption einrichten</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="../chat_anwendung/chat_anwendung.html">Verschlüsselt Chatten</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
\end{rawhtml}
|
|
@ -1,4 +1,4 @@
|
|||
#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 245
|
||||
\begin_document
|
||||
\begin_header
|
||||
|
@ -265,7 +265,7 @@ Fertig stellen
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Include \input{progress/progress_gaim_encryption_installation.inc}
|
||||
\begin_inset Include \input{progress/progress_chat_programme.inc}
|
||||
preview false
|
||||
|
||||
\end_inset
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 245
|
||||
\begin_document
|
||||
\begin_header
|
||||
|
@ -317,7 +317,7 @@ Fertig stellen
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Include \input{progress/progress_gaim_installation.inc}
|
||||
\begin_inset Include \input{progress/progress_chat_programme.inc}
|
||||
preview false
|
||||
|
||||
\end_inset
|
||||
|
|
Loading…
Reference in a new issue