2010-12-02 23:34:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<dynaForm width="95%" enableTemplate="1">
|
2014-04-21 10:21:01 -04:00
|
|
|
<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">
|
2010-12-02 23:34:41 +00:00
|
|
|
select * from protocol
|
2014-04-21 10:21:01 -04:00
|
|
|
<en><![CDATA[Protocol]]></en>
|
2010-12-02 23:34:41 +00:00
|
|
|
<es>Protocolo</es></WS_PROTOCOL>
|
2014-04-21 10:21:01 -04:00
|
|
|
<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[
|
2010-12-02 23:34:41 +00:00
|
|
|
|
|
|
|
|
function cancel(){
|
|
|
|
|
currentPopupWindow.remove();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]]></JS>
|
2014-04-21 10:21:01 -04:00
|
|
|
</dynaForm>
|