/[libdata]/branches/paul/admin/console_dba.phtml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/paul/admin/console_dba.phtml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 66 by dpavlin, Fri Dec 5 18:40:01 2003 UTC revision 67 by dpavlin, Thu Mar 18 19:24:54 2004 UTC
# Line 17  printf("<link rel=\"stylesheet\" href=\" Line 17  printf("<link rel=\"stylesheet\" href=\"
17  printf("</HEAD>\n");  printf("</HEAD>\n");
18    
19    
20    // Default access settings
21    $sess_time_human = "";
22    $sess_staff_account = "";
23    $sess_staff_id = 0;
24    $sess_access_level = 0;
25    $sess_access = "";
26    $sess_last_name = "";
27    $sess_first_name = "";
28    
29    
30  // Page header  // Page header
31  require_once ($GLOBAL_ADMIN_HEADER);  require_once ($GLOBAL_ADMIN_HEADER);
32    
# Line 67  if(isset($libsession) && $sess_access_le Line 77  if(isset($libsession) && $sess_access_le
77          printf("<form method=\"post\" action=\"scribe_debug.phtml\">");          printf("<form method=\"post\" action=\"scribe_debug.phtml\">");
78          printf("<td valign=\"top\"><b>CourseLib Debugger</b></td>\n");          printf("<td valign=\"top\"><b>CourseLib Debugger</b></td>\n");
79          printf("<td><select name=\"page_id\">");          printf("<td><select name=\"page_id\">");
80          dropDownCourses($con);          dropDownCourses();
81          printf("</select></td>\n");          printf("</select></td>\n");
82          printf("<td><input type=\"submit\" value=\"Debug\">");          printf("<td><input type=\"submit\" value=\"Debug\">");
83          printf("</td></tr></form>\n");          printf("</td></tr></form>\n");
# Line 77  if(isset($libsession) && $sess_access_le Line 87  if(isset($libsession) && $sess_access_le
87          printf("<form method=\"post\" action=\"scribe_debug.phtml\">");          printf("<form method=\"post\" action=\"scribe_debug.phtml\">");
88          printf("<td valign=\"top\"><b>PageScribe Debugger</b></td>");          printf("<td valign=\"top\"><b>PageScribe Debugger</b></td>");
89          printf("<td><select name=\"page_id\">");          printf("<td><select name=\"page_id\">");
90          dropDownFieldOmit($con, "page", "page_title", "page_id", " WHERE pagetype_id = 2");          dropDownFieldOmit("page", "page_title", "page_id", " WHERE pagetype_id = 2");
91          printf("</select></td>\n");          printf("</select></td>\n");
92          printf("<td><input type=\"submit\" value=\"Debug\">");          printf("<td><input type=\"submit\" value=\"Debug\">");
93          printf("</td></tr></form>\n");          printf("</td></tr></form>\n");

Legend:
Removed from v.66  
changed lines
  Added in v.67

  ViewVC Help
Powered by ViewVC 1.1.26