Thứ Ba, 3 tháng 8, 2010

Chương trình "Hoa Ban Trắng " (HUET: from 5/8/2010 to 5/8/2013)(12)



Signed in as tmtien_1955 (0 new) Help Sign Out
Home
You
Your Photostream Your Sets Your Galleries Your Archives Your Tags Your Map Your Favorites Your Stats Your Apps Recent Activity Photos of You Upload Photos and Videos Your Account Your Profile FlickrMail
Organize & Create
All your content Most recent upload Your Sets Prints & photo products Your Map
Contacts
Most Recent Uploads Photos of Your Contacts Contact List People Search Invite your Friends Invite History Guest Pass History Give the gift of Flickr
Groups
Your Groups Recent Changes Search for a Group Create a New Group
Explore
Explore Page Last 7 Days Interesting Popular Tags Calendar Most Recent Uploads Video on Flickr Galleries Explore Analog Flickr Clock Getty Images World Map Places The Commons Creative Commons FlickrBlog code.flickr The App Garden Camera Finder
F.decorate(_ge('candy_nav_button_bar'), F._nav_button_bar).bar_go_go_go();

Search
Everyone's Uploads From Your Contacts From Your Friends · Your Photostream Groups Flickr Members For a Location Applications

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);

if (!Y.D.hasClass(document.getElementsByTagName('body')[0], 'zeus')) {
_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;
}


Your photostream 200 items / 11,744 views
Sets Galleries Tags People Archives Favorites Popular Profile
Share This Slideshow
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![?]
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['4851459289'] = new Object();
global_photos['4851459289'].title = 'Đại lễ Phật giáo kỷ niệm 1000 năm Thăng long-Hà nội.Bên Chùa Trấn Quốc ,đêm 31/7/2010';
global_photos['4851459289'].description = '';
click here to add a title " form_content="Đại lễ Phật giáo kỷ niệm 1000 năm Thăng long-Hà nội.Bên Chùa Trấn Quốc ,đêm 31/7/2010" hash_id="4851459289" _oldTitle="null">Đại lễ Phật giáo kỷ niệm 1000 năm Thăng long-Hà nội.Bên Chùa Trấn Quốc ,đêm 31/7/2010
insitu_init_page_photos_user_title_div('4851459289', 240);

global_photos['4852068206'] = new Object();
global_photos['4852068206'].title = 'Hoàng Thành Thăng long,sáng 28/7/2010';
global_photos['4852068206'].description = '';
click here to add a title " form_content="Hoàng Thành Thăng long,sáng 28/7/2010" hash_id="4852068206" _oldTitle="null">Hoàng Thành Thăng long,sáng 28/7/2010
insitu_init_page_photos_user_title_div('4852068206', 240);

global_photos['4843777998'] = new Object();
global_photos['4843777998'].title = 'Vien Bao tang My thuat,chieu 29/7/2010';
global_photos['4843777998'].description = '';
click here to add a title " form_content="Vien Bao tang My thuat,chieu 29/7/2010" hash_id="4843777998" _oldTitle="null">Vien Bao tang My thuat,chieu 29/7/2010
insitu_init_page_photos_user_title_div('4843777998', 240);

click here to add a description " form_content hash_id="4851459289" hideTimer="457232907">click here to add a description
insitu_init_page_photos_user_description_div('4851459289', 240);
Anyone can see this photo (edit)
Uploaded on Aug 1, 2010 Delete
1 view / 0 comments

click here to add a description " form_content hash_id="4852068206">click here to add a description
insitu_init_page_photos_user_description_div('4852068206', 240);
Anyone can see this photo (edit)
Uploaded on Aug 1, 2010 Delete
3 views / 0 comments

