{{ MORE }}
This file contains hidden or 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
| <!-- Stylesheet for flexslider - This goes in the <head> --> | |
| <link href="https://code.wvu.edu/public/1438359736/vendor/flexslider/2.2.2/flexslider.css" rel="stylesheet"> <!-- Either reference the code repo, or you may copy and paste these into your stylesheets. We recommend overriding styles with new rules instead of directly editing the rules in this stylesheet. This allows for easy upgrades later. --> | |
| <!--====================================================== | |
| The markup for Flexslider is determined by the Snippet | |
| ==========================================================--> | |
| <!-- FlexSlider scripts - These go before the closing </body> tag --> |
This file contains hidden or 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
| <form class="form-search" action="//search.wvu.edu/search" method="get" role="search"> | |
| <label for="q"> | |
| <span class="form-search__label-text">Search</span> | |
| <input id="q" class="form-search__field" name="q" maxlength="256" placeholder="Search this site..." type="search" /> | |
| </label> | |
| <input id="as_sitesearch" name="as_sitesearch" type="hidden" value="<r:site:domain />" /> | |
| <input id="sort" name="sort" type="hidden" value="date:D:L:d1" /> | |
| <input id="output" name="output" type="hidden" value="xml_no_dtd" /> | |
| <input id="ie" name="ie" type="hidden" value="UTF-8" /> | |
| <input id="oe" name="oe" type="hidden" value="UTF-8" /> |
This file contains hidden or 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
| <ul id="quicklinks"> | |
| <li> | |
| <a href="#not-an-id">Quick Links</a> | |
| <%= content_for(:quicklinks) %> | |
| </li> | |
| </ul> | |
| <!-- load jquery and the quicklinks.min.js, put these just before your closing body tag --> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| <script>window.jQuery || document.write('<script src="/themes/shared/javascripts/jquery-1.10.2.min.js"><\/script>')</script> |
This file contains hidden or 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
| <!-- Stylesheet for flexslider --> | |
| <link rel="stylesheet" href="/themes/shared/flexslider/stylesheets/flexslider.2.1.css" /> <!-- being sure to reference the shared folder, you may copy and paste these into your stylesheets to tweak --> | |
| <!--====================================================== | |
| Markup for Flexslider, .flexslider and .slides are required classes: | |
| ==========================================================--> | |
| <div class="flexslider"> | |
| <ul class="slides"> | |
| </ul> <!-- close slides --> |
This file contains hidden or 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
| <% # This is the template where search results will display. | |
| # It must be called google_search.rhtml and should be placed in the same location as your index.rhtml and backpage.rhtml | |
| # You'll likely want to copy the contents of your backpage.rhtml and paste the helper (below) in place of the main column | |
| %> | |
| <div id="main"> | |
| <h2>Google Search Results</h2> | |
| <%= @search_results -%> | |
| </div> |
This file contains hidden or 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
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| <script>window.jQuery || document.write('<script src="/themes/shared/javascripts/jquery-1.10.2.min.js"><\/script>')</script> |
This file contains hidden or 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
| {{ Theme.include_partial template="/navigation" }} |
This file contains hidden or 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
| <%# Show something before May 2nd at 8:30am %> | |
| <% show_before 'May 2, 2012 8:30 AM' do %> | |
| <p>Your content here<p> | |
| <% end %> | |
| <%# Show something between May 2nd and May 3rd %> | |
| <% show_between('May 2, 2012 8:30 AM', 'May 3, 2012 8:30 AM') do %> | |
| <p>Your content here</p> | |
| <% end %> |
This file contains hidden or 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
| {{ Collection.gallery collection_id=5579, template="gallery" }} | |
| comment. Change the collection id to your set id/number in Slate. template="gallery" is required in order to reference your customized _gallery.rhtml file. |
OlderNewer