Spaces:
Sleeping
Sleeping
File size: 1,071 Bytes
07c3cdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | <?xml version="1.0" encoding="UTF-8"?>
<dynaForm width="95%" enableTemplate="1">
<title2 type="title">
<en><![CDATA[Client Setup]]></en>
<es><![CDATA[Configuración del Cliente]]></es>
</title2>
<WS_PROTOCOL type="dropdown" mode="edit" options="Array" sqlconnection="dbarray">
select * from protocol
<en><![CDATA[Protocol]]></en>
<es>Protocolo</es></WS_PROTOCOL>
<WS_HOST type="text" size="30" maxlength="64">
<en><![CDATA[Server Host]]></en>
<es>Host Servidor</es>
</WS_HOST>
<WS_WORKSPACE type="text" size="30" maxlength="64">
<en><![CDATA[Workspace]]></en>
<es>Espacio de Trabajo</es>
</WS_WORKSPACE>
<WS_PORT type="text" size="10" maxlength="64">
<en><![CDATA[Port]]></en>
<es>Puerto</es>
</WS_PORT>
<button type="submit">
<en><![CDATA[Save]]></en>
<es>Guardar</es>
</button>
<BTN_CANCEL type="button" onclick="cancel();">
<en><![CDATA[Cancel]]></en>
</BTN_CANCEL>
<JS type="javascript" replacetags="1"><![CDATA[
function cancel(){
currentPopupWindow.remove();
}
]]></JS>
</dynaForm>
|