/[libdata]/branches/paul/admin/scribe_start.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/scribe_start.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 8  require_once ($GLOBAL_ADMIN_INC."accessC Line 8  require_once ($GLOBAL_ADMIN_INC."accessC
8  require_once ($GLOBAL_ADMIN_INC."db_connect.php");  require_once ($GLOBAL_ADMIN_INC."db_connect.php");
9  require_once ($GLOBAL_ADMIN_INC."app_controls.php");  require_once ($GLOBAL_ADMIN_INC."app_controls.php");
10    
11    
12    // Default access settings
13    $sess_time_human = "";
14    $sess_staff_account = "";
15    $sess_staff_id = 0;
16    $sess_access_level = 0;
17    $sess_access = "";
18    $sess_last_name = "";
19    $sess_first_name = "";
20    
21    
22  // Collect access information  // Collect access information
23  if (isset($libsession)) {  if (isset($libsession)) {
24    
# Line 110  require_once ($GLOBAL_ADMIN_INC."scribe_ Line 121  require_once ($GLOBAL_ADMIN_INC."scribe_
121                          <form method = "POST" action = "scribe.phtml">                          <form method = "POST" action = "scribe.phtml">
122                          <select name = "page_id">                          <select name = "page_id">
123                          <?php                          <?php
124                          dropDownAuthPages($con, $sess_access_level, $sess_staff_id);                          dropDownAuthPages($sess_access_level, $sess_staff_id);
125                          ?>                          ?>
126                          </select>                          </select>
127                          <input type = "submit" value = "Load">                          <input type = "submit" value = "Load">
# Line 127  require_once ($GLOBAL_ADMIN_INC."scribe_ Line 138  require_once ($GLOBAL_ADMIN_INC."scribe_
138                          <form method = "POST" action = "scribe.phtml">                          <form method = "POST" action = "scribe.phtml">
139                          <select name = "page_id">                          <select name = "page_id">
140                          <?php                          <?php
141                          dropDownAuthCourses($con, $sess_access_level, $sess_staff_id);                          dropDownAuthCourses($sess_access_level, $sess_staff_id);
142                          ?>                          ?>
143                          </select>                          </select>
144                          <input type = "submit" value = "Load">                          <input type = "submit" value = "Load">
# Line 179  require_once ($GLOBAL_ADMIN_INC."scribe_ Line 190  require_once ($GLOBAL_ADMIN_INC."scribe_
190                          <form method = "POST" action = "scribe_transaction.phtml">                          <form method = "POST" action = "scribe_transaction.phtml">
191                          <select name = "page_id">                          <select name = "page_id">
192                          <?php                          <?php
193                          dropDownFieldOmit($con, "page", "page_title", "page_id", " WHERE pagetype_id = 2");                          dropDownFieldOmit("page", "page_title", "page_id", " WHERE pagetype_id = 2");
194                          printf("</select>");                          printf("</select>");
195                          printf("<input type=\"hidden\" name =\"transaction\" value = \"pageTemplateConfirm\">\n");                          printf("<input type=\"hidden\" name =\"transaction\" value = \"pageTemplateConfirm\">\n");
196                          printf("<input type=\"hidden\" name =\"sess_staff_account\" value = \"%d\">\n", $sess_staff_account);                          printf("<input type=\"hidden\" name =\"sess_staff_account\" value = \"%d\">\n", $sess_staff_account);
# Line 200  require_once ($GLOBAL_ADMIN_INC."scribe_ Line 211  require_once ($GLOBAL_ADMIN_INC."scribe_
211                          <form method ="POST" action="scribe_transaction.phtml">                          <form method ="POST" action="scribe_transaction.phtml">
212                          <select name = "page_id">                          <select name = "page_id">
213                          <?php                          <?php
214                          dropDownCourses($con);                          dropDownCourses();
215                          printf("</select>\n");                          printf("</select>\n");
216                          printf("<input type=\"hidden\" name =\"transaction\" value = \"pageTemplateConfirm\">\n");                          printf("<input type=\"hidden\" name =\"transaction\" value = \"pageTemplateConfirm\">\n");
217                          printf("<input type=\"hidden\" name =\"sess_staff_account\" value = \"%d\">\n", $sess_staff_account);                          printf("<input type=\"hidden\" name =\"sess_staff_account\" value = \"%d\">\n", $sess_staff_account);

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

  ViewVC Help
Powered by ViewVC 1.1.26