Lines Matching refs:ptln

46ptln('<div id="xcom_howto" style="display:none;border:1px black solid;padding:12px 12px 12px 8px;h…
47ptln('<button style = "float:right;" onclick="xcom_toggle(\'#xcom_howto\')">' . $this->getLang('c…
48ptln('<button style = "float:right" onclick="xcom_toggle(\'#xcom_howto\')">' . $this->getLang('cl…
53ptln('<div id="xcom_functions" style="display:none;border:1px black solid;padding:12px 12px 12px 8…
54ptln('<b>' . $this->getLang('xmlrpc_fns') . ': </b><a href="https:/dokuwiki.org/xmlrpc">https://do…
55 ptln(' ' .$this->getLang('xmlrpc_fns_qualifier'));
56ptln('<button style = "float:right;" onclick="xcom_toggle(\'#xcom_functions\')">' . $this->getLan…
57ptln('<button style = "float:right" onclick="xcom_toggle(\'#xcom_functions\')">' . $this->getLang…
61 ptln('<div style="margin-bottom:8px;">');
62ptln('<button onclick=" xcom_toggle(\'#xcom_functions\')">'. $this->getLang('functions') .'</butto…
63ptln('<button onclick=" xcom_toggle(\'#xcom_howto\')">'. $this->getLang('howto') .'</button>&nbsp;…
64ptln('<button class="xcom_send_but" onclick="xmlrpc()">' . $this->getLang('send') .'</button>');…
66ptln('<button style="float:right;margin-left:8px;" title="' . $this->getLang('results_tip'). '" …
67ptln('<button style="float:right;margin-left:8px;" onclick="xcom_toggle(\'#xcom_editable\');">' .…
68ptln('<button style="float:right;margin-left:8px;" onclick="xcom_toggle(\'#xcom_htm\');">' . $thi…
69ptln('<button style="float:right;margin-left:8px;" onclick="xcom_toggle(\'#xcom_pre\');">' . $thi…
70ptln('<button style="float:right;margin-left:8px;" onclick="xcom_toggle(\'#xcom_action\');">' . $…
71ptln('<button style="float:right;margin-left:8px;" title="' . $this->getLang('results_tip'). '" …
72 ptln('</div>');
74 ptln('<form action="'.wl($ID).'" method="post" name ="xcom_post">');
75 ptln(' <input type="hidden" name="do" value="admin" />');
76 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
83ptln( $this->getLang('url').': <input type="text" size = "' . $textboxsize .'" name="xcom_url" i…
84ptln( $this->getLang('user').': <input type="text" size = "12" name="xcom_user" id = "xcom_user">…
85ptln( $this->getLang('pwd').': <input type="password" size = "9" name="xcom_pwd" id = "xcom_pwd">…
86ptln('&nbsp;<img src="' . DOKU_REL . 'lib/plugins/xcom/images/eye_blk.png" title="'. $this->getL…
87 ptln('</form>');
92 ptln ('<div style = "padding-top: 8px;">');
93 ptln('<form action = "javascript:void 0;">');
95ptln('<select id = "xcom_sel"><option value="none">' . $this->getLang('select') .'</option></sel…
96ptln('<span title="'. $this->getLang('pageid_title') .'">' . $this->getLang('pageid').': <input t…
97ptln('<span title="'. $this->getLang('options_title') .'">' . $this->getLang('options').': <input …
99 ptln('<div class="xcom_sites">');
100ptln('<select id = "xcom_selsites" onchange="xcom_select(this);"><option value="none">' . $this->…
101ptln('&nbsp;&nbsp;' . $this->getLang('debug') . ' <input type = "checkbox" name = "xcom_debug" id …
103 ptln ('<div class="local_side">&nbsp;&nbsp;&nbsp;');
104ptln( '<button onclick="xcom_localSave(this.form.xcom_pageid.value);" title="' . $this->getLang(…
105ptln( $this->getLang('locuser').': <input type="text" size = "12" value="' . $this->local_user . …
106ptln($this->getLang('localpwd'). ': <input type="password" size = "9" name="xcom_localpwd" id = "…
107ptln('&nbsp;<img src="' . DOKU_REL . 'lib/plugins/xcom/images/eye_blk.png" title="'. $this->getL…
108 ptln('&nbsp;&nbsp;&nbsp;</div>') ; // end local_side
110 ptln('</div>'); //end xcom_sites
111 ptln('</form>');
112 ptln( '</div>'); // end Selection inputs and locals
117 ptln('<div>');
119ptln('<div id = "xcom_results" style ="display:none;border: 1px solid #ddd;" >'); //start resul…
120ptln('<div id = "xcom_action_title" style ="display:none;">' . $this->getLang('action_result') . '…
121ptln('<div id = "xcom_editable_title" style ="display:none;">' . $this->getLang('editable') . '</d…
122ptln('<div id = "xcom_pre_title" style ="display:none;">' . $this->getLang('pre') . '</div><div id…
123ptln('<div id = "xcom_htm_title" style ="display:none;">' . $this->getLang('html') . '</div><div i…
124ptln('<br /><button onclick="xcom_hide(\'xcom_results\');">' . $this->getLang('close'). '</button>…
125 ptln( '</div>');
130 ptln('<div id = "xcom_status">');
131 ptln($this->getLang('clear') . ':&nbsp;');
132ptln('<a href="javascript:xcom_clear(\'xcom_pre\');void 0;">[' . $this->getLang('pre') . ']</a>&nb…
133ptln('<a href="javascript:xcom_clear(\'xcom_htm\');void 0;">[' . $this->getLang('html') . ']</a>&n…
134ptln('<a href="javascript:xcom_clear(\'xcom_editable\');void 0;">[' . $this->getLang('editable') .…
135ptln('<a href="javascript:xcom_clear(\'xcom_action\');void 0;">[' . $this->getLang('action') . ']<…
136ptln('&nbsp;<span class="xcom_qslabel" id="xcom_qslabel">' . $this->getLang('query') . ':</span>');
137 ptln('&nbsp;<span class="xcom_qstatus" id="xcom_qstatus"></span>');
139 ptln( '</div>');