This is a Single View App template
39 |Title
47 | 48 |This is a Modal View App template main page.
50 |├── template------------ ├── screenshots ├── TabViewApp.png ├── FlipViewApp.png ├── GridViewApp.png ├── ListViewApp.png ├── LoginViewApp.png ├── SideMenuApp.png ├── CarouselViewApp.png ├── SingleViewApp.png ├── FlipViewApp-Maps.png ├── GridViewApp-Photo.png ├── ListViewApp-icons.png ├── ListViewApp-inset.png ├── ListViewApp-Movies.png ├── ListViewApp-social.png ├── SingleViewApp-header.png └── ListViewApp-pullRefresh.png ├── appframework ├── plugins │ ├── .DS_Store │ ├── af.passwordBox.js │ ├── af.msPointerEvents.js │ ├── af.scrollScreen.js │ ├── af.touchEvents.js │ ├── af.actionsheet.js │ ├── af.slidemenu.js │ ├── af.desktopBrowsers.js │ ├── af.8tiles.js │ ├── af.popup.js │ ├── af.selectBox.js │ └── af.carousel.js └── icons.css ├── LICENSE ├── template-SingleViewApp.html ├── template-SideMenuApp-right.html ├── template-TabViewApp-bottomButtonTabs.html ├── template-ModalViewApp.html ├── template-SideMenuApp-both.html ├── template-TabViewApp.html ├── template-FlipViewApp.html ├── template-SingleViewApp-header.html ├── template-ModalViewApp-custom.html ├── template-TabViewApp-topButtonTabs.html ├── app-ListViewApp-Movies.html ├── template-SideMenuApp-left.html ├── documentation ├── SingleViewApp.md ├── SideMenuApp.md └── ListViewApp.md ├── template-ListViewApp-social.html ├── template-ListViewApp.html ├── app-GridViewApp-Photos.html ├── template-CarouselViewApp.html ├── template-ListViewApp-pullRefresh.html ├── template-LoginViewApp.html ├── data ├── male_user_icon.svg └── female_user_icon.svg ├── app-FlipViewApp-Maps.html ├── template-GridViewApp.html └── README.md /template------------: -------------------------------------------------------------------------------- 1 | This is a divider 2 | -------------------------------------------------------------------------------- /screenshots/TabViewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/TabViewApp.png -------------------------------------------------------------------------------- /screenshots/FlipViewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/FlipViewApp.png -------------------------------------------------------------------------------- /screenshots/GridViewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/GridViewApp.png -------------------------------------------------------------------------------- /screenshots/ListViewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/ListViewApp.png -------------------------------------------------------------------------------- /screenshots/LoginViewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/LoginViewApp.png -------------------------------------------------------------------------------- /screenshots/SideMenuApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/SideMenuApp.png -------------------------------------------------------------------------------- /appframework/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/appframework/plugins/.DS_Store -------------------------------------------------------------------------------- /screenshots/CarouselViewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/CarouselViewApp.png -------------------------------------------------------------------------------- /screenshots/SingleViewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/SingleViewApp.png -------------------------------------------------------------------------------- /screenshots/FlipViewApp-Maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/FlipViewApp-Maps.png -------------------------------------------------------------------------------- /screenshots/GridViewApp-Photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/GridViewApp-Photo.png -------------------------------------------------------------------------------- /screenshots/ListViewApp-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/ListViewApp-icons.png -------------------------------------------------------------------------------- /screenshots/ListViewApp-inset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/ListViewApp-inset.png -------------------------------------------------------------------------------- /screenshots/ListViewApp-Movies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/ListViewApp-Movies.png -------------------------------------------------------------------------------- /screenshots/ListViewApp-social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/ListViewApp-social.png -------------------------------------------------------------------------------- /screenshots/SingleViewApp-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/SingleViewApp-header.png -------------------------------------------------------------------------------- /screenshots/ListViewApp-pullRefresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krisrak/appframework-templates/HEAD/screenshots/ListViewApp-pullRefresh.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 Rakshith 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /template-SingleViewApp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |This is a Single View App template
39 |This is view for first Tab
49 |This is view for second Tab
56 |This is view for third Tab
63 |This is view for first Tab
46 |This is view for second Tab
53 |This is view for third Tab
60 |This is view for fourth Tab
67 |This is a Single View App template with custom header
76 |This is call page.
73 |This is message page.
77 |This is call page.
73 |This is message page.
77 |This is a Single View App template
17 |This is a Single View App template
43 |This is a Single View App template
67 |This is detail view for Item 1
79 |This is detail view for Item 2
83 |This is detail view for Item 3
87 |This is detail view for Item 4
91 |This is detail view for Item 1
60 |This is detail view for Item 2
64 |This is detail view for Item 3
68 |This is detail view for Item 4
72 |This is detail view for Item 5
76 |This is detail view for Item 6
80 |This is detail view for Item 7
84 |This is detail view for Item 8
88 |This is detail view for Item 9
92 |This is detail view for Item 10
96 |This is detail view for Item 11
100 |This is detail view for Item 12
104 |Text and images for Page One goes here. Swipe to go to the next page.
113 |Text and images for Page Two goes here. Swipe to go to the next page.
117 |Text and images for Page Three goes here. Swipe to go to the next page.
121 |Text and images for Page Four goes here. Swipe to go to the next page.
125 |This is space for welcome message
82 |This is space for login message
97 |This is space for register message
111 |This is App page after user has signed in...
125 |This is detail view for Item 1
33 |'+detail+'
'; 129 | $.ui.addContentDiv(id, panel_html, "Details"); 130 | ``` 131 | HTML code for UI: 132 | ``` 133 |This is detail view for Item 1
97 |This is detail view for Item 2
101 |This is detail view for Item 3
105 |This is detail view for Item 4
109 |This is detail view for Item 5
113 |This is detail view for Item 6
117 |This is detail view for Item 7
121 |This is detail view for Item 8
125 |This is detail view for Item 9
129 |This is detail view for Item 10
133 |This is detail view for Item 11
137 |This is detail view for Item 12
141 |This is detail view for Item 13
145 |This is detail view for Item 14
149 |This is detail view for Item 15
153 |This is detail view for Item 16
157 |This is detail view for Item 17
161 |This is detail view for Item 18
165 |This is detail view for Item 19
169 |This is detail view for Item 20
173 |This is detail view for Item 11
177 |This is detail view for Item 12
181 |This is detail view for Item 13
185 |This is detail view for Item 14
189 |