|
|
Line 11: |
Line 11: |
| </head> | | </head> |
| <div id="app-container" ng-app="BR"> | | <div id="app-container" ng-app="BR"> |
| <script type="text/ng-template" id="home.html"> | | |
| | | <div ng-view> |
| | | </div> |
| {{test}}
| | <div ng-controller="IndexCtrl"> |
| <div class='container'>
| | {{test}} |
| <header>
| | </div> |
| <h1 class='animated bounceInDown'>
| |
| Wikidoc Board Review </br>
| |
| <span>Please select an exam below</span>
| |
| </h1>
| |
| </header>
| |
| </div>
| |
| | |
| <div class='examButtons'>
| |
| <div class='round-button Curric' id='USMLE Step 1'>
| |
| <div class='round-button-circle' title='USMLE Step 1'><p class='round-button'>1</p>
| |
| </div>
| |
| </div>
| |
| <div id='spacer' style='display: inline'></div>
| |
| <div class='round-button Curric' id='USMLE Step 2 CK'>
| |
| <div class='round-button-circle' title='USMLE Step 2'>
| |
| <p class='round-button'>2</p>
| |
| </div>
| |
| </div>
| |
| <div id='spacer' style='display: inline'></div>
| |
| <div class='round-button Curric' id='USMLE Step 3'>
| |
| <div class='round-button-circle' title='USMLE Step 3'>
| |
| <p class='round-button'>3</p>
| |
| </div>
| |
| </div>
| |
| <br /> <br />
| |
| <div class='round-button Curric' id='Board Review'>
| |
| <div class='round-button-circle'>
| |
| <p class='round-button' style='font-size:2.5em;'>ABIM</p>
| |
| </div>
| |
| </div>
| |
| <div id='spacer' style='display: inline'></div>
| |
| <br /><br />
| |
| <div class='stepBar'>
| |
| <img src='http://static.wikidoc.org/f/f3/Step_bar_5_22_14.png' />
| |
| </div>
| |
| <br><br><br>
| |
| | |
| <fb:login-button scope="public_profile,email" onlogin="checkLoginState();"> </fb:login-button>
| |
| <div id="status"></div>
| |
| | |
| </div>
| |
| | |
| </script>
| |
| <div ng-view>
| |
| </div>
| |
| <div ng-controller="IndexCtrl">
| |
| {{test}}
| |
| </div>
| |
| </div> | | </div> |
| <div id="chooseQBank" style='height:100%;'></div> | | <div id="chooseQBank" style='height:100%;'></div> |