]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/edit-page-form.php
c9b7ef5b305eb4b2b568c92c802895636eeb23e4
[autoinstalls/wordpress.git] / wp-admin / edit-page-form.php
1
2 <div class="wrap">
3 <h2 id="write-post"><?php _e('Write Page'); ?><?php if ( 0 != $post_ID ) : ?>
4 <small class="quickjump"><a href="#preview-post"><?php _e('preview &darr;'); ?></a></small><?php endif; ?></h2>
5 <?php
6 if (0 == $post_ID) {
7         $form_action = 'post';
8         $nonce_action = 'add-post';
9         $temp_ID = -1 * time();
10         $form_extra = "<input type='hidden' name='temp_ID' value='$temp_ID' />";
11 } else {
12         $form_action = 'editpost';
13         $nonce_action = 'update-post_' . $post_ID;
14         $form_extra = "<input type='hidden' id='post_ID' name='post_ID' value='$post_ID' />";
15 }
16
17 $sendto = wp_get_referer();
18
19 if ( 0 != $post_ID && $sendto == get_permalink($post_ID) )
20         $sendto = 'redo';
21 $sendto = wp_specialchars( $sendto );
22
23 ?>
24
25 <form name="post" action="post.php" method="post" id="post">
26
27 <?php
28 wp_nonce_field($nonce_action);
29
30 if (isset($mode) && 'bookmarklet' == $mode) {
31     echo '<input type="hidden" name="mode" value="bookmarklet" />';
32 }
33 ?>
34 <input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
35 <input type="hidden" id="hiddenaction" name="action" value='<?php echo $form_action ?>' />
36 <?php echo $form_extra ?>
37 <input type="hidden" name="post_status" value="static" />
38
39 <script type="text/javascript">
40 // <![CDATA[
41 function focusit() { // focus on first input field
42         document.post.title.focus();
43 }
44 addLoadEvent(focusit);
45 // ]]>
46 </script>
47 <div id="poststuff">
48
49 <div id="moremeta">
50 <div id="grabit" class="dbx-group">
51 <fieldset id="commentstatusdiv" class="dbx-box">
52 <h3 class="dbx-handle"><?php _e('Discussion') ?></h3>
53 <div class="dbx-content">
54 <input name="advanced_view" type="hidden" value="1" />
55 <label for="comment_status" class="selectit">
56 <input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> />
57 <?php _e('Allow Comments') ?></label> 
58 <label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /> <?php _e('Allow Pings') ?></label>
59 </div>
60 </fieldset>
61
62 <fieldset id="passworddiv" class="dbx-box">
63 <h3 class="dbx-handle"><?php _e('Password-Protect Post') ?></h3> 
64 <div class="dbx-content"><input name="post_password" type="text" size="13" id="post_password" value="<?php echo $post->post_password ?>" /></div>
65 </fieldset>
66
67 <fieldset id="pageparent" class="dbx-box">
68 <h3 class="dbx-handle"><?php _e('Page Parent') ?></h3> 
69 <div class="dbx-content"><p><select name="parent_id">
70 <option value='0'><?php _e('Main Page (no parent)'); ?></option>
71 <?php parent_dropdown($post->post_parent); ?>
72 </select></p>
73 </div>
74 </fieldset>
75
76 <?php if ( 0 != count( get_page_templates() ) ) { ?>
77 <fieldset id="pagetemplate" class="dbx-box">
78 <h3 class="dbx-handle"><?php _e('Page Template:') ?></h3> 
79 <div class="dbx-content"><p><select name="page_template">
80                 <option value='default'><?php _e('Default Template'); ?></option>
81                 <?php page_template_dropdown($post->page_template); ?>
82                 </select></p>
83 </div>
84 </fieldset>
85 <?php } ?>
86
87 <fieldset id="slugdiv" class="dbx-box">
88 <h3 class="dbx-handle"><?php _e('Post slug') ?></h3> 
89 <div class="dbx-content"><input name="post_name" type="text" size="13" id="post_name" value="<?php echo $post->post_name ?>" /></div>
90 </fieldset>
91
92 <?php if ( $authors = get_editable_authors( $current_user->id ) ) : // TODO: ROLE SYSTEM ?>
93 <fieldset id="authordiv" class="dbx-box">
94 <h3 class="dbx-handle"><?php _e('Post author'); ?>:</h3>
95 <div class="dbx-content">
96 <select name="post_author_override" id="post_author_override">
97 <?php 
98 foreach ($authors as $o) :
99 $o = get_userdata( $o->ID );
100 if ( $post->post_author == $o->ID || ( empty($post_ID) && $user_ID == $o->ID ) ) $selected = 'selected="selected"';
101 else $selected = '';
102 echo "<option value='$o->ID' $selected>$o->display_name</option>";
103 endforeach;
104 ?>
105 </select>
106 </div>
107 </fieldset>
108 <?php endif; ?>
109
110 <fieldset id="pageorder" class="dbx-box">
111 <h3 class="dbx-handle"><?php _e('Page Order') ?></h3> 
112 <div class="dbx-content"><p><input name="menu_order" type="text" size="4" id="menu_order" value="<?php echo $post->menu_order ?>" /></p></div>
113 </fieldset>
114
115 <?php do_action('dbx_page_sidebar'); ?>
116
117 </div>
118 </div>
119
120 <fieldset id="titlediv">
121   <legend><?php _e('Page Title') ?></legend> 
122   <div><input type="text" name="post_title" size="30" tabindex="1" value="<?php echo $post->post_title; ?>" id="title" /></div>
123 </fieldset>
124
125
126 <fieldset id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>">
127     <legend><?php _e('Page Content') ?></legend>
128 <?php
129  $rows = get_settings('default_post_edit_rows');
130  if (($rows < 3) || ($rows > 100)) {
131      $rows = 10;
132  }
133 ?>
134 <?php the_quicktags(); ?>
135
136 <div><textarea title="true" rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="4" id="content"><?php echo user_can_richedit() ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>
137 </fieldset>
138
139 <script type="text/javascript">
140 <!--
141 edCanvas = document.getElementById('content');
142 <?php if ( user_can_richedit() ) : ?>
143 // This code is meant to allow tabbing from Title to Post (TinyMCE).
144 if ( tinyMCE.isMSIE )
145         document.getElementById('title').onkeydown = function (e)
146                 {
147                         e = e ? e : window.event;
148                         if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) {
149                                 var i = tinyMCE.selectedInstance;
150                                 if(typeof i ==  'undefined')
151                                         return true;
152                                 tinyMCE.execCommand("mceStartTyping");
153                                 this.blur();
154                                 i.contentWindow.focus();
155                                 e.returnValue = false;
156                                 return false;
157                         }
158                 }
159 else
160         document.getElementById('title').onkeypress = function (e)
161                 {
162                         e = e ? e : window.event;
163                         if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) {
164                                 var i = tinyMCE.selectedInstance;
165                                 if(typeof i ==  'undefined')
166                                         return true;
167                                 tinyMCE.execCommand("mceStartTyping");
168                                 this.blur();
169                                 i.contentWindow.focus();
170                                 e.returnValue = false;
171                                 return false;
172                         }
173                 }
174 <?php endif; ?>
175 //-->
176 </script>
177
178 <p class="submit">
179 <?php if ( $post_ID ) : ?>
180 <input name="save" type="submit" id="save" tabindex="5" value=" <?php _e('Save and Continue Editing'); ?> "/> 
181 <input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php $post_ID ? _e('Save') : _e('Create New Page') ?> &raquo;" /> 
182 <?php else : ?>
183 <input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php _e('Create New Page') ?> &raquo;" /> 
184 <?php endif; ?>
185 <input name="referredby" type="hidden" id="referredby" value="<?php echo $sendto; ?>" />
186 </p>
187
188 <?php do_action('edit_page_form'); ?>
189
190 <?php
191 if (current_user_can('upload_files')) {
192         $uploading_iframe_ID = (0 == $post_ID ? $temp_ID : $post_ID);
193         $uploading_iframe_src = wp_nonce_url("inline-uploading.php?action=view&amp;post=$uploading_iframe_ID", 'inlineuploading');
194         $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
195         if ( false != $uploading_iframe_src )
196                 echo '<iframe id="uploading" border="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';
197 }
198 ?>
199
200 <div id="advancedstuff" class="dbx-group">
201
202 <fieldset id="postcustom" class="dbx-box">
203 <h3 class="dbx-handle"><?php _e('Custom Fields') ?></h3>
204 <div id="postcustomstuff" class="dbx-content">
205 <?php 
206 if($metadata = has_meta($post_ID)) {
207 ?>
208 <?php
209         list_meta($metadata); 
210 ?>
211 <?php
212 }
213         meta_form();
214 ?>
215 </div>
216 <div id="ajax-response"></div>
217 </fieldset>
218
219 <?php do_action('dbx_page_advanced'); ?>
220
221 </div>
222
223 <?php if ('edit' == $action) :
224         $delete_nonce = wp_create_nonce( 'delete-page_' . $post_ID ); ?>
225         <input name="deletepost" class="button" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this page') ?>" <?php echo "onclick=\"if ( confirm('" . sprintf(__("You are about to delete this page \'%s\'\\n  \'Cancel\' to stop, \'OK\' to delete."), js_escape($post->post_title) ) . "') ) { document.forms.post._wpnonce.value = '$delete_nonce'; return true;}return false;\""; ?> />
226 <?php endif; ?>
227 </form>
228
229 </div>
230
231 </div>