|
103 | 103 | <a onclick="back_to_playlists_page()" style="display: block;background-color: rgba(36, 142, 179, 0.5)" class="ui-mini ui-btn ui-icon-back ui-btn-icon-left ui-corner-all" data-transition="slidefade" href="#">Back to playlists</a> |
104 | 104 | </div> |
105 | 105 | </div> |
| 106 | + <div id="recommendation_page" data-role="page" data-theme="b" data-title="RECOMMENDATION"> |
| 107 | + <div role="main" class="ui-content"> |
| 108 | + <input type="search" id='manual_search' value='' placeholder="Type a song name, ex- the river - aurora"> |
| 109 | + <ul class="list" id="recommendation_page_suggestions" data-filter="true" data-input="#manual_search" data-role="listview" data-split-icon="bars" data-split-theme="b" data-inset="true"> |
| 110 | + <!-- load suggestions here --> |
| 111 | + </ul> |
| 112 | + <div id="result_div" style="visibility:hidden;"> |
| 113 | + <div id="HEADER_DIV" style="text-align:center;background-position: center;text-shadow: 1px 3px 14px rgb(0, 0, 0);box-shadow:rgb(0, 0, 0) 0px 0px 30px;"> |
| 114 | + <div id="HEADER_WRAPPER" style="background-color:rgba(0, 0, 0, 0.27);padding-bottom:25px;"> |
| 115 | + <h2 style="padding:10px;background-color:rgba(0,0,0,0.53)" >Recommendations</h2> |
| 116 | + <div id="wrapper" style="margin:0 auto;width:200px;height:200px;" onMouseOver="show_playOriginal()" onMouseOut="hide_playOriginal()"> |
| 117 | + <img style="max-height:200px;max-width:200px; box-shadow: 3px 2px 95px rgb(0, 0, 0);opacity: 0.8;" id="ALBUM_ART"/> |
| 118 | + <a href="#" id="playOriginalButton" style="height:100%;line-height:200px;text-decoration:none;display:block;" > |
| 119 | + <div style="visibility:hidden;" id="playOriginal"> |
| 120 | + <p>Add this track</p> |
| 121 | + </div> |
| 122 | + </a> |
| 123 | + </div> |
| 124 | + <br> |
| 125 | + <p style="display: block;background-color: rgba(0, 0, 0, 0.53);padding: 12px;bottom: -41px;position: relative;"> |
| 126 | + <b>Based on : </b><b id="BASETRACK"></b> |
| 127 | + <br> |
| 128 | + </p> |
| 129 | + </div> |
| 130 | + </div> |
| 131 | + <hr> |
| 132 | + <h5 style="margin: 0px 0px -12px 0px;">Tracks:</h5> |
| 133 | + |
| 134 | + <ul class="list" id="tracks_result_view" data-role="listview" data-split-icon="bars" data-split-theme="b" data-inset="true"> |
| 135 | + <!-- load result here --> |
| 136 | + </ul> |
| 137 | + |
| 138 | + </div> |
| 139 | + <hr> |
| 140 | + </div> |
| 141 | + </div> |
106 | 142 |
|
107 | 143 | </body> |
108 | 144 | </html> |
0 commit comments