Created
December 22, 2010 04:28
-
-
Save FrancoB411/751099 to your computer and use it in GitHub Desktop.
Lessons View See div class="bookmarklet"
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
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
| <head> | |
| <title>memofire_lessons</title> | |
| <!--Working Master CSS to Validate--> | |
| <%= stylesheet_link_tag 'shared_styles', | |
| 'lessons' | |
| %> | |
| </head> | |
| <body> | |
| <%= render :partial => "shared/memofire_header" %> | |
| <div id="container"> | |
| <div id="breadcrumb_box"> | |
| <ul> | |
| <li class="btn"> | |
| <a href="#" title="Border Radius | CSS Border Radius | CSS 3.0 Border Radius | CSS3.0 Border Radius">library ></a> | |
| </li> | |
| </ul> | |
| </div><!--/breadcrumb_box--> | |
| <div id="banner_space"> | |
| <p id="banner_box" >Drag Memofire to your bookmarks bar: </p> | |
| <div class="bookmarklet" ><a href="javascript:document.location='http://<%= request.host %>/annotation/index/?i=<%= request.session_options[:id] %>&u='+document.location.href;">memofire</a> | |
| </div><!-- banner_box --> | |
| <img id="bookmarkletArrow" src="/images/memofire-bookmark-header-arrow_02.png" alt="arrow pointing to bookmarks bar"/> | |
| </div><!-- banner_space --> | |
| <div id="left_side_bar"> | |
| <div id="menu" ><!--menu items--> | |
| <ul> | |
| <li><a href='lessonspage'>lessons</a></li> | |
| </ul> | |
| <ul id="options"> | |
| <li><a href='reviewpage'>case sensitive | |
| <img class="optionoff" alt="off" src="/images/img_trans.gif" width="1" height="1" /> | |
| </a></li> | |
| <li><a href='memorizepage'>ignore parentheses | |
| <img class="optionoff" alt="off" src="/images/img_trans.gif" width="1" height="1" /> | |
| </a></li> | |
| <li><a href='memorizepage'>autofill | |
| <img class="optionoff" alt="off" src="/images/img_trans.gif" width="1" height="1" /> | |
| </a></li> | |
| </ul> | |
| </div><!--/menu items--> | |
| </div><!--/left_side_bar--> | |
| <div id="center_content" class="pearl"> | |
| <%= yield %> | |
| </div> <!-- /center_content --> | |
| <%= render :partial => "shared/adspace" %> | |
| </div><!--/container--> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment