Searched full:echo (Results 1 – 25 of 1514) sorted by relevance
12345678910>>...61
9 echo "<div id='entete'>";10 echo "<div id='texte'>";12 echo $intro;13 echo "</div>";15 echo "<div id='logos'>";16 echo "<div id='logoA'>";17 IF ($infosServeur->get64() != "") { echo $infosServeur->get64();}18 echo "</div>";20 echo "<div id='logoB'>";21 IF ($infosServeur->getLogoOs() != "") { echo $infosServeur->getLogoOs();}[all …]
9 @echo "Delete Page Guard Plugin - Developer Tools"10 @echo "=========================================="11 @echo ""12 @echo "Development targets:"13 @echo " test - Run the test suite"14 @echo " check - Check PHP syntax of all files"15 @echo " clean - Clean temporary files"16 @echo ""17 @echo "Release targets:"18 @echo " version [VERSION=x.y.z] - Update version in all files"[all …]
1 <h1><?php echo $tpl->getLang('report') ?></h1>4 <form action="<?php echo $tpl->url('report') ?>" method="post">6 …<label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->valu…7 …<label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('t…9 <button><?php echo $tpl->getLang('show') ?></button>14 <h2><?php echo $tpl->getLang('issues') ?></h2>18 <th><?php echo $tpl->getLang('type') ?></th>19 <th><?php echo ucfirst($tpl->getLang('proposal')) ?></th>20 <th><?php echo ucfirst($tpl->getLang('open')) ?></th>21 <th><?php echo ucfirst($tpl->getLang('report threads done')) ?></th>[all …]
6 …<a href="<?php echo $tpl->url('thread_report', 'type', $tpl->action() == 'projects' ? 'project' : …7 <?php echo $tpl->getLang('report_' . $tpl->action()) ?>14 <form action="<?php echo $tpl->url($tpl->action()) ?>" method="post">16 <label><?php echo $tpl->getLang('reporter') ?>:18 <option <?php if ($tpl->value('original_poster') == '-all') echo 'selected' ?>19 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>20 <optgroup label="<?php echo $tpl->getLang('users') ?>">22 <option <?php if ($tpl->value('original_poster') == $nick) echo 'selected' ?>23 value="<?php echo $nick ?>"><?php echo $name ?></option>26 <optgroup label="<?php echo $tpl->getLang('groups') ?>">[all …]
6 …<a href="<?php echo $tpl->url('task_form') ?>" class="bez_start_button" id="bez_report_task_button…7 <?php echo $tpl->getLang('add_task') ?>14 <form action="<?php echo $tpl->url('tasks') ?>" method="POST">17 <label><?php echo $tpl->getLang('reporter') ?>:19 <option <?php if ($tpl->value('original_poster') == '-all') echo 'selected' ?>20 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>21 <optgroup label="<?php echo $tpl->getLang('users') ?>">23 <option <?php if ($tpl->value('original_poster') == $nick) echo 'selected' ?>24 value="<?php echo $nick ?>"><?php echo $name ?></option>27 <optgroup label="<?php echo $tpl->getLang('groups') ?>">[all …]
2 <?php echo $tpl->getLang('activity_report') ?>6 <form action="<?php echo $tpl->url('activity_report') ?>" method="post">8 …<label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->valu…9 …<label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('t…11 <button><?php echo $tpl->getLang('show') ?></button>16 <h2><?php echo $tpl->getLang('activity_in_issues') ?></h2>20 <th><?php echo $tpl->getLang('user') ?></th>21 <th><?php echo $tpl->getLang('reporter') ?></th>22 <th><?php echo $tpl->getLang('coordinator') ?></th>23 <th><?php echo $tpl->getLang('commentator') ?></th>[all …]
3 <div id="z<?php echo $tpl->get('task')->id ?>"7 echo 'priority_' . $tpl->get('task')->priority;13 <strong><?php echo $tpl->getLang('open') ?>:</strong>14 <?php echo $tpl->date($tpl->get('task')->create_date) ?>20 <strong><?php echo $tpl->getLang('task_' . $tpl->get('task')->state) ?>:</strong>21 <?php echo $tpl->date($tpl->get('task')->close_date) ?>25 <strong><?php echo $tpl->getLang('report_priority') ?>: </strong>26 …<?php echo $tpl->date_diff_days($tpl->get('task')->create_date, $tpl->get('task')->close_date, '%a…32 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>">33 #z<?php echo $tpl->get('task')->id ?>[all …]
16 action="<?php echo $url ?>" method="POST">17 <input type="hidden" name="id" value="<?php echo $id ?>">22 <label for="id"><?php echo $tpl->getLang('id') ?>:</label>23 <span><strong>#z<?php echo $tpl->get('task')->id ?></strong></span>29 <label for="thread_comment_id"><?php echo ucfirst($tpl->getLang('cause')) ?>:</label>32 <option <?php if ($tpl->value('thread_comment_id') == '') echo 'selected' ?>33 value="">--- <?php echo $tpl->getLang('correction') ?> ---</option>36 <option <?php if ($tpl->value('thread_comment_id') == $cause_id) echo 'selected' ?>37 value="<?php echo $cause_id ?>">#k<?php echo $cause_id ?></option>47 <label for="type"><?php echo $tpl->getLang('just_type') ?>:</label>[all …]
162 …echo('<h1>' . ucfirst(PluginUtility::$PLUGIN_NAME) . ' - ' . ucfirst($this->getPluginComponent()) …164 echo($this->locale_xhtml($relativePath));184 echo('<div class="level2" >');185 echo('<div id="form_container" style="max-width: 600px;">');186 echo('<form action="" method="post">');187 echo('<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />');188 echo('<p><b>If the Dokuwiki ID matches the following pattern:</b></p>');193 …echo('<label for="' . PageRules::MATCHER_NAME . '">(You can use the asterisk (*) character)</label…194 …echo('<p><input type="text" style="width: 100%;" id="' . PageRules::MATCHER_NAME . '" required="r…195 echo('<p><b>Then applies this redirect settings:</b></p>');[all …]
51 echo $this->locale_xhtml('intro');53 echo '<form action="' . wl($ID) . '" id="plugin__tplinc" method="POST">';54 echo '<input type="hidden" name="do" value="admin" />';55 echo '<input type="hidden" name="page" value="tplinc" />';56 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';58 echo '<table class="inline">';61 echo '<thead>';62 echo '<tr>';63 echo '<th>' . $this->getLang('pattern') . '</th>';64 echo '<th>' . $this->getLang('page') . '</th>';[all …]
5 echo "Usage: `basename $0` phpfreechat_path checkmd5_output_filename"6 echo "exempel: `basename $0` ~/pfc/misc/phpfreechat ~/pfc/misc/phpfreechat/checkmd5.php"16 echo "$DST should not exist. Please delete this file."22 echo "$PFC_PATH/version.txt doesn't exist."26 echo "--> Creating $DST"29 echo "<?php" > $TMP30 echo '$files_ok = array();' >> $TMP31 echo '$files_ko = array();' >> $TMP37 echo 'if (md5(file_get_contents("'$f'")) == "'$sum'")' >> $TMP38 echo ' $files_ok[] = "<span style=\"color:#3A3\">ok - '$f'</span>\n";' >> $TMP[all …]
5 <?php echo _pfc("Chat loading ..."); ?><br style="margin:0"/><?php echo _pfc("Please wait"); ?>9 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/compat.js"></script>10 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/md5.js"></script>11 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/cookie.js"></script>12 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/image_preloader.js"></scr…13 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/myprototype.js"></script>14 <script type="text/javascript" src="<?php echo $c->prototypejs_url; ?>"></script>15 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/regex.js"></script>16 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/utf8.js"></script>17 <script type="text/javascript" src="<?php echo $c->data_public_url; ?>/js/sprintf2.js"></script>[all …]
57 echo '<div class="error">Failed to load PageStats helper</div>';63 echo '<h1>' . $this->getLang('admin_title') . '</h1>';65 echo '<div class="level1">';66 echo '<p>' . $this->getLang('admin_intro') . '</p>';67 echo '</div>';69 echo '<h2>' . $this->getLang('admin_current_stats') . '</h2>';70 echo '<div class="table">';71 echo '<table class="inline">';72 echo '<tr><th>Statistic</th><th>Value</th></tr>';73 …echo '<tr><td>' . $this->getLang('admin_total_pages') . '</td><td>' . hsc($stats['PAGESTATSPAGE'])…[all …]
111 echo $this->createPluginMatrixCell($plugin, $animal);130 echo '<div class="table pluginmatrix">';131 echo '<table>';132 echo '<thead>';133 echo '<tr>';134 echo '<th></th>';136 echo '<th><div>' . hsc($plugin['name']) . '</div></th>';138 echo '</tr>';139 echo '</thead>';141 echo '<tbody>';[all …]
9 <h3><?php echo $helper->getLang('user_defined_values') ?></h3>10 <table class="inline confmanager_twoLine<?php echo ucfirst($this->imageAlignment) ?>Image">12 <th><?php echo $helper->getLang('key') ?></th>13 <th><?php echo $helper->getLang('value') ?></th>14 <th><?php echo $helper->getLang('actions') ?></th>22 …<img src="<?php echo hsc($image) ?>" alt="" class="exampleimage <?php echo hsc($this->internalName…26 value="<?php echo hsc($key) ?>"32 …<img src="<?php echo hsc($image) ?>" alt="" class="exampleimage <?php echo hsc($this->internalName…37 value="<?php echo hsc($value) ?>"44 <?php echo $helper->getLang('disablesdefault') ?>[all …]
60 echo $this->locale_xhtml('intro');62 echo '<form method="post" action="">';63 echo '<table class="inline" width="100%">';64 echo '<tr>';65 echo '<th>' . $this->getLang('ip') . '</th>';66 echo '<th>' . $this->getLang('date') . '</th>';67 echo '<th>' . $this->getLang('by') . '</th>';68 echo '<th>' . $this->getLang('cause') . '</th>';69 echo '<th>' . $this->getLang('del') . '</th>';70 echo '</tr>';[all …]
18 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…20 <input type="hidden" name="sectok" value="<?php echo getSecurityToken() ?>" />22 <input type="hidden" name="id" value="<?php echo $ID ?>" >23 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >36 <th class="centeralign" colspan="<?php echo ($c+1) ?>">37 <?php echo $template['title'] ?>41 <th class="col0"><?php echo $lang['fullname'] ?></th>43 …<td class="centeralign" style="width:<?php echo $template['fieldwidth'] ?>"><?php echo $choice ?><…52 echo $userData['editLinks'].$fullname.' ('.$userData['username'].')'; 54 echo $userData['editLinks'].$fullname;[all …]
36 …echo '<div style="color: red; border: 1px red dashed; font-weight: bold; padding: 10px; margin: 10…94 echo '<tr><th nowrap>Latest phpThumb version:</th><th colspan="2">'.$versions['raw']['latest'].'</t…95 echo '<tr><th nowrap>This phpThumb version:</th><th colspan="2" style="background-color: ';99 echo 'white';103 echo 'lightblue';107 echo 'lightblue';111 echo 'lime';114 echo 'olive';117 echo 'yellow';120 echo 'orange';[all …]
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;[all …]
71 echo $this->locale_xhtml('intro');75 echo '<h2>' . $this->getLang('rules') . '</h2>';77 echo '<table>';78 echo '<tr>';79 echo '<th>' . $this->getLang('item') . '</th>';80 echo '<th>' . $this->getLang('members') . '</th>';81 echo '<th>' . $this->getLang('type') . '</th>';82 echo '<th></th>';83 echo '</tr>';86 echo '<tr>';[all …]
147 echo '<script src="' . DOKU_BASE . 'lib/plugins/statistics/js/chart.js"></script>';148 …echo '<script src="' . DOKU_BASE . 'lib/plugins/statistics/js/chartjs-plugin-datalabels.js"></scri…150 echo '<div id="plugin__statistics">';151 echo '<h1>' . $this->getLang('menu') . '</h1>';158 echo '<div class="plg_stats_' . $this->opt . '">';159 echo '<h2>' . $this->getLang($this->opt) . '</h2>';161 echo '</div>';163 echo '</div>';231 echo '<div class="plg_stats_pager">';235 …echo '<a href="?' . buildURLparams($params) . '" class="prev button">' . $this->getLang('prev') . …[all …]
58 echo $this->locale_xhtml('intro');60 echo '<form method="post" action="">';61 echo '<table class="inline" width="100%">';62 echo '<tr>';63 echo '<th>'.$this->getLang('username').'</th>';64 echo '<th>'.$this->getLang('date').'</th>';65 echo '<th>'.$this->getLang('by').'</th>';66 echo '<th>'.$this->getLang('cause').'</th>';67 echo '<th>'.$this->getLang('del').'</th>';68 echo '</tr>';[all …]
54 echo $this->_lookupform();75 echo '<table class="inline">';76 echo '<tr>';77 echo '<th>'.$this->getLang('percent').'</th>';78 echo '<th>'.$this->getLang('count').'</th>';79 echo '<th>'.$this->getLang('reason').'</th>';80 echo '</tr>';83 echo '<tr>';84 echo '<td>';86 echo '</td>';[all …]
11 echo "<h1>Pads</h1>";17 echo "The AuthorID is now $authorID\n\n";20 echo "\n\ncreateAuthor Failed with message ". $e->getMessage();27 echo "\n\ncreateAuthorIfNotExistsFor Failed with message ". $e->getMessage();37 echo "\n\ncreatePad Failed with message ". $e->getMessage();44 echo "\n\nsetText Failed with message ". $e->getMessage();52 echo "Failed with message ". $e->getMessage();58 echo "The read only ID of this pad is: $readOnlyID->readOnlyID\n\n";60 echo "\n\ngetReadOnlyID Failed with message ". $e->getMessage();67 …if ($getpublicStatus->publicStatus === false){echo "This Pad is not public\n\n";}else{echo "This P…[all …]