Lines Matching refs:getLang

47 …style = "float:right;" onclick="xcom_toggle(\'#xcom_howto\')">' . $this->getLang('close'). '</butt…
48 … style = "float:right" onclick="xcom_toggle(\'#xcom_howto\')">' . $this->getLang('close'). '</butt…
54 …ptln('<b>' . $this->getLang('xmlrpc_fns') . ': </b><a href="https:/dokuwiki.org/xmlrpc">https://do…
55 ptln(' ' .$this->getLang('xmlrpc_fns_qualifier'));
56 …e = "float:right;" onclick="xcom_toggle(\'#xcom_functions\')">' . $this->getLang('close'). '</butt…
57 …le = "float:right" onclick="xcom_toggle(\'#xcom_functions\')">' . $this->getLang('close'). '</butt…
62 …ptln('<button onclick=" xcom_toggle(\'#xcom_functions\')">'. $this->getLang('functions') .'</butto…
63 …ptln('<button onclick=" xcom_toggle(\'#xcom_howto\')">'. $this->getLang('howto') .'</button>&nbsp;…
64 …ptln('<button class="xcom_send_but" onclick="xmlrpc()">' . $this->getLang('send') .'</button>');…
66 …gin-left:8px;" title="' . $this->getLang('results_tip'). '" onclick="xcom_show(\'xcom_results\')…
67 …margin-left:8px;" onclick="xcom_toggle(\'#xcom_editable\');">' . $this->getLang('editable'). '</b…
68 …ight;margin-left:8px;" onclick="xcom_toggle(\'#xcom_htm\');">' . $this->getLang('html'). '</butto…
69 …ight;margin-left:8px;" onclick="xcom_toggle(\'#xcom_pre\');">' . $this->getLang('pre'). '</button…
70 …t;margin-left:8px;" onclick="xcom_toggle(\'#xcom_action\');">' . $this->getLang('action'). '</but…
71 …margin-left:8px;" title="' . $this->getLang('results_tip'). '" onclick="xcom_hide_all_views();">…
83 …ptln( $this->getLang('url').': <input type="text" size = "' . $textboxsize .'" name="xcom_url" i…
84 …ptln( $this->getLang('user').': <input type="text" size = "12" name="xcom_user" id = "xcom_user">…
85 …ptln( $this->getLang('pwd').': <input type="password" size = "9" name="xcom_pwd" id = "xcom_pwd">…
86 …"' . DOKU_REL . 'lib/plugins/xcom/images/eye_blk.png" title="'. $this->getLang('pwdview') . '" n…
95 …ptln('<select id = "xcom_sel"><option value="none">' . $this->getLang('select') .'</option></sel…
96 …ptln('<span title="'. $this->getLang('pageid_title') .'">' . $this->getLang('pageid').': <input t…
97 …ptln('<span title="'. $this->getLang('options_title') .'">' . $this->getLang('options').': <input …
100 …selsites" onchange="xcom_select(this);"><option value="none">' . $this->getLang('sel_sites') .'<…
101 …ptln('&nbsp;&nbsp;' . $this->getLang('debug') . ' <input type = "checkbox" name = "xcom_debug" id …
104 …ave(this.form.xcom_pageid.value);" title="' . $this->getLang('locsave_title') . '">'. $this->getLa…
105 …ptln( $this->getLang('locuser').': <input type="text" size = "12" value="' . $this->local_user . …
106 …ptln($this->getLang('localpwd'). ': <input type="password" size = "9" name="xcom_localpwd" id = "…
107 …"' . DOKU_REL . 'lib/plugins/xcom/images/eye_blk.png" title="'. $this->getLang('pwdview') . '" n…
120 …ptln('<div id = "xcom_action_title" style ="display:none;">' . $this->getLang('action_result') . '…
121 …ptln('<div id = "xcom_editable_title" style ="display:none;">' . $this->getLang('editable') . '</d…
122 …ptln('<div id = "xcom_pre_title" style ="display:none;">' . $this->getLang('pre') . '</div><div id…
123 …ptln('<div id = "xcom_htm_title" style ="display:none;">' . $this->getLang('html') . '</div><div i…
124 …ptln('<br /><button onclick="xcom_hide(\'xcom_results\');">' . $this->getLang('close'). '</button>…
131 ptln($this->getLang('clear') . ':&nbsp;');
132 …ptln('<a href="javascript:xcom_clear(\'xcom_pre\');void 0;">[' . $this->getLang('pre') . ']</a>&nb…
133 …ptln('<a href="javascript:xcom_clear(\'xcom_htm\');void 0;">[' . $this->getLang('html') . ']</a>&n…
134 …ptln('<a href="javascript:xcom_clear(\'xcom_editable\');void 0;">[' . $this->getLang('editable') .…
135 …ptln('<a href="javascript:xcom_clear(\'xcom_action\');void 0;">[' . $this->getLang('action') . ']<…
136 …ptln('&nbsp;<span class="xcom_qslabel" id="xcom_qslabel">' . $this->getLang('query') . ':</span>');