click here to add a description " form_content hash_id="4843777998" hideTimer="457232863">click here to add a description
insitu_init_page_photos_user_description_div('4843777998', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

global_photos['4843777844'] = new Object();
global_photos['4843777844'].title = 'Vien Bao tang My thuat,chieu 29/7/2010';
global_photos['4843777844'].description = '';
click here to add a title " form_content="Vien Bao tang My thuat,chieu 29/7/2010" hash_id="4843777844" _oldTitle="null">Vien Bao tang My thuat,chieu 29/7/2010
insitu_init_page_photos_user_title_div('4843777844', 240);

global_photos['4843777692'] = new Object();
global_photos['4843777692'].title = 'Dai Le Phat Giao,Hoang Thanh Thang long,sang 28/7/2010';
global_photos['4843777692'].description = '';
click here to add a title " form_content="Dai Le Phat Giao,Hoang Thanh Thang long,sang 28/7/2010" hash_id="4843777692" _oldTitle="null">Dai Le Phat Giao,Hoang Thanh Thang long,sang 28/7/2010
insitu_init_page_photos_user_title_div('4843777692', 240);

global_photos['4843777604'] = new Object();
global_photos['4843777604'].title = 'q1UaORXhXfiyyy_Yj39IGuh1rYNV';
global_photos['4843777604'].description = '';
click here to add a title " form_content="q1UaORXhXfiyyy_Yj39IGuh1rYNV" hash_id="4843777604" _oldTitle="null">q1UaORXhXfiyyy_Yj39IGuh1rYNV
insitu_init_page_photos_user_title_div('4843777604', 240);

click here to add a description " form_content hash_id="4843777844">click here to add a description
insitu_init_page_photos_user_description_div('4843777844', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
0 comments

click here to add a description " form_content hash_id="4843777692">click here to add a description
insitu_init_page_photos_user_description_div('4843777692', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

click here to add a description " form_content hash_id="4843777604">click here to add a description
insitu_init_page_photos_user_description_div('4843777604', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

global_photos['4843162609'] = new Object();
global_photos['4843162609'].title = '';
global_photos['4843162609'].description = '';
click here to add a title " form_content hash_id="4843162609" _oldTitle="null">click here to add a title
insitu_init_page_photos_user_title_div('4843162609', 240);

global_photos['4843162575'] = new Object();
global_photos['4843162575'].title = 'Hoi thao Khoa hoc,ngay 29/7/2010';
global_photos['4843162575'].description = '';
click here to add a title " form_content="Hoi thao Khoa hoc,ngay 29/7/2010" hash_id="4843162575" _oldTitle="null">Hoi thao Khoa hoc,ngay 29/7/2010
insitu_init_page_photos_user_title_div('4843162575', 240);

global_photos['4843162405'] = new Object();
global_photos['4843162405'].title = 'Dai Le Phat Giao,Hoang Thanh Thang long,sang 28/7/2010';
global_photos['4843162405'].description = '';
click here to add a title " form_content="Dai Le Phat Giao,Hoang Thanh Thang long,sang 28/7/2010" hash_id="4843162405" _oldTitle="null">Dai Le Phat Giao,Hoang Thanh Thang long,sang 28/7/2010
insitu_init_page_photos_user_title_div('4843162405', 240);

click here to add a description " form_content hash_id="4843162609">click here to add a description
insitu_init_page_photos_user_description_div('4843162609', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

click here to add a description " form_content hash_id="4843162575">click here to add a description
insitu_init_page_photos_user_description_div('4843162575', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
0 comments

click here to add a description " form_content hash_id="4843162405">click here to add a description
insitu_init_page_photos_user_description_div('4843162405', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

global_photos['4843162225'] = new Object();
global_photos['4843162225'].title = 'Vien Bao tang My thuat,chieu 29/7/2010';
global_photos['4843162225'].description = '';
click here to add a title " form_content="Vien Bao tang My thuat,chieu 29/7/2010" hash_id="4843162225" _oldTitle="null">Vien Bao tang My thuat,chieu 29/7/2010
insitu_init_page_photos_user_title_div('4843162225', 240);

global_photos['4843072895'] = new Object();
global_photos['4843072895'].title = 'Dr.Tran Manh Tien(HUET) at Viet-Art Center,28/7/2010';
global_photos['4843072895'].description = '';
click here to add a title " form_content="Dr.Tran Manh Tien(HUET) at Viet-Art Center,28/7/2010" hash_id="4843072895" _oldTitle="null">Dr.Tran Manh Tien(HUET) at Viet-Art Center,28/7/2010
insitu_init_page_photos_user_title_div('4843072895', 240);

global_photos['4843686250'] = new Object();
global_photos['4843686250'].title = 'Dr.Tran Manh Tien at Viet-Art Center,28/7/2010';
global_photos['4843686250'].description = '';
click here to add a title " form_content="Dr.Tran Manh Tien at Viet-Art Center,28/7/2010" hash_id="4843686250" _oldTitle="null">Dr.Tran Manh Tien at Viet-Art Center,28/7/2010
insitu_init_page_photos_user_title_div('4843686250', 240);

click here to add a description " form_content hash_id="4843162225">click here to add a description
insitu_init_page_photos_user_description_div('4843162225', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

click here to add a description " form_content hash_id="4843072895" hideTimer="457232911">click here to add a description
insitu_init_page_photos_user_description_div('4843072895', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

click here to add a description " form_content hash_id="4843686250">click here to add a description
insitu_init_page_photos_user_description_div('4843686250', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
0 comments

global_photos['4843684114'] = new Object();
global_photos['4843684114'].title = 'Dr.Tran Manh Tien at Viet-Art Center,28/7/2010';
global_photos['4843684114'].description = '';
click here to add a title " form_content="Dr.Tran Manh Tien at Viet-Art Center,28/7/2010" hash_id="4843684114" _oldTitle="null">Dr.Tran Manh Tien at Viet-Art Center,28/7/2010
insitu_init_page_photos_user_title_div('4843684114', 240);

global_photos['4843065807'] = new Object();
global_photos['4843065807'].title = 'Dr.Tran Manh Tien at Viet-Art Center,28/7/2010';
global_photos['4843065807'].description = '';
click here to add a title " form_content="Dr.Tran Manh Tien at Viet-Art Center,28/7/2010" hash_id="4843065807" _oldTitle="null">Dr.Tran Manh Tien at Viet-Art Center,28/7/2010
insitu_init_page_photos_user_title_div('4843065807', 240);

global_photos['4843063427'] = new Object();
global_photos['4843063427'].title = 'Nghia trang Dien Bien,chan doi A-1,30/4/2010';
global_photos['4843063427'].description = '';
click here to add a title " form_content="Nghia trang Dien Bien,chan doi A-1,30/4/2010" hash_id="4843063427" _oldTitle="null">Nghia trang Dien Bien,chan doi A-1,30/4/2010
insitu_init_page_photos_user_title_div('4843063427', 240);

click here to add a description " form_content hash_id="4843684114">click here to add a description
insitu_init_page_photos_user_description_div('4843684114', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
2 views / 0 comments

click here to add a description " form_content hash_id="4843065807">click here to add a description
insitu_init_page_photos_user_description_div('4843065807', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

click here to add a description " form_content hash_id="4843063427">click here to add a description
insitu_init_page_photos_user_description_div('4843063427', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
1 view / 0 comments

global_photos['4843662060'] = new Object();
global_photos['4843662060'].title = 'Dr.Tran Manh Tien at Viet-Art Center,28/7/2010';
global_photos['4843662060'].description = '';
click here to add a title " form_content="Dr.Tran Manh Tien at Viet-Art Center,28/7/2010" hash_id="4843662060" _oldTitle="null">Dr.Tran Manh Tien at Viet-Art Center,28/7/2010
insitu_init_page_photos_user_title_div('4843662060', 240);

global_photos['4825446172'] = new Object();
global_photos['4825446172'].title = 'Chung khảo Hoa Hậu Việt nam 2010,khu vực phía Bắc,Hà nội ngày 24/7/2010';
global_photos['4825446172'].description = '';
click here to add a title " form_content="Chung khảo Hoa Hậu Việt nam 2010,khu vực phía Bắc,Hà nội ngày 24/7/2010" hash_id="4825446172" _oldTitle="null">Chung khảo Hoa Hậu Việt nam 2010,khu vực phía Bắc,Hà nội ngày 24/7/2010
insitu_init_page_photos_user_title_div('4825446172', 240);

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 = '';
click here to add a title " form_content="Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010" hash_id="4645982826" _oldTitle="null">Đón dâu ở Điện Biên,sáng chủ nhật 2/5/2010
insitu_init_page_photos_user_title_div('4645982826', 240);

click here to add a description " form_content hash_id="4843662060">click here to add a description
insitu_init_page_photos_user_description_div('4843662060', 240);
Anyone can see this photo (edit)
Uploaded on Jul 30, 2010 Delete
0 comments

click here to add a description " form_content hash_id="4825446172">click here to add a description
insitu_init_page_photos_user_description_div('4825446172', 240);
Anyone can see this photo (edit)
Uploaded on Jul 24, 2010 Delete
5 views / 0 comments

click here to add a description " form_content hash_id="4645982826">click here to add a description
insitu_init_page_photos_user_description_div('4645982826', 240);
Anyone can see this photo (edit)
Uploaded on May 27, 2010 Delete
9 views / 0 comments
← prev 1 2 3 4 5 6 7 8 9 10 11
(200 items)
Did you know you can change the layout of this page?
Subscribe to tmtien_1955's photostream – Latest geoFeed KML

deja_view_refresh();
Activity
Around You In Your Groups From your friends
You
Your Photostream Organize Upload Your Account
Explore
Places Last 7 Days This Month Popular Tags The Commons Creative Commons Search
Help
Community Guidelines The Help Forum FAQ Tools Sitemap Get Help
Send to a friend Bookmark on Delicious
Flickr Blog About Flickr Terms of Service Your Privacy About Our Ads Copyright/IP Policy Report Abuse
Deutsch English Español Français Italiano Português Copyright © 2010 Yahoo! Inc. All rights reserved.

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

These settings can be changed at any time.
Adding someone as a contact is a way of keeping up to date with their photos on Flickr. Their latest uploads will appear on your Contacts page and homepage.
Additionally, marking someone as a friend or family (or both) lets you give them access to your semi-private photos and videos.
You can learn all about Contacts in the FAQ.


Hi, you!

Photostream Collections Sets Galleries Profile Tags Archives Map Favorites Contacts Photos of
Send FlickrMail
Your Photostream Your Collections Your Sets Your Galleries Recent Activity Photos of You FlickrMail Your Account Your Profile Your Map Your Buddy Icon
try{
if (window.personmenu_init) personmenu_init(1);
} catch(er) {}

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