Thứ Hai, 31 tháng 5, 2010

A.17 months@N'15-Grimma Project for Asso.Prof.Program .(from 1/6/2010 to 15/10/2011) (1)

Thứ hai, 31/05/2010 19:01 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,697 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['4645982826'] = new Object(); global_photos['4645982826'].title = 'Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010'; global_photos['4645982826'].description = '';

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

insitu_init_page_photos_user_title_div('4645982826', 240);
global_photos['4645368255'] = new Object(); global_photos['4645368255'].title = 'Thành phố Điện Biên Phủ,chiều 30/4/2010'; global_photos['4645368255'].description = '';

OR

Thành phố Điện Biên Phủ,chiều 30/4/2010

insitu_init_page_photos_user_title_div('4645368255', 240);
global_photos['4645368101'] = new Object(); global_photos['4645368101'].title = 'Thành phố Điện Biên Phủ,chiều 30/4/2010'; global_photos['4645368101'].description = '';

Thành phố Điện Biên Phủ,chiều 30/4/2010

insitu_init_page_photos_user_title_div('4645368101', 240);

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645982826', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

Thành phố Điện Biên Phủ,chiều 30/4/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645368255', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

Thành phố Điện Biên Phủ,chiều 30/4/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645368101', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

global_photos['4645368023'] = new Object(); global_photos['4645368023'].title = 'picture_088_1526268622'; global_photos['4645368023'].description = '';

Thành phố Điện Biên Phủ,chiều 30/4/2010

insitu_init_page_photos_user_title_div('4645368023', 240);
global_photos['4645367937'] = new Object(); global_photos['4645367937'].title = 'picture_089_1408076128'; global_photos['4645367937'].description = '';

Thành phố Điện Biên Phủ,chiều 30/4/2010

insitu_init_page_photos_user_title_div('4645367937', 240);
global_photos['4645982356'] = new Object(); global_photos['4645982356'].title = 'picture_090_488638812'; global_photos['4645982356'].description = '';

Thành phố Điện Biên Phủ,chiều 30/4/2010

insitu_init_page_photos_user_title_div('4645982356', 240);

picture_088_1526268622

click here to add a description
insitu_init_page_photos_user_description_div('4645368023', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

picture_089_1408076128

click here to add a description
insitu_init_page_photos_user_description_div('4645367937', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

picture_090_488638812

click here to add a description
insitu_init_page_photos_user_description_div('4645982356', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

global_photos['4645982292'] = new Object(); global_photos['4645982292'].title = 'picture_076_1634744206'; global_photos['4645982292'].description = '';

Thành phố Điện Biên Phủ,sáng 30/4/2010

insitu_init_page_photos_user_title_div('4645982292', 240);
global_photos['4645982196'] = new Object(); global_photos['4645982196'].title = 'picture_077_878151461'; global_photos['4645982196'].description = '';

Thành phố Điện Biên Phủ,sáng 30/4/2010

insitu_init_page_photos_user_title_div('4645982196', 240);
global_photos['4645982134'] = new Object(); global_photos['4645982134'].title = 'picture_078_1096637525'; global_photos['4645982134'].description = '';

Thành phố Điện Biên Phủ,sáng 30/4/2010

insitu_init_page_photos_user_title_div('4645982134', 240);

picture_076_1634744206

click here to add a description
insitu_init_page_photos_user_description_div('4645982292', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

picture_077_878151461

click here to add a description
insitu_init_page_photos_user_description_div('4645982196', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

picture_078_1096637525

click here to add a description
insitu_init_page_photos_user_description_div('4645982134', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

global_photos['4645367565'] = new Object(); global_photos['4645367565'].title = 'Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010'; global_photos['4645367565'].description = '';

Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010

insitu_init_page_photos_user_title_div('4645367565', 240);
global_photos['4645367459'] = new Object(); global_photos['4645367459'].title = 'Thành phố Điện Biên Phủ,sáng 30/4/2010'; global_photos['4645367459'].description = '';

Thành phố Điện Biên Phủ,sáng 30/4/2010

insitu_init_page_photos_user_title_div('4645367459', 240);
global_photos['4645981886'] = new Object(); global_photos['4645981886'].title = 'Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010'; global_photos['4645981886'].description = '';

Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010

insitu_init_page_photos_user_title_div('4645981886', 240);

Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645367565', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

Thành phố Điện Biên Phủ,sáng 30/4/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645367459', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

1 view / 0 comments

Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645981886', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

global_photos['4645367281'] = new Object(); global_photos['4645367281'].title = 'Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010'; global_photos['4645367281'].description = '';

Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010

insitu_init_page_photos_user_title_div('4645367281', 240);
global_photos['4645367177'] = new Object(); global_photos['4645367177'].title = 'Kỷ niệm Thư viên Quốc gia (27/12/2010)'; global_photos['4645367177'].description = '';

Kỷ niệm Thư viên Quốc gia (5/3/2010)

insitu_init_page_photos_user_title_div('4645367177', 240);
global_photos['4645981706'] = new Object(); global_photos['4645981706'].title = 'Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010'; global_photos['4645981706'].description = '';

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

insitu_init_page_photos_user_title_div('4645981706', 240);

Điện Biên Phủ,trước bàn thờ cụ Phạm Xuân Ngọc (1936-2001),sáng thứ sáu 30/4/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645367281', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

Kỷ niệm Thư viên Quốc gia (27/12/2010)

click here to add a description
insitu_init_page_photos_user_description_div('4645367177', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

Đón dâu ở Điện Biên,sáng  chủ nhật 2/5/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645981706', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

global_photos['4645367011'] = new Object(); global_photos['4645367011'].title = 'Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010'; global_photos['4645367011'].description = '';

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

insitu_init_page_photos_user_title_div('4645367011', 240);
global_photos['4645981450'] = new Object(); global_photos['4645981450'].title = 'Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010'; global_photos['4645981450'].description = '';

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

insitu_init_page_photos_user_title_div('4645981450', 240);
global_photos['4645366711'] = new Object(); global_photos['4645366711'].title = 'Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010'; global_photos['4645366711'].description = '';

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

insitu_init_page_photos_user_title_div('4645366711', 240);

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645367011', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645981450', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010

click here to add a description
insitu_init_page_photos_user_description_div('4645366711', 240);

All rights reserved Anyone can see this photo (edit)

Uploaded on May 27, 2010 | Delete

0 comments

← prev1 2 3 4 5 6 7 8 9 10 11 next →
(200 items)

Did you know you can change the layout of this page?

Subscribe to a feed of stuff on this page... Subscribe to tmtien_1955's photostream – Latest | geoFeed | KML
Add to My Yahoo!
deja_view_refresh();

x
Add as a Contact
Also mark as a Friend (optional)
Also mark as Family (optional)