2006-09-12 10:55:20 +02:00
|
|
|
<?cs # $Id$ ?>
|
|
|
|
|
2006-10-09 18:43:14 +02:00
|
|
|
<style type="text/css">
|
|
|
|
input.ipnum { text-align: center }
|
|
|
|
</style>
|
|
|
|
|
2006-09-14 14:33:01 +02:00
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.network.Title.Network) ?></h1>
|
2006-09-12 10:55:20 +02:00
|
|
|
|
2006-11-02 15:01:09 +01:00
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
|
2006-10-26 14:25:12 +02:00
|
|
|
<?cs call:print_form_header("set_ip", "plugins/network") ?>
|
2006-09-12 10:55:20 +02:00
|
|
|
|
2006-10-09 18:43:14 +02:00
|
|
|
<p><label for="ip"><?cs var:html_escape(Lang.Plugins.network.Text.IP) ?>: </label>
|
|
|
|
<input class="ipnum" type="text" tabindex="1" name="ip1" size="3" id="ip"
|
|
|
|
value="<?cs var:Data.Plugins.network.ip.oc1
|
|
|
|
?>" />.<input class="ipnum" type="text" tabindex="2" name="ip2" size="3"
|
|
|
|
value="<?cs var:Data.Plugins.network.ip.oc2
|
|
|
|
?>" />.<input class="ipnum" type="text" tabindex="3" name="ip3" size="3"
|
|
|
|
value="<?cs var:Data.Plugins.network.ip.oc3
|
|
|
|
?>" />.<input class="ipnum" type="text" tabindex="4" name="ip4" size="3"
|
|
|
|
value="<?cs var:Data.Plugins.network.ip.oc4 ?>" /></p>
|
2006-09-12 10:55:20 +02:00
|
|
|
|
2006-09-27 14:20:54 +02:00
|
|
|
<input type="hidden" tabindex="5" name="store" value="yes" />
|
2006-09-12 10:55:20 +02:00
|
|
|
|
2006-09-14 14:33:01 +02:00
|
|
|
<button type="submit"><?cs var:html_escape(Lang.Plugins.network.Button.Network) ?></button>
|
2006-09-12 10:55:20 +02:00
|
|
|
|
|
|
|
</form>
|
|
|
|
|
2006-11-02 15:01:09 +01:00
|
|
|
<?cs call:help_link("CryptoBoxUserConfiguration") ?>
|
|
|
|
|