sTEFANs Subversion Web Contol (SWC)
Inc-Resources
[ class tree: Swc ] [ index: Swc ] [ all elements ]

Source for file de_swc_help.php

Documentation is available at de_swc_help.php

  1. <?php
  2. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. SVN Web Control
  4. Copyright ©2006 by sTEFANs
  5. Created on 17.03.2006
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11.  
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; if not, write to the Free Software
  19. Foundation, Inc., 59 Temple Place - Suite 330,
  20. Boston, MA 02111-1307, USA.
  21. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. */
  23.  
  24. /**
  25.  * Body text of help page. Instead of translating the very long text,
  26.  * a 'translated' include page is used to provide the help text
  27.  * in the correct language.<br>
  28.  * This file contains the German variant of help text.
  29.  * 
  30.  * @package Swc
  31.  * @subpackage Inc-Resources
  32.  * @author Stefan Schraml
  33.  * @copyright Copyright ©2006 by sTEFANs
  34.  * @license http://opensource.org/licenses/lgpl-license.php GNU General Public License
  35.  * @version v1.0.0
  36.  * @since v1.0.0
  37.  */
  38. print '
  39.     <div class="text_low">SWC bietet unterschiedliche    Funktionen und Ansichten  
  40.         abhängig vom Zustand des Webspaces. Der obere Teil des Browserfensters
  41.         zeigt das SWC Kontrollpaneel, der untere, größere, Teil des Fensters
  42.         (dort wo auch dieser Text jetzt eventuell angezeigt wird) beinhaltet
  43.         die Projektseite oder SVN spezifische Informationen. Falls die SWC 
  44.         Konfiguration fehlt oder fehlerhaft ist werden dort auch entsprechende 
  45.         Fehlermeldungen    angezeigt. Nähere Informationen zu Konfiguration von SWC
  46.         sind in <span class="text_low_bold">SWC Installation und Konfiguration</span>
  47.         zu finden.<br/>
  48.         Wenn SWC für mehr als ein Projekt konfiguriert ist wird im Kontrollteil
  49.         lediglich eine Auswahlliste der Projekte angzeigt. Erst nach Auswahl eines 
  50.         Projekts ist das gesamte SWC Kontrollpaneel sichtbar.<br/><br/>
  51.     </div>
  52.     <div class="title">Hinweis:<br/><br/></div>
  53.     <div class="text_low">SWC reagiert üblicherweise sofort auf Änderungen
  54.         von Checkboxen. Leider funktioniert dieses Verhalten im MS Internet Explorer
  55.         nicht wie gewünscht. Wie von W3C spezifiziert, wird auf Änderungen
  56.         in Checkboxen vom IE erst bei Auswahl eines anderen Elements reagiert.
  57.         Um die Änderungen wirksam zu machen, klicken Sie bitte nach der Änderungen 
  58.         in einen beliebigen anderen Bereich auf der Seite.<br/><br/>
  59.     </div>
  60.     <div class="title">SWC Kontrollpaneel - Ansicht: Import<br/><br/></div>
  61.     <div class="text_low">SWC überprüft für ob das ausgewählte Projekt bereits
  62.         importiert (ausgecheckt) wurde. Falls das Projekt noch nicht importiert
  63.         wurde zeigt SWC Repositoryinfromationen an und erlaubt das Projekt 
  64.         zu importieren.<br/><br/>
  65.     </div>
  66.     <table class="description">
  67.         <tr>
  68.             <td class="description"><div class="text_low_bold">Projektname</div></td>
  69.             <td class="description">Der Text in der linken oberen Ecke des Kontrollpaneels
  70.                 ist der Name des Projektes wie in der Konfiguration angegeben. Unter dem
  71.                 Projektnamen wird die verwendete Version von 
  72.                 <a href="http://subversion.tigris.org" target="_blank"><u>Subversion</u></a> angezeigt.
  73.             </td>
  74.         </tr><tr>
  75.             <td class="description"><div class="text_low_bold">'.T(TK_CTRL_TITLE_HEAD).'</div></td>
  76.             <td class="description">Nummer der Revision und Zeitstempel der aktuellen, jüngesten
  77.                 Version des Projektes im Repository (Revision HEAD). Diese Revision wird importiert. 
  78.                 Der Zeitstempel kann, abhängig von der Übersetzung, 
  79.                 die Kalenderwoche und den Tag des Jahres beinhalten.
  80.             </td>
  81.         </tr><tr>
  82.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_CHECKOUT).'</div></td>
  83.             <td class="description">Importiert die aktuelle Revision des Projektes.</td>
  84.         </tr><tr>
  85.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SWC_HELP).'</div></td>
  86.             <td class="description">Dieser Text.</td>
  87.         </tr>
  88.     </table>
  89.  
  90.     <br/><br/>
  91.     <div class="title">SWC Kontrollpaneel - Ansicht: Projekt<br/><br/></div>
  92.     <div class="text_low">Die Funktionen für importierte Projekte werden in
  93.         mehreren Kontrollleisten dargestellt. In manchen Fällen sind nicht alle
  94.         Kontrollleisten sichtbar.<br/><br/>
  95.     </div>
  96.     <div class="title">Infoleiste</div>
  97.     <table class="description">
  98.         <tr>
  99.             <td class="description"><div class="text_low_bold">Project name</div></td>
  100.             <td class="description">The most left text in the first line is 
  101.                 the name of the selected project as configured. Below the project name the 
  102.                 used version of subversion is displayed.
  103.             </td>
  104.         </tr><tr>
  105.             <td class="description"><div class="text_low_bold">'.T(TK_CTRL_TITLE_HEAD).'</div></td>
  106.             <td class="description">Nummer der Revision und Zeitstempel der aktuellen, jüngesten
  107.                 Version des Projektes im Repository (Revision Head). Diese Revision wird importiert. 
  108.                 Der Zeitstempel kann, abhängig von der Übersetzung, 
  109.                 die Kalenderwoche und den Tag des Jahres beinhalten.
  110.             </td>
  111.         </tr><tr>
  112.             <td class="description"><div class="text_low_bold">'.T(TK_CTRL_TITLE_WS).'</div></td>
  113.             <td class="description">Nummer der Revision, Pfad im Repository und Zeitstempel
  114.                 der im Webspace verfügbaren Revision.  
  115.                 Der Zeitstempel kann, abhängig von der Übersetzung, 
  116.                 die Kalenderwoche und den Tag des Jahres beinhalten. 
  117.             </td>
  118.         </tr><tr>
  119.             <td class="description"><div class="text_low">'.T(TK_CTRL_ACTION_MINIMIZE).'</div></td>
  120.             <td class="description">Schrumpft das SWC Kontrollpaneel zu einer kompakten
  121.                 Variante der Infoleiste. Wenn diese Box angehackt ist, ist nur die kompakte
  122.                 Infoleiste sichtbar. Die Version von Subversion und Zeitstempel sind ebenfalls
  123.                 nicht sichtbar.                
  124.             </td>
  125.         </tr><tr>
  126.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_UPDATE).'</div></td>
  127.             <td class="description">Aktualisiert den Webspace mit der aktuellen, jüngsten Revision 
  128.                 (SVN Head) des Projektes im Repository. Wenn die Revision im Webspace mit der aktuellen
  129.                 Revision im Repository ident ist, wird diese Schaltfläche ausgegraut dargestellt, 
  130.                 sie funktioniert aber dennoch. Fall der Webspace veraltet ist, wir die Warnung
  131.                 "<span class="text_low_bold_red">'.T(TK_CTRL_WARN_WS_OUTDATED).'</span>" vor der Schaltfläche
  132.                 angezeigt und Schaltfläche selbst normal dargestellt.
  133.             </td>
  134.         </tr><tr>
  135.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SWC_HELP).'</div></td>
  136.             <td class="description">Dieser Text.</td>
  137.         </tr>
  138.     </table>
  139.  
  140.     <br/>
  141.     </div>
  142.     <div class="title">Aktionsleiste</div>
  143.     <table class="description">
  144.         <tr>
  145.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_REFRESH).'</div></td>
  146.             <td class="description">Aktualisiert die SWC Daten. Auch die Projektseite wird neu
  147.                 geladen.
  148.             </td>
  149.         </tr><tr>
  150.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_PROJECTPAGE).'</div></td>
  151.             <td class="description">Zeigt die Projektseite unterhalb des SWC Kontrollpaneels. 
  152.             </td>
  153.         </tr><tr>
  154.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_REPOSITORY).'</div></td>
  155.             <td class="description">Zeigt das Repository wie vom SVN Web Access zur Verfügung gestellt 
  156.                 unterhalb des SWC Kontrollpaneels.
  157.             </td>
  158.         </tr><tr>
  159.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_WEBSVN).'</div></td>
  160.             <td class="description">Öffnet Web SVN  unterhalb des SWC Kontrollpaneels.                 
  161.                 <a href="http://websvn.tigris.org/" target="_blank"><u>WebSVN</u></a> muss installiert sein
  162.                 Die SWC Projektkonfiguration mass auf WebSVN verweisen, ansonsten ist diese Schaltfläche nicht
  163.                 verfügbar.
  164.             </td>
  165.         </tr><tr>
  166.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_WS_INFO).'</div></td>
  167.             <td class="description">Zeigt Informationen zum Webspace unterhalb des SWC Kontrollpaneels.<br>
  168.                 Executed command: svn info. Die SVN Dokumentation bietet nähere Informationen zu diesem Befehl.
  169.             </td>
  170.         </tr><tr>
  171.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_WS_STATUS).'</div></td>
  172.             <td class="description">Zeigt den Status des Webspaces unterhalb des SWC Kontrollpaneels.<br>
  173.                 Executed command: svn status. Die SVN Dokumentation bietet nähere Informationen zu diesem Befehl.
  174.             </td>
  175.         </tr><tr>
  176.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_WS_LOG).'</div></td>
  177.             <td class="description">Zeigt den Webspace-Log unterhalb des SWC Kontrollpaneels.<br>
  178.                 Executed command: svn log. Die SVN Dokumentation bietet nähere Informationen zu diesem Befehl.
  179.             </td>
  180.         </tr><tr>
  181.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_WS_CLEANUP).'</div></td>
  182.             <td class="description">Räumt den Webspace auf und zeigt das Ergebnis der Ausführung
  183.                 unterhalb des SWC Kontrollpaneels.<br>
  184.                 Executed command: svn cleanup. Die SVN Dokumentation bietet nähere Informationen zu diesem Befehl.
  185.             </td>
  186.         </tr><tr>
  187.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SHOW_ARCHIVE_PAGE).'</div></td>
  188.             <td class="description">Mit dieser Funktion können Spaceballs erstellt und heruntergeladen werden.
  189.                 Spaceballs sind Datei-Archive im ZIP Format die den Schnappschuss des Webspaces ohne .svn Verzeichnissen
  190.                 enthalten.<br/>
  191.                 Diese Funktion ist zum Beispiel hilfreich um Datei-Releases des getesteten Webspaces zu erzeugen.
  192.             </td>
  193.         </tr>
  194.     </table>
  195.  
  196.     <br/>
  197.     </div>
  198.     <div class="title">SVN Kommandoleiste</div>
  199.     <div class="text_low">Achtung: Diese Leiste wird nicht angezeigt, falls sie in der Projektkonfiguration
  200.         deaktiviert wurde oder falls die Box "'.
  201.         str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_SHOW_CMDBAR)).'"
  202.         nicht markiert ist.</div>
  203.     <table class="description">
  204.         <tr>
  205.             <td class="description"><div class="text_low_bold">'.T(TK_CTRL_LABEL_SVN_CMD).'</div></td>
  206.             <td class="description">SVN-Kommando das ausgeführt werden soll.
  207.             </td>
  208.         </tr><tr>
  209.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SVN_CMD).'</div></td>
  210.             <td class="description">Führt das angegebene SVN-Kommando aus. Dies Ausgabe des Kommandos wird
  211.                  unterhalb des SWC Kontrollpaneels angezeigt. Falls keine Kommando angegeben wurde oder das 
  212.                 angegebene Kommando kein SVN Kommando ist, wird eine Fehlermeldung angezeigt.<br>
  213.                 '.T(TK_RESULT_SVN_HELP_HEADER).'
  214.                 '.T(TK_RESULT_SVN_HELP_REP_LONG).'
  215.                 '.T(TK_RESULT_SVN_HELP_REP_SHORT).'
  216.                 '.T(TK_RESULT_SVN_HELP_WS_LONG).'
  217.                 '.T(TK_RESULT_SVN_HELP_WS_SHORT).'
  218.             </td>
  219.         </tr><tr>
  220.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SVN_HELP).'</div></td>
  221.             <td class="description">Zeigt Hilfetexte zu SVN unterhalb des SWC Kontrollpaneels an. 
  222.             </td>
  223.         </tr>
  224.     </table>
  225.  
  226.     <br/>
  227.     </div>
  228.     <div class="title">Schaltleiste</div>
  229.     <div class="text_low">Achtung: Diese Leiste wird nicht angezeigt falls die Box "'.
  230.         str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_SHOW_SWITCHBAR)).'"
  231.         nicht markiert ist.</div>
  232.     <table class="description">
  233.         <tr>
  234.             <td class="description"><div class="text_low_bold">'.T(TK_CTRL_LABEL_PROJECTS).'</div></td>
  235.             <td class="description">Auswahlliste aller für SWC konfigurierten Projekte.
  236.                 Diese Liste wird nicht angezeigt, falls nur ein Projekt verfügbar ist. Bei Auswahl
  237.                 eines anderen Projekts wird die neue Projektseite unterhalb dem SWC Kontrollpaneels
  238.                 angezeigt.
  239.             </td>
  240.         </tr><tr>
  241.             <td class="description"><div class="text_low_link">'.T(TK_CTRL_ACTION_SWITCH_TO_HEAD).'</div></td>
  242.             <td class="description">Wechselt den Webspace zur aktuellen (head) Revision des Repositories.
  243.             </td>
  244.         </tr><tr>
  245.             <td class="description"><div class="text_low_bold">'.T(TK_CTRL_LABEL_SWITCH_TO_TAG).'</div></td>
  246.             <td class="description">Auswahlliste aller verfügbaren SVN-Tags entsprechend der SWC Konfiguration.
  247.                 Der Webspace wird mittels <span class="text_low_link">'.T(TK_CTRL_ACTION_SWITCH).'</span>
  248.                 auf den ausgewählten Tag umgeschaltet.
  249.             </td>
  250.         </tr><tr>
  251.             <td class="description"><div class="text_low_bold">'.T(TK_CTRL_LABEL_SWITCH_TO_BRANCH).'</div></td>
  252.             <td class="description">Auswahlliste aller verfügbaren SVN-Branches entsprechend der SWC Konfiguration.
  253.                 Der Webspace wird mittels <span class="text_low_link">'.T(TK_CTRL_ACTION_SWITCH).'</span>
  254.                 auf den ausgewählten Tag umgeschaltet.
  255.             </td>
  256.         </tr>
  257.     </table>
  258.  
  259.     <br/>
  260.     </div>
  261.     <div class="title">Leiste für Benutzereinstellungen</div>
  262.     <table class="description">
  263.         <tr>
  264.             <td class="description"><div class="text_low_link">'.
  265.                 str_ireplace('<br/>'' 'T(TK_CTRL_ACTION_OPEN_PROJECTPAGE)).'</div></td>
  266.             <td class="description">Öffnet die Projektseite in einem eigenen, unabhängigen
  267.                 Browserfenster. Dies ist hilfreich um die Projektseite nicht neu zu laden wenn
  268.                 SWC aktualisiert oder eine Aktion ausgeführt wurde. Außerdem ist es dadurch möglich
  269.                 spezielle Eigenschaften, wie etwa Titelleiste, der Projektseite zu überprüfen.
  270.             </td>
  271.         </tr><tr>
  272.             <td class="description"><div class="text_low_bold">'.
  273.                 str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_PIN_PROJECTPAGE)).'</div></td>
  274.             <td class="description">Zeigt die Projektseite unabhängig von der
  275.                 vorangegangen Aktion unterhalb des SWC Kontrollpaneels an. Diese Option
  276.                 bietet sich vor allem gemeinsam mit
  277.                 "'.str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_SEPARATE_RESULT_WINDOW)).'" an.
  278.             </td>
  279.         </tr><tr>
  280.             <td class="description"><div class="text_low_bold">'.
  281.                 str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_SEPARATE_RESULT_WINDOW)).'</div></td>
  282.             <td class="description">Öffnet für alle Information außer der Projektseite
  283.                 in einem eigenem Fenster an. Diese Option bietet sich vor allem gemeinsam mit 
  284.                 "'.str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_PIN_PROJECTPAGE)).'" an.
  285.             </td>
  286.         </tr><tr>
  287.             <td class="description"><div class="text_low_bold">'.
  288.                 str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_SHOW_SWITCHBAR)).'</div></td>
  289.             <td class="description">Zeigt oder versteckt die Schaltleiste.
  290.             </td>
  291.         </tr><tr>
  292.             <td class="description"><div class="text_low_bold">'.
  293.                 str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_SHOW_CMDBAR)).'</div></td>
  294.             <td class="description">Zeigt oder versteckt die SVN-Kommandoleiste.
  295.                 Diese Box ist nur verfügbar, falls die SVN-Kommandoleiste in der SWC
  296.                 Projektkonfiguration aktiviert ist.
  297.             </td>
  298.         </tr><tr>
  299.             <td class="description"><div class="text_low_bold">'.
  300.                 str_ireplace('<br/>'' 'T(TK_CTRL_LABEL_FRAME_SIZE)).'</div></td>
  301.             <td class="description">Bestimmt die Größe des eingebetteten Rahmens
  302.                 für die Projektseite. Das linke Feld erwartet die Breite, das rechte
  303.                 die Höhe des Rahmens in Pixel. Die Größe wird mittels 
  304.                 <span class="text_low_link">'.T(TK_CTRL_ACTION_SET_FRAME_SIZE).'</span> gesetzt.<br/>
  305.                 Diese Funktion kann verwendet werden, um zu überprüfen ob die Projektseite
  306.                 die vorgesehene Größe nicht übersteigt.
  307.             </td>
  308.         </tr>
  309.     </table>
  310.  
  311.     <br/><br/>
  312.     <div class="title">SVN-Kommando Ergebnis<br/><br/></div>
  313.     <div class="text_low">Der Bereich unterhalb des SWC Kontrollpaneels
  314.         zeigt diverse Informationen, abhängig von den oben beschriebenen Funktionen.
  315.         dort werden auch Ergebnisse von abgesetzten SVN-Kommandos angezeigt.<br/>
  316.     </div>
  317.     <table class="description">
  318.         <tr>
  319.             <td class="description"><div class="text_low_bold">Titel</div></td>
  320.             <td class="description">Die erste Zeile zeigt den Titel des Kommandos.
  321.             </td>
  322.         </tr><tr>
  323.             <td class="description"><div class="text_low_bold">'.T(TK_DETAILS_LABEL_CMDLINE).'</div></td>
  324.             <td class="description">Ausgeführtes Kommando. 
  325.             </td>
  326.         </tr><tr>
  327.             <td class="description"><div class="description" class="text_low_bold">'.
  328.                 T(TK_DETAILS_LABEL_RESULT_CODE).'</div></td>
  329.             <td class="description">Numerischer Rückgabewert / Fehlercode des Kommandos 
  330.                 nach der Ausführung.
  331.             </td>
  332.         </tr><tr>
  333.             <td class="description"><div class="text_low_bold">'.T(TK_DETAILS_LABEL_OUTPUT).'</div></td>
  334.             <td class="description">Formatierte Kommandoausgabe.
  335.             </td>
  336.         </tr><tr>
  337.             <td class="description"><div class="text_low">'.T(TK_DETAILS_LABEL_ERROR).'</div></td>
  338.             <td class="description">Formatierte Fehlermeldung des Kommandos.
  339.             </td>
  340.         </tr>
  341.     </table>
  342.  
  343.     <br/><hr/>
  344.     <div class="title">Abspann<br/><br/>
  345.     <table>
  346.         <tr>
  347.             <td class="title">POWERED BY</td>
  348.             <td class="text_low_bold">Entwickelt auf</td>
  349.             <td class="text_low_bold">mittels</td>
  350.             <td class="text_low_bold">um Projekte mit</td>
  351.         </tr><tr>
  352.             <td>
  353.                 <a href="http://www.ebc.bz" target="_blank">
  354.                     <img src="./inc/resources/logos/ebc.bz_logo.jpg" border="0" alt="eBC.bz"/>
  355.                 </a>
  356.             </td>
  357.             <td>
  358.                 <a href="http://www.eclipse.org/" target="_blank">
  359.                     <img src="./inc/resources/logos/eclipse_logo.gif" border="0" alt="Eclipse">
  360.                 </a>
  361.             </td>
  362.             <td>
  363.                 <a href="http://www.phpeclipse.de/" target="_blank">
  364.                     <img src="./inc/resources/logos/phpeclipse_logo.jpg" border="0" alt="PHPEclipse">
  365.                 </a>
  366.             </td>
  367.             <td>
  368.                 <a href="http://subversion.tigris.org/" title="Subversion" target="_blank">
  369.                     <img src="./inc/resources/logos/subversion_logo.png" border="0" alt="Subversion">
  370.                     <div class="text_low_bold">im Browser zu kontollieren</div>
  371.                 </a>
  372.             </td>
  373.         </tr><tr>
  374.             <td class="text_low_bold">Optimiert für</td>
  375.             <td class="text_low_bold">funktioniert auch<br/>bestens mit</td>                
  376.             <td class="text_low_bold" colspan="2">Erfüllt</td>
  377.         </tr><tr>
  378.             <td>
  379.                 <a href="http://getfirefox.com/" title="Firefox" target="_blank">
  380.                     <img src="./inc/resources/logos/firefox_logo.png" border="0" alt="Get Firefox">
  381.                 </a>
  382.             </td>
  383.             <td>
  384.                 <a href="http://my.opera.com/USERNAME/affiliate/">
  385.                     <img src="./inc/resources/logos/opera_logo.png" border="0" alt="Opera" /></a></td>
  386.             </td>
  387.             <td colspan="2">
  388.             <a href="http://validator.w3.org/check?uri=referer" target="_blank">
  389.                     <img src="./inc/resources/logos/valid-xhtml10.png" border="0" alt="Valid XHTML 1.0 Transitional"/>
  390.                 </a>
  391.                 <img src="./inc/resources/logos/vcss.gif" border="0" alt="Valid CSS"/>
  392.             </td>
  393.         </tr><tr>                            
  394.             <td class="text_low_bold" colspan="3">Verwendete Logos und Markenzeichen gehören den entsprechenden Firmen</td>
  395.         </tr>
  396.   </table>
  397. ';
  398.  
  399. ?>

Documentation generated on Fri, 03 Nov 2006 18:44:57 +0100 by phpDocumentor 1.3.0RC6
for sTEFANs POWERED BY eBC.bz