Thứ Hai, 7 tháng 6, 2010

tmtien_1955@yahoo.com

Thứ hai, 07/06/2010 19:09 pm

Flickr logo.  If you click it, you'll go home Signed in as tmtien_1955 Ordering Prints -              Your cart Check your              FlickrMail (0 new) Help Sign Out
F.decorate(_ge('candy_nav_button_bar'), F._nav_button_bar).bar_go_go_go();
F.decorate(_ge('candy_nav_button_search'), F._nav_button).button_go_go_go(); Y.E.addListener(Y.D.getElementsByClassName('nav_button_caret','img','candy_nav_button_search')[0],'click',function(){ // if doing a location search, hide when user opens the drop-down var o = _ge('loc_search_close'); if (o && o.onclick) { o.onclick(); } }); var b1 = _ge('headersearchbutton1'); b1.parentNode.removeChild(b1); _ge('search_header_form_td').style.paddingBottom = '2px'; _ge('candy_search_button_bar').style.display = 'block'; var f = _ge('headersearchform'); if (f.q.value == 'Search your photostream') f.q.style.color = '#999'; f.q.onfocus = function() { if (this.value == 'Search your photostream') this.value = ''; this.style.color = '#222'; if (window.ymap) ymap._disableKeys = true; } f.q.onblur = function() { if (this.value != '') return; this.style.color = '#999'; this.value = 'Search your photostream'; if (window.ymap) ymap._disableKeys = false; } var _do_header_search = function(w, m, action, s, mt) { var f = _ge('headersearchform'); if (f.q.value == 'Search your photostream') f.q.value = ''; f.q.value = f.q.value.trim(); // do location search if the location search window is open, or if w == 'location' if (w == 'location' || (_ge('loc_search_div') && _ge('loc_search_div').style.display != 'none')) { if (!_ge('loc_search_div')) { // create the location search crap! var div = document.createElement('div'); div.id = 'loc_search_div'; document.body.appendChild(div); var page_type = 'site'; F.decorate(div, F._loc_search_div).div_go_go_go(page_type); } try {_ge('loc_search_div').div_do_loc_search()} catch(err) {writeDebug(err)};return false; return; } f.w.value = w; f.m.value = (m) ? m : ''; f.s.value = (s) ? s : ''; f.mt.value = (mt) ? mt : ''; f.action = (action) ? action : '/search/'; if (f.m.value == 'tags' && f.q.value && f.q.value.indexOf(' ') == -1) { var alias = 'tranmanhtien2181955'; alias = (alias) ? alias : f.w.value; var turl = '/photos/'; if (f.w.value == 'all') { turl+= 'tags/'+encodeURIComponent(f.q.value); } else { turl+= alias+'/tags/'+encodeURIComponent(f.q.value); } document.location = turl; return; } var qsA = ['q='+encodeURIComponent(f.q.value)]; if (f.w.value) qsA.push('w='+encodeURIComponent(f.w.value)); if (f.m.value) qsA.push('m='+encodeURIComponent(f.m.value)); if (f.s.value) qsA.push('s='+encodeURIComponent(f.s.value)); if (f.mt.value) qsA.push('mt='+encodeURIComponent(f.mt.value)); if (f.referer_searched.value) qsA.push('referer_searched='+encodeURIComponent(f.referer_searched.value)); var surl = f.action+'?'+qsA.join('&'); document.location = surl; }
to  your              photostream page

Your photostream 200 items / 11,708 views

SetsGalleriesTagsPeopleArchivesFavoritesPopular Profile

  • Share this stream
    • Enter email addresses or a contact's screen name:

    Add a message?

    Message:

  • Grab the link
    • Here's a link to your photostream. Just copy and paste!

Change your sharing permissions

F.sharing_vars = {}; F.sharing_vars.sending_guest_pass = 0; F.sharing_vars.share_close_butt = '

'; F.sharing_js_files = [ "http://l.yimg.com/g/javascript/yahoo/autocomplete_2.5.1.js.v80227.14", "http://l.yimg.com/g/javascript/bo_selecta.js.v87829.14", "http://l.yimg.com/g/javascript/sharing_bo_selecta.js.v85310.14" ]; F.sharing_load_js = function(e) { if (!F.sharing_drop_down) { var params = (e) ? null : {onSuccess: function() {window.setTimeout("_ge('ShareMenu').go_go_go();", 200);}}; // Load js if it hasn't been already var load_js = Y.U.Get.script(F.sharing_js_files, params); } }; F.sharing_button = { toggle: function() { this.style.display = (this.visible) ? "none" : "block"; var shadow = _ge('ShareMenuShadow'); if (shadow) { shadow.style.display = (this.visible) ? "none" : "block"; if (YAHOO.env.ua.ie || YAHOO.env.ua.opera) { Y.D.addClass(shadow, 'shadow-ie'); } } if (this.visible) { // Close F.eb_broadcast('stewart_play_if_was_playing'); Y.U.Dom.removeClass(_ge("ShareButton"), "share_button_on"); var quickMsg = _ge('sharing_personal_message'); if (quickMsg) { var quickMsgValue = quickMsg.value; _ge("AutoCompleteForm").reset(); if (Y.D.getStyle('sharing_personal_message_container', 'display') === 'block') { // Restore the value if it's shown. quickMsg.value = quickMsgValue; } } else { _ge("AutoCompleteForm").reset(); } } else { // Open F.eb_broadcast('stewart_pause'); Y.U.Dom.addClass(_ge("ShareButton"), "share_button_on"); if (!this.opened) { if (!F.sharing_drop_down) { F.sharing_load_js(); } else { this.go_go_go(); } } else { if (_ge("sharing_email_input").style.display) { _ge("sharing_email_input").focus(); } } } this.visible = (this.visible) ? 0 : 1; this.opened = true; }, go_go_go: function(attribute){ setupDropdown(); function setupDropdown() { if (_ge("ShareOptions") && F.sharing_drop_down) { F.decorate(_ge("ShareOptions"), F.sharing_drop_down).go_go_go('/people/tranmanhtien2181955/contacts/cache/dump/9de56f288b69587160cca7cc00f48d69.1267961769a'); } else { setTimeout(setupDropdown, 100); // Call itself recursively until the objects are loaded. } } } } F.decorate(_ge("ShareMenu"), F.sharing_button); var quickMsg = _ge('sharing_personal_message'); if (quickMsg) { quickMsg.value = ''; } Y.U.Event.addListener("ShareButton", "mouseover", F.sharing_load_js); F.sharing_code_loaded = true;
Guest Passes let you share your photos that aren't public. Anyone can see your public photos anytime, whether they're a Flickr member or not. But! If you want to share photos marked as friends, family or private, use a Guest Pass. If you're sharing photos from a set, you can create a Guest Pass that includes any of your photos marked as friends, family, or private. If you're sharing your entire photostream, you can create a Guest Pass that includes photos marked as friends or family (but not your private photos). Learn more about Guest Passes![?]
spacer
var photostream_owner_nsid = "14599204@N04";

This message will disappear the next time you load this page. Undo?

Hey tmtien_1955! About your photostream...

You've run into one of the limits of a free account. Your free account will only display the most recent 200 things you've uploaded.
Anything beyond 200 will remain hidden from view until you either delete newer items, or upgrade to a Pro account.


Nothing has been deleted, and if you upgrade, they'll all come back unharmed.


F.decorate(_ge('candy_hide_promo_200_photos'), F._simple_button).button_go_go_go();
pretty lat/long
global_photos['4593224883'] = new Object(); global_photos['4593224883'].title = 'Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ niệm Grimma, 3/5/1982 @2010)'; global_photos['4593224883'].description = '';

Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ niệm Grimma, 3/5/1982 @2010)

insitu_init_page_photos_user_title_div('4593224883', 240);
global_photos['4593217807'] = new Object(); global_photos['4593217807'].title = 'Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ niệm Grimma, 3/5/1982 @2010)'; global_photos['4593217807'].description = '';

Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ niệm Grimma, 3/5/1982 @2010)

insitu_init_page_photos_user_title_div('4593217807', 240);
global_photos['4593830442'] = new Object(); global_photos['4593830442'].title = 'Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ niệm Grimma, 3/5/1982 @2010)'; global_photos['4593830442'].description = '';

Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ niệm Grimma, 3/5/1982 @2010)

