-
Notifications
You must be signed in to change notification settings - Fork 2
/
my-tickets.html
181 lines (173 loc) · 11.2 KB
/
my-tickets.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Tribe Help Desk</title>
<meta name="description" content="A local copy for testing.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
.KBLogo {background-image:url('images/tec-full-logo-inverted.png');}
</style>
<!-- KB default stylesheet -->
<link rel="stylesheet" href="https://support.theeventscalendar.com/themes/kb/montana/kb.css?v=5.12.6.7">
<link id="tribe-css" rel="stylesheet" type="text/css" href="https://s3-staging.theeventscalendar.com/mt-support-tribe-helpdesk.css" />
<link rel="stylesheet" type="text/css" href="https://theeventscalendar.com/content/themes/tribe-ecp/fonts/256398/64880275E7FF236DE.css" />
<link rel="stylesheet" href="dist/style.min.css">
</head>
<body class="montana page-submit_ticket">
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<a class="navbar-brand KBLogo" href="./"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="menu-header-menu" class="nav navbar-nav">
<li id="menu-item-mytickets" class="menu-item"><a href="my_tickets#My-Tickets"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> My tickets</a></li>
<li id="menu-item-submitticket" class="menu-item"><a href="submit_ticket"><span class="glyphicon glyphicon-edit" aria-hidden="true"></span> Submit ticket</a></li>
<li id="menu-item-login" class="menu-item"><a href="login"><span class="glyphicon glyphicon-off" aria-hidden="true"></span> Login</a></li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron">
<div class="container">
<h1 class="inner-header">How can we help today?</h1>
<p class="inner-header">Our help desk has a bunch of resources to get answers to your questions, from tutorials and documentation to tips, tricks, and a support team to take any other questions you may have.</p>
<div class="global-search">
<input itemprop="query-input" placeholder="Have a question? Search now" type="text" name="q" value="" class="form-control" required="">
<span class="input-group-btn">
<input class="btn btn-primary" type="submit" value="Search">
</span>
</div>
<div class="jumbotron__search">
<ul>
<li><span>Popular:</span></li>
<li><a href="https://support.theeventscalendar.com/934573-Inserting-Calendar-Content-into-Posts-or-Pages">Shortcodes</a></li>
<li><a href="https://theeventscalendar.com/functions/">Documentation</a></li>
<li><a href="https://theeventscalendar.com/customizations/">Customization</a></li>
<li><a href="https://theeventscalendar.com/subscription-information/">Orders</a></li>
</ul>
</div>
</div>
</header>
<div id="login_wrapper" class="jumbotron inner-jumbotron jumbotron-inner-fix">
<div class="container inner-margin-top">
<div class="row">
<div class="col-md-12 col-sm-12" style="text-align:center">
<h1 class="inner-header" id="login_title">My tickets</h1>
<p class="breadcrumbs hidden">
<a href="./" class="breadcrumb-link">Home</a> <span class="breadcrumb-divider">></span> <span id="login_actionTitle" class="kb-login-title">Login</span>
</p>
<div class="col-md-10 col-sm-12 col-xs-12 col-md-offset-1 search-margin-top">
<div id="login_mainPanel" class="login-box">
<div id="login_loginPanel" class="login-box-standard">
<!-- login_form.stpl -->
<div class="row">
<div id="login_usernamemain" class="g-FormField2 FormfieldAsNewFormField col-md-5 col-sm-12 FormFieldTypeT g-FormField2-empty" style="">
<div id="login_usernamelabel" class="g-FormField2-Label g-FormField2-Label-mandatory" style="">
<label for="login_usernameinput">Username (Email)</label>
</div>
<div class="g-FormField2-InputContainer">
<div id="login_usernameinputPanel" class="g-FormField2-InputPanel">
<div id="login_usernamecontainer" class="TextBoxContainer TextBoxContainer-mandatory"><input id="login_usernameinput" aria-labelledby="login_usernamelabel" type="text" class="TextBox" name="username" value="" required="" aria-required="true"></div>
</div>
<div id="login_usernamedescription" class="gwt-Label g-FormField2-Description" style="display: none;"></div>
<div id="login_usernameerrorMessage" class="gwt-Label g-FormField2-ErrorMessage" style="display: none"></div>
<div id="login_usernameerrorIcon" class="gwt-Label g-FormField2-ErrorIcon" style="display: none;"><span>!</span></div>
</div>
<div class="clear"></div>
</div>
<div id="login_passwordmain" class="g-FormField2 FormfieldAsNewFormField col-md-5 col-sm-12 FormFieldTypeP g-FormField2-empty" style="">
<div id="login_passwordlabel" class="g-FormField2-Label g-FormField2-Label-mandatory" style="">
<label for="login_passwordinput">Password</label>
</div>
<div class="g-FormField2-InputContainer">
<div id="login_passwordinputPanel" class="g-FormField2-InputPanel">
<div id="login_passwordcontainer" class="TextBoxContainer TextBoxContainer-mandatory"><input id="login_passwordinput" aria-labelledby="login_passwordlabel" type="password" class="TextBox" name="password" required="" aria-required="true"></div>
</div>
<div id="login_passworddescription" class="gwt-Label g-FormField2-Description" style="display: none;"></div>
<div id="login_passworderrorMessage" class="gwt-Label g-FormField2-ErrorMessage" style="display: none"></div>
<div id="login_passworderrorIcon" class="gwt-Label g-FormField2-ErrorIcon" style="display: none;"><span>!</span></div>
</div>
<div class="clear"></div>
</div>
<div id="twofactor_tokenmain" class="g-FormField2 FormfieldAsNewFormField col-md-5 col-sm-12 FormFieldTypeT g-FormField2-empty" style="display: none;" aria-hidden="true">
<div id="twofactor_tokenlabel" class="g-FormField2-Label g-FormField2-Label-mandatory" style="">
<label for="twofactor_tokeninput">Verification Code</label>
</div>
<div class="g-FormField2-InputContainer">
<div id="twofactor_tokeninputPanel" class="g-FormField2-InputPanel">
<div id="twofactor_tokencontainer" class="TextBoxContainer" aria-hidden="true" style="display: none;"><input id="twofactor_tokeninput" aria-labelledby="twofactor_tokenlabel" type="text" class="TextBox" name="twofactor_token" value="" maxlength="6" placeholder="______"></div>
</div>
<div id="twofactor_tokendescription" class="gwt-Label g-FormField2-Description" style="display: none;"></div>
<div id="twofactor_tokenerrorMessage" class="gwt-Label g-FormField2-ErrorMessage" style="display: none"></div>
<div id="twofactor_tokenerrorIcon" class="gwt-Label g-FormField2-ErrorIcon" style="display: none;"><span>!</span></div>
</div>
<div class="clear"></div>
</div>
<div class="col-md-2 col-sm-12">
<div id="login_loginButtonmainButton" class="ImLeButton ImLeButtonMainOut btn btn-primary btn-login ButtonWrapped" role="button" tabindex="0"><div id="login_loginButtonmain" class="ImLeButtonMain ImLeButtonMainOut login_loginButton buttonBorderColor buttonBgColor"><div id="login_loginButtoninnerBox" class="ImLeButtonMainInnerBox buttonInnerBorderColor"><div id="login_loginButtoninner" class="ImLeButtonMainInner"><div id="login_loginButtonmainShadow" class="ImLeButtonMainShadow buttonBgShadowColor buttonBgGradColor"></div><div class="ImLeButtonMainContent"><span id="login_loginButtontextSpan" class="buttonText">Login</span><div id="login_loginButtoniconDiv" class="buttonIcon"></div></div></div></div></div></div> </div>
</div>
<div>
<div class="NewFormField">
<div id="login_messagePanel" role="alert"><div class="FormMessage" aria-hidden="true" style="display: none;"><span class="FormMessageText"></span></div></div>
</div>
<div class="NewFormField">
<div id="login_forgotButtonmainButton" class="ImLeButton ImLeButtonMainOut ForgottenPassword ButtonLikeLink ButtonWrapped" role="button" tabindex="0"><div id="login_forgotButtonmain" class="ImLeButtonMain ImLeButtonMainOut buttonBgColor buttonBorderColor login_forgotButton"><div id="login_forgotButtoninnerBox" class="ImLeButtonMainInnerBox buttonInnerBorderColor"><div id="login_forgotButtoninner" class="ImLeButtonMainInner"><div id="login_forgotButtonmainShadow" class="ImLeButtonMainShadow buttonBgShadowColor buttonBgGradColor"></div><div class="ImLeButtonMainContent"><span id="login_forgotButtontextSpan" class="buttonText">Reset password</span><div id="login_forgotButtoniconDiv" class="buttonIcon"></div></div></div></div></div></div> or
<div id="login_registerButtonmainButton" class="ImLeButton ImLeButtonMainOut RegisterButton ButtonLikeLink ButtonWrapped" role="button" tabindex="0"><div id="login_registerButtonmain" class="ImLeButtonMain ImLeButtonMainOut buttonBgColor buttonBorderColor login_registerButton"><div id="login_registerButtoninnerBox" class="ImLeButtonMainInnerBox buttonInnerBorderColor"><div id="login_registerButtoninner" class="ImLeButtonMainInner"><div id="login_registerButtonmainShadow" class="ImLeButtonMainShadow buttonBgShadowColor buttonBgGradColor"></div><div class="ImLeButtonMainContent"><span id="login_registerButtontextSpan" class="buttonText">Register</span><div id="login_registerButtoniconDiv" class="buttonIcon"></div></div></div></div></div></div> </div>
</div> </div>
<div id="login_extendedPanel" class="login-box-extend" style="display:none;" aria-hidden="true"></div>
<div id="login_connectPanel" class="login-box-auth"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- This can be added to LiveAgent manually -->
<footer class="footer">
<div class="footer__wrapper">
<div class="footer__brand">
<div class="footer__logo">
<img src="https://design.tri.be/tec-brand/assets/tec-full-logo-inverted.png" alt="The Events Calendar">
</div>
</div>
<div class="footer__nav">
<a href="https://theeventscalendar.com/terms">Terms</a>
<span>|</span>
<a href="https://theeventscalendar.com/privacy-policy/">Privacy</a>
</div>
</div>
</footer>
<script type="text/javascript" src="https://support.theeventscalendar.com/themes/kb/montana/js/jquery.min.js?v=5.12.6.7"></script>
<script type="text/javascript" src="https://support.theeventscalendar.com/themes/kb/montana/js/bootstrap.min.js?v=5.12.6.7"></script>
<script>
jQuery(document).ready(function() {
var headerup = 0,
pos = $(window).scrollTop();
if ((pos > 0) && (headerup == 0)) {
headerup = 1;
$('body').addClass('scrolled')
};
$(window).scroll(function() {
var pos = $(window).scrollTop();
if (pos == 0) {
headerup = 0;
$('body').removeClass('scrolled');
$('body').addClass('no-scrolled')
};
if ((pos > 0) && (headerup == 0)) {
headerup = 1;
$('body').addClass('scrolled');
$('body').removeClass('no-scrolled')
}
})
});
</script>
<script type="text/javascript" src="dist/frontend.min.js"></script>
</body>
</html>