forked from inclusive-design/idi-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'IDI-99' into development
Conflicts: style.css
- Loading branch information
Showing
27 changed files
with
627 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/* | ||
Template Name: Equipment List Details | ||
*/ | ||
?> | ||
<?php get_header(); ?> | ||
|
||
<?php if ( is_user_logged_in() ): ?> | ||
|
||
<?php if(have_posts()) { the_post(); } ?> | ||
<div class="fl-centered fl-col-mixed fl-site-wrapper idi-equipment"> | ||
<div class="fl-col-fixed fl-force-left"> | ||
<?php get_sidebar('equipment');?> | ||
<?php get_sidebar('equipment-categories');?> | ||
</div> | ||
<div id="content" class="fl-col-flex idi-3cols idi-equipment-details"> | ||
<div class="idi-breadcrumbs"> | ||
<a href="<?php echo get_home_url(); ?>/booking/equipment">Back to Equipment</a> | ||
</div> | ||
<h2><?php the_title(); ?></h2> | ||
<?php the_content(); ?> | ||
</div> | ||
</div> | ||
|
||
<?php else: ?> | ||
<p>You must login to view this content.</p> | ||
<?php endif; ?> | ||
|
||
<?php get_footer(); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/* | ||
Template Name: Equipment List | ||
*/ | ||
?> | ||
<?php get_header(); ?> | ||
|
||
<?php if ( is_user_logged_in() ): ?> | ||
|
||
<?php if (have_posts()) { the_post(); } ?> | ||
<div class="idi-equipment fl-centered fl-col-mixed fl-site-wrapper"> | ||
<div class="fl-col-fixed fl-force-left"> | ||
<?php get_sidebar('equipment');?> | ||
</div> | ||
<div id="content" class="fl-col-flex idi-3cols"> | ||
<h2><?php the_title(); ?></h2> | ||
<?php the_content(); ?> | ||
</div> | ||
</div> | ||
|
||
<?php else: ?> | ||
<p>You must login to view this content.</p> | ||
<?php endif; ?> | ||
|
||
<?php get_footer(); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,8 @@ | |
<?php get_header(); ?> | ||
|
||
<div class="fl-centered fl-col-mixed fl-site-wrapper idi-infra"> | ||
<div class="fl-container-flex fl-col-flex4"> | ||
<div class="fl-col"></div> | ||
<div class="fl-col idi-3cols"> | ||
<h1>Equipment and space booking, calendaring, and more coming soon.</h1> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<!-- | ||
<div class="fl-container-flex fl-col-flex4 idi-infra-row"> | ||
|
@@ -27,7 +23,82 @@ | |
</div> | ||
</div> | ||
--> | ||
|
||
<div class="fl-container-flex fl-col-flex4 idi-infra-row"> | ||
<section> | ||
<div class="fl-col"> | ||
<h2 class="idi-summary-title idi-booking-title">Book Equipment</h2> | ||
</div> | ||
<div class="fl-col-flex"> | ||
<?php if ( is_user_logged_in() ): ?> | ||
|
||
<div class="fl-col-flex3"> | ||
<div class="fl-col idi-booking-step"> | ||
<div class="idi-booking-step-icon idi-booking-step-1"></div> | ||
<h3>Get form:</h3> | ||
<a class="idi-booking-download" href="../wp-content/themes/idi-theme/idi-booking-form.pdf">download <span class="fl-hidden-accessible">the equipment booking form</span></a> | ||
</div> | ||
<div class="fl-col idi-booking-step"> | ||
<div class="idi-booking-step-icon idi-booking-step-2"></div> | ||
<h3>Complete</h3> | ||
fill-out fields & sign | ||
</div> | ||
<div class="fl-col idi-booking-step"> | ||
<div class="idi-booking-step-icon idi-booking-step-3"></div> | ||
<h3>Return to:</h3> | ||
<a class="idi-booking-email" href="mailto:[email protected]" title="Equipment loan request"><span class="fl-hidden-accessible">return the form to</span> [email protected]</a> | ||
</div> | ||
</div> | ||
<section> | ||
<div class="fl-push idi-booking-summary"> | ||
<p>Partner institutions can borrow a range of hardware and software from the Inclusive Design Institute. | ||
To request equipment, download the Equipment Booking form (an editable PDF), fill it out (either by hand or using the computer) and return it to the IDI (by mail, email, fax, or in person).</p> | ||
<h3><a href="#" class="idi-booking-faq-show-hide idi-booking-faq-show">Frequently Asked Questions</a></h3> | ||
<section> | ||
<div class="idi-booking-faq idi-booking-faq-hidden"> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>What can I borrow?</h4></div> | ||
<div class="idi-booking-faq-answer">See the <a href="<?php echo get_home_url(); ?>/booking/equipment">IDI Equipment list</a> for information.</div> | ||
</div> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>How long can I borrow it for?</h4></div> | ||
<div class="idi-booking-faq-answer">Equipment and software can be borrowed for up to three months.</div> | ||
</div> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>How far in advance do I have to ask for it?</h4></div> | ||
<div class="idi-booking-faq-answer">We require a minimum of two days notice, to ensure availability. In exceptional circumstances, it is possible that even with two days notice, some items might not be available.</div> | ||
</div> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>How will I get it?</h4></div> | ||
<div class="idi-booking-faq-answer">Equipment will be shipped via courier, billed to the borrower's account.</div> | ||
</div> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>Where would I pick it up from?</h4></div> | ||
<div class="idi-booking-faq-answer">If you wish, you can arrange to pick the equipment up in person from 205 Richmond St. W. (2nd floor), Toronto.</div> | ||
</div> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>How should I return it?</h4></div> | ||
<div class="idi-booking-faq-answer">You must ship the material using the same method it was delivered to you, or you can return it in person. If you will be returning it in person, please contact the IDI to arrange a time.</div> | ||
</div> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>Can I make a copy of software?</h4></div> | ||
<div class="idi-booking-faq-answer">No. You must agree not to duplicate software, and to uninstall it from your computer once you return the original discs.</div> | ||
</div> | ||
<div class="idi-booking-faq-item"> | ||
<div class="idi-booking-faq-question"><h4>How should I uninstall software when I'm finished?</h4></div> | ||
<div class="idi-booking-faq-answer">Some software requires a particular process to uninstall. You will receive instructions with the software.</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</section> | ||
</div> | ||
<?php else: ?> | ||
<p>Partner institutions can borrow a range of hardware and software from the Inclusive Design Institute.</p> | ||
<p>If you belong to a partner institution, please login via the "login" tab at the top of the page to view booking information. If you need an account set up, please <a href="mailto:[email protected]">contact us</a>.</p> | ||
<?php endif; ?> | ||
</section> | ||
</div> | ||
|
||
<div class="fl-container-flex fl-col-flex4 idi-infra-row"> | ||
<section> | ||
<div class="fl-col"> | ||
|
Oops, something went wrong.