forked from ftde0/yt2009
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount.html
More file actions
857 lines (850 loc) · 39.6 KB
/
account.html
File metadata and controls
857 lines (850 loc) · 39.6 KB
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang="en" dir="ltr">
<head>
<title>
YouTube - Broadcast Yourself.
</title>
<link id="www-core-css" rel="stylesheet" href="/www-core-vfl122413.css">
<link rel="stylesheet" href="/assets/site-assets/www-the-rest-vfl120680.css">
<link rel="stylesheet" href="/assets/site-assets/www-my_account_base-vfl153434.css">
<link rel="stylesheet" href="/assets/site-assets/www-account_settings-vfl153434.css">
<link rel="stylesheet" href="/assets/site-assets/search-suggestions.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta name="description" content="Share your videos with friends, family, and the world">
<meta name="keywords" content="video, sharing, camera phone, video phone, free, upload">
<style>
.user-thumb-xlarge {
overflow: hidden;
}
#user-profile-picture {
text-align: center;
}
.dialog {
max-width: 700px;
}
.dialog .indented input {
margin-top: 5px;
margin-bottom: 5px;
}
.dialog .video-still-picker table {
position: relative;
}
.dialog .video-still-picker a.selected {
border-color: black;
}
.img-autoshare-bsky {
background: transparent url("/assets/site-assets/autoshare-bsky.png") no-repeat scroll;
}
#autoshare-a {
margin-top: 20px;
}
#autoshare-f {
margin-top: 35px;
}
.autoshare-service-divider {
margin: 0px 5px;
}
.field.line input {
width: 300px !important;
}
</style>
<!-- begin postpage section -->
</head>
<body class="watch5-inactive date-20100326 en_US is-english">
<!-- end prepage section -->
<div id="page" class="">
</div>
<div id="masthead-container">
<div id="masthead" class="">
<a href="/">
<button id="logo" class="master-sprite" title="" onclick="window.top.location.href='/'; return false;"></button>
</a>
<div id="masthead-search">
<form autocomplete="off" class="search-form" action="/results" method="get" name="searchForm">
<input id="masthead-search-term" class="search-term" name="search_query" type="text" tabindex="1" value="" maxlength="128">
<input id="search-type-masthead" name="search_type" type="hidden" value="">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="document['searchForm'].submit()"><span>lang_search</span></a>
</form>
</div>
<div id="masthead-utility">
<!--yt2009_login_insert-->
</div>
<div id="masthead-nav-user">
<a href="/watch_queue" id="quicklist-nav" style="background-color: rgb(255, 255, 255);" class="hid">lang_quicklist (<span id="quicklist-nav-count">?</span>)</a>
<a href="/my_subscriptions?masthead=1">lang_subs_btn</a>
<a href="/my_history">lang_history_btn</a>
<a class="yt-button yt-button-urgent yt-button-short" id="" style="" href="/my_videos_upload"><span>lang_upload_btn</span></a>
</div>
<div id="masthead-nav-main">
<a href="/">lang_home</a>
<a href="/videos">lang_videos</a>
<a href="/channels">lang_channels</a>
</div>
<div id="masthead-end"></div>
</div>
</div>
<div id="baseDiv" class="date-20100326 video-info ">
<div class="page-heading">
<div>
<div id="my-account-header">
<h1>
<span class="yt-menulink yt-menulink-primary" id="" style="" onmouseenter="this.className += ' yt-menulink-primary-hover';" onmouseleave="this.className = this.className.replace(' yt-menulink-primary-hover', '');"><a class="yt-menulink-btn yt-button yt-button-primary" href="/account" onclick="">My Account</a><a class="yt-menulink-arr" href="/account" onclick=""></a>
<ul class="yt-menulink-menu">
<li><a href="/inbox?folder=messages&action_message=1" onclick="">Inbox</a></li>
<li><a href="/my_videos" onclick="">Videos, Favorites, and Playlists</a></li>
<li><a href="/my_subscriptions" onclick="">Subscriptions</a></li>
<li><a href="/address_book" onclick="">Address Book</a></li>
<li><a href="/account" onclick="">Account Settings</a></li>
<li><a href="/my_profile" onclick="">My Channel</a></li>
<li><a href="/my_videos_insight" onclick="">Insight: Statistics and Data</a></li>
</ul>
</span>
</h1>
</div>
</div>
</div>
<table class="column-table account" cellspacing="0" cellpadding="0">
<tbody><tr class="title">
<td colspan="2"></td>
<td>
<h2 id="page-name">Overview</h2>
</td>
</tr>
<tr>
<td class="tabs">
<div id="account-tabs">
<div class="vertical-tabs">
<div class="tab current"><a href="javascript:openTab('overview');">Overview</a></div>
<div class="tab"><a href="javascript:openTab('profile');">Profile Setup</a></div>
<div class="tab"><a href="javascript:openTab('homepage');">Customize Homepage</a></div>
<div class="tab"><a href="javascript:openTab('playback');">Playback Setup</a></div>
<div class="tab"><a href="javascript:openTab('email');">Email Options</a></div>
<div class="tab"><a href="javascript:openTab('privacy');">Privacy</a></div>
<div class="tab"><a href="javascript:openTab('activity');">Activity Sharing</a></div>
<div class="tab"><a href="javascript:openTab('blog');">Blog Setup</a></div>
<div class="tab"><a href="javascript:openTab('manage');">Manage Account</a></div>
</div>
</div>
</td>
<td class="column-divider"></td>
<td id="account-page" class="page">
<div class="section-page page-overview">
<div class="message">
<div id="response-holder-template" class="confirmBox page-main-message hid">changes_saved_notice</div>
</div>
<div class="header">
<div class="page">
<table id="overview-userinfo">
<tr>
<td>
<div id="user-profile-picture" class="fl">
<div class="user-thumb-xlarge">
<img src="/assets/site-assets/default.png" style="margin-left: -12px"/>
</div>
<a class="imageChange" href="javascript:void(0)" onclick="showPictureChangeDialog()">change</a>
</div>
<div class="statBlock statsBox">
<a href="#channel_url" id="overview-username" class="nameDiv" style="display: block;">username</a>
<span class="greyText">Videos Uploaded:</span>
<span id="videos-uploaded">yt2009_videos_uploaded</span><br>
<span class="greyText">Video Views:</span>
<span id="videos-views">yt2009_video_views</span><br>
<span class="greyText">Favorites:</span>
<span id="videos-favd">yt2009_favorite_count</span>
</div>
</td>
<td>
<div class="statBlock statsBox"><br>
<span class="greyText">Channel Type:</span><br>
<span class="greyText">Channel Views:</span>
<span id="channel-views">yt2009_channel_views</span><br>
<span class="greyText">Subscribers:</span>
<span id="channel-subscribers">yt2009_subscriber_count</span>
</div>
</td>
<td>
<div class="statBlock statsBox"><br>
<a href="/my_videos_insight" id="overview-insight-link" style="display: block;font-weight: bold;">Insight</a>
</div>
</td>
</tr>
</table>
</div>
</div>
<div class="body">
<div class="section-tabs">
<div class="section current last section-quicklinks">
<div class="tab">
<div class="fl">
<div class="bullet" style="background-position: -78px 0px;"></div>
<a href="javascript:;">QuickLinks to Partner and Ad Programs</a>
</div>
<div class="cb"></div>
</div>
<div class="page">
<div class="page">
<table>
<tr>
<td class="quicklinks-section">
<a href="#" class="bold">AdSense Account Settings</a><br>
<span class="grayText">Manage your Google AdSense Account.</span>
</td>
<td class="quicklinks-section">
<a href="#" class="bold">Authorized Sites</a><br>
<span class="grayText">Manage third-party access to your YouTube account.</span>
</td>
</tr>
<tr>
<td class="quicklinks-section">
<br>
<a href="#" class="bold">Promote your Video with Promoted Videos</a><br>
<span class="grayText">Create and manage your video and channel promotions on YouTube. Your promotion can appear alongside natural search results when people search for similar content.</span>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-page page-homepage hid">
<div class="message">
<div id="response-holder-template" class="confirmBox page-homepage-message" style="display: none">Changes saved.</div>
</div>
<div class="header">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="saveHomepage();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
<div class="body">
<div class="section-tabs">
<div class="section current last">
<div class="tab">
<div class="fl">
<div class="bullet" style="background-position: -78px 0px;"></div><a href="javascript:;">Customize the Homepage</a>
</div>
<div class="dirty-indicator fr" style="display: none;">[changed]</div>
<div class="cb"></div>
</div>
<div class="page">
<div class="page">
<span class="section-description">Select the modules you want to see on your customized homepage.</span>
<table>
<tr>
<td style="width: 222px;">
<input type="checkbox" id="spotlight">
<label for="spotlight">Spotlight videos (periodic)</label>
</td>
<td>
<input type="checkbox" id="inbox">
<label for="inbox">Inbox</label>
</td>
</tr>
<tr>
<td>
<input type="checkbox" id="latest">
<label for="latest">Latest from Subscriptions</label>
</td>
<td>
<input type="checkbox" id="rentals">
<label for="rentals">Active Rentals</label>
</td>
</tr>
</table>
<input type="checkbox" id="rec">
<label for="rec">Recommended for You</label><br>
<input type="checkbox" id="activity">
<label for="activity">Recent Activity</label><br>
<input type="checkbox" id="watched">
<label for="watched">Videos Being Watched Now</label><br>
<input type="checkbox" id="featured">
<label for="featured">Featured Videos</label><br>
<input type="checkbox" id="pop">
<label for="pop">Most Popular</label><br>
<input type="checkbox" id="insmap">
<label for="insmap">Insight Map</label><br>
<input type="checkbox" id="inschrt">
<label for="inschrt">Insight Chart</label><br>
<input type="checkbox" id="nearyou">
<label for="nearyou">Videos Near You</label><br><br>
<span class="bold">Recent Activity - Can people see what I do?</span><br>
<span class="section-description">
This section shows your friends and subscribers the actions that you're publicly broadcasting
on the site. For example, if you favorite a video, then your new favorite video might show up
in <a href="#">your channel's</a> Recent Activity box, as well as on their homepages.<br><br>
If you'd like to change which activities you broadcast, you can modify your <a href="javascript:openTab('activity');">sharing settings.</a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="saveHomepage();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
</div>
<div class="section-page page-playback hid">
<div class="message">
<div id="response-holder-template" class="confirmBox page-playback-message" style="display: none">Changes saved.</div>
</div>
<div class="header">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="savePlayback();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
<div class="body">
<div class="section-tabs">
<div class="section current section-playback">
<div class="tab" onclick="toggleExpander('playback', 'playback')">
<div class="fl">
<div class="bullet" style="background-position: -78px 0px;"></div><a href="javascript:;">Video Playback Quality</a>
</div>
<div class="dirty-indicator fr" style="display: none;">[changed]</div>
<div class="cb"></div>
</div>
<div class="page" id="page">
<div class="page">
<span class="greyText">Choose the default setting for viewing videos</span>
<div class="playback-pref">
<input id="playback-dynamic" type="radio" name="playback" class="playback-set">
<label for="playback-dynamic">Choose my video quality dynamically, based on the current connection speed.</label><br>
<input id="playback-slow" type="radio" name="playback" class="playback-set">
<label for="playback-slow">I have a slow connection. Never play higher-quality video.</label><br>
<input id="playback-fast" type="radio" name="playback" class="playback-set">
<label for="playback-fast">I have a fast connection. Always play higher-quality video when it's available.</label>
</div>
</div>
</div>
</div>
<div class="section section-captions">
<div class="tab" onclick="toggleExpander('playback', 'captions')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Captions</a>
</div>
<div class="dirty-indicator fr" style="display: none;">[changed]</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="page">
<span class="greyText">Choose the default setting for displaying captions when watching movies.</span>
<div class="playback-cc-ref">
<input id="playback-cc-enable" type="checkbox" class="playback-cc-enable" onclick="markCcChanged();">
<label for="playback-cc-enable">Show captions</label><br>
</div>
</div>
</div>
</div>
<div class="section section-annotations">
<div class="tab" onclick="toggleExpander('playback', 'annotations')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Annotations</a>
</div>
<div class="dirty-indicator fr" style="display: none;">[changed]</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="page">
<span class="greyText">Choose the default setting for displaying annotations when watching movies.</span>
<div class="playback-annotation-ref">
<input id="playback-annotation-enable" type="checkbox" class="playback-annotation-enable" onclick="markAnnotationsChanged();">
<label for="playback-annotation-enable">Show annotations</label><br>
</div>
</div>
</div>
</div>
<div class="section last section-modern">
<div class="tab" onclick="toggleExpander('playback', 'modern')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Modern Feature Settings</a>
</div>
<div class="dirty-indicator fr" style="display: none;">[changed]</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="page">
<div class="playback-chapters-ref">
<input id="playback-chapters-disable" type="checkbox" class="playback-chapters-disable" onclick="markChaptersChanged();">
<label for="playback-chapters-disable">Hide chapter time marks</label><br>
</div>
<div class="playback-autocc-ref">
<input id="playback-autocc-disable" type="checkbox" class="playback-autocc-disable" onclick="markAutoccChanged();">
<label for="playback-autocc-disable">Don't automatically enable auto-generated captions</label><br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="savePlayback();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
</div>
<div class="section-page page-activity hid">
<div class="message">
<div id="response-holder-template" class="confirmBox page-activity-message" style="display: none">Changes saved.</div>
</div>
<div class="header">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="saveActivity();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
<div class="body">
<div class="section-tabs">
<div class="section current section-sharing" onf="toggleExpander('activity', 'sharing')">
<div class="tab">
<div class="fl">
<div class="bullet" style="background-position: -78px 0px;"></div><a href="javascript:;">Activity Sharing</a>
</div>
<div class="cb"></div>
</div>
<div class="page" id="page">
<p id="pchelper-sharing-notice" class="hid">[!] use pchelper for autosharing to actually work and take effect with your actual youtube activities. <a href="/mh_pc_intro">add pchelper</a></p>
<div class="page">
<span class="autoshare-intro">Your activity feed is the actions that you take on YouTube like favoriting, rating, or uploading a video.</span>
<div class="activity-pref">
<input id="sharing-enabled" type="radio" name="sharing-enable" class="sharing-set">
<label for="sharing-enabled">Yes, allow a selected set of my activities to be viewable</label><br>
<input id="sharing-disabled" type="radio" name="sharing-enable" class="sharing-set" checked>
<label for="sharing-disabled">No, do not allow my activities to be viewable</label>
</div>
<div id="autoshare-a">
<table>
<tr>
<td style="width: 210px;">
<span class="bold">What activities do I share?</span><br>
<span class="grayText">Include these actions in my feed:</span><br>
<input type="checkbox" id="sharing-like">
<label for="sharing-like">Rate a video</label><br>
<input type="checkbox" id="sharing-comment">
<label for="sharing-comment">Comment on a video</label><br>
<input type="checkbox" id="sharing-sub">
<label for="sharing-sub">Subscribe to a channel</label><br>
<input type="checkbox" id="sharing-fav">
<label for="sharing-fav">Favorite a video</label><br>
<input type="checkbox" id="sharing-up">
<label for="sharing-up">Upload a video</label>
</td>
<td>
<span class="bold">Where do I share my activities?</span><br>
<span class="grayText">Automatically post my activies to:</span><br>
<div id="autoshare-icons" class="autoshare-services">
<div class="autoshare-service">
<div class="autoshare-service-detail" id="autoshare-service-bsky">
<img src="/assets/site-assets/pixel-vfl73.gif" class="autoshare-service-icon img-autoshare-bsky"/>
<span class="autoshare-service-name" id="autoshare-name-bsky">Bluesky</span>
<span class="autoshare-service-divider"> - </span>
<a href="/autoshare_connect?s=bsky" id="autoshare-link-bsky">Connect accounts</a>
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="saveActivity();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
</div>
<div class="section-page page-profile hid">
<div class="message">
<div id="response-holder-template" class="confirmBox page-activity-message" style="display: none">Changes saved.</div>
</div>
<div class="header">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="saveProfile();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
<div class="body">
<p class="bold" id="pchelper-notice">add a pchelper account to see and edit your profile. <a href="/mh_pc_intro">add pchelper</a></p>
<form action="/pchelper_profile_setup" id="pchelper-profile-setup-form" class="hid" method="POST">
<div class="section-tabs">
<div class="section current section-about">
<div class="tab" onclick="toggleExpander('profile', 'about')">
<div class="fl">
<div class="bullet" style="background-position: -78px 0px;"></div><a href="javascript:;">About Me</a>
</div>
<div class="cb"></div>
</div>
<div class="page" id="page">
<div style="display:inline-block;width:300px;">
<div id="user-profile-picture">
<div class="user-thumb-large fl">
<img src="/assets/site-assets/default-centered.png" style="margin-left: -2px;" alt="">
</div>
</div>
<div class="about-me-buttons">
<a class="yt-button" type="submit" href="javascript:void(0)" onclick="showPictureChangeDialog()">
<span>Change Picture</span>
</a>
</div>
</div><br>
<div class="input-section">
<div class="field box">
<span>Describe Yourself:</span><br>
<textarea name="channel-description">yt2009_channel_description</textarea>
</div>
<div class="field line">
<span>Website (URL):</span><br>
<input type="text" name="website" spellcheck="false" autocomplete="off">
</div>
</div>
</div>
</div>
<div class="section section-personal">
<div class="tab" onclick="toggleExpander('profile', 'personal')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Personal Details</a>
</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="input-section">
<div class="field line">
<span>First Name:</span><br>
<input type="text" name="first-name" spellcheck="false" autocomplete="off">
</div>
<div class="field line">
<span>Last Name:</span><br>
<input type="text" name="last-name" spellcheck="false" autocomplete="off">
</div>
<div class="field line">
<span>Pronouns:</span><br>
<input type="text" name="pronouns" spellcheck="false" autocomplete="off">
</div>
<div class="field">
<span>Gender:</span><br>
<select name="gender">
<option value="na">--</option>
<option value="m">Male</option>
<option value="f">Female</option>
</select>
</div>
<div class="field">
<span>Relationship Status:</span><br>
<select name="relationship">
<option value="na">--</option>
<option value="s">Single</option>
<option value="t">Taken</option>
<option value="o">Open</option>
</select>
</div>
</div>
</div>
</div>
<div class="section section-hometown">
<div class="tab" onclick="toggleExpander('profile', 'hometown')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Hometown / Location</a>
</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="input-section">
<div class="field line">
<span>Hometown:</span><br>
<input type="text" name="hometown" spellcheck="false" autocomplete="off">
</div>
<div class="field line">
<span>Current City:</span><br>
<input type="text" name="current-city" spellcheck="false" autocomplete="off">
</div>
<div class="field">
<span>Current Zip / Postal Code:</span><br>
<input type="text" name="zip-code" spellcheck="false" autocomplete="off">
</div>
<div class="field line">
<span>Country:</span><br>
<select name="country">
<option value="noc">--</option>
<!--yt2009_insert_countries-->
</select>
</div>
</div>
</div>
</div>
<div class="section section-job">
<div class="tab" onclick="toggleExpander('profile', 'job')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Jobs / Career</a>
</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="input-section">
<div class="field box">
<span>Occupations:</span><br>
<textarea name="occupations"></textarea>
</div>
<div class="field box">
<span>Companies:</span><br>
<textarea name="companies"></textarea>
</div>
</div>
</div>
</div>
<div class="section section-edu">
<div class="tab" onclick="toggleExpander('profile', 'edu')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Education</a>
</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="input-section">
<div class="field box">
<span>Schools:</span><br>
<textarea name="schools"></textarea>
</div>
</div>
</div>
</div>
<div class="section section-inter">
<div class="tab" onclick="toggleExpander('profile', 'inter')">
<div class="fl">
<div class="bullet"></div><a href="javascript:;">Interests</a>
</div>
<div class="cb"></div>
</div>
<div class="page hid" id="page">
<div class="input-section">
<div class="field box">
<span>Interests:</span><br>
<textarea name="interests"></textarea>
</div>
<div class="field box">
<span>Favorite Movies & Shows:</span><br>
<textarea name="fav-movies"></textarea>
</div>
<div class="field box">
<span>Favorite Music:</span><br>
<textarea name="fav-music"></textarea>
</div>
<div class="field box">
<span>Favorite Books:</span><br>
<textarea name="fav-books"></textarea>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="footer">
<div class="page">
<div id="save-template" class="save-button">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="saveProfile();return false;"><span>Save Changes</span></a>
<div class="cb"></div>
</div>
</div>
</div>
</div>
<div class="section-page page-manage hid">
<div class="message">
<div id="response-holder-template" class="confirmBox page-activity-message" style="display: none">Changes saved.</div>
</div>
<div class="header">
<div class="page">
</div>
</div>
<div class="body">
<a href="/mh_pc_manage">manage pchelper</a>
</div>
<div class="footer">
<div class="page">
</div>
</div>
</div>
</td>
</tr>
</tbody></table>
<div id="dialog" style="display: none">
<div class="cover"></div>
<div class="dialog-holder">
<div class="dialog">
<div class="frame">
<div class="body" id="dialog-body">
</div>
</div>
</div>
</div>
</div>
<div id="promos" class="clear">
</div>
<div id="footer">
<div class="search">
<form autocomplete="off" class="search-form" action="/results" method="get" name="footer-search-form">
<input id="footer-search-term" class="search-term" name="search_query" type="text" value="" maxlength="128">
<input id="search-type-footer" name="search_type" type="hidden" value="">
<a class="yt-button yt-button-primary" id="" style="" href="#" onclick="document['footer-search-form'].submit();"><span>lang_search</span></a>
</form>
</div>
<div class="links">
<table cellpadding="0" cellspacing="0">
<tr>
<th>lang_footer_yt</th>
<th>lang_footer_programs</th>
<th>lang_footer_help</th>
<th>lang_footer_policy</th>
<th>lang_footer_discover</th>
</tr>
<tr>
<td><a href="/t/contact_us">lang_footer_contact</a></td>
<td><a href="/t/advertising">lang_footer_advertising</a></td>
<td><strong><a href="http://www.google.com/support/youtube/bin/static.py?page=start.cs&hl=en-US">lang_footer_ghelp</a></strong></td>
<td><a href="/t/privacy">lang_footer_privacy</a></td>
<td><a href="/mobile">lang_footer_mobile</a></td>
</tr>
<tr>
<td><a href="http://www.googlestore.com/youtube">lang_footer_store</a></td>
<td><a href="http://code.google.com/apis/youtube/overview.html">lang_footer_dev</a></td>
<td><a href="/t/yt_handbook_home">lang_footer_handbook</a></td>
<td><a href="/t/terms">lang_footer_tos</a></td>
<td><a href="/youtubeonyoursite">lang_footer_site</a></td>
</tr>
<tr>
<td><a href="/press_room">lang_footer_press</a></td>
<td><a href="/partners">lang_footer_partner</a></td>
<td><a href="http://www.google.com/support/forum/p/youtube?hl=en">lang_footer_community</a></td>
<td><a href="/t/dmca_policy">lang_footer_dmca</a></td>
<td><a href="/youtubeonyourtv">lang_footer_tv</a></td>
</tr>
<tr>
<td><a href="http://ytbizblog.blogspot.com/">lang_footer_business</a></td>
<td><a href="/t/content_management">lang_footer_cm</a></td>
<td><a href="http://www.google.com/support/youtube/bin/request.py?contact_type=abuse&hl=en-US">lang_footer_safety</a></td>
<td><a href="/t/community_guidelines">lang_footer_guidelines</a></td>
<td><a href="/t/rss_feeds">lang_footer_rss</a></td>
</tr>
<tr>
<td><a href="/blog">lang_footer_blog</a></td>
<td><a href="https://github.com/sponsors/ftde0" target="_blank">lang_footer_gh_sponsor</a></td>
<td><a href="/t/creators_corner">lang_footer_corner</a></td>
<td></td>
<td><a href="/testtube">lang_footer_test</a></td>
</tr>
<tr>
<td><a href="/yt2009_flags.htm">lang_footer_2009flags</a></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</div>
<div class="region-and-language-pickers">
<div class="google-home">
<a href="http://www.google.com/webmasters/igoogle/youtube.html">lang_footer_igoogle</a>
</div>
<div class="region-picker-box">
<span class="region-label">lang_footer_location</span>
<strong class="region-title">lang_footer_worldwide</strong>
<a href="#" onclick="yt.www.masthead.loadPicker('region-picker'); return false;">lang_footer_showloc</a>
<div id="region-picker-container">
<div id="region-picker-loading" style="display: none">Loading...</div>
</div>
</div>
<div class="language-picker-box">
<span class="language-label">lang_footer_language</span>
<strong class="language-title">lang_footer_langname</strong>
<a href="#" onclick="yt.www.masthead.loadPicker('language-picker'); return false;">lang_footer_showlang</a>
<div id="language-picker-container">
<div id="language-picker-loading" style="display: none">Loading...</div>
</div>
</div>
</div>
</div>
<div id="copyright">
lang_footer_copyright
</div>
</div>
<div>
</div>
<div class="cover hid" id="overlay-cover"></div>
<div class="hid" id="avatar-picker">
<div class="dialog-holder">
<div class="dialog"><div class="frame"><div class="body">
<span class="dialog-title">Change Picture</span>
<form action="/pchelper_avatar_change" id="pchelper-avatar-change-form" method="POST" enctype="multipart/form-data">
<div class="radiogroup">
<div class="radio">
<input type="radio" checked name="av_type" value="upload_image" id="upload-image">
<label for="upload-image">Upload an image:</label><br>
<div class="indented">
<input type="file" name="image-file"><br>
<span class="grayText">You can upload a JPG, non-animated GIF, BMP, or PNG file.
Do not upload pictures containing celebrities, nudity, artwork or copyrighted images.
Your image will be displayed as an 88px by 88px square. <b>Maximum file size is 256K.</b></span>
</div>
</div>
<div class="radio">
<input type="radio" name="av_type" value="video_still" id="video-still">
<label for="video-still">Choose a video still:</label><br>
<div class="indented">
<input type="hidden" name="picked_video_still" id="picked-video-still" value="0">
<input type="hidden" name="picked_video_still_id" id="picked-video-still-id" value="">
<div class="video-still-picker">
<table><tr>
<!--yt2009_videos_insert-->
</tr></table>
</div>
</div>
</div>
<div class="radio">
<input type="radio" name="av_type" value="use_default" id="use-default">
<label for="use-default">Use default image</label>
</div>
<div>
<a class="yt-button" type="submit" href="javascript:void(0)" onclick="document.getElementById('pchelper-avatar-change-form').submit()">
<span>Save changes</span>
</a>
or
<a href="javascript:void(0)" onclick="hidePictureChangeDialog()">
cancel
</a>
</div>
</div>
</form>
</div></div></div>
</div>
</div>
<a name="pageBottom"></a>
<script src="/assets/site-assets/yt2009accountpage.js"></script>
<script src="/assets/site-assets/yt2009quicklist.js"></script>
<script src="/assets/site-assets/yt2009langpicker.js"></script>
<script src="/assets/site-assets/search-suggestions.js"></script>
</body>
</html>