Lines Matching +full:select +full:- +full:user +full:- +full:groups -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

3 /*><div style="width:60%; margin: auto; background-color: #fcc;
5 <h1 style="font-size: 120%">No PHP Support</h1>
33 $LC = preg_replace('/[^a-z\-]+/', '', $_REQUEST['l']);
44 header('Content-Type: text/html; charset=utf-8');
49 <meta charset="utf-8"/>
55 font: 84% Verdana, Helvetica, Arial, sans-serif;
67 font-size: 110%;
77 margin-top: 0.5em;
80 select.text, input.text {
86 text-decoration: none
110 <img src="lib/exe/fetch.php?media=wiki:dokuwiki-128.png"
111 style="vertical-align: middle;" alt="" height="64" width="64"/>
131 url(data/dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.png)
132 left top no-repeat;
161 echo 'Caught exception: ', $e->getMessage(), "\n";
168 <a href="https://dokuwiki.org/"><img src="lib/tpl/dokuwiki/images/button-dw.png" alt="driven by DokuWiki"/></a>
169 <a href="https://php.net"><img src="lib/tpl/dokuwiki/images/button-php.gif" alt="powered by PHP"/></a>
201 <fieldset style="margin-top: 1em;">
226 <select class="text" name="d[policy]" id="policy">
233 </select>
247 if (empty($d['license'])) $d['license'] = 'cc-by-sa';
311 'license' => 'cc-by-sa'
357 // Since default = 1, browser won't send acl=0 when user untick acl
385 * Dokuwiki's Main Configuration File - Local Settings
386 * Auto-generated by install script
416 $pass = $phash->hash_bcrypt($d['password']);
426 # Auto-generated by install script
430 # login:passwordhash:Real Name:email:groups,comma,separated
433 // --- user:bcryptpasswordhash:Real Name:email:groups,comma,seperated
439 'admin,user',
451 # Auto-generated by install script
457 $output .= "* @user 8\n";
460 $output .= "* @user 8\n";
478 * Auto-generated by install script
685 echo ': <select name="l" onchange="submit()">';
690 echo '</select> ';