/template/roundbox/ |
H A D | roundbox.php | 48 $user = array(); 52 $user['groups'] = array(); 56 $user['groups'] = $INFO['userinfo']['grps']; 57 $user['name'] = $_SERVER['REMOTE_USER']; 61 array_push($user['groups'], 'ALL'); 64 return $user; 108 in_array($user['name'], $allowed_users)) 111 foreach ($user['groups'] as $group) {//do 129 function rb_button($action, $perms, $user) {//func argument 162 function rb_sitecmds($perms, $user) {//func argument [all …]
|
H A D | main.php | 34 $user = rb_get_user_info(); variable 109 [[ <?php if (rb_check_action_perms('backlink', $perms, $user)) { 127 <?php if (rb_check_action_perms('goto', $perms, $user)) { ?> 136 <?php if (rb_check_action_perms('search', $perms, $user)) { ?> 238 <?php rb_sitecmds($perms, $user) ?>
|
/template/monobook/user/ |
H A D | user.js.dist | 2 Place for user defined JavaScript - this file can safely be preserved 11 1. Create a /user/user.js file. You may just want to rename this file from 12 "user.js.dist" to "user.js" 15 "monobook_loaduserjs" (->"Load 'monobook/user/user.js'?") in the
|
/template/prsnl10/user/ |
H A D | user.js.dist | 2 Place for user defined JavaScript - this file can safely be preserved 11 1. Create a /user/user.js file. You may just want to rename this file from 12 "user.js.dist" to "user.js" 15 "prsnl10_loaduserjs" (->"Load 'prsnl10/user/user.js'?") in the
|
/template/vector/user/ |
H A D | user.js.dist | 2 Place for user defined JavaScript - this file can safely be preserved 11 1. Create a /user/user.js file. You may just want to rename this file from 12 "user.js.dist" to "user.js" 15 "vector_loaduserjs" (->"Load 'vector/user/user.js'?") in the
|
/template/mnml-blog/user/ |
H A D | user.js.dist | 2 Place for user defined JavaScript - this file can safely be preserved 11 1. Create a /user/user.js file. You may just want to rename this file from 12 "user.js.dist" to "user.js" 15 "mnml-blog_loaduserjs" (->"Load 'mnml-blog/user/user.js'?") in the
|
/template/sxs/ |
H A D | sxs.php | 12 $user = array(); 14 $user['groups'] = array(); 16 $user['groups'] = $INFO['userinfo']['grps']; 17 $user['name'] = $_SERVER['REMOTE_USER']; 19 array_push($user['groups'], 'ALL'); 20 return $user; 48 in_array($user['name'], $allowed_users)) { 51 foreach ($user['groups'] as $group) { 65 function sxs_button($action, $perms, $user) { argument 84 function sxs_sitecmds($perms, $user) { argument [all …]
|
/template/r7thblog1/ |
H A D | main.php | 4 $user = true; variable 54 <?php if ($user) { ?> 61 <?php if (!$user) { ?> 74 <?php if ($user) { ?> 81 <?php if (!$user) { ?>
|
/template/r7throot7/ |
H A D | main.php | 4 $user = true; variable 52 <?php if ($user) { ?> 59 <?php if (!$user) { ?> 72 <?php if ($user) { ?> 79 <?php if (!$user) { ?>
|
/template/r7throot4/ |
H A D | main.php | 4 $user = true; variable 50 <?php if ($user) { ?> 57 <?php if (!$user) { ?> 79 <?php if ($user) { ?>
|
/template/prsnl10/ |
H A D | README | 35 - Place your files in "prsnl10/user" 36 The place to store *all* user-defined, custom stuff is the "prsnl10/user" 56 in "prsnl10/user". The template recognizes the file automatically and 64 - "prsnl10/user/screen.css" file to influence the normal layout. You 66 - "prsnl10/user/print.css" file to influence the print layout. You 68 - "prsnl10/user/rtl.css" file to influences "right-to-left" languages 77 To load additional JavaScript, create a "prsnl10/user/user.js" file. You 78 can rename the "user.js.dist" to "user.js" as starting point (it contains 81 (->"Load 'prsnl10/user/user.js'?") in the DokuWiki Config 88 create a "prsnl10/user/tracker.php.dist". You don't have to deliberate [all …]
|
/template/mnml-blog/ |
H A D | README | 61 - Place your files in "mnml-blog/user" 62 The place to store *all* user-defined, custom stuff is the 63 "mnml-blog/user" directory because your files will not be touched or 79 in "mnml-blog/user". The template recognizes the file automatically and 88 - "mnml-blog/user/screen.css" file to influence the normal layout. You 90 - "mnml-blog/user/print.css" file to influence the print layout. You 101 To load additional JavaScript, create a "mnml-blog/user/user.js" file. You 102 can rename the "user.js.dist" to "user.js" as starting point (it contains 105 (->"Load 'mnml-blog/user/user.js'?") in the DokuWiki Config 113 If "mnml-blog/user/boxes.php" does not exist, simply copy it out of the [all …]
|
/template/scanlines/ |
H A D | style.ini | 27 user/screen.css = screen ; Load optional user defined styles. 31 user/print.css = print ; Load optional user defined styles. 35 user/rtl.css = rtl ; Load optional user defined styles.
|
/template/vector/ |
H A D | README | 31 - Place your files in "vector/user" 32 The place to store *all* user-defined, custom stuff is the "vector/user" 42 create a "logo.[png|gif|jpg]" in "vector/user". The template recognizes 49 in "vector/user". The template recognizes the file automatically and 57 - "vector/user/screen.css" file to influence the normal layout. You 59 - "vector/user/print.css" file to influence the print layout. You 70 To load additional JavaScript, create a "vector/user/user.js" file. You 71 can rename the "user.js.dist" to "user.js" as starting point (it contains 74 (->"Load 'vector/user/user.js'?") in the DokuWiki Config 94 create a "vector/user/buttons.php" file. You can rename the [all …]
|
/template/r7throot8/ |
H A D | main.php | 4 $user = true; variable 70 <?php if ($user) { ?> 77 <?php if (!$user) { ?>
|
/template/r7throot5/ |
H A D | main.php | 4 $user = true; variable 55 <?php if ($user) { ?> 62 <?php if (!$user) { ?>
|
/template/r7throot6/ |
H A D | main.php | 4 $user = true; variable 55 <?php if ($user) { ?> 62 <?php if (!$user) { ?>
|
/template/monobook/static/3rd/dokuwiki/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|
/template/zenlike/css/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|
/template/ach/css/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|
/template/aran/css/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|
/template/prsnl10/css/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|
/template/taratasy/css/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|
/template/grassstains/css/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|
/template/mnml-blog/css/ |
H A D | _recent.css | 35 .dokuwiki #dw__recent ul li span.user a, /* old, until 2012-01-25 */ 36 .dokuwiki #page__revisions ul li span.user a, /* old, until 2012-01-25 */ 37 .dokuwiki form.changes ul li span.user a /* new */ { 72 .dokuwiki #dw__recent ul li span.user, /* old, until 2012-01-25 */ 73 .dokuwiki #page__revisions ul li span.user, /* old, until 2012-01-25 */ 74 .dokuwiki form.changes ul li span.user /* new */ {
|