lars
de3280806f
plugin interface changed ("prepareForm" removed) plugins do not raise exceptions anymore first part of the partitioning plugin device-specific stuff moved to CryptoBoxTools
22 lines
777 B
C#
22 lines
777 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.network.Title.Network) ?></h1>
|
|
|
|
<?cs call:print_form_header("plugins/network") ?>
|
|
|
|
<p><label for="ip"><?cs var:html_escape(Lang.Plugins.network.Text.IP) ?>: </label><br/>
|
|
<input type="text" name="ip1" size="3" id="ip" value="<?cs
|
|
var:Data.Plugins.network.ip.oc1 ?>" />.
|
|
<input type="text" name="ip2" size="3" value="<?cs
|
|
var:Data.Plugins.network.ip.oc2 ?>" />.
|
|
<input type="text" name="ip3" size="3" value="<?cs
|
|
var:Data.Plugins.network.ip.oc3 ?>" />.
|
|
<input type="text" name="ip4" size="3" value="<?cs
|
|
var:Data.Plugins.network.ip.oc4 ?>" /></p>
|
|
|
|
<input type="hidden" name="store" value="yes" />
|
|
|
|
<button type="submit"><?cs var:html_escape(Lang.Plugins.network.Button.Network) ?></button>
|
|
|
|
</form>
|
|
|