-
Notifications
You must be signed in to change notification settings - Fork 0
/
TinyMCE.html
648 lines (542 loc) · 36.7 KB
/
TinyMCE.html
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="https://cdn.bookingtimes.com/Styles/bootstrap-dialog.min.css" />
<link rel="stylesheet" href="https://cdn.bookingtimes.com/Styles/bootstrap-tour.min.css" />
<link href="https://cdn.bookingtimes.com/Common/LoadCSS.ashx?k=874288&v=185.346" rel="stylesheet" type="text/css">
<link href="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=12426" rel="shortcut icon" type="image/x-icon">
<link href="https://cdn.bookingtimes.com/Common/LoadCSS.ashx?k=874288&v=185.346&g=1" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script>
<script src="https://cdn.bookingtimes.com/Scripts/jquery.slicknav.min.js" type="text/javascript"></script>
<script src="https://cdn.bookingtimes.com/Scripts/bootstrap-tour.min.js" type="text/javascript"></script>
<script src="./Scripts/tiny_mce/tinymce.min.js" type="text/javascript"></script>
<style>
#menuContainer {
background-color: black;
}
</style>
<script>
$(document).ready(function () {
$(".modal").on('shown', function () {
$(this).find("[autofocus]:first").focus();
});
$('.modal').on('hidden.bs.modal', function () {
imageSelected(0, 0);
})
});
$('#pnlAddVideo').on('shown.bs.modal', function () {
$('#ctl00_ContentPlaceHolder_tinyMCE_txtVideoURL').focus();
})
tinyMCE.init({
mode: "specific_textareas",
editor_selector: "mceEditor",
cleanup: false,
content_css: "https://bookingtimes.com/Styles/TinyMCE.min.css?v=1,https://bookingtimes.com/Styles/bootstrap.min.css?v=1,https://rightwaydriving.com.au/Common/LoadCSS.ashx,https://rightwaydriving.com.au/Common/LoadCSS.ashx?g=1,https://rightwaydriving.com.au/Common/LoadCSS.ashx?s=1,https://bookingtimes.com/Styles/Common.min.css?v=1",
plugins: "link,code,insertdatetime,preview,paste,table,visualblocks,fullscreen,image,emoticons,textcolor,colorpicker,lists,charmap,hr", // Theme options - button# indicated the row# only
menu: {
edit: { title: 'Edit', items: 'undo redo | cut copy paste pastetext selectall | searchreplace' },
insert: { title: 'Insert', items: 'addimage addvideo link | charmap hr | template' },
format: { title: 'Format', items: 'strikethrough superscript subscript | removeformat' },
view: { title: 'View', items: 'visualblocks visualaid | preview fullscreen | code' },
table: { title: 'Table', items: 'inserttable tableprops deletetable | cell row column' }
},
images_dataimg_filter: function (img) {
return img.hasAttribute('internal-blob');
},
toolbar1: "formatselect , fontsizeselect | bold italic underline | outdent indent | bullist numlist | alignleft aligncenter alignright | forecolor backcolor",
style_formats: [{ title: 'h1', block: 'h1' },
{ title: 'h2', block: 'h2' },
{ title: 'h3', block: 'h3' },
{ title: 'h4', block: 'h4' },
{ title: 'h5', block: 'h5' }],
visualblocks_default_state: false,
end_container_on_empty_block: true,
resize: 'both',
browser_spellcheck: true,
paste_text_sticky: true,
paste_data_images: true,
inline_styles: true,
schema: 'html5',
valid_children: "+body[style|meta],+a[*],+input[*],+a[div|p|span],+input[div|p|span]",
extended_valid_elements: "div[*],iframe[*],,a[*],p[*],img[*],input[*],script[*],meta[*]",
allow_html_in_named_anchor: true,
remove_script_host: false,
convert_urls: false,
branding: false,
encoding: "",
//block_formats: 'Paragraph=p;Heading 2=h2;Heading 3=h3;Heading 4=h4;Heading 5=h5;Heading 6=h6;Address=address;Pre=pre',
theme_advanced_blockformats: 'p,address,pre,h1,h2,h3,h4,h5',
//theme_advanced_buttons1_add_before: "h1,h2,h3,h4,h5,h6,separator",
table_default_cellpadding: "0",
table_default_cellspacing: "0",
table_default_border: "1",
theme_advanced_resizing: true,
init_instance_callback: function () { if (typeof tinyMCE_Init == "function") { tinyMCE_Init(); } },
setup: function (ed) {
// Add custom buttons
ed.addMenuItem('addimage', {
//text: 'Add Image',
image: 'https://bookingtimes.com/Images/Actions/addImage.png',
context: 'insert',
text: 'Add Image',
onclick: function () {
var i = '<img width="0" />';
document.getElementById("txtBody").value = ed.id;
if (ed.getContent().indexOf(i) < 0) {
ed.selection.setContent(i);
}
var prefix = ed.id.substring(0, ed.id.lastIndexOf("_")) + '_tinyMCE_btnAddImage_';
click(prefix + "btnGeneral");
click(prefix + "btnShow");
}
});
ed.addMenuItem('addvideo', {
text: 'Add Video',
context: 'insert',
image: 'https://bookingtimes.com/Images/Actions/AddMedia.png',
onclick: function () {
document.getElementById("txtBody").value = ed.id;
var i = '<img alt="Video" />';
if (ed.getContent().indexOf(i) < 0) {
ed.selection.setContent(i);
}
click(ed.id.substring(0, ed.id.lastIndexOf("_")) + '_tinyMCE_btnAddVideo');
}
});
ed.addMenuItem('template', {
text: 'Layout Templates',
menu: [{
text: 'Text with image',
onclick: function () {
addContent(ed, '<p><img class="col-xs-12 col-md-6 floatRight center-sm fullwidth-sm padLg" style="padding-right: 0;" src="<%= CdnUrl %>/Common/LoadImage.ashx?Id=16917&v=1" alt="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>');
}
}]
});
}
});
function AddVideo() {
var id = document.getElementById("txtBody").value;
var txtVideoURL = document.getElementById(id.substring(0, id.lastIndexOf("_")) + '_tinyMCE_txtVideoURL');
var url = txtVideoURL.value;
if (url.indexOf("youtu") > 0) {
if (url.indexOf("<iframe") < 0) {
url = url.replace('youtu.be/', 'www.youtube.com/embed/');
url = url.replace('www.youtube.com/watch?v=', 'www.youtube.com/embed/');
url = url.replace('&t=1s', '');
url = '<iframe width="560" height="315" src="' + url + '?rel=0" frameborder="0" allowfullscreen></iframe>';
}
}
url = ' ' + url + ' ';
var content = tinymce.get(id).getContent();
content = content.replace('<img alt="Video" />', url);
tinymce.get(id).setContent(content);
txtVideoURL.value = '';
}
function CancelVideo() {
var id = document.getElementById("txtBody").value;
if (id == "") {
return;
}
var content = tinymce.get(id).getContent();
var imgVideo = '<img alt="Video" />';
content = content.replace("<p>" + imgVideo + "</p>", "");
content = content.replace(imgVideo, "");
tinymce.get(id).setContent(content);
}
function imageSelected(imageId, imageVers) {
var id = document.getElementById("txtBody").value;
if (id == "") {
return;
}
var content = tinymce.get(id).getContent();
var width = "";
if (document.getElementById(id).classList.contains("mceFullWidthImages")) {
width = " style='width:100%;'";
}
var blankImg = '<img width="0" />';
var newImg = "";
if (imageId != "" && imageId != "0") {
newImg = "<img src='https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=" + imageId + "&v=" + imageVers + "'" + width + " />";
}
content = content.replace("<p>" + blankImg + "</p>", newImg);
content = content.replace(blankImg, newImg);
tinymce.get(id).setContent(content);
}
function addContent(ed, text) {
tinymce.activeEditor.execCommand('mceInsertContent', false, text);
}
</script>
</head>
<body>
<a id="ctl00_lnkHeader" class="aspNetDisabled"><div id="ctl00_divHeaderBar" style="background:url('https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=12200&v=6') repeat top center;"></div></a>
<div id="menuContainer" class="affix-top">
<div class="container">
<div id="ctl00_divMenu">
<div id="ctl00_divMenuRow">
<div class="col-xs-12">
<ul class="minor_nav hidden-xs">
<li id="ctl00_liLocnMinor"><a id="ctl00_lnkLocnMinor" class="contact" href="../Locations">Phone <b>1300 657 040</b></a></li>
<li id="ctl00_liSupport"><a onclick="ShowHelp();return false;" id="ctl00_lnkSupport" class="support" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$lnkSupport", "", true, "", "", false, true))">Help</a></li>
<li id="ctl00_liLogin" class="hidden-xs">
<a id="ctl00_LoginView1_lnkLogout" class="logout" href="javascript:__doPostBack('ctl00$LoginView1$lnkLogout$ctl00','')">Logout</a>
</li>
</ul>
<ul class="navButtons visible-xs mid-cent">
<li><a><img id="ctl00_Image1" src="https://cdn.bookingtimes.com/Images/Mobile/menu.png" alt="Menu"></a></li>
<li><a id="ctl00_lnkMobiBusPhone" href="tel://1300%20657%20040"><img id="ctl00_imgMobilePhone" src="https://cdn.bookingtimes.com/Images/Mobile/phone.png" alt="Phone"></a></li>
<li><a id="ctl00_lnkMobiMap" href="../Locations" target="_blank"><img id="ctl00_imgMobileMap" src="https://cdn.bookingtimes.com/Images/Mobile/map.png" alt="Map"></a></li>
<li><a id="ctl00_lnkMobiBookings" href="Bookings?Location=257&SelDate=20191015"><img id="ctl00_imgMobileBook" src="https://cdn.bookingtimes.com/Images/Mobile/book.png" alt="Book Now"></a></li>
</ul>
</div>
<ul id="topmenu">
<li id="ctl00_liDashboard"><a id="ctl00_lnkDash" href="Dashboard">Dashboard</a></li>
<li id="ctl00_liBookings"><a id="ctl00_lnkBookings" href="Bookings?Location=257&SelDate=20191015">Bookings</a></li>
<li id="ctl00_liAdminCourses"><a id="ctl00_lnkAdminCourses" href="Courses">Courses</a></li>
<li id="ctl00_liAdminSales">
<a id="ctl00_lnkAdminProductSales" href="Sales">
<span id="ctl00_spnUnproc" class="badge redBadge"></span>
<span>Sales</span>
</a>
</li>
<li id="ctl00_liAdminClients"><a id="ctl00_lnkAdminClients" href="Clients">Clients</a></li>
<li id="ctl00_liAdminArticles"><a id="ctl00_lnkAdminArticles" href="Marketing">Marketing</a></li>
<li id="ctl00_liReports"><a id="ctl00_lnkReports" href="Reports">Reports</a></li>
<li id="ctl00_liMyAccountMob" class="visible-xs menuSpacer">
My Account
<ul>
<li><a id="ctl00_lnkMyProfileMob" href="../Account/MyProfile">My Profile</a></li>
<li><a id="ctl00_lnkMyBookingsMob" href="../Account/MyBookings">Bookings</a></li>
<li><a id="ctl00_lnkOrdersMob" href="../Account/MyPurchases">Purchase History</a></li>
<li><a id="ctl00_lnkFeedbackMob" href="../Account/Feedback">Feedback</a></li>
<li><a id="ctl00_lnkChangePasswordMob" href="../Account/ChangePassword">Change Password</a></li>
</ul>
</li>
<li id="ctl00_liSupportTabMob" class="visible-xs">
<a onclick="ShowHelp();return false;" id="ctl00_lnkSupportTabMob" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$lnkSupportTabMob", "", true, "", "", false, true))">Help</a>
</li>
<li id="ctl00_liAltLogin" class="hidden-xs">
<a id="ctl00_LoginView2_lnkLogout2" class="logout" href="javascript:__doPostBack('ctl00$LoginView2$lnkLogout2$ctl00','')">Logout</a>
</li>
<li id="ctl00_liSettings" class=" active"><a id="ctl00_lnkSettings" href="Setup">Setup</a></li>
<li id="ctl00_liSupportTab" class="hidden-xs">
<a onclick="ShowHelp();return false;" id="ctl00_lnkSupportTab" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$lnkSupportTab", "", true, "", "", false, true))">Help</a>
</li>
<li id="ctl00_liMyAccount" class="hidden-xs">
<a id="ctl00_lnkMyAccount" href="../Account/MyAccount">
My Account
</a>
</li>
<li id="ctl00_liAltLoginMob" class="visible-xs">
<a id="ctl00_LoginView3_lnkLogout2" class="logout" href="javascript:__doPostBack('ctl00$LoginView3$lnkLogout2$ctl00','')">Logout</a>
</li>
</ul>
<div id="responsiveMenu">
<div class="slicknav_menu">
<a href="#" aria-haspopup="true" tabindex="0" class="slicknav_btn slicknav_collapsed" style="outline: none;"><span class="slicknav_menutxt"></span><span class="slicknav_icon slicknav_no-text"><span class="slicknav_icon-bar"></span><span class="slicknav_icon-bar"></span><span class="slicknav_icon-bar"></span></span></a><ul class="slicknav_nav slicknav_hidden" aria-hidden="true" role="menu" style="display: none;">
<li><a href="Dashboard" role="menuitem" tabindex="-1">Dashboard</a></li>
<li><a href="Bookings?Location=257&SelDate=20191015" role="menuitem" tabindex="-1">Bookings</a></li>
<li><a href="Courses" role="menuitem" tabindex="-1">Courses</a></li>
<li>
<a href="Sales" role="menuitem" tabindex="-1">
<span class="badge redBadge"></span>
<span>Sales</span>
</a>
</li>
<li><a href="Clients" role="menuitem" tabindex="-1">Clients</a></li>
<li><a href="Marketing" role="menuitem" tabindex="-1">Marketing</a></li>
<li><a href="Reports" role="menuitem" tabindex="-1">Reports</a></li>
<li class="visible-xs menuSpacer slicknav_collapsed slicknav_parent">
<a href="#" role="menuitem" aria-haspopup="true" tabindex="-1" class="slicknav_item slicknav_row" style="outline: none;">
My Account
<span class="slicknav_arrow">+</span>
</a><ul role="menu" class="slicknav_hidden" aria-hidden="true" style="display: none;">
<li><a href="../Account/MyProfile" role="menuitem" tabindex="-1">My Profile</a></li>
<li><a href="../Account/MyBookings" role="menuitem" tabindex="-1">Bookings</a></li>
<li><a href="../Account/MyPurchases" role="menuitem" tabindex="-1">Purchase History</a></li>
<li><a href="../Account/Feedback" role="menuitem" tabindex="-1">Feedback</a></li>
<li><a href="../Account/ChangePassword" role="menuitem" tabindex="-1">Change Password</a></li>
</ul>
</li>
<li class="visible-xs">
<a onclick="ShowHelp();return false;" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$lnkSupportTabMob", "", true, "", "", false, true))" role="menuitem" tabindex="-1">Help</a>
</li>
<li class="hidden-xs">
<a class="logout" href="javascript:__doPostBack('ctl00$LoginView2$lnkLogout2$ctl00','')" role="menuitem" tabindex="-1">Logout</a>
</li>
<li class=" active"><a href="Setup" role="menuitem" tabindex="-1">Setup</a></li>
<li class="hidden-xs">
<a onclick="ShowHelp();return false;" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$lnkSupportTab", "", true, "", "", false, true))" role="menuitem" tabindex="-1">Help</a>
</li>
<li class="hidden-xs">
<a href="../Account/MyAccount" role="menuitem" tabindex="-1">
My Account
</a>
</li>
<li class="visible-xs">
<a class="logout" href="javascript:__doPostBack('ctl00$LoginView3$lnkLogout2$ctl00','')" role="menuitem" tabindex="-1">Logout</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="max-width:1300px;padding-top:30px;margin-left:auto;margin-right:auto;">
<div class="col-sm-3">
<ul id="sidemenu">
<li id="ctl00_ContentPlaceHolder_SideMenu_liBusinessDetail"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkSetup" href="Setup"><span>Business Detail</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liHomePage" class="active"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkHomePage" href="HomePage"><span>Home Page</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liServices"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkService" href="Services"><span>Services</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liLocations"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkLocations" href="Locations"><span>Locations</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liStaff"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkStaffList" href="Instructors">Instructors</a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liProducts"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkProducts" href="Products"><span>Products</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liCorrespondence" class="postMenuSpacer"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkCorrespondence" href="Correspondence"><span>Correspondence</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liLetterTemplates"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkLetterTemplates" href="LetterTemplates"><span>Letter Templates</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liForms"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkForms" href="Forms"><span>Custom Forms</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liChecklists"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkChecklists" href="Checklists"><span>Checklists</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liMemberships"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkMemberships" href="Setup/Memberships"><span>Memberships</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liPodcast"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkPodcast" href="PodcastDefinition"><span>Podcast</span></a></li>
<li id="ctl00_ContentPlaceHolder_SideMenu_liLayout"><a id="ctl00_ContentPlaceHolder_SideMenu_lnkLayout" href="Layout"><span>Layout</span></a></li>
</ul>
</div>
<div class="col-sm-9">
<textarea rows="2" cols="20" id="txtBody" class="mceEditor" autocomplete="off" style="height: 600px; width: 100%;" aria-hidden="true"><style> .StaffImage {width:250px}</style>
<p style="text-align: left;"></p>
<div id="fb-root"></div>
<p></p>
<div id="fb-root"></div>
<div class="slider full-width">
<div class="slider full-width">
<div class="slider full-width">
<div class="slider full-width">
<div class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active" style="text-align: center;"><a href="/Products" title="Click here Packages"><img class="full-width" src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=17926&v=1" /></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="package-section full-width">
<div class="container">
<div class="row">
<div class="col-sm-12 center-block text-center">
<h2 class="heading">Driving Lessons & Packages</h2>
<p>New customer Keys 2 Drive package starts from $49.50 per hour.</p>
<p>Plan your learning and save with our lesson packages.</p>
</div>
<div class="price-package-list">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel"><!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active ">
<div class="row">
<div class="col-sm-4 text-center">
<div class="price_thumb starter"><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=14686&v=1" />
<div class="bottom_sec">
<h5>Gift Vouchers</h5>
<p>Always the perfect gift!<br />Professional driving lessons from QLD's Largest RACQ-Approved Driving School.</p>
<div class="read_btn"><a class="btn red-btn" href="/Products">buy gift voucher</a></div>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="price_thumb premium active"><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=14687&v=1" /><br />
<div class="bottom_sec">
<h5>Gold Package</h5>
<p>10 x 1 Hour Lessons for $650. Suitable for both new and existing customers. Get up to 30 hours in your log book. This package has a saving of<strong> $100 </strong>off our normal prices.</p>
<div class="read_btn"><a class="btn red-btn" href="/Product/6656/Auto-Gold-Package">buy gold package</a></div>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="price_thumb starter"><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=14688&v=1" /><br />
<div class="bottom_sec">
<h5>Blitz your TEST</h5>
<p>2 x 1 Hour Lessons,<br />45 min Pre-Test Lesson<br />& 15 min Test Centre Preparation. Use of your Instructor's car for the test - all this for $298!</p>
<div class="read_btn"><a class="btn red-btn" href="/Product/6655/Auto-Blitz-Your-Test-Package">buy pre-test package</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="controls "><!--<a class="left fa fa-chevron-left btn btn-primary" href="#carousel-example-generic" data-slide="prev"></a><a class="right fa fa-chevron-right btn btn-primary" href="#carousel-example-generic" data-slide="next"></a>--></div>
</div>
</div>
</div>
</div>
</div>
<div class="service-section full-width">
<div class="container padLg">
<div class="row padLg">
<div class="col-sm-12 center-block text-center">
<h2 class="heading">Our Services</h2>
<!--<p>We offer driving lessons for both Queensland Learner Drivers and NSW Learner Drivers at any stage of the drivers’ licence process – any age and any level of driving ability. 10 hours of professional driving lessons with us can add 30 hours in your log book and then every additional hour can add a further hour.</p>--></div>
<div class="col-md-3 col-sm-6">
<div class="service-cols">
<div class="service-inner">
<div class="service-icon"><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=12363&v=1" /></div>
<h3>manual & automatic</h3>
<p>Our automatic and manual driving lessons give you skills to become a better driver for life.</p>
</div>
<a class="btn red-btn" href="/Bookings">book a lesson</a></div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-cols">
<div class="service-inner">
<div class="service-icon"><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=12362&v=1" /></div>
<h3>Male & Female Instructors</h3>
<p>Rightway Driving School has been teaching people to drive for the last 52 years and have highly qualified and experienced instructors.</p>
</div>
<a class="btn red-btn" href="/Instructors">Meet our instructors</a></div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-cols">
<div class="service-inner">
<div class="service-icon"><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=12324&v=1" alt="" /></div>
<h3>Lesson Packages</h3>
<p>You can book your driving lessons online or through our Queensland based booking office, and pay online, over the phone, in car or by EFT.</p>
</div>
<a class="btn red-btn" href="/Products">view lesson packages</a></div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-cols">
<div class="service-inner">
<div class="service-icon"><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=12325&v=1" alt="" /></div>
<h3>locations</h3>
<p>We are flexible with start and end locations which can include home, school, work or other nearby locations.</p>
</div>
<a class="btn red-btn" href="/Locations">see our areas</a></div>
</div>
</div>
</div>
</div>
<div class="welcome-section full-width">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-3 ab-img">
<div class="wel-img "><img src="https://cdn.bookingtimes.com/Common/LoadImage.ashx?Id=12327&v=1" alt="driving student" class="img-responsive" /></div>
</div>
<div class="col-xs-12 col-sm-9 center-block text-center">
<div class="wel-txt">
<h2 class="heading">Learn to drive with the best</h2>
<p class="left-text">If you want to learn to drive in the Gold Coast, Brisbane, Ipswich or the Sunshine Coast then Rightway Driving School is the best place to start. If you want to learn to drive and have your L’s and looking for a driving school before you sit your driving test, Rightway Driving School’s driving school can help.</p>
<p class="left-text">We offer driving lessons for both Queensland Learner Drivers and NSW Learner Drivers at any stage of the drivers’ licence process – any age and any level of driving ability. 10 hours of professional driving lessons with us can add 30 hours in your log book and then every additional hour can add a further hour.</p>
<p class="left-text">We offer the convenience of a full self service portal online 24/7. You can book and pay for driving lessons, manage existing appointments and view/print invoices and receipts. To access the customer portal simply click here. Our motto is "safe driving, for life". This motto is not just about lifelong safe driving skills, but also preserving lives on the road through reduced fatalities from safer driving habits. We don't just say it, we live it!</p>
<p class="left-text">Our driving school not only caters for young learner drivers, but also mature learners, overseas students and visitors.<br /> Sign up now for driving lessons or Call us on <a href="tel:1300657040">1300 657 040</a> for one of our friendly team to discuss our solutions.</p>
<a class="btn red-btn" href="/Bookings">book now</a></div>
</div>
</div>
</div>
</div>
<div class="testimonil-section full-width">
<div class="container">
<div class="row">
<div class="col-sm-12 testimonal_area">
<div class="col-sm-12 center-block text-center">
<h2 class="heading" style="text-shadow: 1px 1px 2px grey;">what our Students say</h2>
</div>
<div class="testonial-s">
<div class="gradeus-stream" data-include-empty="false" data-review-limit="5" data-url="https://grade.us/rightwaydriving/"></div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.grade.us/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "gradeus-wjs");</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4"> </div>
<div class="col-xs-12 col-sm-4 center"><a class="btn red-btn" href="/Testimonials" style="margin-top: 30px;">More Testimonials</a></div>
<div class="col-xs-12 col-sm-4"> </div>
</div>
<!-- instructors start -->
<div class="instructors">
<div class="section-spacing">
<div class="row">
<div class="col-xs-12 center-block text-center" style="padding-top: 70px;">
<h2 class="heading">Our Instructors</h2>
</div>
</div>
<div class="row">
<div class="instructors-wrapper">
<div class="col-xs-12 col-sm-6 col-md-3 padLg center">@RandomStaff
<p class="center">Instructor</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 padLg center">@RandomStaff
<p class="center">Instructor</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 padLg center">@RandomStaff
<p class="center">Instructor</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 padLg center">@RandomStaff
<p class="center">Instructor</p>
</div>
</div>
</div>
<div class="row more-instructors">
<div class="col-xs-12 col-sm-4"> </div>
<div class="col-xs-12 col-sm-4 center"><a class="btn red-btn" href="/Instructors" style="margin-bottom: 70px;"> More Instructors</a></div>
<div class="col-xs-12 col-sm-4"> </div>
</div>
</div>
</div>
<div class="welcome-section team-help full-width">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-7 padLg">
<div class="wel-txt">
<h2>Let The Rightway Team Help You Drive safely Behind The Wheel Today!</h2>
<h4>“Teaching Queenslander' s to drive almost 60 years!</h4>
<p>If you want to learn to drive in the Gold Coast, Rightway Driving School is the best place to start. Since 1959 Rightway has delivered quality, professional driving lessons on the Gold Coast and surrounding areas. As the Coast has grown, so have we! Covering Northern NSW to Yatala and everywhere in between we will have the choice of professional Instructor that meets your needs.</p>
<p>We complete over 50,000 driving lessons per year with most areas having multiple Instructors available in Auto and Manual.</p>
<p>We can tailor specialised programs for students with special needs, high levels of anxiety or even help you convert your overseas licence. </p>
<p>Our motto is "safe driving, for life". This motto is not just about lifelong safe driving skills, but also preserving lives on the road through reduced fatalities from safer driving habits. We don't just say it, we live it! (and turn a blind eye when others copy it).</p>
<a class="btn red-btn" href="/Bookings">Book Now</a></div>
</div>
<div class="col-xs-12 col-md-5 ab-img center">
<div style="text-align: left;"><iframe class="hp-video" style="border: 5px solid #f5cb1d;" src="https://www.youtube.com/embed/bqAEkSLiyY0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>
</div>
</div>
</div>
</div></textarea>
</div>
</div>
<bt:ImageSelector runat="server" ID="btnAddImage" ImageDestination="Other" OnClientClick="tinyMCE.triggerSave(false,true);" ShowButton="false" />
<asp:LinkButton runat="server" ID="btnAddVideo" data-toggle="modal" data-target="#pnlAddVideo" />
<asp:HiddenField ID="hfTextControlId" runat="server" />
<div id="pnlAddVideo" class="modal fade" role="dialog" aria-hidden="true" style="z-index:9999">
<div class="modal-dialog">
<div class="modal-c<b>ontent">
<div class="modal-header">
<button id="btnCloseVideo" type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="CancelVideo();"><span aria-hidden="true">×</span></button>
<h1>Add Video</h1>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="col-xs-12 col-sm-2">
<label>URL:</label>
</div>
<div class="col-xs-12 col-sm-10">
<input id="ctl00_ContentPlaceHolder_tinyMCE_txtVideoURL" TextMode="Url" />
</div>
</div>
</div>
<div class="modal-footer">
<div class="row">
<div class="col-xs-12">
<asp:Button ID="</b>tnAddVideoUrl" runat="server" Text="Add Video" class="bigbutton_primary" data-dismiss="modal" aria-label="Close" OnClientClick="AddVideo();" />
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>