-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcms.php
More file actions
265 lines (209 loc) · 14.3 KB
/
cms.php
File metadata and controls
265 lines (209 loc) · 14.3 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
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
<!DOCTYPE html>
<html>
<head>
<?php $current_page = "hosting"; ?>
<meta charset="utf-8">
<meta name="description" content="Terre Haute Web Company, Providing Web Design Services to the Wabash Valley" />
<meta name="keywords" content="Terre Haute Web Company, terre, haute, web, web design, web development, wabash valley, wabash, valley, wabash web, wabash valley web design, terre haute computer repair, terre haute computer, terre haute tech support, hosting, terre haute graphic design, graphic, design, development, website, websites, terre haute website design, indiana web design, vigo county, vigo, county, vigo county web design, vigo county consulting, vigo county computer support, vigo county development, brazil web design company, terre haute web site design, rockville web site design, clay county web site design, vermillion county web site design, sullivan web design, web site design" />
<title>kiwiCMS a custom built content management system - Terre Haute Web Company</title>
<!-- CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/social-icons.css" type="text/css" media="screen" />
<link rel="icon" href="favicon.ico" />
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" media="screen" href="css/ie8-hacks.css" />
<![endif]-->
<!-- ENDS CSS -->
<!-- GOOGLE FONTS
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>-->
<!-- JS -->
<script type="text/javascript" src="js/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo-1.4.2-min.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<!-- Isotope -->
<script src="js/jquery.isotope.min.js"></script>
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if IE 6]>
<script type="text/javascript" src="js/DD_belatedPNG.js"></script>
<script>
/* EXAMPLE */
//DD_belatedPNG.fix('*');
</script>
<![endif]-->
<!-- ENDS JS -->
<!-- Nivo slider -->
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<script src="js/nivo-slider/jquery.nivo.slider.js" type="text/javascript"></script>
<!-- ENDS Nivo slider -->
<!-- tabs -->
<link rel="stylesheet" href="css/tabs.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/tabs.js"></script>
<!-- ENDS tabs -->
<!-- prettyPhoto -->
<script type="text/javascript" src="js/prettyPhoto/js/jquery.prettyPhoto.js"></script>
<link rel="stylesheet" href="js/prettyPhoto/css/prettyPhoto.css" type="text/css" media="screen" />
<!-- ENDS prettyPhoto -->
<!-- superfish -->
<link rel="stylesheet" media="screen" href="css/superfish.css" />
<link rel="stylesheet" media="screen" href="css/superfish-left.css" />
<script type="text/javascript" src="js/superfish-1.4.8/js/hoverIntent.js"></script>
<script type="text/javascript" src="js/superfish-1.4.8/js/superfish.js"></script>
<script type="text/javascript" src="js/superfish-1.4.8/js/supersubs.js"></script>
<!-- ENDS superfish -->
<!-- poshytip -->
<link rel="stylesheet" href="js/poshytip-1.0/src/tip-twitter/tip-twitter.css" type="text/css" />
<link rel="stylesheet" href="js/poshytip-1.0/src/tip-yellowsimple/tip-yellowsimple.css" type="text/css" />
<script type="text/javascript" src="js/poshytip-1.0/src/jquery.poshytip.min.js"></script>
<!-- ENDS poshytip -->
<!-- Tweet -->
<link rel="stylesheet" href="css/jquery.tweet.css" media="all" type="text/css"/>
<script src="js/tweet/jquery.tweet.js" type="text/javascript"></script>
<!-- ENDS Tweet -->
<!-- Fancybox -->
<link rel="stylesheet" href="js/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<!-- ENDS Fancybox -->
</head>
<body>
<!-- HEADER -->
<?php include 'header.php'; ?>
<!-- ENDS HEADER -->
<!-- Menu -->
<div id="menu">
<!-- ENDS menu-holder -->
<div id="menu-holder">
<!-- wrapper-menu -->
<div class="wrapper">
<!-- Navigation -->
<?php include 'topnav.php'; ?>
<!-- Navigation -->
</div>
<!-- wrapper-menu -->
</div>
<!-- ENDS menu-holder -->
</div>
<!-- ENDS Menu -->
<!-- MAIN -->
<div id="main">
<!-- wrapper-main -->
<div class="wrapper">
<!-- content -->
<div id="content">
<!-- title -->
<div id="page-title">
<span class="title">kiwiCMS</span>
<span class="subtitle">Content Management System</span>
</div>
<!-- ENDS title -->
<!-- page-content -->
<div id="page-content">
<!-- TABS -->
<p class="editable">Want to know everything kiwiCMS can do? Then download the kiwiCMS User Manual <a href="kiwiCMS-User-Manual.pdf">HERE</a></p>
<h2 id="live-editor">The Live Editor</h2>
<p>kiwiCMS features a Live Editor that lets you select content regions by simply clicking on the part of the page you want to edit. You know exactly what region you're editing and even see a live preview before publishing. Editable content regions are indicated by the following icon:</p>
<p><img src="images/edit-bubble.png" width="38" height="41" alt="edit-bubble"></p>
<p>By design, pages viewed in the Live Editor cannot be interacted with. That is, you will not be able to select links or other elements on the page. Think of what you see in the Live Editor as a “content canvas” instead of an actual page.</p>
<p> </p>
<h2 id="rich-text-editor">The Rich-text Editor</h2>
<p>The rich-text editor (or “editor”) is shown when you select a content region. Features of the rich-text editor include everything from text formatting to working with documents, images, and media. You can also manage lists, links, tables, and <a href="#repeatable-regions">repeatable regions</a> in the editor.</p>
<p><img src="images/rich-text-editor.png" alt="Rich-text Editor"></p>
<p>The features of the editor will vary depending on the type of content region being edited.</p>
<h2 id="page-properties">Editing Page Properties</h2>
<p>The Page Properties dialog can be brought up by selecting the <strong>Edit Page Properties</strong> button:</p>
<p><img src="images/page-properties-button.png" alt="Page Properties Button"></p>
<p>This feature lets you change the page’s title, description, and keywords to optimize SEO. Changes are saved only once the page is published.</p>
<h2 id="revisions">Revisions</h2>
<p>A revision is a copy of your page that gets stored in our database for future use. Every time a page is published, a historical revision is created so you can revert to it and keep track of who made edits to the page.</p>
You can also save your changes as a draft so you can finish working on them later. Drafts are simply revisions that don’t get published to the site right away. To publish a draft, you must open the draft, make any additional changes, and then publish it. After publishing, your draft will be converted to a historical revision.In addition, you can schedule changes to be published automatically at a certain time. The CMS will queue your changes and, when the time comes, upload the changes. If the CMS is unable to publish your changes for any reason, the scheduled revision will turn into a draft and you will receive an email informing you of the error.
<p>To edit a revision, click on the <strong>View Revisions</strong> button in the toolbar:</p>
<p><img src="images/revision-button.png" alt="Revision Button"></p>
<p>Scheduled revisions are represented by an hourglass, drafts by a yellow page, and historical revisions by a white page:</p>
<p><img src="images/revisions-example.png" alt="Revisions Example"></p>
<h2 id="full-source-editing">Full Source Editing</h2>
<p>Administrators and privileged clients will also have access to edit the full source of each page. This is useful for adding and removing content regions, or for any operation that might require access to the entire page source. To access this feature, select the <strong>Edit Full HTML Source</strong> button:</p>
<p><img src="images/full-source-button.png" alt="Full Source Button"></p>
<h2 id="repeatable-regions">Repeatable Regions</h2>
<p>Repeatable regions are chunks of content that can be repeated, reordered, and deleted. They are particularly useful for things like articles, event listings, or photo galleries. There is no limit to the number of repeatable regions you can have.</p>
<h3>The Repeatable Regions Toolbar</h3>
<p>Repeatable regions can be manipulated using the toolbar in the editor:</p>
<p><img src="images/repeatable-toolbar.png" width="113" height="32" alt="Repeatable Regions"></p>
<p>The buttons, in their respective order, are Add Region, Delete Region, Move Region Up, andMove Region Down. They will only be enabled when the cursor is inside of a repeatable element. To save time, you can use the following keyboard shortcuts while working with repeatable regions:alt+up, alt+down, alt++, alt+-.</p>
<p> </p>
<p class="editable"></p>
<!-- <p>So you want to know more about what we do? Then you're in the right place. Terre Haute Web Company is a complete provider of web design services. From designing the graphical layout of the site, to slicing and coding, and everything in between. We provide top-notch, custom, design and development services at the lowest prices. </p>
<div class="one-half">
<p class="info-box">
<img src="img/mono-icons/arrow32.png" alt="arrow32" title="arrow32.png" class="alignleft" />
An online precense is everything these days. Even if you're not selling anything on your website, the ability of someone being able to easily access information about you online, such as hours of business, contact information, or special offers, is crucial to a succesful and profitable business.
</p>
</div>
<div class="one-half last">
<p class="info-box">
<img src="img/mono-icons/exchange32.png" alt="arrow32" title="arrow32.png" class="alignleft" />
Our services go full circle. We start by gathering information about your business, organization, or you personally. We take any logo you may already have or design one if needed. Then we set out a development plan that meets your specific needs. We are not a cookie cutter web design firm. We pride ourselves in giving customized attention to each client. Once we have a game plan set out we begin designin or redesigning your website.
</p>
</div>
<div class="one-half">
<p class="info-box">
<img src="img/mono-icons/article32.png" alt="arrow32" title="arrow32.png" class="alignleft" />
Once we have finished designing your site, we send it off to you for approval. If you see things you would like to change, then we would chnage those at no extra charge and then re-send you the design for approval. Upon approval we begin slicing and coding the website.
</p>
</div>
<div class="one-half last">
<p class="info-box">
<img src="img/mono-icons/linedpaperpencil32.png" alt="arrow32" title="arrow32.png" class="alignleft" />
Each site we design is hand coded by our developers. We do not use templates, unless you request to use a CMS such as Wordpress, Joomla, or Drupal. We feel that you are paying for a custom site and you should get a custom site, from design, to the code being written, your site is completely tailored to you and your business.
</p>
</div>
<p class="info-box">
<img src="img/mono-icons/star32.png" class="alignleft" />
We offer hosting with our web design services. Once you have purchased your domain name we can host it on our servers for $5.00/month. With the first 3 months <strong>FREE!</strong></p>
-->
</div>
<!-- ENDS page-content -->
</div>
<!-- ENDS content -->
</div>
<!-- ENDS wrapper-main -->
</div>
<!-- ENDS MAIN -->
<!-- Twitter -->
<!-- ENDS Twitter -->
<!-- FOOTER -->
<div id="footer">
<?php include 'footer.php'; ?>
</div>
<!-- ENDS FOOTER -->
<!-- Bottom -->
<div id="bottom">
<!-- wrapper-bottom -->
<div class="wrapper">
<div id="bottom-text">2013 Terre Haute Web Company all rights reserved.</div>
<!-- Social -->
<ul class="social ">
<li><a href="http://www.facebook.com/thwebco" class="poshytip facebook" title="Become a fan"></a></li>
<li><a href="http://www.twitter.com" class="poshytip twitter" title="Follow our tweets"></a></li>
</ul>
<!-- ENDS Social -->
<div id="to-top" class="poshytip" title="To top"></div>
</div>
<!-- ENDS wrapper-bottom -->
</div>
<!-- ENDS Bottom -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37986108-1']);
_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>