user.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?php
  2. require_once 'auth.php';
  3. if ($_GET["operation"] == 'Delete' && $_GET['rec'] === 'admin') {
  4. echo "<script language=javascript>
  5. alert('user admin can not delete.');
  6. location.href = '".$_SERVER['HTTP_REFERER']."';
  7. </script>";
  8. }
  9. ?>
  10. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  11. "http://www.w3.org/TR/html4/loose.dtd">
  12. <html>
  13. <head>
  14. <title><?=getTitle(__FILE__);?></title>
  15. <link rel="stylesheet" href="phpME.css" type="text/css"></link>
  16. </head>
  17. <body onLoad='documentOnLoad()'>
  18. <h3><?=getTitle(__FILE__);?></h3>
  19. <?php
  20. echo "
  21. <script language=javascript>
  22. function documentOnLoad() {
  23. ";
  24. if (in_array($_REQUEST['operation'],array(__('Change')))
  25. || isset($_REQUEST['morechange'])) {
  26. echo "document.forms[0].userid.readOnly = true;";
  27. //$opts['fdd']['userid']['input'] = 'R';
  28. }
  29. echo "
  30. }
  31. </script>
  32. ";
  33. /*
  34. * IMPORTANT NOTE: This generated file contains only a subset of huge amount
  35. * of options that can be used with phpMyEdit. To get information about all
  36. * features offered by phpMyEdit, check official documentation. It is available
  37. * online and also for download on phpMyEdit project management page:
  38. *
  39. * http://www.platon.sk/projects/main_page.php?project_id=5
  40. */
  41. // MySQL host name, user name, password, database, and table
  42. require_once 'config.php';
  43. $opts['hn'] = $adodb_host;
  44. $opts['un'] = $adodb_user;
  45. $opts['pw'] = $adodb_pass;
  46. $opts['db'] = $adodb_db;
  47. $opts['tb'] = 'qb_user';
  48. // Name of field which is the unique key
  49. $opts['key'] = 'userid';
  50. // Type of key field (int/real/string/date etc.)
  51. $opts['key_type'] = 'string';
  52. // Sorting field(s)
  53. $opts['sort_field'] = array('userid');
  54. // Number of records to display on the screen
  55. // Value of -1 lists all records in a table
  56. $opts['inc'] = 25;
  57. // Options you wish to give the users
  58. // A - add, C - change, P - copy, V - view, D - delete,
  59. // F - filter, I - initial sort suppressed
  60. $opts['options'] = 'ACFD'; // VDP
  61. // Number of lines to display on multiple selection filters
  62. $opts['multiple'] = '4';
  63. // Navigation style: B - buttons (default), T - text links, G - graphic links
  64. // Buttons position: U - up, D - down (default)
  65. $opts['navigation'] = 'UG'; //'DB';
  66. // Display special page elements
  67. $opts['display'] = array(
  68. 'form' => true,
  69. 'query' => true,
  70. 'sort' => true,
  71. 'time' => true,
  72. 'tabs' => true
  73. );
  74. $opts['logtable'] = isLogTable($opts['tb']);
  75. /* Get the user's default language and use it if possible or you can
  76. specify particular one you want to use. Refer to official documentation
  77. for list of available languages. */
  78. $opts['language'] = $HTTP_SERVER_VARS['HTTP_ACCEPT_LANGUAGE'];
  79. /* Table-level filter capability. If set, it is included in the WHERE clause
  80. of any generated SELECT statement in SQL query. This gives you ability to
  81. work only with subset of data from table.
  82. $opts['filters'] = "column1 like '%11%' AND column2<17";
  83. $opts['filters'] = "section_id = 9";
  84. $opts['filters'] = "PMEtable0.sessions_count > 200";
  85. */
  86. /* Field definitions
  87. Fields will be displayed left to right on the screen in the order in which they
  88. appear in generated list. Here are some most used field options documented.
  89. ['name'] is the title used for column headings, etc.;
  90. ['maxlen'] maximum length to display add/edit/search input boxes
  91. ['trimlen'] maximum length of string content to display in row listing
  92. ['width'] is an optional display width specification for the column
  93. e.g. ['width'] = '100px';
  94. ['mask'] a string that is used by sprintf() to format field output
  95. ['sort'] true or false; means the users may sort the display on this column
  96. ['strip_tags'] true or false; whether to strip tags from content
  97. ['nowrap'] true or false; whether this field should get a NOWRAP
  98. ['required'] true or false; if generate javascript to prevent null entries
  99. ['select'] T - text, N - numeric, D - drop-down, M - multiple selection
  100. ['options'] optional parameter to control whether a field is displayed
  101. L - list, F - filter, A - add, C - change, P - copy, D - delete, V - view
  102. Another flags are:
  103. R - indicates that a field is read only
  104. W - indicates that a field is a password field
  105. H - indicates that a field is to be hidden and marked as hidden
  106. ['URL'] is used to make a field 'clickable' in the display
  107. e.g.: 'mailto:$value', 'http://$value' or '$page?stuff';
  108. ['URLtarget'] HTML target link specification (for example: _blank)
  109. ['textarea']['rows'] and/or ['textarea']['cols']
  110. specifies a textarea is to be used to give multi-line input
  111. e.g. ['textarea']['rows'] = 5; ['textarea']['cols'] = 10
  112. ['values'] restricts user input to the specified constants,
  113. e.g. ['values'] = array('A','B','C') or ['values'] = range(1,99)
  114. ['values']['table'] and ['values']['column'] restricts user input
  115. to the values found in the specified column of another table
  116. ['values']['description'] = 'desc_column'
  117. The optional ['values']['description'] field allows the value(s) displayed
  118. to the user to be different to those in the ['values']['column'] field.
  119. This is useful for giving more meaning to column values. Multiple
  120. descriptions fields are also possible. Check documentation for this.
  121. */
  122. $opts['fdd']['userid'] = array(
  123. 'name' => 'UserID',
  124. 'select' => 'T',
  125. 'maxlen' => 32,
  126. 'required' => true,
  127. 'sort' => true,
  128. 'sqlw' => 'LOWER("$val")'
  129. );
  130. $opts['fdd']['passwd'] = array(
  131. 'name' => 'Password',
  132. 'select' => 'T',
  133. 'maxlen' => 32,
  134. 'sort' => true,
  135. 'input' => 'W',
  136. 'sqlw' => 'IF (LENGTH("$val")>0,MD5("$val"),passwd)',
  137. 'sql' => '""'
  138. );
  139. $opts['fdd']['supervisor'] = array(
  140. 'name' => 'Supervisor',
  141. 'select' => 'D',
  142. 'maxlen' => 255,
  143. 'sort' => true,
  144. 'values' => array('No', 'Yes'),
  145. 'sqlw' => 'MD5(CONCAT(userid,"$val","qbuilder"))',
  146. 'sql' => 'IF (MD5(CONCAT(userid,"Yes","qbuilder")) = supervisor, "Yes", "No")'
  147. );
  148. $arr = array();
  149. $rs = $adodb->Execute("SELECT * FROM qb_lang ORDER BY language");
  150. while (!$rs->EOF) {
  151. $arr[] = $rs->fields['language'];
  152. $rs->MoveNext();
  153. }
  154. $opts['fdd']['language'] = array(
  155. 'name' => 'Language',
  156. 'select' => 'T',
  157. 'maxlen' => 32,
  158. 'required' => true,
  159. 'sort' => true,
  160. 'values' => $arr
  161. );
  162. $opts['triggers']['delete']['after'] = 'user.TDA.inc.php';
  163. // Now important call to phpMyEdit
  164. $moduleId = 'User.User';
  165. $opts['options'] = getUserOptions($moduleId, $opts['options']);
  166. $opts['filters'] = getUserFilters($moduleId);
  167. require_once 'phpMyEdit.class.php';
  168. new phpMyEdit($opts);
  169. ?>
  170. </body>
  171. </html>