Turn on more accessible mode
Skip to main content
Turn off more accessible mode
2012 Sioux City Relays Site April 13th and 14th
Sign In
|
2012 Sioux City Relays Site April 13th and 14th
This Site
This List
Home
Order 2011 SCRelays Photos Online
Volunteer Registration Form
2012 Sioux City Relays Site April 13th and 14th
>
Slideshow Preview
Slideshow Preview
Quick Launch
View All Site Content
Info Links
2011 Final Results
Event Schedule -Final 4/7/11
Division Assignments
Coaches Info
Entry Links
Univ/College-UNA
HS Class A
HS Class B
HS Class C
Other Links
Order 2011 SCRelays Photos Online
SCRelays Past Years Results
Picture Preview
"Picture file name"
Photos for the slideshow viewer to download
Actions
View:
All Pictures
Type
Name
Picture Size
File Size
Required Field
DSC_2149
640 x 417
60 KB
DSC_2169
640 x 417
51 KB
DSC_2171
640 x 417
52 KB
DSC_2194
640 x 417
50 KB
DSC_2217
640 x 417
51 KB
DSC_2219
640 x 417
57 KB
DSC_2221
640 x 417
47 KB
DSC_2225
640 x 417
54 KB
DSC_2233
640 x 417
45 KB
DSC_2236
640 x 417
43 KB
DSC_2239
640 x 417
53 KB
Send link/s
/_layouts/images/sendto.gif
javascript:function SendLinks() { var URL = ''; var frm = document.forms[0]; var iTotal = frm.elements.length;var i = 0; var item;var itm={ItemId}; var d; var selectedItems = new Array; for (i = 0; i < iTotal; i++) { item = frm.elements[i]; if (item.WT_SELECTIONCHECKBOX == 'true') { if (item.checked != false) { var listUrl = item.WT_ENCODEDABSURL; var finalUrl = listUrl; if (listUrl.indexOf('/Lists/') > 0) { var indexOfLastSlash = 0; indexOfLastSlash = listUrl.lastIndexOf( '/' ); finalUrl = item.WT_ENCODEDABSURL.substring( 0, indexOfLastSlash ); finalUrl = finalUrl+ '/DispForm.aspx?ID=' + item.ItemID; } selectedItems.push(finalUrl); } if(itm==item.ItemID) { var listUrl = item.WT_ENCODEDABSURL; d = listUrl; if (listUrl.indexOf('/Lists/') > 0) { var indexOfLastSlash = 0; indexOfLastSlash = listUrl.lastIndexOf( '/' ); d = item.WT_ENCODEDABSURL.substring( 0, indexOfLastSlash ); d = d + '/DispForm.aspx?ID=' + item.ItemID; } } } } var sLinks; sLinks = ''; var sDocUrl; var CRLF ='%0D%0A'; if(selectedItems.length !=0) for (var i = 0; i < selectedItems.length; i++) { sDocUrl = encodeURI(selectedItems[i]); sLinks = sLinks + '%0D%0A' + sDocUrl; } else { sDocUrl = encodeURI(d); sLinks = sLinks + '%0D%0A' + sDocUrl; } var mailBody; var mailSubject; var siteUrl = '{SiteUrl}'; var actualListUrl=''; actualListUrl = window.location.href; if (actualListUrl.indexOf('/Lists/') > 0) { actualListUrl = actualListUrl.substring( 0, actualListUrl.lastIndexOf( '/' ) ); } if (actualListUrl.indexOf('/Forms/') > 0) { actualListUrl = actualListUrl.substring( 0, actualListUrl.lastIndexOf( '/Forms/' ) ); } siteUrl = encodeURI(siteUrl); mailSubject = 'Content from ' + siteUrl; mailBody = '%0D%0A%0D%0A' + 'See links below:' + '%0D%0A' + sLinks + '%0D%0A%0D%0A' + 'Site ' + siteUrl + '%0D%0A%0D%0A' + 'Library ' + encodeURI(actualListUrl); window.navigate('mailto:?subject='+ mailSubject +'&body=' + mailBody); } SendLinks();
0x0
0x0
ContentType
0x01
0
Copy link/s
/_layouts/images/COPY16.GIF
javascript:function CopyLinks() { var URL = ''; var frm = document.forms[0]; var iTotal = frm.elements.length;var i = 0; var item;var itm={ItemId}; var d; var selectedItems = new Array; for (i = 0; i < iTotal; i++) { item = frm.elements[i]; if (item.WT_SELECTIONCHECKBOX == 'true') { if (item.checked != false) { var listUrl = item.WT_ENCODEDABSURL; var finalUrl = listUrl; if (listUrl.indexOf('/Lists/') > 0) { var indexOfLastSlash = 0; indexOfLastSlash = listUrl.lastIndexOf( '/' ); finalUrl = item.WT_ENCODEDABSURL.substring( 0, indexOfLastSlash ); finalUrl = finalUrl+ '/DispForm.aspx?ID=' + item.ItemID; } selectedItems.push(finalUrl); } if(itm==item.ItemID) { var listUrl = item.WT_ENCODEDABSURL; d = listUrl; if (listUrl.indexOf('/Lists/') > 0) { var indexOfLastSlash = 0; indexOfLastSlash = listUrl.lastIndexOf( '/' ); d = item.WT_ENCODEDABSURL.substring( 0, indexOfLastSlash ); d = d + '/DispForm.aspx?ID=' + item.ItemID; } } } } var sLinks; sLinks = ''; var sDocUrl; var CRLF ='%0D%0A'; if(selectedItems.length !=0) for (var i = 0; i < selectedItems.length; i++) { sDocUrl = '<' + selectedItems[i] + '>'; sLinks = sLinks + '\n' + sDocUrl; } else { sDocUrl = '<' + d + '>'; sLinks = sDocUrl; } if (window.clipboardData) { window.clipboardData.setData('Text', sLinks); } } CopyLinks();
0x0
0x0
ContentType
0x01
0
Send as attachment
/_layouts/images/mapi16.gif
javascript:function SendDocs() { var frm = document.forms[0]; var iTotal = frm.elements.length; var i = 0; var item; var d; var itm={ItemId}; var selectedItems = new Array; for (i = 0; i < iTotal; i++) { item = frm.elements[i]; if (item.WT_SELECTIONCHECKBOX == 'true') { if (item.checked != false) { selectedItems.push(item.WT_ENCODEDABSURL); } if(itm==item.ItemID) {d=item.WT_ENCODEDABSURL;} } } var outlook; try { outlook = new ActiveXObject('Outlook.Application'); }catch (err) { alert ('Not able to create ActiveX object for Outlook. Please check your ActiveX settings.'); return; } if (outlook == null) {alert ('This feature needs Microsoft Outlook to be installed'); return;} var otem; otem = outlook.CreateItem(0); if(selectedItems.length!=0) for (var i = 0; i < selectedItems.length; i++) { otem.Attachments.Add (selectedItems[i]); } else { otem.Attachments.Add (d); } otem.Subject = 'Please look at the attached files'; otem.Display(); outlook = null; } SendDocs();
0x0
0x0
List
101
0
Open folder
/_layouts/images/folder.gif
/_layouts/echoTechnology/OpenContainingFolder.aspx?ListID={ListId}&ItemID={ItemId}&url={ItemUrl}
0x0
0x0
List
101
1
Edit in Browser
/_layouts/images/icxddoc.gif
/_layouts/formserver.aspx?XsnLocation={ItemUrl}&OpenIn=Browser
0x0
0x1
FileType
xsn
255
Edit in Browser
/_layouts/images/icxddoc.gif
/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser
0x0
0x1
ProgId
InfoPath.Document
255
Edit in Browser
/_layouts/images/icxddoc.gif
/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser
0x0
0x1
ProgId
InfoPath.Document.2
255
Edit in Browser
/_layouts/images/icxddoc.gif
/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser
0x0
0x1
ProgId
InfoPath.Document.3
255
Edit in Browser
/_layouts/images/icxddoc.gif
/_layouts/formserver.aspx?XmlLocation={ItemUrl}&OpenIn=Browser
0x0
0x1
ProgId
InfoPath.Document.4
255