-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (84 loc) · 5.15 KB
/
index.html
File metadata and controls
101 lines (84 loc) · 5.15 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="description" content="osTicket Reloaded is a multilingual Open Source Ticketing System" />
<meta name="keywords" content="osticket, helpdesk, support" />
<meta name="robots" content="all,follow" />
<link href="css/screen.css" type="text/css" rel="stylesheet" media="screen,projection" />
<title>osTicket – Reloaded</title>
</head>
<body>
<div id="layout">
<div id="header">
<h1 id="logo"><a href="http://code.osticket-reloaded.com" title="Home">osTicket Reloaded<span>Home</span></a></h1>
<hr class="noscreen" />
<div id="navigation">
<ul>
<li><a href="index.html" title="home">HOME</a></li>
<li><a href="about.html" title="about">ABOUT US</a></li>
<li><a href="download.html" title="download">DOWNLOAD</a></li>
<li><a href="contact.html" title="contact">CONTACT</a></li>
</ul>
</div>
<hr class="noscreen" />
</div>
<div class="rbroundbox">
<div class="rbtop"><div></div></div>
<div class="rbcontent">
<div class="content">
<h2> Welcome!</h2>
<p>Welcome to osTicket Reloaded Code Central. The place for developers and end users to work with the source code, get a copy, discuss future enhancements and much much more! </p>
<a href="about.html" class="light">More about us</a>
</div>
<div id="panel-right"><div id="panel-right-inside">
<p><span>04 July 2011</span><br />
More content added to code.osticket-reloaded.com</p>
<p><span>26 May 2011</span><br />First code.osticket-reloaded.com template changes made</p>
</div></div>
</div>
<div class="rbbot"><div></div></div>
</div>
<div id="main">
<h2>An Open Source Multilingual Helpdesk</h2>
<p>osTicket Reloaded is based on osTicket and was created to create an improved osTicket that would support a ticketing system in multiple language. We are currently well underway with the support of English, Spanish, Brazilian, Dutch, Italian, Russian and Arabic. Furthermore osTicket Reloaded intends on being the most user friendly OS helpdesk system in the world with an easy 5 minute installation and easy templating system so you can give your company the best onlinesupport system ever.
</p>
<h3>New House style</h3>
<p>To make osTicket Reloaded stand out more we are currently working on creating this coding central site as well as a general website for OS Ticket Reloaded. We are also planning a complete house style overhaul. But in the short term we will of course focus on the core, which</p>
<h3>Designer needed!</h3>
<p>We are currently looking for a freelance designer for code.osticket-reloaded.com and osticket-reloaded.com as well as the osTicket Reloaded OS Helpdesk CMS. We need a new template and logo design for our support site as well as our product osTicket Reloaded. We are looking for a freelance designer for a general template and logo design. If you are interested in creating:</p>
<ul>
<li>Creating a new house style for osTicket Reloaded OS Helpdesk CMS</li>
<li>Creating a new house style for code.osticket-reloaded.com & osticket-reloaded.com</li>
</ul>
<p>don't hesitate to e-mail me at jasper {a} gmail.com !</p>
<p>NB All work is volunteer based work. All future design work for clients who desire a custom osTicket Reloaded CMS will be paid for.</p>
</div>
</div>
<div id="footer">
<div id="footer-inside">
<p id="copyright">© May 2011 <script language="JavaScript" type="text/javascript">
var d=new Date();
yr=d.getFullYear();
if (yr!=2010)
document.write("- "+yr);
</script> <a href="/">osTicket Reloaded</a></p>
<!-- Please don't delete this. You can use this template for free and this is the only way that you can say thanks to me -->
<p id="dont-delete-this">Design by <a href="http://www.davidkohout.cz">David Kohout</a></p>
<!-- Thank you :) -->
</div><div style="clear: both;"></div></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23558465-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>