Code: Alles auswählen.
<!-- Version 1.00 vom 31.05.2006 10:30 -->
<html>
  <head>
    `include (~service="bbpglobal", ~name="bbpfunctions.html")`             
    `include (~service="bbpglobal", ~name="WpIntegration.html" )`     
...
    `bbpformname = "BBPForm"`                                          
    `Stylesheet()`                                                      
    <title>`~windowtitle`</title>      
    <script language="JavaScript1.2" src="`mimeURL(~service="bbpglobal", 
                                                ~language="", 
                                     ~name="script/bbpscript.js")`">
    </script> 
  </head>
  <body `BackgroundAttributes()`>
  <form method="post" action="`wgateURL()`" name="BBPForm" enctype="multipart/form-data">   
  `ApplicationTitle(GV_HEADING);`<br><br>                                                       
  <input type="hidden" name="~OkCode" value="">
  <span class="selected">
    `GS_MESSAGE.value;` <br><br>
  </span>
  </body>                                                                                  
</html>