-
Notifications
You must be signed in to change notification settings - Fork 0
/
recommended.html
executable file
·312 lines (283 loc) · 17 KB
/
recommended.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<meta name="viewport" content="viewport-fit=cover, initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height" />
<title>Comics - Blmani </title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="stylesheet" type="text/css" href="fonts/css/fontawesome-all.min.css">
<link rel="stylesheet" type="text/css" href="fonts/css/line-awesome.css">
<link rel="stylesheet" type="text/css" href="fonts/css/material-design-iconic-font.css">
<link rel="stylesheet" type="text/css" href="styles/framework.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<style>
.xphone {
height: 0;
height: env(safe-area-inset-top);
background: #fff;
display: block;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.header-light{
top: env(safe-area-inset-top); /* iOS 11.2 */
}
</style>
</head>
<body>
<div id="preloader" class="preloader-light">
<h1 class="center-text color-black ultrabold uppercase bottom-0 fa-2x"><img src="images/logo-dark-red.png" style="margin:0 auto" alt=""></h1>
<div id="preload-spinner"></div>
</div>
<div id="page-transitions" class="page-build highlight-red">
<div class="xphone"></div>
<div class="header header-light header-logo-center">
<div class="header-title">Post a Story</div>
<a href="#" class="header-icon header-icon-1 loggedin-back-btn"><i class="la la-arrow-left"></i></a>
<a href="#" class="header-icon header-icon-4 loggedin-back-btn" style="line-height: 60px;"><i class="la la-times" style="font-size: 20px;color: #e44330;"></i></a>
</div>
<div class="loading-gif hideit"><img src="images/loadersvg.svg"></div>
<div class="loading-gif loading-gif-centered hideit"><div><img src="images/loadersvg.svg"><p>Publishing Post...</p></div></div>
<p id="toast-1" class="toast toast-bottom toast-large bg-gray-dark">You have not added any user!</p>
<p id="toast-2" class="toast toast-bottom toast-large bg-gray-dark">Passcode lenght of 4, without space required!</p>
<p id="toast-3" class="toast toast-bottom toast-large bg-gray-dark">Attach thumbnail!</p>
<p id="toast-title" class="toast toast-bottom toast-large bg-gray-dark">Story Title Required!</p>
<p id="toast-url" class="toast toast-bottom toast-large bg-gray-dark">Url required!</p>
<p id="toast-invalidurl" class="toast toast-bottom toast-large bg-gray-dark">Invalid Url!</p>
<p id="toast-fc" class="toast toast-bottom toast-large bg-gray-dark">Select Genre, A-Type & D-Type!</p>
<p id="toast-sr" class="toast toast-bottom toast-large bg-gray-dark">Select Content, Title & Character!</p>
<p id="toast-urlcopied" class="toast toast-bottom toast-large bg-gray-dark">URL is copied to clipboard!</p>
<form action="" method="post" class="recommendedForm" id="recommendedForm">
<div class="page-content header-clear footer-clear">
<h2 class="red-block-heading">Recommended Posting</h2>
<div class="content">
<div class="formValidationError bg-red-dark top-20" id="titleFieldError">
<p class="center-text uppercase small-text color-white">Story Title is required!</p>
</div>
<div class="formValidationError bg-red-dark top-20" id="thumbFieldError">
<p class="center-text uppercase small-text color-white">Thumb Image is Required!</p>
</div>
<div class="formValidationError bg-red-dark top-20" id="select_genreError">
<p class="center-text uppercase small-text color-white">Select Genre!</p>
</div>
<!--<div class="formValidationError bg-red-dark top-20" id="urlflinkFieldError2">
<p class="center-text uppercase small-text color-white"></p>
</div>-->
<div class="formValidationError bg-red-dark top-20" id="formError3">
</div>
<h6 class="story-title-label">Story Title</h6>
<div class="input-simple-1 blmani-design input-green bottom-20">
<input type="text" placeholder="Enter story title" name="title" data-type="input" value="" class="titleField requiredField" id="titleField" style="text-align: center;font-size: 20px;">
</div>
<a href="#" class="upload-file-block">
<img src="images/image-icon.png" data-src="" alt="image icon" id="preview-thumb">
<div class="upload-file-block-red-text">Tap Here</div>
<p>to upload thumbnail</p>
<div class="size-guide">500x500 pixels</div>
</a>
<h6 class="story-title-label">Upload image File Name</h6>
<div class="decoration"></div>
<div class="formValidationError bg-red-dark top-20" id="urlflinkFieldError">
<p class="center-text uppercase small-text color-white">URL for Link is required!</p>
</div>
<div class="formValidationError bg-red-dark top-20" id="urlflinkFieldError2">
<p class="center-text uppercase small-text color-white">Invalid Url! </p>
</div>
<div class="input-simple-1 blmani-design input-green bottom-20">
<em>URL for Link</em>
<input type="text" placeholder="Copy & paste URL " data-type="input" name="urlflink" class="urlflinkField requiredField requireUrlField" id="urlflinkField">
</div>
<div class="input-simple-1 blmani-design input-green bottom-20">
<em>Description</em>
<textarea rows="7" class="textarea-simple-1" id="descField" placeholder="Write your description for this recommendation. Shortintroduction for the posting content"></textarea>
</div>
<div class="decoration"></div>
<div class="tabs">
<div class="tab-pill-titles" data-active-tab-pill-background="bg-highlight">
<a href="#" id="1" class="active-tab-pill-button bg-highlight" data-tab-pill="tab-pill-1" style="width: 50%">1st Creation</a>
<a href="#" id="2" data-tab-pill="tab-pill-2">2nd Reproduction</a>
</div>
<div class="tab-pill-content">
<div class="tab-item active-tab" id="tab-pill-1">
<div class="search-filters">
<ul>
<li>
<select name="select_genre" id="select_genre" data-type="fcselect" class="requiredField">
<option value="" selected="" disabled="" >Genre</option>
</select>
<span class="zmdi zmdi-caret-down select-caret"></span>
</li>
<li>
<select name="select_atype" id="select_atype" data-type="fcselect" class="requiredField">
<option value="" selected="" disabled="">A-Type</option>
</select>
<span class="zmdi zmdi-caret-down select-caret"></span>
</li>
<li>
<select name="select_dtype" id="select_dtype" data-type="fcselect" class="requiredField">
<option value="" selected="" disabled="">D-Type</option>
</select>
<span class="zmdi zmdi-caret-down select-caret"></span>
</li>
</ul>
</div>
<div class="clear"></div>
<!--<div class="search-etc-tag">
<input type="text" class="search-etc-tag-input fc-search-input" placeholder="Search tag">
</div>-->
<div class="decoration"></div>
<h3 class="bold font-12 bottom-10 color-black">Selected</h3>
<ul class="info-tags collapseable fc-info-tags">
</ul>
<div class="clear"></div>
</div>
<div class="tab-item" id="tab-pill-2">
<div class="search-filters">
<ul>
<li>
<select name="select_content" id="select_content" data-type="srselect" class="requiredField">
<option value="" selected="" disabled="">Content</option>
</select>
<span class="zmdi zmdi-caret-down select-caret"></span>
</li>
<li>
<select name="select_title" id="select_title" data-type="srselect" class="requiredField">
<option value="" selected="" disabled="" data-type="srselect">Title</option>
</select>
<span class="zmdi zmdi-caret-down select-caret"></span>
</li>
<li>
<select name="select_character" id="select_character" data-type="srselect" class="requiredField">
<option value="" selected="" disabled="" data-type="srselect">Character</option>
</select>
<span class="zmdi zmdi-caret-down select-caret"></span>
</li>
</ul>
</div>
<div class="clear"></div>
<div class="decoration"></div>
<h3 class="bold font-12 bottom-10 color-black">Selected</h3>
<ul class="info-tags collapseable sc-info-tags">
</ul>
<div class="clear"></div>
</div>
</div>
</div>
<div class="decoration"></div>
<h3 class="additional-title-label">Add Additional Hash Keywords</h3>
<div class="hash-tags-wrapper">
<div class="search-etc-tag">
<div class="add-tags-input-wrapper">
<input type="text" class="search-etc-tag-input additional-hash-keywords" placeholder="Type Additional Tags">
<a class="add-hash-tags"><i class="la la-plus"></i></a>
</div>
</div>
<ul class="info-tags collapseable additional-info-tags">
</ul>
<div class="clear"></div>
</div>
<!---
<div class="recommended-last-btns top-20">
<a href="#" class="btn btn-cancle float-left btn-back" >Cancel</a>
<a href="#" class="button button-round button-red float-right" id="recommendedSubmitButton" data-formId="recommendedForm">Post</a>
<div class="clear"></div>
</div>-->
</div>
</div>
<div class="footer-fixed bounds-footer" >
<h3>Privacy Bounds</h3>
<div class="bounds-options">
<a href="#" id="1" class="active privacy-bound pb1 active-bounds">Public</a>
<a href="#" id="2" class="privacy-bound pb2" data-menu="my-pick-modal">My Pick</a>
<a href="#" id="3" class="privacy-bound pb3">Private</a>
<a href="#" id="4" class="privacy-bound pb4" data-menu="passcode-modal">Locked</a>
</div>
<a href="#" id="recommendedSubmitButton" data-formId="recommendedForm" class="bounds-publish-btn button button-round float-right">Publish</a>
</div>
</form>
</div>
<div id="my-pick-modal" class="menu-flyin menu-share1">
<div class="menu-flyin-content">
<h3>Add Friends</h3>
<div class="search-etc-tag">
<input type="text" class="search-etc-tag-input search-friends-input" placeholder="Search friend">
<span class="search-friends-span hideit"><img src="images/loadersvg-dark.svg" alt=""></span>
<span class="search-friends-span-close hideit"><i class="la la-times" style="font-size: 15px;color: #151516;"></i></span>
<div class="search-friends-results hideit">
<ul class="search-friends-ul">
</ul>
</div>
</div>
<ul class="info-tags collapseable added-friends" style="padding-top: 135px;">
</ul>
<div class="clear"></div>
<div style="padding-top: 5px; text-align: center;">
<a href="#" class="btn button-round button-black close-menu">Close</a>
<a href="#" class="btn button-round button-red add-friends-done">Done</a>
</div>
</div>
</div>
<div id="passcode-modal" class="menu-flyin menu-share1">
<div class="menu-flyin-content">
<h3>Enter Passcode</h3>
<div class="search-etc-tag">
<input type="password" class="search-etc-tag-input privacy-passcode" placeholder="Enter Passcode">
<span style="top: 0" class="privacy-passcode-eye"><i class="la la-eye"></i></span>
</div>
<div class="clear"></div>
<div style="padding-top: 20px; text-align: center;">
<a href="#" class="btn button-round button-black close-menu">Close</a>
<a href="#" class="btn button-round button-red privacy-passcode-done">Set</a>
</div>
</div>
</div>
<div id="publish-modal" class="menu-flyin menu-share1 success-modal">
<div class="menu-flyin-content center-text">
<img src="images/success-image.png" alt="Success" style="margin: 0 auto">
<h2>Posting Completed</h2>
<p style="font-size: 9px;">Your posting ctompleted. Share your posting to your SNS.</p>
<div class="decoration"></div>
<div class="social-share-btns">
<a href="#" class="button button-round facebook-bg" id="facebook_share_btn" ><i class="la la-facebook"></i> Share</a>
<a href="#" class="button button-round twitter-bg" id ="twitter_share_btn" ><i class="la la-twitter"></i> Share</a>
</div>
<div class="copy-url-sec">
<div class="copy-url-part">
<div class="search-etc-tag">
<input type="text" class="search-etc-tag-input" id="copy-to-clipboard" value="" placeholder="Copy URL">
</div>
</div>
<div class="copy-url-btn">
<a href="#" id="copy-to-clipboard-btn"><i class="la la-copy"></i></a>
</div>
</div>
<p style="font-size: 9px;">Check Publishing Results</p>
<div class="social-share-btns">
<a href="#" id="close-post-btn" class="button button-round button-black">Close</a>
<a href="#" id="view-post-btn" class="button button-round button-red">View Post</a>
</div>
</div>
</div>
<a href="#" id="show-success-popup" data-menu="publish-modal" class="hideit">...</a>
<div id="fb-root"></div>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/plugins.js"></script>
<script type="text/javascript" src="scripts/blmani.js"></script>
<script type="text/javascript" src="scripts/session.js"></script>
<script type="text/javascript" src="scripts/posting.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<script>
$(window).on('load',function(){
$('#page-build').remove();
setTimeout(function(){$("#preloader").addClass('hide-preloader');},100);// will fade out the white DIV that covers the website.
});
document.addEventListener("backbutton", function () {
console.log("mobile back btn called called");
window.location.replace("mylib.html");
}, false);
</script>
</body>