insitu_init_page_photos_user_title_div('4593830442', 240);
Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ  niệm                          Grimma, 3/5/1982 @2010)
click here to add a description
insitu_init_page_photos_user_description_div('4593224883', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ  niệm                          Grimma, 3/5/1982 @2010)
click here to add a description
insitu_init_page_photos_user_description_div('4593217807', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

2 views / 0 comments

Thăm Sở Chỉ huy Mường Phăng,Điện Biên Phủ,thứ hai 3/5/2010 (kỷ  niệm                          Grimma, 3/5/1982 @2010)
click here to add a description
insitu_init_page_photos_user_description_div('4593830442', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

global_photos['4593824716'] = new Object(); global_photos['4593824716'].title = 'Hoa Nghệ Rừng'; global_photos['4593824716'].description = '';

Hoa Nghệ Rừng

insitu_init_page_photos_user_title_div('4593824716', 240);
global_photos['4593207257'] = new Object(); global_photos['4593207257'].title = 'Bên Bờ Hồ Hà nội'; global_photos['4593207257'].description = '';

Bên Bờ Hồ Hà nội

insitu_init_page_photos_user_title_div('4593207257', 240);
global_photos['4593824640'] = new Object(); global_photos['4593824640'].title = 'Cụ Phạm Xuân Ngọc (1936 &2001)'; global_photos['4593824640'].description = '';

Cụ Phạm Xuân Ngọc (1936 &2001)

insitu_init_page_photos_user_title_div('4593824640', 240);
Hoa Nghệ Rừng
click here to add a description
insitu_init_page_photos_user_description_div('4593824716', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

Bên Bờ Hồ Hà nội
click here to add a description
insitu_init_page_photos_user_description_div('4593207257', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

1 view / 0 comments

Cụ Phạm Xuân Ngọc (1936 &2001)
click here to add a description
insitu_init_page_photos_user_description_div('4593824640', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

global_photos['4593207151'] = new Object(); global_photos['4593207151'].title = 'NCS.Phạm Thị Xuân Châu'; global_photos['4593207151'].description = '';

NCS.Phạm Thị Xuân Châu

insitu_init_page_photos_user_title_div('4593207151', 240);
global_photos['4593824556'] = new Object(); global_photos['4593824556'].title = 'Bên Hồ Gươm,Hà nội'; global_photos['4593824556'].description = '';

Bên Hồ Gươm,Hà nội

insitu_init_page_photos_user_title_div('4593824556', 240);
global_photos['4593207059'] = new Object(); global_photos['4593207059'].title = 'Đứng bên hồ bán nguyệt,thấy tròn rồi vầng trăng...'; global_photos['4593207059'].description = '';

Đứng bên hồ bán nguyệt,thấy tròn rồi vầng trăng...

insitu_init_page_photos_user_title_div('4593207059', 240);
NCS.Phạm Thị Xuân Châu
click here to add a description
insitu_init_page_photos_user_description_div('4593207151', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

Bên Hồ Gươm,Hà nội
click here to add a description
insitu_init_page_photos_user_description_div('4593824556', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

Đứng bên hồ bán nguyệt,thấy tròn rồi vầng trăng...
click here to add a description
insitu_init_page_photos_user_description_div('4593207059', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

global_photos['4593207005'] = new Object(); global_photos['4593207005'].title = 'Bên Hồ Gươm,Hà nội'; global_photos['4593207005'].description = '';

Bên Hồ Gươm,Hà nội

insitu_init_page_photos_user_title_div('4593207005', 240);
global_photos['4588469457'] = new Object(); global_photos['4588469457'].title = 'Thư viện Quốc gia Việt nam,5/3/2010'; global_photos['4588469457'].description = '';

Thư viện Quốc gia Việt nam,5/3/2010

insitu_init_page_photos_user_title_div('4588469457', 240);
global_photos['4589089904'] = new Object(); global_photos['4589089904'].title = 'Thư viện Quốc gia Việt nam,2/3/2010'; global_photos['4589089904'].description = '';

Thư viện Quốc gia Việt nam,2/3/2010

insitu_init_page_photos_user_title_div('4589089904', 240);
Bên Hồ Gươm,Hà nội
click here to add a description
insitu_init_page_photos_user_description_div('4593207005', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 9, 2010 | Delete

0 comments

Thư viện Quốc gia Việt nam,5/3/2010
click here to add a description
insitu_init_page_photos_user_description_div('4588469457', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 8, 2010 | Delete

2 views / 0 comments

Thư viện Quốc gia Việt nam,2/3/2010
click here to add a description
insitu_init_page_photos_user_description_div('4589089904', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 8, 2010 | Delete

0 comments

global_photos['4589089868'] = new Object(); global_photos['4589089868'].title = 'Ngày Thơ Việt nam,28/2/2010'; global_photos['4589089868'].description = '';

Ngày Thơ Việt nam,28/2/2010

insitu_init_page_photos_user_title_div('4589089868', 240);
global_photos['4588469353'] = new Object(); global_photos['4588469353'].title = 'Đại học Bách khoa Hà nội,31/1/2010'; global_photos['4588469353'].description = '';

Đại học Bách khoa Hà nội,31/1/2010

insitu_init_page_photos_user_title_div('4588469353', 240);
global_photos['4589089822'] = new Object(); global_photos['4589089822'].title = 'Thư viện Quốc gia Việt nam'; global_photos['4589089822'].description = '';

Thư viện Quốc gia Việt nam

insitu_init_page_photos_user_title_div('4589089822', 240);
Ngày Thơ Việt nam,28/2/2010
click here to add a description
insitu_init_page_photos_user_description_div('4589089868', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 8, 2010 | Delete

0 comments

Đại học Bách khoa Hà nội,31/1/2010
click here to add a description
insitu_init_page_photos_user_description_div('4588469353', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 8, 2010 | Delete

0 comments

Thư viện Quốc gia Việt nam
click here to add a description
insitu_init_page_photos_user_description_div('4589089822', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 8, 2010 | Delete

0 comments

global_photos['4589089782'] = new Object(); global_photos['4589089782'].title = 'Đại học Bách khoa Hà nội'; global_photos['4589089782'].description = '';

Đại học Bách khoa Hà nội(Hanoi University of Science and Technology)

insitu_init_page_photos_user_title_div('4589089782', 240);
global_photos['4588469263'] = new Object(); global_photos['4588469263'].title = 'Đại học Bách khoa Hà nội'; global_photos['4588469263'].description = '';

Đại học Bách khoa Hà nội(Hanoi University of Science and Technology)

insitu_init_page_photos_user_title_div('4588469263', 240);
global_photos['4588469235'] = new Object(); global_photos['4588469235'].title = 'Trần Hoàng Hà,Đại học Bách khoa Hà nội'; global_photos['4588469235'].description = '';

Trần Hoàng Hà,Đại học Bách khoa Hà nội

insitu_init_page_photos_user_title_div('4588469235', 240);
Đại học Bách khoa Hà nội
click here to add a description
insitu_init_page_photos_user_description_div('4589089782', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 8, 2010 | Delete

0 comments

Đại học Bách khoa Hà nội
click here to add a description
insitu_init_page_photos_user_description_div('4588469263', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 8, 2010 | Delete

0 comments

Không có nhận xét nào: