Lines Matching full:echo

112             echo $this->locale_xhtml('sync');
115 echo '<div class="centeralign" id="dw__loading">'.NL;
116 echo '<script type="text/javascript" charset="utf-8"><!--//--><![CDATA[//><!--'.NL;
117 echo 'showLoadBar();'.NL;
118 echo '//--><!]]></script>'.NL;
119 echo '<br /></div>'.NL;
123 echo '<ul class="sync">';
134 echo '</ul>';
137 echo '<script type="text/javascript" charset="utf-8"><!--//--><![CDATA[//><!--'.NL;
138 echo 'hideLoadBar("dw__loading");'.NL;
139 echo '//--><!]]></script>'.NL;
144 echo '<p>'.$this->getLang('syncdone').'</p>';
175 echo $this->locale_xhtml('nochange');
178 echo $this->locale_xhtml('intro');
180 echo '<div class="sync_left">';
183 echo '<br />';
186 echo '</div>';
187 echo '<div class="sync_right">';
189 echo '</div>';
226 echo '<form action="" method="post">';
227 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
228 echo '<fieldset><legend>'.$this->getLang('syncstart').'</legend>';
230 echo '<p>'.$this->getLang('remotever').' '.hsc($version).'</p>';
232echo '<p>'.$this->getLang('lastsync').' '.strftime($conf['dformat'],$this->profiles[$no]['ltime'])…
234 echo '<p>'.$this->getLang('neversync').'</p>';
236echo '<input name="startsync" type="submit" value="'.$this->getLang('syncstart').'" class="button"…
238echo '<p class="error">'.$this->getLang('noconnect').'<br />'.hsc($this->client->getErrorMessage()…
240 echo '</fieldset>';
241 echo '</form>';
248 echo '<form action="" method="post">';
249 echo '<fieldset><legend>'.$this->getLang('profile').'</legend>';
250 echo '<select name="no" class="edit">';
251 echo ' <option value="">'.$this->getLang('newprofile').'</option>';
255echo '<option value="'.hsc($pno).'" '.(($no!=='' && $pno == $no)?'selected="selected"':'').'>';
256 echo ($pno+1).'. ';
257 if($opts['user']) echo hsc($opts['user']).'@';
258 echo hsc($srv['host']);
259 if($opts['ns']) echo ':'.hsc($opts['ns']);
260 echo '</option>';
262 echo '</select>';
263 echo '<input type="submit" value="'.$this->getLang('select').'" class="button" />';
264 echo '</fieldset>';
265 echo '</form>';
272 echo '<form action="" method="post" class="sync_profile">';
273 echo '<fieldset><legend>';
275 echo $this->getLang('edit');
277 echo $this->getLang('create');
279 echo '</legend>';
281 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
283 echo '<label for="sync__server">'.$this->getLang('server').'</label> ';
284echo '<input type="text" name="prf[server]" id="sync__server" class="edit" value="'.hsc($this->pro…
285 echo '<samp>http://example.com/dokuwiki/lib/exe/xmlrpc.php</samp>';
287 echo '<label for="sync__ns">'.$this->getLang('ns').'</label> ';
288echo '<input type="text" name="prf[ns]" id="sync__ns" class="edit" value="'.hsc($this->profiles[$n…
290 echo '<label for="sync__depth">'.$this->getLang('depth').'</label> ';
291 echo '<select name="prf[depth]" id="sync__depth" class="edit">';
292echo '<option value="0" '.(($this->profiles[$no]['depth']==0)?'selected="selected"':'').'>'.$this-…
293echo '<option value="1" '.(($this->profiles[$no]['depth']==1)?'selected="selected"':'').'>'.$this-…
294echo '<option value="2" '.(($this->profiles[$no]['depth']==2)?'selected="selected"':'').'>'.$this-…
295echo '<option value="3" '.(($this->profiles[$no]['depth']==3)?'selected="selected"':'').'>'.$this-…
296 echo '</select>';
299 echo '<label for="sync__user">'.$this->getLang('user').'</label> ';
300echo '<input type="text" name="prf[user]" id="sync__user" class="edit" value="'.hsc($this->profile…
302 echo '<label for="sync__pass">'.$this->getLang('pass').'</label> ';
303echo '<input type="password" name="prf[pass]" id="sync__pass" class="edit" value="'.hsc($this->pro…
305 echo '<label for="sync__timeout">'.$this->getLang('timeout').'</label>';
306echo '<input type="number" name="prf[timeout]" id="sync__timeout" class="edit" value="'.hsc($this-…
308 echo '<span>'.$this->getLang('type').'</span>';
310 echo '<div class="type">';
311echo '<input type="radio" name="prf[type]" id="sync__type0" value="0" '.(($this->profiles[$no]['ty…
312 echo '<label for="sync__type0">'.$this->getLang('type0').'</label> ';
314echo '<input type="radio" name="prf[type]" id="sync__type1" value="1" '.(($this->profiles[$no]['ty…
315 echo '<label for="sync__type1">'.$this->getLang('type1').'</label> ';
317echo '<input type="radio" name="prf[type]" id="sync__type2" value="2" '.(($this->profiles[$no]['ty…
318 echo '<label for="sync__type2">'.$this->getLang('type2').'</label> ';
319 echo '</div>';
322 echo '<div class="submit">';
323 echo '<input type="submit" value="'.$this->getLang('save').'" class="button" />';
325 echo '<small>'.$this->getLang('changewarn').'</small>';
327 echo '</div>';
329 echo '<div class="submit">';
330echo '<input name="sync__delete" type="submit" value="'.$this->getLang('delete').'" class="button"…
331 echo '</div>';
333 echo '</fieldset>';
334 echo '</form>';
378 echo '<li class="'.hsc($class).'"><div class="li">';
379 echo hsc($msg);
380 echo "</div></li>\n";
510 echo $this->locale_xhtml('list');
511 echo '<form action="" method="post">';
512 echo '<table class="inline" id="sync__direction__table">';
513 echo '<input type="hidden" name="lnow" value="'.$lnow.'" />';
514 echo '<input type="hidden" name="rnow" value="'.$rnow.'" />';
515 echo '<input type="hidden" name="no" value="'.$no.'" />';
516 echo '<tr>
532 echo '</table>';
533 echo '<label for="the__summary">'.$lang['summary'].'</label> ';
534 echo '<input type="text" name="sum" id="the__summary" value="" class="edit" />';
535 echo '<input type="submit" value="'.$this->getLang('syncstart').'" class="button" />';
536 echo '</form>';
575 echo '<tr>';
577 echo '<td class="sync__file">'.hsc($id).'</td>';
578 echo '<td class="sync__local">';
580 echo '&mdash;';
582 echo '<div>'.strftime($conf['dformat'],$item['local']['mtime']).'</div>';
583 echo ' <div>('.$item['local']['size'].' bytes)</div>';
585 echo '</td>';
587 echo '<td class="sync__push">';
589echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="2" class="syncpush" title="'.…
591echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="1" class="syncpush" title="'.…
593 echo '</td>';
594 echo '<td class="sync__skip">';
595echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="0" class="syncskip" title="'.…
596 echo '</td>';
597 echo '<td class="sync__pull">';
599echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="-2" class="syncpull" title="'…
601echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="-1" class="syncpull" title="'…
603 echo '</td>';
605 echo '<td class="sync__remote">';
607 echo '&mdash;';
609 echo '<div>'.strftime($conf['dformat'],$item['remote']['mtime']).'</div>';
610 echo ' <div>('.$item['remote']['size'].' bytes)</div>';
612 echo '</td>';
614 echo '<td class="sync__diff">';
616echo '<a href="'.DOKU_BASE.'lib/plugins/sync/diff.php?id='.$id.'&amp;no='.$no.'" target="_blank" c…
618 echo '</td>';
620 echo '</tr>';
714 echo $this->getLang('pullfail').' '.hsc($id).' ';
715 echo hsc($this->client->getErrorMessage());
725 echo '<table class="diff">';
726 echo '<tr>';
727 echo '<th colspan="2">'.$this->getLang('local').'</th>';
728 echo '<th colspan="2">'.$this->getLang('remote').'</th>';
729 echo '</tr>';
730 echo $tdf->format($df);
731 echo '</table>';