File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / manager / templates / gateway / list.cs
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:44 2020 UTC (4 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

<?cs include:"templates/header.cs" ?>
<div class="dialog">
<form method="post" action="<?cs var:action ?>">
  <p>
    <select name="gateway" size="1">
      <?cs each:gateway = gateways ?>
        <option value="<?cs name:gateway ?>"><?cs var:gateway.name ?> (<?cs var:gateway.address ?>)</option>
      <?cs /each ?>
    </select>
  </p>
    <input type="submit" value="Select"/>
  <p>
</form>
</div>
<?cs include:"templates/footer.cs" ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>