Make WordPress Core

Ticket #44487: admin-test.html

File admin-test.html, 8.7 KB (added by HairLoss57, 7 years ago)

HTML file, originally source code of new post admin page, reduced to bare essential code to create link

Line 
1<!DOCTYPE html>
2<!--[if IE 8]>
3<html xmlns="http://www.w3.org/1999/xhtml" class="ie8 wp-toolbar"  lang="en-US">
4<![endif]-->
5<!--[if !(IE 8) ]><!-->
6<html xmlns="http://www.w3.org/1999/xhtml" class="wp-toolbar"  lang="en-US">
7<!--<![endif]-->
8<head>
9<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10<title>Add New Short post &lsaquo; JC Yogi &#8212; WordPress</title>
11
12
13<meta name="viewport" content="width=device-width,initial-scale=1.0">
14<link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' />
15<link rel='dns-prefetch' href='//s.w.org' />
16
17
18<!--
19        IF THE STYLESHEET BELOW IS REMOVED THE BLINKING STOPS, THOUGH PAGE IS SEVERELY COMPROMISED
20        IF admin-bar IS REMOVED THE FLICKERING ONLY OCCURS AT A SPECIFIC MOUSE POSITION
21        IF common IS REMOVED FROM THE LIST BELOW THE FLICKERING STOPS
22-->
23<link rel='stylesheet' href='http://keyfutures.biz/sample2/wp-admin/load-styles.php?c=1&amp;dir=ltr&amp;load%5B%5D=dashicons,admin-bar,common&amp;load%5B%5D=,&amp;ver=4.9.6' type='text/css' media='all' />
24
25
26<!-- WYSIWYG NEEDS THIS TO FUNCTION -->         
27<script type='text/javascript'>
28/* <![CDATA[ */
29var userSettings = {"url":"\/sample2\/","uid":"4","time":"1530392528","secure":""};/* ]]> */
30</script>
31<script type='text/javascript' src='http://keyfutures.biz/sample2/wp-admin/load-scripts.php?c=1&amp;load%5B%5D=jquery-core,jquery-migrate,utils&amp;ver=4.9.6'></script>
32
33
34
35</head>
36<body class="wp-admin wp-core-ui no-js  post-new-php auto-fold admin-bar post-type-short-post branch-4-9 version-4-9-6 admin-color-fresh locale-en-us no-customize-support no-svg">
37
38<!-- WYSIWYG NEEDS THIS TO FUNCTION --> 
39<script type="text/javascript">
40        document.body.className = document.body.className.replace('no-js','js');
41</script>
42
43
44       
45
46<div id="wpcontent">   
47        <div id="wpbody" role="main">
48                <div id="wpbody-content" aria-label="Main content" tabindex="0">               
49                        <div class="wrap">
50
51
52
53
54
55
56<form name="post" action="post.php" method="post" id="post">
57        <div id="poststuff">
58                <div id="post-body" class="metabox-holder columns-2">
59                        <div id="post-body-content">
60                                <!-- THIS HOLDS THE EDITOR -->
61                                <div id="postdivrich" class="postarea wp-editor-expand">
62                                        <div id="wp-content-wrap" class="wp-core-ui wp-editor-wrap html-active has-dfw">
63                                                <!-- THIS STYLE SHEET IS ESSENTIAL -->
64                                                <link rel='stylesheet' id='editor-buttons-css'  href='http://keyfutures.biz/sample2/wp-includes/css/editor.min.css?ver=4.9.6' type='text/css' media='all' />
65                                                <div id="wp-content-editor-tools" class="wp-editor-tools hide-if-no-js">
66                                                        <div class="wp-editor-tabs">
67                                                                <button type="button" id="content-tmce" class="wp-switch-editor switch-tmce" data-wp-editor-id="content">
68                                                                        Visual                                                 
69                                                                </button>
70                                                                <button type="button" id="content-html" class="wp-switch-editor switch-html" data-wp-editor-id="content">
71                                                                        Text
72                                                                </button>
73                                                        </div>
74                                                </div>
75                                                <div id="wp-content-editor-container" class="wp-editor-container"><div id="ed_toolbar" class="quicktags-toolbar"></div>
76                                                <textarea class="wp-editor-area" style="height: 300px" autocomplete="off" cols="40" name="content" id="content"></textarea>
77                                        </div>
78                                </div>
79                                </div>
80                        </div><!-- /post-body-content -->
81                </div><!-- /post-body -->
82        </div><!-- /poststuff -->
83</form>
84</div>
85
86
87
88
89
90               
91               
92<div id="post-lock-dialog" class="notification-dialog-wrap hidden">
93
94
95
96<!-- WYSIWYG VISUAL MODE DOES NOT WORK WITHOUT THESE -->
97<script type='text/javascript' src='http://keyfutures.biz/sample2/wp-includes/js/mce-view.min.js?ver=4.9.6'></script>
98<script type='text/javascript' src='http://keyfutures.biz/sample2/wp-admin/js/editor.min.js?ver=4.9.6'></script>
99
100                                <script type="text/javascript">
101                tinyMCEPreInit = {
102                        baseURL: "http://keyfutures.biz/sample2/wp-includes/js/tinymce",
103                        suffix: ".min",
104                        dragDropUpload: true,                   mceInit: {'content':{theme:"modern",skin:"lightgray",language:"en",formats:{alignleft: [{selector: "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li", styles: {textAlign:"left"}},{selector: "img,table,dl.wp-caption", classes: "alignleft"}],aligncenter: [{selector: "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li", styles: {textAlign:"center"}},{selector: "img,table,dl.wp-caption", classes: "aligncenter"}],alignright: [{selector: "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li", styles: {textAlign:"right"}},{selector: "img,table,dl.wp-caption", classes: "alignright"}],strikethrough: {inline: "del"}},relative_urls:false,remove_script_host:false,convert_urls:false,browser_spellcheck:true,fix_list_elements:true,entities:"38,amp,60,lt,62,gt",entity_encoding:"raw",keep_styles:false,cache_suffix:"wp-mce-4711-20180425",resize:false,menubar:false,branding:false,preview_styles:"font-family font-size font-weight font-style text-decoration text-transform",end_container_on_empty_block:true,wpeditimage_html5_captions:true,wp_lang_attr:"en-US",wp_keep_scroll_position:true,wp_shortcut_labels:{"Heading 1":"access1","Heading 2":"access2","Heading 3":"access3","Heading 4":"access4","Heading 5":"access5","Heading 6":"access6","Paragraph":"access7","Blockquote":"accessQ","Underline":"metaU","Strikethrough":"accessD","Bold":"metaB","Italic":"metaI","Code":"accessX","Align center":"accessC","Align right":"accessR","Align left":"accessL","Justify":"accessJ","Cut":"metaX","Copy":"metaC","Paste":"metaV","Select all":"metaA","Undo":"metaZ","Redo":"metaY","Bullet list":"accessU","Numbered list":"accessO","Insert\/edit image":"accessM","Remove link":"accessS","Toolbar Toggle":"accessZ","Insert Read More tag":"accessT","Insert Page Break tag":"accessP","Distraction-free writing mode":"accessW","Keyboard Shortcuts":"accessH"},content_css:"",plugins:"wordpress,wplink",selector:"#content",wpautop:true,indent:false,toolbar1:"link",toolbar2:"strikethrough,hr,forecolor,pastetext,removeformat,charmap,outdent,indent,undo,redo,wp_help",toolbar3:"",toolbar4:"",tabfocus_elements:"content-html,save-post",body_class:"content post-type-short-post post-status-auto-draft page-template-default locale-en-us",wp_autoresize_on:true,add_unload_trigger:false}},
105                        qtInit: {'content':{id:"content",buttons:"link"}},
106                        ref: {plugins:"wplink",theme:"modern",language:"en"},
107                };
108                </script>
109               
110                <script type='text/javascript' src='http://keyfutures.biz/sample2/wp-includes/js/tinymce/wp-tinymce.php?c=1&amp;ver=4711-20180425'></script>
111
112<script type='text/javascript' src='http://keyfutures.biz/sample2/wp-includes/js/tinymce/langs/wp-langs-en.js?ver=4711-20180425'></script>
113               
114               
115               
116               
117               
118                                <div id="wp-link-backdrop" style="display: none"></div>
119                <div id="wp-link-wrap" class="wp-core-ui" style="display: none" role="dialog" aria-labelledby="link-modal-title">
120                <form id="wp-link" tabindex="-1">
121                <input type="hidden" id="_ajax_linking_nonce" name="_ajax_linking_nonce" value="c4fcbfb292" />          <h1 id="link-modal-title">Insert/edit link</h1>
122                <button type="button" id="wp-link-close"><span class="screen-reader-text">Close</span></button>
123                <div id="link-selector">
124                        <div id="link-options">
125                                <p class="howto" id="wplink-enter-url">Enter the destination URL</p>
126                                <div>
127                                        <label><span>URL</span>
128                                        <input id="wp-link-url" type="text" aria-describedby="wplink-enter-url" /></label>
129                                </div>
130                                <div class="wp-link-text-field">
131                                        <label><span>Link Text</span>
132                                        <input id="wp-link-text" type="text" /></label>
133                                </div>
134                                <div class="link-target">
135                                        <label><span></span>
136                                        <input type="checkbox" id="wp-link-target" /> Open link in a new tab</label>
137                                </div>
138                        </div>
139                        <p class="howto" id="wplink-link-existing-content">Or link to existing content</p>
140                        <div id="search-panel">
141                                <div class="link-search-wrapper">
142                                        <label>
143                                                <span class="search-label">Search</span>
144                                                <input type="search" id="wp-link-search" class="link-search-field" autocomplete="off" aria-describedby="wplink-link-existing-content" />
145                                                <span class="spinner"></span>
146                                        </label>
147                                </div>
148                                <div id="search-results" class="query-results" tabindex="0">
149                                        <ul></ul>
150                                        <div class="river-waiting">
151                                                <span class="spinner"></span>
152                                        </div>
153                                </div>
154                                <div id="most-recent-results" class="query-results" tabindex="0">
155                                        <div class="query-notice" id="query-notice-message">
156                                                <em class="query-notice-default">No search term specified. Showing recent items.</em>
157                                                <em class="query-notice-hint screen-reader-text">Search or use up and down arrow keys to select an item.</em>
158                                        </div>
159                                        <ul></ul>
160                                        <div class="river-waiting">
161                                                <span class="spinner"></span>
162                                        </div>
163                                </div>
164                        </div>
165                </div>
166                <div class="submitbox">
167                        <div id="wp-link-cancel">
168                                <button type="button" class="button">Cancel</button>
169                        </div>
170                        <div id="wp-link-update">
171                                <input type="submit" value="Add Link" class="button button-primary" id="wp-link-submit" name="wp-link-submit">
172                        </div>
173                </div>
174                </form>
175                </div>
176               
177<div class="clear"></div></div><!-- wpwrap -->
178
179</body>
180</html>