22 lines
647 B
PHP
22 lines
647 B
PHP
<?php
|
|
/**
|
|
* Seitentemplate: Protokoll
|
|
*
|
|
* @package baseContent
|
|
* @subpackage basecontent
|
|
*/
|
|
?>
|
|
<h2>Protokoll <span id="actiontitle">(Übersicht)</span></h2>
|
|
<fieldset id="protocol"><h3> </h3>
|
|
<div class="formtop"> </div>
|
|
<p>Sie können das Protokoll</p>
|
|
<ul>
|
|
<li><a href="/basecontent/protocol/textfile">als Textdatei herunterladen.</a></li>
|
|
<li><a href="/basecontent/protocol/screen">am Bildschirm ausgeben.</a></li>
|
|
</ul>
|
|
<p><br />Die Textdatei können Sie in einem beliebigen Texteditor öffnen.</p>
|
|
<div class="fieldbottom"> </div>
|
|
<div class="formbottom"> </div>
|
|
</fieldset>
|
|
|