From 6f6a8670bd25fcae9485686721a6c3bd941d15ca Mon Sep 17 00:00:00 2001 From: Alex King Date: Wed, 24 Sep 2003 22:03:02 +0000 Subject: [PATCH] renamed these files to wp- git-svn-id: https://develop.svn.wordpress.org/trunk@383 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/b2edit.form.php | 222 ---------------------- wp-admin/b2edit.showposts.php | 341 ---------------------------------- 2 files changed, 563 deletions(-) delete mode 100644 wp-admin/b2edit.form.php delete mode 100644 wp-admin/b2edit.showposts.php diff --git a/wp-admin/b2edit.form.php b/wp-admin/b2edit.form.php deleted file mode 100644 index 05609a8011..0000000000 --- a/wp-admin/b2edit.form.php +++ /dev/null @@ -1,222 +0,0 @@ -
- ?
'; - } else { - $form_pingback = ''; - } - if ($use_trackback) { - $form_trackback = '

(Separate multiple URLs with commas.)
-

'; - } else { - $form_trackback = ''; - } - $colspan = 3; - break; - case "edit": - $submitbutton_text = 'Edit this!'; - $toprow_title = 'Editing Post #' . $postdata['ID']; - $form_action = 'editpost'; - $form_extra = "' />\n'; - $form_prevstatus = ''; - $form_trackback = ''; - break; - case "editcomment": - $submitbutton_text = 'Edit this!'; - $toprow_title = 'Editing Comment # '.$commentdata['comment_ID']; - $form_action = 'editedcomment'; - $form_extra = "' />\n\n'; - $form_trackback = ''; - break; -} - -?> - -
- - - - - - -
- -
- -
-
- -
- -
-
- -
- -
-
- -
- -
-
- -
- -
-
- -
- -
-
- - - - - - - - -
-
-
-
- -
-
- -
- - - -

-
-

- - - - - - - -
-Post:'; -} else { - echo ''; -} -?> - -Quicktags: '; - include('wp-quicktags.php'); -} -?> -
- 100)) { - $rows = 9; - } -?> -
- - - -  -  click for Geo Info -
- - - - - -

- - -= $fileupload_minlevel) && ((ereg(" ".$user_login." ", $fileupload_allowedusers)) || (trim($fileupload_allowedusers)=="")) ) { ?> - - 4) && ($action != "post")) -if ($user_level > 4) { - touch_time(($action == 'edit')); -} -if ('edit' == $action) echo " -

Delete this post

"; -?> -
-
\ No newline at end of file diff --git a/wp-admin/b2edit.showposts.php b/wp-admin/b2edit.showposts.php deleted file mode 100644 index ec9f437d9a..0000000000 --- a/wp-admin/b2edit.showposts.php +++ /dev/null @@ -1,341 +0,0 @@ - - -
- - - - - - - - - -
- Show posts: - - - - - - -
-
- 0) { -?> - - - - - -
-
-
- - - - -
-
-
-
- - -   - -
-
-
-  to   -   - -
-
-
- - - -
- - - - - - -
-
- - - -
-
-
- - -
-
-
- "; - $querycount++; - $arc_result=$wpdb->get_results("SELECT DISTINCT YEAR(post_date), MONTH(post_date) FROM $tableposts ORDER BY post_date DESC",ARRAY_A); - foreach ($arc_result as $arc_row) { - $arc_year = $arc_row["YEAR(post_date)"]; - $arc_month = $arc_row["MONTH(post_date)"]; - echo "\n"; - } - } elseif ($archive_mode == "daily") { - echo ""; - if (!isset($start_of_week)) { - $start_of_week = 1; - } - $archive_week_start_date_format = "Y/m/d"; - $archive_week_end_date_format = "Y/m/d"; - $archive_week_separator = " - "; - $querycount++; - $arc_result=$wpdb->geT_results("SELECT DISTINCT YEAR(post_date), MONTH(post_date), DAYOFMONTH(post_date), WEEK(post_date) FROM $tableposts ORDER BY post_date DESC", ARRAY_A); - $arc_w_last = ''; - foreach ($arc_result as $arc_row) { - $arc_year = $arc_row["YEAR(post_date)"]; - $arc_w = $arc_row["WEEK(post_date)"]; - if ($arc_w != $arc_w_last) { - $arc_w_last = $arc_w; - $arc_ymd = $arc_year."-".zeroise($arc_row["MONTH(post_date)"],2)."-" .zeroise($arc_row["DAYOFMONTH(post_date)"],2); - $arc_week = get_weekstartend($arc_ymd, $start_of_week); - $arc_week_start = date($archive_week_start_date_format, $arc_week['start']); - $arc_week_end = date($archive_week_end_date_format, $arc_week['end']); - echo "\n"; - } - } - } elseif ($archive_mode == "postbypost") { - echo ''; - echo '"; - ?> - -
-
- - -

- [ - $authordata->user_level) or ($user_login == $authordata->user_login)) { - echo " - Edit"; - echo " - Delete "; - } - if ('private' == $post->post_status) echo ' - Private'; - ?> - ] -
- by (), in
- - -

- get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date"); - if ($comments) { - ?> - -

Comments

-
    - - - -
  1. - ( / ) (IP: ) - - @ - $authordata->user_level) or ($user_login == $authordata->user_login)) { - echo "[ comment_ID."\">Edit"; - echo " - ID."&comment=".$commentdata->comment_ID."\">Delete ]"; - } // end if any comments to show - ?> -
  2. - - - '; - }//end if comments - if ($comment_error) - echo "

    Error: please fill the required fields (name & comment)

    "; - ?> - -

    Leave Comment

    - - - - -
    - - " /> -
    -
    -
    -
    - -
    - - - -
    - - -

    - No results found. -

    - - - -
- - \ No newline at end of file