-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.html
More file actions
191 lines (167 loc) · 8.21 KB
/
Copy patheditor.html
File metadata and controls
191 lines (167 loc) · 8.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Editor | Amanda Admin Template</title>
<link rel="stylesheet" href="css/style.default.css" type="text/css" />
<script type="text/javascript" src="js/plugins/jquery-1.7.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="js/plugins/tinymce/jquery.tinymce.js"></script>
<script type="text/javascript" src="js/custom/general.js"></script>
<script type="text/javascript" src="js/custom/editor.js"></script>
<!--[if IE 9]>
<link rel="stylesheet" media="screen" href="css/style.ie9.css"/>
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" media="screen" href="css/style.ie8.css"/>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/plugins/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body class="withvernav">
<div class="bodywrapper">
<div class="topheader">
<div class="left">
<h1 class="logo">Ama.<span>Admin</span></h1>
<span class="slogan">ºǫ́¹ÜÀíϵͳ</span>
<div class="search">
<form action="" method="post">
<input type="text" name="keyword" id="keyword" value="Enter keyword(s)" />
<button class="submitbutton"></button>
</form>
</div><!--search-->
<br clear="all" />
</div><!--left-->
<div class="right">
<!--<div class="notification">
<a class="count" href="notifications.html"><span>9</span></a>
</div>-->
<div class="userinfo">
<img src="images/thumbs/avatar.png" alt="" />
<span>Juan Dela Cruz</span>
</div><!--userinfo-->
<div class="userinfodrop"> <div class="avatar">
<a href=""><img src="images/thumbs/avatarbig.png" alt="" /></a>
<div class="changetheme">
Change theme: <br />
<a class="default"></a>
<a class="blueline"></a>
<a class="greenline"></a>
<a class="contrast"></a>
<a class="custombg"></a>
</div>
</div><!--avatar-->
<div class="userdata">
<h4>Juan Dela Cruz</h4>
<span class="email">youremail@yourdomain.com</span>
<ul>
<li><a href="http://demo.themepixels.com/webpage/amanda/editprofile.html">Edit Profile</a></li>
<li><a href="http://demo.themepixels.com/webpage/amanda/accountsettings.html">Account Settings</a></li>
<li><a href="http://demo.themepixels.com/webpage/amanda/help.html">Help</a></li>
<li><a href="index.html">Sign Out</a></li>
</ul>
</div><!--userdata-->
</div><!--userinfodrop-->
</div><!--right-->
</div><!--topheader-->
<div class="header">
<ul class="headermenu">
<li><a href="dashboard.html"><span class="icon icon-flatscreen"></span>Dashboard</a></li>
<li><a href="manageblog.html"><span class="icon icon-pencil"></span>Manage Blog</a></li>
<li><a href="messages.html"><span class="icon icon-message"></span>Messages</a></li>
<li><a href="reports.html"><span class="icon icon-chart"></span>Reports</a></li>
</ul>
<div class="headerwidget">
<div class="earnings">
<div class="one_half">
<h4>Today's Earnings</h4>
<h2>$640.01</h2>
</div><!--one_half-->
<div class="one_half last alignright">
<h4>Current Rate</h4>
<h2>53%</h2>
</div><!--one_half last-->
</div><!--earnings-->
</div><!--headerwidget-->
</div><!--header-->
<div class="vernav2 iconmenu">
<ul>
<li class="current"><a href="#formsub" class="editor">Forms</a>
<span class="arrow"></span>
<ul id="formsub">
<li><a href="forms.html">Basic Form</a></li>
<li><a href="wizard.html">Wizard</a></li>
<li class="current"><a href="editor.html">WYSIWYG</a></li>
</ul>
</li>
<!--<li><a href="filemanager.html" class="gallery">File Manager</a></li>-->
<li><a href="elements.html" class="elements">Elements</a></li>
<li><a href="widgets.html" class="widgets">Widgets</a></li>
<li><a href="calendar.html" class="calendar">Calendar</a></li>
<li><a href="support.html" class="support">Customer Support</a></li>
<li><a href="typography.html" class="typo">Typography</a></li>
<li><a href="tables.html" class="tables">Tables</a></li>
<li><a href="buttons.html" class="buttons">Buttons & Icons</a></li>
<li><a href="#error" class="error">Error Pages</a>
<span class="arrow"></span>
<ul id="error">
<li><a href="notfound.html">Page Not Found</a></li>
<li><a href="forbidden.html">Forbidden Page</a></li>
<li><a href="internal.html">Internal Server Error</a></li>
<li><a href="offline.html">Offline</a></li>
</ul>
</li>
<li><a href="#addons" class="addons">Addons</a>
<span class="arrow"></span>
<ul id="addons">
<li><a href="newsfeed.html">News Feed</a></li>
<li><a href="profile.html">Profile Page</a></li>
<li><a href="productlist.html">Product List</a></li>
<li><a href="photo.html">Photo/Video Sharing</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="invoice.html">Invoice</a></li>
</ul>
</li>
</ul>
<a class="togglemenu"></a>
<br /><br />
</div><!--leftmenu-->
<div class="centercontent">
<div class="pageheader">
<h1 class="pagetitle">WYSIWYG Editor</h1>
<span class="pagedesc">This editor is powered by TinyMce editor</span>
<ul class="editornav">
<li class="current"><a class="visual">Visual</a></li>
<li><a class="html" onclick="jQuery('#elm1').tinymce().hide();return false;">HTML</a></li>
</ul>
</div><!--pageheader-->
<div id="contentwrapper" class="contentwrapper">
<form method="post" action="http://tinymce.moxiecode.com/dump.php?example=true">
<div>
<!-- Gets replaced with TinyMCE, remember HTML in a textarea should be encoded -->
<div>
<textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%" class="tinymce">
<p>
This is some example text that you can edit inside the <strong>TinyMCE editor</strong>.
</p>
</textarea>
</div>
<br /><br />
<input type="submit" name="save" value="Submit" />
<input type="reset" name="reset" value="Reset" />
</div>
<br /><br />
</form>
</div><!--contentwrapper-->
</div><!-- centercontent -->
</div><!--bodywrapper-->
<script type="text/javascript">
if(document.location.protocol == 'file:') {
alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");
}
</script>
</body>
</html>