-
Notifications
You must be signed in to change notification settings - Fork 1
/
page-dashboard.php
211 lines (202 loc) · 11.6 KB
/
page-dashboard.php
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<?php
/*
* Osclass – software for creating and publishing online classified
* advertising platforms
*
* Copyright (C) 2013 OSCLASS
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// meta tag robots
osc_add_hook('header','bender_nofollow_construct');
bender_add_body_class('user user-profile');
osc_add_hook('before-main','sidebar');
function sidebar(){
osc_current_web_theme_path('user-sidebar.php');
}
osc_add_filter('meta_title_filter','custom_meta_title');
function custom_meta_title($data){
return __('Alerts', 'bender');;
}
osc_current_web_theme_path('header.php') ;
$osc_user = osc_user();
?>
<div class="page"><section class="wrapper result_outer account_outer">
<section class="account_box">
<h1 class="result">My Account</h1>
<ul>
<li>
<a href="#"><img class="icon" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/listing_icon.png"><h2>Listings<span>Your Selected Listings</span></h2> <img class="plus" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/plus_dropdown.png"></a>
<div class="wishlist">
<h1>My listings</h1>
<p>No listings have been added yet</p>
</div>
</li>
<li>
<a href="#"><img class="icon" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/alert.png"><h2>Alert<span>Your Important Alerts</span></h2> <img class="plus" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/plus_dropdown.png"></a>
<div class="wishlist">
<h1>Alerts</h1>
<p>You do not have any alerts yet.</p>
</div>
</li>
<li>
<a href="#"><img class="icon" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/inbox.png"><h2>Inbox (0)<span>Your Incoming Messages</span></h2> <img class="plus" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/plus_dropdown.png"></a>
<div class="wishlist inbox">
<table cellspacing="0" cellpadding="0">
<tbody><tr>
<th><input type="checkbox"></th>
<th>Date</th>
<th>Subject</th>
<th>From</th>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>24 Oct</td>
<td>Lorem Ipsun is dummy text</td>
<td>Mike</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>24 Oct</td>
<td>Lorem Ipsun is dummy text</td>
<td>Mike</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>24 Oct</td>
<td>Lorem Ipsun is dummy text</td>
<td>Mike</td>
</tr>
</tbody></table>
<input type="button" class="delete apply" value="Delete Selected">
<input type="button" class="admin subscribe" value="Send PM to the admin">
</div>
</li>
<li>
<a href="#"><img class="icon" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/outbox.png"><h2>Outbox<span>Your Outgoing Messages</span></h2> <img class="plus" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/plus_dropdown.png"></a>
<div class="wishlist inbox">
<table cellspacing="0" cellpadding="0">
<tbody><tr>
<th><input type="checkbox"></th>
<th>Date</th>
<th>Subject</th>
<th>Sent To</th>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>24 Oct</td>
<td>Lorem Ipsun is dummy text</td>
<td>Mike</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>24 Oct</td>
<td>Lorem Ipsun is dummy text</td>
<td>Mike</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>24 Oct</td>
<td>Lorem Ipsun is dummy text</td>
<td>Mike</td>
</tr>
</tbody></table>
<input type="button" class="delete apply" value="Delete Selected">
</div>
</li>
<li>
<a href="#"><img class="icon" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/wishlist.png"><h2>Wishlist<span>Your Selected WishList</span></h2> <img class="plus" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/plus_dropdown.png"></a>
<div class="wishlist">
<article class="list_result">
<figure>
<img alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/list_image.png">
<a class="rate" href="#">4500 руб</a>
<a class="other" href="#">Other currencies
<ul>
<li>378 EUR</li>
<li>320 GBP</li>
<li>4231 UAH</li>
<li>516 USD</li>
</ul>
</a>
</figure>
<div class="list_textbox">
<h1>Проводной микрофон Shure SM58 (оригинальный)</h1>
<h3>Dynamic - () - October 17, 2013.</h3>
<p>Тип - Динамический кардиоидный вокальный микрофон Диапазон частот - 50 Гц — 15 кГц Диаграмма направленности - кардиоидная, симметричная, равномерная частотная характерис тика в пределах диаграммы направленности Корпус - литой Тип - Динамический кардиоидный вокальный микрофон Диапазон частот - 50 Гц — 15 кГц Диаграмма направленности...</p>
</div>
<div class="clear"></div>
</article>
</div>
</li>
<li>
<a href="#"><img class="icon" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/account.png"><h2>Account<span>View Full Account</span></h2> <img class="plus" alt="" src="http://localhost/osclass.3.2.2/oc-content/themes/spain/images/plus_dropdown.png"></a>
<div class="wishlist account">
<h1>Update account</h1>
<ul>
<li><label>Name</label><input type="text" placeholder="Name"></li>
<li><label>User Type</label><select><option>User</option><option>Company</option></select></li>
<li><label>Cell Phone</label><input type="text" placeholder=""></li>
<li><label>Phone</label><input type="text" placeholder=""></li>
<li><label>Country</label><select><option>Select a Country...</option><option>Russian</option></select></li>
<li><label>Region</label><select><option>Region</option><option>Region</option></select></li>
<li><label>City</label><select><option>City</option><option>City</option></select></li>
<li><label>City Area</label><input type="text" placeholder=""></li>
<li><label>Address</label><input type="text" placeholder=""></li>
<li><label>Website</label><input type="text" placeholder=""></li>
<li><label>Description</label><textarea></textarea></li>
<li><input type="button" value="Update" class="Update apply"></li>
</ul>
<h1>PM Settings</h1>
<ul class="pm">
<li><label>Notify by email every time you get a new personal message?</label>
<select>
<option>Always</option>
<option>Never</option>
</select>
</li>
<li><label>Show a flash message when you have new personal messages?</label>
<select>
<option>Always</option>
<option>Never</option>
</select>
</li>
<li><label>Notify by email every time you get a new personal message?</label>
<select>
<option>Always</option>
<option>Never</option>
</select>
</li>
<li><input type="button" value="Save Settings" class="settings apply"></li>
</ul>
<h1>Change your Username, Email, Password</h1>
<ul>
<li><label>User Name</label><input type="text" placeholder=""></li>
<li><label>New Email*</label><input type="text" placeholder=""></li>
<li><label>Current Password*</label><input type="text" placeholder=""></li>
<li><label>New Password*</label><input type="text" placeholder=""></li>
<li><label>Reapeat New Password*</label><input type="text" placeholder=""></li>
<li><input type="button" value="Update" class="Update apply"></li>
</ul>
<h1>Delete Account</h1>
<input type="button" value="Delete Account" class="delete_account subscribe">
<div class="clear"></div>
</div>
</li>
</ul>
</section>
<div class="clear"></div>
</section>
</div>
<?php osc_current_web_theme_path('footer.php') ; ?>