| ![[BACK]](/icons/cvsweb/back.gif) Return to result.cs CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / manager / templates / control | 
Strongswan
<?cs include:"templates/header.cs" ?>
<div class="expand">
  <h1><?cs var:result ?></h1>
  <div class="controls"> </div>
  <div class="expander">
  <hr/>
  <ul>
  <?cs each:item = log ?>
    <li><?cs var:item ?></li>
  <?cs /each ?>
  </ul>
  </div>
</div>
<?cs include:"templates/footer.cs" ?>