Skip to content

Commit

Permalink
CIFullCalendar v2 Template
Browse files Browse the repository at this point in the history
Frontend Template Updates
  • Loading branch information
SirDre committed Sep 19, 2017
1 parent 3f3a2d4 commit 1763261
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 208 deletions.
14 changes: 1 addition & 13 deletions application/views/bootlaces/frontend/home/footer.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@


<footer>
<div class="page-footer">
<div class="page-footer-inner ">
<p><?php echo lang('current_v') ?><?php echo $current_version ?> - Page rendered in <strong>{elapsed_time}</strong> seconds</p>
</div>
<div class="scroll-to-top">
<i class="fa fa-arrow-circle-o-up"></i>
</div>
</div>
</footer>


</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="<?php echo base_url();?>assets/plugins/jquery/jquery-2.2.4.min.js" type="text/javascript"></script>
Expand Down
216 changes: 21 additions & 195 deletions application/views/bootlaces/frontend/home/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,21 @@
<div class="pull-right"><a class="hero hero-moment"><i class="fa fa-clock-o fa-fw"></i><span id="digiclock"></span><span id="ampm"></span></a> </div>
</div>
<div class="col-sm-5 col-md-12 col-lg-5">
<h2>
<div class="col-sm-10 col-md-12 col-lg-12">
<strong><?php echo $site_name ?></strong> v<strong><?php echo $current_version ?></strong> with current <?php echo 'CodeIgniter v<strong>' . CI_VERSION . '</strong>' ?> and FullCalendar v<strong><span id="fcv"></span></strong>* fused like a&ldquo;Super Saiyan Fusion&rdquo;.
</div></h2>

<h2><?php echo $site_name ?> v<strong><?php echo $current_version ?></strong></h2>

<div class="product-description">

<div class="col-md-12 col-lg-12">
<p>&nbsp;</p>
<p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- calendar landing page -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-5703638100680176"
data-ad-slot="5758970647"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</p>
<p>Sign in and experience the modern power of CIFullCalendar.
<br><b>Default logins:</b>
<a href="<?php echo site_url('user');?>" >u: user p: password</a>, <a href="<?php echo base_url();?>admin" >u: admin p: password1</a>
</p>
<p>Built on the legacy <?php echo 'CodeIgniter v<strong>' . CI_VERSION . '</strong>' ?> and FullCalendar v<strong><span id="fcv"></span></strong>* fused like a&ldquo;Super Saiyan Fusion&rdquo;.</p>

<h3>About</h3>
<p>CIFullCalendar is a server-side dynamic web application that is responsive to any layout of a viewing screen. The &ldquo;Super Saiyan Fusion&rdquo; power of CIFullCalendar allows users to organize, plan and share events to everyone. Simply, install it to your server and become a member then use the wonderful features by easily manipulating your events by dragging, dropping, resizing, clicking, touching, categorizing, grouping, filtering, linking and importing/exporting. </p>

<h3>Sign in and experience the modern power of CIFullCalendar.</h3>
<h3>Demo Default logins:</h3>
<p><span><a href="<?php echo site_url('user');?>" >u: user p: password</a></span></p>
<p><span><a href="<?php echo base_url();?>admin" >u: admin p: password1</a></span></p>

</div>

<?php if ((!$this->ion_auth->is_admin()) && (!$this->ion_auth->is_member())): ?>
Expand All @@ -47,7 +38,7 @@
<?php echo anchor('/profile', '<i class="fa fa-sign-in"></i> '. lang('profile_signin'), 'style="width:100%;" class="btn btn-success btn-lg"') ?>
</div>
<?php endif ?>
</div>
</div>

</div>
</div>
Expand All @@ -56,179 +47,14 @@
</div>
</div>
</div>

<!-- Content -->
<div class="container">

<div class="row">
<div class="col-md-6">
<!-- about us -->
<div class="about-us">

<h3>About</h3>
<p>CIFullCalendar is a server-side dynamic web application that is responsive to any layout of a viewing screen. The &ldquo;Super Saiyan Fusion&rdquo; power of CIFullCalendar allows users to organize, plan and share events to everyone. Simply, install it to your server and become a member then use the wonderful features by easily manipulating your events by dragging, dropping, resizing, clicking, touching, categorizing, grouping, filtering, linking and importing/exporting. </p>
<p>In addition, please see <b>features</b>. </p>
<p><strong>How can I use this script on my site?</strong> If you already or considering having a site or a web application built on CodeIgniter framework, styled by bootstrap or other responsive theme and storing the data on MySQL or any supported databases. This calendar script can be very useful. For example, if you like to create an event site, booking site, appointment site, personal scheduling site, or any other site using CI framework; the script can be easily plug-in into it. The idea is to display shared events on a calendar on your frontend (visitors page) of your site and control it at the backend (admin page) similarly like any other CMS site that can easily edit contents and have it displayed to the public.</p>

<p> <a href="<?php echo base_url();?>docs">Read more...</a></p>

</div>
<!-- gallery -->
<div class="gallery">
<h3>Gallery</h3>
<p>Screen shots of CIFullcalendar in action.</p>

<div class="gallery-images">
<div id="gallery-images" class="carousel slide " data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#gallery-images" data-slide-to="0" class="active"></li>
<li data-target="#gallery-images" data-slide-to="1"></li>
<li data-target="#gallery-images" data-slide-to="2"></li>
<li data-target="#gallery-images" data-slide-to="3"></li>
<li data-target="#gallery-images" data-slide-to="4"></li>
<li data-target="#gallery-images" data-slide-to="5"></li>
<li data-target="#gallery-images" data-slide-to="6"></li>
<li data-target="#gallery-images" data-slide-to="7"></li>
<li data-target="#gallery-images" data-slide-to="8"></li>
<li data-target="#gallery-images" data-slide-to="9"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot1.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot2.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot3.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot4.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot5.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot6.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot7.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot8.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot9.png" />
</div>
<div class="item">
<img class="img-responsive" alt="" src="//www.cifullcalendar.com/assets/img/gallery/screen_shot10.png" />
</div>
</div>
<a class="left carousel-control" href="#gallery-images" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#gallery-images" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>


</div>
<div class="advertize">
<h3>Ads</h3>
<div class="col-md-10 feature-text">
<p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- cifcsidebar -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:600px"
data-ad-client="ca-pub-5703638100680176"
data-ad-slot="5143773843"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</p>
</div>
</div>

</div>
<div class="col-md-6">
<!-- features -->
<div class="features">
<h3>Features</h3>
<div class="row single-feature">
<div class="col-md-2 feature-icon">
<i class="fa fa-cloud"></i>
</div>
<div class="col-md-10 feature-text">
<h4>Cloud Support</h4>
<p>Supports MySQL or any CodeIgniter supported databases.</p>
<p>Sitemaps – Search Engine Optimization purposes <a href="<?php echo base_url();?>sitemap.xml" >(yoursite.com/sitemap.xml)</a></p>
<p>JSON – Share all of your public events by url. <a href="<?php echo base_url();?>home/json" >(yoursite.com/home/json)</a>.</p>
<p>RSS Feeds – Share your public events by rss feeds <a href="<?php echo base_url();?>feeds" >(yoursite.com/feeds)</a>.</p>
<p>ICAL – Members are able to export a single event to their Google, Yahoo and live calendars or to a ICAL Format (ics/ical).</p>
</div>
</div>
<div class="row single-feature">
<div class="col-md-2 feature-icon">
<i class="fa fa-gears"></i>
</div>
<div class="col-md-10 feature-text">
<h4>Tools and Muscle</h4>
<p>Supports FullCalendar Scheduler - Purchase <b>FullCalendar Scheduler</b> add-on license that displays events well and assign them easily to various categories. More details <a href="http://fullcalendar.io/scheduler/" >here</a></p>
<p>Event Filtering – Easily filter/view your shared events on your calendar.</p>
<p>Group Sharing – Easily share events among members in various groups</p>
<p>Overlap – Deny or Allow events to overlap other events.</p>
<p>Draggable Events - Allows members to easily drag and drop events by category on the calendar.</p>
<p>Calendar settings - Allows administrator and members to adjust the FullCalendar settings easily.</p>
<p>Attachments – Add/Update/Delete events with an attachment (txt,docx,zip...).</p>
<p>Recurring Events – Add/Update/Delete events multiple times weekly, monthly etc. by clicking, touching, resizing and dragging.</p>
<p>Background Events – Add events that appear as background highlights.</p>
<p>Touch Support – Update or create events by touching or dragging events. Supported by many touch devices.</p>
<p>Import/Export – Allowing members to Import and Export events in bulk using ical format (ics/ical).</p>
<p>Google Maps – Members are able to use the google maps to view all their events location instantly. More details <a href="https://developers.google.com/maps/documentation/javascript/get-api-key#key" >here</a></p>
<p>Search – Allowing visitors or members to search for public or their own private events.</p>
<p>Event Category – Members are able to filter events by categories.</p>
<p>Event Sources – Members are able to view calendar feeds from other urls on their own calendar.</p>
<p>Notifications – Email notifications about public events and others.</p>
</div>
</div>
<div class="row single-feature">
<div class="col-md-2 feature-icon">
<i class="fa fa-users"></i>
</div>
<div class="col-md-10 feature-text">
<h4>Members and Administration</h4>
<p>IonAuth - A simple and lightweight authentication library for the CodeIgniter framework. (Currently using IonAuth v2.6.0).</p>
<p>Administration – Administrators of the site are able to moderate the site and other activities.</p>
<p>Member Profile – Members of the site are able to manipulate their events and other activities.</p>
<p>Group – Easily become or not a member of a particular group.</p>
<p>Member's unique url – Share your own public events by URL <a href="<?php echo site_url('user') ?>" >(yoursite.com/yourusername)</a></p>
</div>
</div>
<div class="row single-feature">
<div class="col-md-2 feature-icon">
<i class="fa fa-paint-brush"></i>
</div>
<div class="col-md-10 feature-text">
<h4>Beautiful and Modern Design</h4>
<p>CMS – Easily create/update/delete pages and page contents.</p>
<p>Print friendly - Use your browser to print your calendar events in its current view.</p>
<p>Template – Easily customize your own themes. (Currently using bootstrap v3.3.7).</p>
<p>Icons – Easily add icons within your own themes. (Currently using font-awesome v4.6.3).</p>
<p>Language – Easily select your desire language. (<strong><?php echo $lang; ?></strong> current language code).
<a href="https://github.com/CIFullCalendar/cifullcalendar/tree/master/application/language" target="_blank">Language Request</a>
</p>
</div>
</div>
</div>
</div>
</div> <!-- end row -->
</div>

<div class="page-footer">
<div class="col-md-8 page-footer-inner pull-right">
<p><?php echo lang('current_v') ?><?php echo $current_version ?> - Page rendered in <strong>{elapsed_time}</strong> seconds</p>
</div>
<div class="col-md-3 scroll-to-top">
<i class="fa fa-arrow-circle-o-up"></i>
</div>
</div>
<!-- end container -->

<div class="modal" id="viewEventModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
Expand Down

0 comments on commit 1763261

Please sign in to comment.