[]
Sharepoint ve Lightbox
Ciyaaak diyecek kadar doldum bu konuda. Sharepointte lightbox / modal box kullanım örnegi arıyorum
ana sayfa (default.aspx) açıldıgında ekrana bi pencerecik gelcek onload ile, adam kapatıp gecicek normal sayfaya.
pageviewer web part la deniyorum ama kendi içinde açılıyor olmuyor.
default.aspx e scriptleri css leri koyup yapıyorum ol-mu-yo!! örnek de bulamadım! kafayı sıyırmak üzereyim, kullanım örnekleri görmüş-duymuş biri varsa yön göstersin, çok mutlu olucam.
ana sayfa (default.aspx) açıldıgında ekrana bi pencerecik gelcek onload ile, adam kapatıp gecicek normal sayfaya.
pageviewer web part la deniyorum ama kendi içinde açılıyor olmuyor.
default.aspx e scriptleri css leri koyup yapıyorum ol-mu-yo!! örnek de bulamadım! kafayı sıyırmak üzereyim, kullanım örnekleri görmüş-duymuş biri varsa yön göstersin, çok mutlu olucam.
lightbox/modal box ile ilgili en ufak bir fikrim yok ama eger dogru anladiysam yapmak istedigin $eyi, css ve js ile halledersin cok kolay.
z-index kullanmalisin bir kere, gorunecek $eyin de display property'si none olmali. body onload ile onu block yaparsin. z-index'i body'nin z-index'inden buyuk olacagi icin yukarda gorunecektir. daha sonra onun da istedigin bir yerine tiklatir tekrar display:none; komutu vermesini saglayabilirsin. (style.display='none'; js ile)
z-index kullanmalisin bir kere, gorunecek $eyin de display property'si none olmali. body onload ile onu block yaparsin. z-index'i body'nin z-index'inden buyuk olacagi icin yukarda gorunecektir. daha sonra onun da istedigin bir yerine tiklatir tekrar display:none; komutu vermesini saglayabilirsin. (style.display='none'; js ile)
- sourlemonade (08.04.08 13:47:45)
şimdi eklemek istedigim sayfanın şöyle bir yapısı var
bu çaresiz kod yıgınına script ve css kodlarını rastgele yerleştir allah yerleştir yapamadım bi türlü.
ın altına head de çalışması gereken kodu koyuyorum
placeholdermain bildigim kadarıyla body oluyor ona da body de çalışacak scripti koyuyorum olmuyor.
lightbox dedigim su zımbırtı:
www.visual-blast.com
-
TD.ms-titleareaframe, .ms-pagetitleareaframe {
height: 10px;
}
Div.ms-titleareaframe {
height: 100%;
}
.ms-pagetitleareaframe table {
background: none;
height: 10px;
}
body {
background: url( ../images/bg114.jpg );
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}
p a {
color: #009;
font-weight: bold;
text-decoration: none;
}
p a:hover {
background: #ddd;
}
#link {
visibility: hidden;
}
#link a {
color: #EEE;
text-decoration: none;
border: 3px solid #EEE;
padding: 0 4px;
font-size: smaller;
}
#link a:hover {
color: #666;
background: #EEE;
border: 3px solid #666;
}
#myBox #contentBoxBg {
/*
background-position: -100px -200px;
background: url( ../images/bg_88.jpg );
*/
filter: alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}
#myBox #content {
padding: 20px;
}
#myBox h3 {
margin-top: 10px;
}
path_to_root_dir = "../";
var myBox = new GlassBox();
var showMyBox = function() {
// init object
// obj.ini(id, width, height, overflow [, borderskin [, resize [, dblclick ]]]);
myBox.init( 'myBox', '450px', '360px', 'hidden', '', true, true );
// lbo : lightbox with overlay
// obj.lbo[ exitbutton [, opacity ]]);
myBox.lbo( true, 0.50 );
}
$(document).observe("dom:loaded", function(){
showMyBox();
$("link").observe("click", function(){
$("link").style.visibility = "hidden";
});
$("exitButton").observe("click", function(){
$("link").style.visibility = "visible";
});
$("myBox").observe("dblclick", function(){
$("link").style.visibility = "visible";
});
});
.ms-bodyareaframe {
padding: 0px;
}
show
lightbox-gone-lucent
Lightbox is the concept name of a modal window with DHTML. The first
lightbox
script has been developed by Lokesh Dhakar.
Duyurular
Default
Sitenizin giriş sayfasına ileti göndermek için Duyurular listesini kullanın.
true
1
Normal
true
true
true
true
true
true
true
/ttest/Lists/Duyurular/AllItems.aspx
Modeless
Default
Bu Web Bölümü alınamıyor.
false
00000000-0000-0000-0000-000000000000
g_9535c1ad_b2cd_4c61_ba37_1fed2c156f95
{DEC932D5-C625-4F06-B107-A4FD8B7EB820}
00000000-0000-0000-0000-000000000000
<View Name="{9535C1AD-B2CD-4C61-BA37-1FED2C156F95}" Type="HTML" Hidden="TRUE" DisplayName="" Url="/ttest/glassbox_130/examples/default.aspx" Level="1" BaseViewID="0" ContentTypeID="0x"><ViewHeader><HTML><![CDATA[<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>]]></HTML><HTML><![CDATA[<SCRIPT>
ctx = new ContextInfo();
ctx.listBaseType = ]]></HTML><ListProperty Select="BaseType"/><HTML><![CDATA[;
ctx.listTemplate = ]]></HTML><ListProperty Select="ServerTemplate"/><HTML><![CDATA[;
ctx.listName = ]]></HTML><ScriptQuote><List/></ScriptQuote><HTML><![CDATA[;
ctx.view = ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[;
ctx.listUrlDir = ]]></HTML><ScriptQuote><ListUrlDir ServerRel="TRUE" URLEncodeAsURL="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpPath = ]]></HTML><ScriptQuote><HttpPath ServerRel="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpRoot = ]]></HTML><ScriptQuote><HttpVDir/></ScriptQuote><HTML><![CDATA[;
ctx.imagesPath = ]]></HTML><ScriptQuote>/_layouts/images/</ScriptQuote><HTML><![CDATA[;
ctx.PortalUrl = ]]></HTML><ScriptQuote><ProjectProperty Select="PortalUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationName = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationName"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationUrl = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.RecycleBinEnabled = ]]></HTML><ProjectProperty Select="RecycleBinEnabled"/><HTML><![CDATA[;
ctx.OfficialFileName = ]]></HTML><ScriptQuote><ServerProperty Select="OfficialFileName"/></ScriptQuote><HTML><![CDATA[;
ctx.WriteSecurity = ]]></HTML><ScriptQuote><ListProperty Select="WriteSecurity"/></ScriptQuote><HTML><![CDATA[;
ctx.SiteTitle = ]]></HTML><ScriptQuote><ProjectProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
ctx.ListTitle = ]]></HTML><ScriptQuote><ListProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
if (ctx.PortalUrl == "") ctx.PortalUrl = null;
ctx.displayFormUrl = ]]></HTML><ScriptQuote><URL Cmd="DISPLAY" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.editFormUrl = ]]></HTML><ScriptQuote><URL Cmd="EDIT" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.isWebEditorPreview = ]]></HTML><Switch><Expr><GetVar Name="WebEditorPreview"/></Expr><Case Value="TRUE">1</Case><Default>0</Default></Switch><HTML><![CDATA[;
ctx.ctxId = ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
g_ViewIdToViewCounterMap[ ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[ ]= ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
ctx.CurrentUserId = ]]></HTML><UserID AllowAnonymous="TRUE"/><HTML><![CDATA[;
]]></HTML><Switch><Expr><ListProperty Select="ModeratedList"/></Expr><Case Value="1">
ctx.isModerated = true;
</Case></Switch><Switch><Expr><ListProperty Select="ForceCheckout"/></Expr><Case Value="1">
ctx.isForceCheckout = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableMinorVersions"/></Expr><Case Value="1">
ctx.EnableMinorVersions = true;
</Case></Switch><Switch><Expr><ListProperty Select="VersioningEnabled"/></Expr><Case Value="1">
ctx.verEnabled = 1;
</Case></Switch><Switch><Expr><GetVar Name="RecursiveView"/></Expr><Case Value="1">
ctx.recursiveView = true;
</Case></Switch><Switch><Expr><ListProperty Select="WorkflowsAssociated"/></Expr><Case Value="1">
ctx.WorkflowsAssociated = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableContentTypes"/></Expr><Case Value="1">
ctx.ContentTypesEnabled = true;
</Case></Switch><HTML><![CDATA[
ctx]]></HTML><Counter Type="View"/><HTML><![CDATA[ = ctx;
</SCRIPT>]]></HTML><Switch><Expr><ListProperty Select="Direction"/></Expr><Case Value="ltr"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("left");</SCRIPT>]]></HTML></Case><Case Value="rtl"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("right");</SCRIPT>]]></HTML></Case></Switch><HTML><![CDATA[<tr><td>]]></HTML><HTML><![CDATA[<TABLE ID="]]></HTML><WebQueryInfo/><HTML><![CDATA[" class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
]]></HTML><SetVar Name="FreeForm" Scope="Request" Value="TRUE"/></ViewHeader><ViewBody><HTML><![CDATA[
<TR><TD width=80% class="ms-vb" style="padding-bottom: 3px"><span class="ms-announcementtitle">
]]></HTML><Field Name="LinkTitleNoMenu"/><HTML><![CDATA[&nbsp;]]></HTML><Field Name="Attachments"/><HTML><![CDATA[</span><br>]]></HTML><HTML>yazan </HTML><Field Name="Author"/><HTML><![CDATA[</td><td width=20% align="]]></HTML><HTML>right</HTML><HTML><![CDATA[" nowrap class="ms-vb">&nbsp;]]></HTML><Field Name="Modified"/><HTML><![CDATA[</td></tr><tr><td colspan=2 class="ms-vb"> ]]></HTML><Switch><Expr><FieldProperty Name="Body" Select="RichText"/></Expr><Case Value="TRUE"><HTML><![CDATA[<div id=]]></HTML><ScriptQuote><ListProperty Select="Name"/><Column Name="ID"/></ScriptQuote><HTML><![CDATA[></div>
<script>
document.getElementById(]]></HTML><ScriptQuote><ListProperty Select="Name"/><Column Name="ID"/></ScriptQuote><HTML><![CDATA[).innerHTML = ]]></HTML><ScriptQuote><Switch><Expr><FieldProperty Name="Body" Select="RichTextMode"/></Expr><Case Value="FullHtml"><Limit Len="250" IgnoreTags="TRUE" MoreText="..."><Column Name="Body"/></Limit></Case><Default><Limit Len="250" AutoHyperLinkNoEncoding="TRUE" MoreText="..."><Column Name="Body"/></Limit></Default></Switch></ScriptQuote><HTML><![CDATA[;
</script>]]></HTML></Case><Default><Limit Len="250" MoreText="..." AutoHyperLink="TRUE" AutoNewLine="TRUE"><Column Name="Body"/></Limit></Default></Switch><Fields><HTML><![CDATA[<BR>]]></HTML><Property Select="DisplayName" HTMLEncode="TRUE"/><HTML><![CDATA[: ]]></HTML><Field/></Fields><HTML><![CDATA[
</TD></TR><TR><TD><font size=1>&nbsp;</font></TD></TR>
]]></HTML></ViewBody><ViewFooter><HTML><![CDATA[</table>]]></HTML><HTML><![CDATA[</td></tr></table>]]></HTML></ViewFooter><Toolbar Position="After" Type="Freeform"><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML><![CDATA[ <table width=100% cellpadding=0 cellspacing=0 border=0 > <tr> <td colspan="2" class="ms-partline"><IMG SRC="/_layouts/images/blank.gif" width=1 height=1 alt=""></td> </tr> <tr> <td class="ms-addnew" style="padding-bottom: 3px"> <img src="/_layouts/images/rect.gif" alt="">&nbsp;<a class="ms-addnew" ID="Add new announcement" href="]]></HTML><URL Cmd="New"/><HTML><![CDATA[" ONCLICK="javascript:NewItem(']]></HTML><URL Cmd="New"/><HTML><![CDATA[', true);javascript:return false;" target="_self">]]></HTML><HTML>Yeni duyuru ekle</HTML><HTML><![CDATA[</a> </td> </tr> <tr><td><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr> </table>]]></HTML></Then></IfHasRights></Toolbar><RowLimitExceeded><HTML><![CDATA[<table class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD Class="ms-vb">
<a href="]]></HTML><ListProperty Select="DefaultViewUrl"/><HTML><![CDATA[" ID=onetidMoreAnn>
]]></HTML><HTML>(Diğer Duyurular...)</HTML><HTML><![CDATA[
</a></TD></TR>
<tr><td height="8"><IMG SRC="/_layouts/images/blank.gif" width=1 height=8 alt=""></td></tr></table>
]]></HTML></RowLimitExceeded><ViewEmpty><HTML><![CDATA[
<TABLE class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0><TR><TD class="ms-vb">]]></HTML><HTML>Şu anda etkin duyuru yok.</HTML><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML> Yeni duyuru eklemek için aşağıdaki &quot;Yeni duyuru ekle&quot; bağlantısını tıklatın.</HTML></Then></IfHasRights><HTML><![CDATA[
</TD></TR><tr><td height="5"><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr></TABLE>
]]></HTML></ViewEmpty><Query><Where><Or><IsNull><FieldRef Name="Expires"/></IsNull><Geq><FieldRef Name="Expires"/><Value Type="DateTime"><Today/></Value></Geq></Or></Where><OrderBy><FieldRef Name="Modified" Ascending="FALSE"/></OrderBy></Query><ViewFields><FieldRef Name="LinkTitleNoMenu" Explicit="TRUE"/><FieldRef Name="Body" Explicit="TRUE"/><FieldRef Name="Author" Explicit="TRUE"/><FieldRef Name="Modified" Explicit="TRUE"/><FieldRef Name="Attachments" Explicit="TRUE"/></ViewFields><RowLimit>5</RowLimit></View>
9
0x
Takvim
Default
Yaklaşan toplantılardan, son tarihlerden ve diğer önemli olaylardan haberdar olmak için Takvim listesini kullanın.
true
3
Normal
true
true
true
true
true
true
true
/ttest/Lists/Takvim/calendar.aspx
Modeless
Default
Bu Web Bölümü alınamıyor.
false
00000000-0000-0000-0000-000000000000
g_61fa74e4_154b_4c23_ab16_dcaefd08aef5
{CAA34C6D-8D5F-42FE-B7FB-618E69FBBCC8}
00000000-0000-0000-0000-000000000000
<View Name="{61FA74E4-154B-4C23-AB16-DCAEFD08AEF5}" Type="HTML" Hidden="TRUE" RecurrenceRowset="TRUE" DisplayName="" Url="/ttest/glassbox_130/examples/default.aspx" Level="1" BaseViewID="0" ContentTypeID="0x"><ViewHeader><HTML><![CDATA[<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>]]></HTML><HTML><![CDATA[<SCRIPT>
ctx = new ContextInfo();
ctx.listBaseType = ]]></HTML><ListProperty Select="BaseType"/><HTML><![CDATA[;
ctx.listTemplate = ]]></HTML><ListProperty Select="ServerTemplate"/><HTML><![CDATA[;
ctx.listName = ]]></HTML><ScriptQuote><List/></ScriptQuote><HTML><![CDATA[;
ctx.view = ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[;
ctx.listUrlDir = ]]></HTML><ScriptQuote><ListUrlDir ServerRel="TRUE" URLEncodeAsURL="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpPath = ]]></HTML><ScriptQuote><HttpPath ServerRel="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpRoot = ]]></HTML><ScriptQuote><HttpVDir/></ScriptQuote><HTML><![CDATA[;
ctx.imagesPath = ]]></HTML><ScriptQuote>/_layouts/images/</ScriptQuote><HTML><![CDATA[;
ctx.PortalUrl = ]]></HTML><ScriptQuote><ProjectProperty Select="PortalUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationName = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationName"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationUrl = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.RecycleBinEnabled = ]]></HTML><ProjectProperty Select="RecycleBinEnabled"/><HTML><![CDATA[;
ctx.OfficialFileName = ]]></HTML><ScriptQuote><ServerProperty Select="OfficialFileName"/></ScriptQuote><HTML><![CDATA[;
ctx.WriteSecurity = ]]></HTML><ScriptQuote><ListProperty Select="WriteSecurity"/></ScriptQuote><HTML><![CDATA[;
ctx.SiteTitle = ]]></HTML><ScriptQuote><ProjectProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
ctx.ListTitle = ]]></HTML><ScriptQuote><ListProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
if (ctx.PortalUrl == "") ctx.PortalUrl = null;
ctx.displayFormUrl = ]]></HTML><ScriptQuote><URL Cmd="DISPLAY" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.editFormUrl = ]]></HTML><ScriptQuote><URL Cmd="EDIT" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.isWebEditorPreview = ]]></HTML><Switch><Expr><GetVar Name="WebEditorPreview"/></Expr><Case Value="TRUE">1</Case><Default>0</Default></Switch><HTML><![CDATA[;
ctx.ctxId = ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
g_ViewIdToViewCounterMap[ ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[ ]= ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
ctx.CurrentUserId = ]]></HTML><UserID AllowAnonymous="TRUE"/><HTML><![CDATA[;
]]></HTML><Switch><Expr><ListProperty Select="ModeratedList"/></Expr><Case Value="1">
ctx.isModerated = true;
</Case></Switch><Switch><Expr><ListProperty Select="ForceCheckout"/></Expr><Case Value="1">
ctx.isForceCheckout = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableMinorVersions"/></Expr><Case Value="1">
ctx.EnableMinorVersions = true;
</Case></Switch><Switch><Expr><ListProperty Select="VersioningEnabled"/></Expr><Case Value="1">
ctx.verEnabled = 1;
</Case></Switch><Switch><Expr><GetVar Name="RecursiveView"/></Expr><Case Value="1">
ctx.recursiveView = true;
</Case></Switch><Switch><Expr><ListProperty Select="WorkflowsAssociated"/></Expr><Case Value="1">
ctx.WorkflowsAssociated = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableContentTypes"/></Expr><Case Value="1">
ctx.ContentTypesEnabled = true;
</Case></Switch><HTML><![CDATA[
ctx]]></HTML><Counter Type="View"/><HTML><![CDATA[ = ctx;
</SCRIPT>]]></HTML><Switch><Expr><ListProperty Select="Direction"/></Expr><Case Value="ltr"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("left");</SCRIPT>]]></HTML></Case><Case Value="rtl"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("right");</SCRIPT>]]></HTML></Case></Switch><HTML><![CDATA[<tr><td>]]></HTML><HTML><![CDATA[<TABLE ID="]]></HTML><WebQueryInfo/><HTML><![CDATA[" class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
]]></HTML></ViewHeader><ViewBody><HTML><![CDATA[
<TR><TD nowrap align=top class="ms-vb">
]]></HTML><Field Name="EventDate"/><HTML><![CDATA[
</td><td>&nbsp;</td>
]]></HTML><HTML><![CDATA[
<TD width=90% align=top class="ms-vb" style="padding-bottom:3px;">
]]></HTML><Field Name="LinkTitleNoMenu"/><HTML><![CDATA[&nbsp;]]></HTML><Field Name="Attachments"/><HTML><![CDATA[<br>]]></HTML><Switch><Expr><FieldProperty Name="Description" Select="RichText"/></Expr><Case Value="TRUE"><HTML><![CDATA[<div>]]></HTML><Switch><Expr><FieldProperty Name="Description" Select="RichTextMode"/></Expr><Case Value="FullHtml"><Limit Len="250" MoreText="..."><Column Name="Description"/></Limit></Case><Default><Limit Len="250" AutoHyperLinkNoEncoding="TRUE" MoreText="..."><Column Name="Description"/></Limit></Default></Switch><HTML><![CDATA[</div>]]></HTML></Case><Default><Limit Len="250" MoreText="..." AutoHyperLink="TRUE" AutoNewLine="TRUE"><Column Name="Description"/></Limit></Default></Switch><Fields><HTML><![CDATA[<BR>]]></HTML><Property Select="DisplayName" HTMLEncode="TRUE"/><HTML><![CDATA[: ]]></HTML><Field/></Fields><HTML><![CDATA[
</td></tr>
]]></HTML></ViewBody><ViewFooter><HTML><![CDATA[</table>]]></HTML><HTML><![CDATA[</td></tr></table>]]></HTML></ViewFooter><Toolbar Position="After" Type="Freeform"><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML><![CDATA[ <table width=100% cellpadding=0 cellspacing=0 border=0 > <tr> <td colspan="2" class="ms-partline"><IMG SRC="/_layouts/images/blank.gif" width=1 height=1 alt=""></td> </tr> <tr> <td class="ms-addnew" style="padding-bottom: 3px"> <img src="/_layouts/images/rect.gif" alt="">&nbsp;<a class="ms-addnew" ID="idHomePageNewEvent" href="]]></HTML><URL Cmd="New"/><HTML><![CDATA[" ONCLICK="javascript:NewItem(']]></HTML><URL Cmd="New"/><HTML><![CDATA[', true);javascript:return false;" target="_self">]]></HTML><HTML>Yeni olay ekle</HTML><HTML><![CDATA[</a> </td> </tr> <tr><td><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr> </table>]]></HTML></Then></IfHasRights></Toolbar><RowLimitExceeded><HTML><![CDATA[<table class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD Class="ms-vb">
<a href="]]></HTML><ListProperty Select="DefaultViewUrl"/><HTML><![CDATA[" ID=onetidMoreEvts>
]]></HTML><HTML>(Diğer Olaylar...)</HTML><HTML><![CDATA[
</a></TD></TR>
<tr><td height="8"><IMG SRC="/_layouts/images/blank.gif" width=1 height=8 alt=""></td></tr></table>
]]></HTML></RowLimitExceeded><ViewEmpty><HTML><![CDATA[
<TABLE class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0><TR><TD class="ms-vb">]]></HTML><HTML>Şu anda yaklaşan olay yok.</HTML><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML> Yeni olay eklemek için aşağıdaki &quot;Yeni olay ekle&quot; bağlantısını tıklatın.</HTML></Then></IfHasRights><HTML><![CDATA[
</TD></TR><tr><td height="5"><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr></TABLE>
]]></HTML></ViewEmpty><Query><Where><DateRangesOverlap><FieldRef Name="EventDate"/><FieldRef Name="EndDate"/><FieldRef Name="RecurrenceID"/><Value Type="DateTime"><Now/></Value></DateRangesOverlap></Where></Query><ViewFields><FieldRef Name="EventDate" Explicit="TRUE"/><FieldRef Name="LinkTitleNoMenu" Explicit="TRUE"/><FieldRef Name="Description" Explicit="TRUE"/><FieldRef Name="Attachments" Explicit="TRUE"/><FieldRef Name="fRecurrence" Explicit="TRUE"/></ViewFields><RowLimit>10</RowLimit></View>
8201
0x
Bağlantılar
Default
Ekip üyelerinizin ilginç veya kullanışlı bulabileceği Web sayfalarına bağlantılar için Bağlantılar listesini kullanın.
true
3
Normal
true
true
true
true
true
true
true
/ttest/Lists/Baglantilar/AllItems.aspx
Modeless
Default
Bu Web Bölümü alınamıyor.
false
00000000-0000-0000-0000-000000000000
g_58547c67_1bd9_4d19_b200_f8d4fc137f65
{59C5FBB3-F336-4B7A-942A-012B2CB670CA}
00000000-0000-0000-0000-000000000000
<View Name="{58547C67-1BD9-4D19-B200-F8D4FC137F65}" Type="HTML" Hidden="TRUE" DisplayName="" Url="/ttest/glassbox_130/examples/default.aspx" Level="1" BaseViewID="0" ContentTypeID="0x"><ViewHeader><HTML><![CDATA[<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>]]></HTML><HTML><![CDATA[<SCRIPT>
ctx = new ContextInfo();
ctx.listBaseType = ]]></HTML><ListProperty Select="BaseType"/><HTML><![CDATA[;
ctx.listTemplate = ]]></HTML><ListProperty Select="ServerTemplate"/><HTML><![CDATA[;
ctx.listName = ]]></HTML><ScriptQuote><List/></ScriptQuote><HTML><![CDATA[;
ctx.view = ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[;
ctx.listUrlDir = ]]></HTML><ScriptQuote><ListUrlDir ServerRel="TRUE" URLEncodeAsURL="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpPath = ]]></HTML><ScriptQuote><HttpPath ServerRel="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpRoot = ]]></HTML><ScriptQuote><HttpVDir/></ScriptQuote><HTML><![CDATA[;
ctx.imagesPath = ]]></HTML><ScriptQuote>/_layouts/images/</ScriptQuote><HTML><![CDATA[;
ctx.PortalUrl = ]]></HTML><ScriptQuote><ProjectProperty Select="PortalUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationName = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationName"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationUrl = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.RecycleBinEnabled = ]]></HTML><ProjectProperty Select="RecycleBinEnabled"/><HTML><![CDATA[;
ctx.OfficialFileName = ]]></HTML><ScriptQuote><ServerProperty Select="OfficialFileName"/></ScriptQuote><HTML><![CDATA[;
ctx.WriteSecurity = ]]></HTML><ScriptQuote><ListProperty Select="WriteSecurity"/></ScriptQuote><HTML><![CDATA[;
ctx.SiteTitle = ]]></HTML><ScriptQuote><ProjectProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
ctx.ListTitle = ]]></HTML><ScriptQuote><ListProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
if (ctx.PortalUrl == "") ctx.PortalUrl = null;
ctx.displayFormUrl = ]]></HTML><ScriptQuote><URL Cmd="DISPLAY" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.editFormUrl = ]]></HTML><ScriptQuote><URL Cmd="EDIT" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.isWebEditorPreview = ]]></HTML><Switch><Expr><GetVar Name="WebEditorPreview"/></Expr><Case Value="TRUE">1</Case><Default>0</Default></Switch><HTML><![CDATA[;
ctx.ctxId = ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
g_ViewIdToViewCounterMap[ ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[ ]= ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
ctx.CurrentUserId = ]]></HTML><UserID AllowAnonymous="TRUE"/><HTML><![CDATA[;
]]></HTML><Switch><Expr><ListProperty Select="ModeratedList"/></Expr><Case Value="1">
ctx.isModerated = true;
</Case></Switch><Switch><Expr><ListProperty Select="ForceCheckout"/></Expr><Case Value="1">
ctx.isForceCheckout = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableMinorVersions"/></Expr><Case Value="1">
ctx.EnableMinorVersions = true;
</Case></Switch><Switch><Expr><ListProperty Select="VersioningEnabled"/></Expr><Case Value="1">
ctx.verEnabled = 1;
</Case></Switch><Switch><Expr><GetVar Name="RecursiveView"/></Expr><Case Value="1">
ctx.recursiveView = true;
</Case></Switch><Switch><Expr><ListProperty Select="WorkflowsAssociated"/></Expr><Case Value="1">
ctx.WorkflowsAssociated = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableContentTypes"/></Expr><Case Value="1">
ctx.ContentTypesEnabled = true;
</Case></Switch><HTML><![CDATA[
ctx]]></HTML><Counter Type="View"/><HTML><![CDATA[ = ctx;
</SCRIPT>]]></HTML><Switch><Expr><ListProperty Select="Direction"/></Expr><Case Value="ltr"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("left");</SCRIPT>]]></HTML></Case><Case Value="rtl"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("right");</SCRIPT>]]></HTML></Case></Switch><HTML><![CDATA[<tr><td>]]></HTML><HTML><![CDATA[<TABLE ID="]]></HTML><WebQueryInfo/><HTML><![CDATA[" class="ms-summarycustombody" style="margin-bottom: 5px;" cellpadding=0 cellspacing=0 border=0>
]]></HTML></ViewHeader><ViewBody><HTML><![CDATA[
<TR>
]]></HTML><HTML><![CDATA[
<TD style="padding-bottom: 5px" class="ms-vb"><img src="/_layouts/images/square.gif" alt="">&nbsp;</td>
]]></HTML><Fields><HTML><![CDATA[
<TD style="padding-bottom: 5px;padding-left: 5px;" class="ms-vb">
]]></HTML><Field/><HTML><![CDATA[
</TD>
]]></HTML></Fields><HTML><![CDATA[
</TR>
]]></HTML></ViewBody><ViewFooter><HTML><![CDATA[</table>]]></HTML><HTML><![CDATA[</td></tr></table>]]></HTML></ViewFooter><Toolbar Position="After" Type="Freeform"><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML><![CDATA[ <table width=100% cellpadding=0 cellspacing=0 border=0 > <tr> <td colspan="2" class="ms-partline"><IMG SRC="/_layouts/images/blank.gif" width=1 height=1 alt=""></td> </tr> <tr> <td class="ms-addnew" style="padding-bottom: 3px"> <img src="/_layouts/images/rect.gif" alt="">&nbsp;<a class="ms-addnew" ID="idHomePageNewLink" href="]]></HTML><URL Cmd="New"/><HTML><![CDATA[" ONCLICK="javascript:NewItem(']]></HTML><URL Cmd="New"/><HTML><![CDATA[', true);javascript:return false;" target="_self">]]></HTML><HTML>Yeni bağlantı ekle</HTML><HTML><![CDATA[</a> </td> </tr> <tr><td><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr> </table>]]></HTML></Then></IfHasRights></Toolbar><RowLimitExceeded><HTML><![CDATA[<table class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD Class="ms-vb">
<a href="]]></HTML><ListProperty Select="DefaultViewUrl"/><HTML><![CDATA[" ID=onetidMoreFavs>
]]></HTML><HTML>(Daha Fazla Bağlantı...)</HTML><HTML><![CDATA[
</a></TD></TR>
<tr><td height="8"><img src="/_layouts/images/blank.gif" width="1" height="8" alt=""></td></tr></table>
]]></HTML></RowLimitExceeded><ViewEmpty><HTML><![CDATA[
<TABLE class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD class="ms-vb">]]></HTML><HTML>Şu anda görüntülenecek sık kullanılan bağlantı yok.</HTML><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML> Yeni bağlantı eklemek için aşağıdaki &quot;Yeni bağlantı ekle&quot; bağlantısını tıklatın.</HTML></Then></IfHasRights><HTML><![CDATA[
</TD></TR><tr><td height="5"><img src="/_layouts/images/blank.gif" width="1" height="5" alt=""></td></tr></TABLE>]]></HTML></ViewEmpty><Query><OrderBy><FieldRef Name="Order" Ascending="TRUE"/></OrderBy></Query><ViewFields><FieldRef Name="URL" Explicit="TRUE"/><FieldRef Name="URLNoMenu"/></ViewFields><RowLimit>20</RowLimit></View>
9
0x
bu çaresiz kod yıgınına script ve css kodlarını rastgele yerleştir allah yerleştir yapamadım bi türlü.
ın altına head de çalışması gereken kodu koyuyorum
placeholdermain bildigim kadarıyla body oluyor ona da body de çalışacak scripti koyuyorum olmuyor.
lightbox dedigim su zımbırtı:
www.visual-blast.com
-
TD.ms-titleareaframe, .ms-pagetitleareaframe {
height: 10px;
}
Div.ms-titleareaframe {
height: 100%;
}
.ms-pagetitleareaframe table {
background: none;
height: 10px;
}
body {
background: url( ../images/bg114.jpg );
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}
p a {
color: #009;
font-weight: bold;
text-decoration: none;
}
p a:hover {
background: #ddd;
}
#link {
visibility: hidden;
}
#link a {
color: #EEE;
text-decoration: none;
border: 3px solid #EEE;
padding: 0 4px;
font-size: smaller;
}
#link a:hover {
color: #666;
background: #EEE;
border: 3px solid #666;
}
#myBox #contentBoxBg {
/*
background-position: -100px -200px;
background: url( ../images/bg_88.jpg );
*/
filter: alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}
#myBox #content {
padding: 20px;
}
#myBox h3 {
margin-top: 10px;
}
path_to_root_dir = "../";
var myBox = new GlassBox();
var showMyBox = function() {
// init object
// obj.ini(id, width, height, overflow [, borderskin [, resize [, dblclick ]]]);
myBox.init( 'myBox', '450px', '360px', 'hidden', '', true, true );
// lbo : lightbox with overlay
// obj.lbo[ exitbutton [, opacity ]]);
myBox.lbo( true, 0.50 );
}
$(document).observe("dom:loaded", function(){
showMyBox();
$("link").observe("click", function(){
$("link").style.visibility = "hidden";
});
$("exitButton").observe("click", function(){
$("link").style.visibility = "visible";
});
$("myBox").observe("dblclick", function(){
$("link").style.visibility = "visible";
});
});
.ms-bodyareaframe {
padding: 0px;
}
show
lightbox-gone-lucent
Lightbox is the concept name of a modal window with DHTML. The first
lightbox
script has been developed by Lokesh Dhakar.
Duyurular
Default
Sitenizin giriş sayfasına ileti göndermek için Duyurular listesini kullanın.
true
1
Normal
true
true
true
true
true
true
true
/ttest/Lists/Duyurular/AllItems.aspx
Modeless
Default
Bu Web Bölümü alınamıyor.
false
00000000-0000-0000-0000-000000000000
g_9535c1ad_b2cd_4c61_ba37_1fed2c156f95
{DEC932D5-C625-4F06-B107-A4FD8B7EB820}
00000000-0000-0000-0000-000000000000
<View Name="{9535C1AD-B2CD-4C61-BA37-1FED2C156F95}" Type="HTML" Hidden="TRUE" DisplayName="" Url="/ttest/glassbox_130/examples/default.aspx" Level="1" BaseViewID="0" ContentTypeID="0x"><ViewHeader><HTML><![CDATA[<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>]]></HTML><HTML><![CDATA[<SCRIPT>
ctx = new ContextInfo();
ctx.listBaseType = ]]></HTML><ListProperty Select="BaseType"/><HTML><![CDATA[;
ctx.listTemplate = ]]></HTML><ListProperty Select="ServerTemplate"/><HTML><![CDATA[;
ctx.listName = ]]></HTML><ScriptQuote><List/></ScriptQuote><HTML><![CDATA[;
ctx.view = ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[;
ctx.listUrlDir = ]]></HTML><ScriptQuote><ListUrlDir ServerRel="TRUE" URLEncodeAsURL="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpPath = ]]></HTML><ScriptQuote><HttpPath ServerRel="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpRoot = ]]></HTML><ScriptQuote><HttpVDir/></ScriptQuote><HTML><![CDATA[;
ctx.imagesPath = ]]></HTML><ScriptQuote>/_layouts/images/</ScriptQuote><HTML><![CDATA[;
ctx.PortalUrl = ]]></HTML><ScriptQuote><ProjectProperty Select="PortalUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationName = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationName"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationUrl = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.RecycleBinEnabled = ]]></HTML><ProjectProperty Select="RecycleBinEnabled"/><HTML><![CDATA[;
ctx.OfficialFileName = ]]></HTML><ScriptQuote><ServerProperty Select="OfficialFileName"/></ScriptQuote><HTML><![CDATA[;
ctx.WriteSecurity = ]]></HTML><ScriptQuote><ListProperty Select="WriteSecurity"/></ScriptQuote><HTML><![CDATA[;
ctx.SiteTitle = ]]></HTML><ScriptQuote><ProjectProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
ctx.ListTitle = ]]></HTML><ScriptQuote><ListProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
if (ctx.PortalUrl == "") ctx.PortalUrl = null;
ctx.displayFormUrl = ]]></HTML><ScriptQuote><URL Cmd="DISPLAY" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.editFormUrl = ]]></HTML><ScriptQuote><URL Cmd="EDIT" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.isWebEditorPreview = ]]></HTML><Switch><Expr><GetVar Name="WebEditorPreview"/></Expr><Case Value="TRUE">1</Case><Default>0</Default></Switch><HTML><![CDATA[;
ctx.ctxId = ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
g_ViewIdToViewCounterMap[ ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[ ]= ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
ctx.CurrentUserId = ]]></HTML><UserID AllowAnonymous="TRUE"/><HTML><![CDATA[;
]]></HTML><Switch><Expr><ListProperty Select="ModeratedList"/></Expr><Case Value="1">
ctx.isModerated = true;
</Case></Switch><Switch><Expr><ListProperty Select="ForceCheckout"/></Expr><Case Value="1">
ctx.isForceCheckout = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableMinorVersions"/></Expr><Case Value="1">
ctx.EnableMinorVersions = true;
</Case></Switch><Switch><Expr><ListProperty Select="VersioningEnabled"/></Expr><Case Value="1">
ctx.verEnabled = 1;
</Case></Switch><Switch><Expr><GetVar Name="RecursiveView"/></Expr><Case Value="1">
ctx.recursiveView = true;
</Case></Switch><Switch><Expr><ListProperty Select="WorkflowsAssociated"/></Expr><Case Value="1">
ctx.WorkflowsAssociated = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableContentTypes"/></Expr><Case Value="1">
ctx.ContentTypesEnabled = true;
</Case></Switch><HTML><![CDATA[
ctx]]></HTML><Counter Type="View"/><HTML><![CDATA[ = ctx;
</SCRIPT>]]></HTML><Switch><Expr><ListProperty Select="Direction"/></Expr><Case Value="ltr"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("left");</SCRIPT>]]></HTML></Case><Case Value="rtl"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("right");</SCRIPT>]]></HTML></Case></Switch><HTML><![CDATA[<tr><td>]]></HTML><HTML><![CDATA[<TABLE ID="]]></HTML><WebQueryInfo/><HTML><![CDATA[" class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
]]></HTML><SetVar Name="FreeForm" Scope="Request" Value="TRUE"/></ViewHeader><ViewBody><HTML><![CDATA[
<TR><TD width=80% class="ms-vb" style="padding-bottom: 3px"><span class="ms-announcementtitle">
]]></HTML><Field Name="LinkTitleNoMenu"/><HTML><![CDATA[&nbsp;]]></HTML><Field Name="Attachments"/><HTML><![CDATA[</span><br>]]></HTML><HTML>yazan </HTML><Field Name="Author"/><HTML><![CDATA[</td><td width=20% align="]]></HTML><HTML>right</HTML><HTML><![CDATA[" nowrap class="ms-vb">&nbsp;]]></HTML><Field Name="Modified"/><HTML><![CDATA[</td></tr><tr><td colspan=2 class="ms-vb"> ]]></HTML><Switch><Expr><FieldProperty Name="Body" Select="RichText"/></Expr><Case Value="TRUE"><HTML><![CDATA[<div id=]]></HTML><ScriptQuote><ListProperty Select="Name"/><Column Name="ID"/></ScriptQuote><HTML><![CDATA[></div>
<script>
document.getElementById(]]></HTML><ScriptQuote><ListProperty Select="Name"/><Column Name="ID"/></ScriptQuote><HTML><![CDATA[).innerHTML = ]]></HTML><ScriptQuote><Switch><Expr><FieldProperty Name="Body" Select="RichTextMode"/></Expr><Case Value="FullHtml"><Limit Len="250" IgnoreTags="TRUE" MoreText="..."><Column Name="Body"/></Limit></Case><Default><Limit Len="250" AutoHyperLinkNoEncoding="TRUE" MoreText="..."><Column Name="Body"/></Limit></Default></Switch></ScriptQuote><HTML><![CDATA[;
</script>]]></HTML></Case><Default><Limit Len="250" MoreText="..." AutoHyperLink="TRUE" AutoNewLine="TRUE"><Column Name="Body"/></Limit></Default></Switch><Fields><HTML><![CDATA[<BR>]]></HTML><Property Select="DisplayName" HTMLEncode="TRUE"/><HTML><![CDATA[: ]]></HTML><Field/></Fields><HTML><![CDATA[
</TD></TR><TR><TD><font size=1>&nbsp;</font></TD></TR>
]]></HTML></ViewBody><ViewFooter><HTML><![CDATA[</table>]]></HTML><HTML><![CDATA[</td></tr></table>]]></HTML></ViewFooter><Toolbar Position="After" Type="Freeform"><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML><![CDATA[ <table width=100% cellpadding=0 cellspacing=0 border=0 > <tr> <td colspan="2" class="ms-partline"><IMG SRC="/_layouts/images/blank.gif" width=1 height=1 alt=""></td> </tr> <tr> <td class="ms-addnew" style="padding-bottom: 3px"> <img src="/_layouts/images/rect.gif" alt="">&nbsp;<a class="ms-addnew" ID="Add new announcement" href="]]></HTML><URL Cmd="New"/><HTML><![CDATA[" ONCLICK="javascript:NewItem(']]></HTML><URL Cmd="New"/><HTML><![CDATA[', true);javascript:return false;" target="_self">]]></HTML><HTML>Yeni duyuru ekle</HTML><HTML><![CDATA[</a> </td> </tr> <tr><td><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr> </table>]]></HTML></Then></IfHasRights></Toolbar><RowLimitExceeded><HTML><![CDATA[<table class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD Class="ms-vb">
<a href="]]></HTML><ListProperty Select="DefaultViewUrl"/><HTML><![CDATA[" ID=onetidMoreAnn>
]]></HTML><HTML>(Diğer Duyurular...)</HTML><HTML><![CDATA[
</a></TD></TR>
<tr><td height="8"><IMG SRC="/_layouts/images/blank.gif" width=1 height=8 alt=""></td></tr></table>
]]></HTML></RowLimitExceeded><ViewEmpty><HTML><![CDATA[
<TABLE class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0><TR><TD class="ms-vb">]]></HTML><HTML>Şu anda etkin duyuru yok.</HTML><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML> Yeni duyuru eklemek için aşağıdaki &quot;Yeni duyuru ekle&quot; bağlantısını tıklatın.</HTML></Then></IfHasRights><HTML><![CDATA[
</TD></TR><tr><td height="5"><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr></TABLE>
]]></HTML></ViewEmpty><Query><Where><Or><IsNull><FieldRef Name="Expires"/></IsNull><Geq><FieldRef Name="Expires"/><Value Type="DateTime"><Today/></Value></Geq></Or></Where><OrderBy><FieldRef Name="Modified" Ascending="FALSE"/></OrderBy></Query><ViewFields><FieldRef Name="LinkTitleNoMenu" Explicit="TRUE"/><FieldRef Name="Body" Explicit="TRUE"/><FieldRef Name="Author" Explicit="TRUE"/><FieldRef Name="Modified" Explicit="TRUE"/><FieldRef Name="Attachments" Explicit="TRUE"/></ViewFields><RowLimit>5</RowLimit></View>
9
0x
Takvim
Default
Yaklaşan toplantılardan, son tarihlerden ve diğer önemli olaylardan haberdar olmak için Takvim listesini kullanın.
true
3
Normal
true
true
true
true
true
true
true
/ttest/Lists/Takvim/calendar.aspx
Modeless
Default
Bu Web Bölümü alınamıyor.
false
00000000-0000-0000-0000-000000000000
g_61fa74e4_154b_4c23_ab16_dcaefd08aef5
{CAA34C6D-8D5F-42FE-B7FB-618E69FBBCC8}
00000000-0000-0000-0000-000000000000
<View Name="{61FA74E4-154B-4C23-AB16-DCAEFD08AEF5}" Type="HTML" Hidden="TRUE" RecurrenceRowset="TRUE" DisplayName="" Url="/ttest/glassbox_130/examples/default.aspx" Level="1" BaseViewID="0" ContentTypeID="0x"><ViewHeader><HTML><![CDATA[<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>]]></HTML><HTML><![CDATA[<SCRIPT>
ctx = new ContextInfo();
ctx.listBaseType = ]]></HTML><ListProperty Select="BaseType"/><HTML><![CDATA[;
ctx.listTemplate = ]]></HTML><ListProperty Select="ServerTemplate"/><HTML><![CDATA[;
ctx.listName = ]]></HTML><ScriptQuote><List/></ScriptQuote><HTML><![CDATA[;
ctx.view = ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[;
ctx.listUrlDir = ]]></HTML><ScriptQuote><ListUrlDir ServerRel="TRUE" URLEncodeAsURL="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpPath = ]]></HTML><ScriptQuote><HttpPath ServerRel="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpRoot = ]]></HTML><ScriptQuote><HttpVDir/></ScriptQuote><HTML><![CDATA[;
ctx.imagesPath = ]]></HTML><ScriptQuote>/_layouts/images/</ScriptQuote><HTML><![CDATA[;
ctx.PortalUrl = ]]></HTML><ScriptQuote><ProjectProperty Select="PortalUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationName = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationName"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationUrl = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.RecycleBinEnabled = ]]></HTML><ProjectProperty Select="RecycleBinEnabled"/><HTML><![CDATA[;
ctx.OfficialFileName = ]]></HTML><ScriptQuote><ServerProperty Select="OfficialFileName"/></ScriptQuote><HTML><![CDATA[;
ctx.WriteSecurity = ]]></HTML><ScriptQuote><ListProperty Select="WriteSecurity"/></ScriptQuote><HTML><![CDATA[;
ctx.SiteTitle = ]]></HTML><ScriptQuote><ProjectProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
ctx.ListTitle = ]]></HTML><ScriptQuote><ListProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
if (ctx.PortalUrl == "") ctx.PortalUrl = null;
ctx.displayFormUrl = ]]></HTML><ScriptQuote><URL Cmd="DISPLAY" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.editFormUrl = ]]></HTML><ScriptQuote><URL Cmd="EDIT" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.isWebEditorPreview = ]]></HTML><Switch><Expr><GetVar Name="WebEditorPreview"/></Expr><Case Value="TRUE">1</Case><Default>0</Default></Switch><HTML><![CDATA[;
ctx.ctxId = ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
g_ViewIdToViewCounterMap[ ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[ ]= ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
ctx.CurrentUserId = ]]></HTML><UserID AllowAnonymous="TRUE"/><HTML><![CDATA[;
]]></HTML><Switch><Expr><ListProperty Select="ModeratedList"/></Expr><Case Value="1">
ctx.isModerated = true;
</Case></Switch><Switch><Expr><ListProperty Select="ForceCheckout"/></Expr><Case Value="1">
ctx.isForceCheckout = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableMinorVersions"/></Expr><Case Value="1">
ctx.EnableMinorVersions = true;
</Case></Switch><Switch><Expr><ListProperty Select="VersioningEnabled"/></Expr><Case Value="1">
ctx.verEnabled = 1;
</Case></Switch><Switch><Expr><GetVar Name="RecursiveView"/></Expr><Case Value="1">
ctx.recursiveView = true;
</Case></Switch><Switch><Expr><ListProperty Select="WorkflowsAssociated"/></Expr><Case Value="1">
ctx.WorkflowsAssociated = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableContentTypes"/></Expr><Case Value="1">
ctx.ContentTypesEnabled = true;
</Case></Switch><HTML><![CDATA[
ctx]]></HTML><Counter Type="View"/><HTML><![CDATA[ = ctx;
</SCRIPT>]]></HTML><Switch><Expr><ListProperty Select="Direction"/></Expr><Case Value="ltr"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("left");</SCRIPT>]]></HTML></Case><Case Value="rtl"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("right");</SCRIPT>]]></HTML></Case></Switch><HTML><![CDATA[<tr><td>]]></HTML><HTML><![CDATA[<TABLE ID="]]></HTML><WebQueryInfo/><HTML><![CDATA[" class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
]]></HTML></ViewHeader><ViewBody><HTML><![CDATA[
<TR><TD nowrap align=top class="ms-vb">
]]></HTML><Field Name="EventDate"/><HTML><![CDATA[
</td><td>&nbsp;</td>
]]></HTML><HTML><![CDATA[
<TD width=90% align=top class="ms-vb" style="padding-bottom:3px;">
]]></HTML><Field Name="LinkTitleNoMenu"/><HTML><![CDATA[&nbsp;]]></HTML><Field Name="Attachments"/><HTML><![CDATA[<br>]]></HTML><Switch><Expr><FieldProperty Name="Description" Select="RichText"/></Expr><Case Value="TRUE"><HTML><![CDATA[<div>]]></HTML><Switch><Expr><FieldProperty Name="Description" Select="RichTextMode"/></Expr><Case Value="FullHtml"><Limit Len="250" MoreText="..."><Column Name="Description"/></Limit></Case><Default><Limit Len="250" AutoHyperLinkNoEncoding="TRUE" MoreText="..."><Column Name="Description"/></Limit></Default></Switch><HTML><![CDATA[</div>]]></HTML></Case><Default><Limit Len="250" MoreText="..." AutoHyperLink="TRUE" AutoNewLine="TRUE"><Column Name="Description"/></Limit></Default></Switch><Fields><HTML><![CDATA[<BR>]]></HTML><Property Select="DisplayName" HTMLEncode="TRUE"/><HTML><![CDATA[: ]]></HTML><Field/></Fields><HTML><![CDATA[
</td></tr>
]]></HTML></ViewBody><ViewFooter><HTML><![CDATA[</table>]]></HTML><HTML><![CDATA[</td></tr></table>]]></HTML></ViewFooter><Toolbar Position="After" Type="Freeform"><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML><![CDATA[ <table width=100% cellpadding=0 cellspacing=0 border=0 > <tr> <td colspan="2" class="ms-partline"><IMG SRC="/_layouts/images/blank.gif" width=1 height=1 alt=""></td> </tr> <tr> <td class="ms-addnew" style="padding-bottom: 3px"> <img src="/_layouts/images/rect.gif" alt="">&nbsp;<a class="ms-addnew" ID="idHomePageNewEvent" href="]]></HTML><URL Cmd="New"/><HTML><![CDATA[" ONCLICK="javascript:NewItem(']]></HTML><URL Cmd="New"/><HTML><![CDATA[', true);javascript:return false;" target="_self">]]></HTML><HTML>Yeni olay ekle</HTML><HTML><![CDATA[</a> </td> </tr> <tr><td><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr> </table>]]></HTML></Then></IfHasRights></Toolbar><RowLimitExceeded><HTML><![CDATA[<table class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD Class="ms-vb">
<a href="]]></HTML><ListProperty Select="DefaultViewUrl"/><HTML><![CDATA[" ID=onetidMoreEvts>
]]></HTML><HTML>(Diğer Olaylar...)</HTML><HTML><![CDATA[
</a></TD></TR>
<tr><td height="8"><IMG SRC="/_layouts/images/blank.gif" width=1 height=8 alt=""></td></tr></table>
]]></HTML></RowLimitExceeded><ViewEmpty><HTML><![CDATA[
<TABLE class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0><TR><TD class="ms-vb">]]></HTML><HTML>Şu anda yaklaşan olay yok.</HTML><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML> Yeni olay eklemek için aşağıdaki &quot;Yeni olay ekle&quot; bağlantısını tıklatın.</HTML></Then></IfHasRights><HTML><![CDATA[
</TD></TR><tr><td height="5"><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr></TABLE>
]]></HTML></ViewEmpty><Query><Where><DateRangesOverlap><FieldRef Name="EventDate"/><FieldRef Name="EndDate"/><FieldRef Name="RecurrenceID"/><Value Type="DateTime"><Now/></Value></DateRangesOverlap></Where></Query><ViewFields><FieldRef Name="EventDate" Explicit="TRUE"/><FieldRef Name="LinkTitleNoMenu" Explicit="TRUE"/><FieldRef Name="Description" Explicit="TRUE"/><FieldRef Name="Attachments" Explicit="TRUE"/><FieldRef Name="fRecurrence" Explicit="TRUE"/></ViewFields><RowLimit>10</RowLimit></View>
8201
0x
Bağlantılar
Default
Ekip üyelerinizin ilginç veya kullanışlı bulabileceği Web sayfalarına bağlantılar için Bağlantılar listesini kullanın.
true
3
Normal
true
true
true
true
true
true
true
/ttest/Lists/Baglantilar/AllItems.aspx
Modeless
Default
Bu Web Bölümü alınamıyor.
false
00000000-0000-0000-0000-000000000000
g_58547c67_1bd9_4d19_b200_f8d4fc137f65
{59C5FBB3-F336-4B7A-942A-012B2CB670CA}
00000000-0000-0000-0000-000000000000
<View Name="{58547C67-1BD9-4D19-B200-F8D4FC137F65}" Type="HTML" Hidden="TRUE" DisplayName="" Url="/ttest/glassbox_130/examples/default.aspx" Level="1" BaseViewID="0" ContentTypeID="0x"><ViewHeader><HTML><![CDATA[<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>]]></HTML><HTML><![CDATA[<SCRIPT>
ctx = new ContextInfo();
ctx.listBaseType = ]]></HTML><ListProperty Select="BaseType"/><HTML><![CDATA[;
ctx.listTemplate = ]]></HTML><ListProperty Select="ServerTemplate"/><HTML><![CDATA[;
ctx.listName = ]]></HTML><ScriptQuote><List/></ScriptQuote><HTML><![CDATA[;
ctx.view = ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[;
ctx.listUrlDir = ]]></HTML><ScriptQuote><ListUrlDir ServerRel="TRUE" URLEncodeAsURL="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpPath = ]]></HTML><ScriptQuote><HttpPath ServerRel="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.HttpRoot = ]]></HTML><ScriptQuote><HttpVDir/></ScriptQuote><HTML><![CDATA[;
ctx.imagesPath = ]]></HTML><ScriptQuote>/_layouts/images/</ScriptQuote><HTML><![CDATA[;
ctx.PortalUrl = ]]></HTML><ScriptQuote><ProjectProperty Select="PortalUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationName = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationName"/></ScriptQuote><HTML><![CDATA[;
ctx.SendToLocationUrl = ]]></HTML><ScriptQuote><ListProperty Select="SendToLocationUrl"/></ScriptQuote><HTML><![CDATA[;
ctx.RecycleBinEnabled = ]]></HTML><ProjectProperty Select="RecycleBinEnabled"/><HTML><![CDATA[;
ctx.OfficialFileName = ]]></HTML><ScriptQuote><ServerProperty Select="OfficialFileName"/></ScriptQuote><HTML><![CDATA[;
ctx.WriteSecurity = ]]></HTML><ScriptQuote><ListProperty Select="WriteSecurity"/></ScriptQuote><HTML><![CDATA[;
ctx.SiteTitle = ]]></HTML><ScriptQuote><ProjectProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
ctx.ListTitle = ]]></HTML><ScriptQuote><ListProperty Select="Title"/></ScriptQuote><HTML><![CDATA[;
if (ctx.PortalUrl == "") ctx.PortalUrl = null;
ctx.displayFormUrl = ]]></HTML><ScriptQuote><URL Cmd="DISPLAY" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.editFormUrl = ]]></HTML><ScriptQuote><URL Cmd="EDIT" NoID="TRUE"/></ScriptQuote><HTML><![CDATA[;
ctx.isWebEditorPreview = ]]></HTML><Switch><Expr><GetVar Name="WebEditorPreview"/></Expr><Case Value="TRUE">1</Case><Default>0</Default></Switch><HTML><![CDATA[;
ctx.ctxId = ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
g_ViewIdToViewCounterMap[ ]]></HTML><ScriptQuote><GetVar Name="View"/></ScriptQuote><HTML><![CDATA[ ]= ]]></HTML><Counter Type="View"/><HTML><![CDATA[;
ctx.CurrentUserId = ]]></HTML><UserID AllowAnonymous="TRUE"/><HTML><![CDATA[;
]]></HTML><Switch><Expr><ListProperty Select="ModeratedList"/></Expr><Case Value="1">
ctx.isModerated = true;
</Case></Switch><Switch><Expr><ListProperty Select="ForceCheckout"/></Expr><Case Value="1">
ctx.isForceCheckout = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableMinorVersions"/></Expr><Case Value="1">
ctx.EnableMinorVersions = true;
</Case></Switch><Switch><Expr><ListProperty Select="VersioningEnabled"/></Expr><Case Value="1">
ctx.verEnabled = 1;
</Case></Switch><Switch><Expr><GetVar Name="RecursiveView"/></Expr><Case Value="1">
ctx.recursiveView = true;
</Case></Switch><Switch><Expr><ListProperty Select="WorkflowsAssociated"/></Expr><Case Value="1">
ctx.WorkflowsAssociated = true;
</Case></Switch><Switch><Expr><ListProperty Select="EnableContentTypes"/></Expr><Case Value="1">
ctx.ContentTypesEnabled = true;
</Case></Switch><HTML><![CDATA[
ctx]]></HTML><Counter Type="View"/><HTML><![CDATA[ = ctx;
</SCRIPT>]]></HTML><Switch><Expr><ListProperty Select="Direction"/></Expr><Case Value="ltr"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("left");</SCRIPT>]]></HTML></Case><Case Value="rtl"><HTML><![CDATA[<SCRIPT>FixTextAlignForBidi("right");</SCRIPT>]]></HTML></Case></Switch><HTML><![CDATA[<tr><td>]]></HTML><HTML><![CDATA[<TABLE ID="]]></HTML><WebQueryInfo/><HTML><![CDATA[" class="ms-summarycustombody" style="margin-bottom: 5px;" cellpadding=0 cellspacing=0 border=0>
]]></HTML></ViewHeader><ViewBody><HTML><![CDATA[
<TR>
]]></HTML><HTML><![CDATA[
<TD style="padding-bottom: 5px" class="ms-vb"><img src="/_layouts/images/square.gif" alt="">&nbsp;</td>
]]></HTML><Fields><HTML><![CDATA[
<TD style="padding-bottom: 5px;padding-left: 5px;" class="ms-vb">
]]></HTML><Field/><HTML><![CDATA[
</TD>
]]></HTML></Fields><HTML><![CDATA[
</TR>
]]></HTML></ViewBody><ViewFooter><HTML><![CDATA[</table>]]></HTML><HTML><![CDATA[</td></tr></table>]]></HTML></ViewFooter><Toolbar Position="After" Type="Freeform"><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML><![CDATA[ <table width=100% cellpadding=0 cellspacing=0 border=0 > <tr> <td colspan="2" class="ms-partline"><IMG SRC="/_layouts/images/blank.gif" width=1 height=1 alt=""></td> </tr> <tr> <td class="ms-addnew" style="padding-bottom: 3px"> <img src="/_layouts/images/rect.gif" alt="">&nbsp;<a class="ms-addnew" ID="idHomePageNewLink" href="]]></HTML><URL Cmd="New"/><HTML><![CDATA[" ONCLICK="javascript:NewItem(']]></HTML><URL Cmd="New"/><HTML><![CDATA[', true);javascript:return false;" target="_self">]]></HTML><HTML>Yeni bağlantı ekle</HTML><HTML><![CDATA[</a> </td> </tr> <tr><td><IMG SRC="/_layouts/images/blank.gif" width=1 height=5 alt=""></td></tr> </table>]]></HTML></Then></IfHasRights></Toolbar><RowLimitExceeded><HTML><![CDATA[<table class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD Class="ms-vb">
<a href="]]></HTML><ListProperty Select="DefaultViewUrl"/><HTML><![CDATA[" ID=onetidMoreFavs>
]]></HTML><HTML>(Daha Fazla Bağlantı...)</HTML><HTML><![CDATA[
</a></TD></TR>
<tr><td height="8"><img src="/_layouts/images/blank.gif" width="1" height="8" alt=""></td></tr></table>
]]></HTML></RowLimitExceeded><ViewEmpty><HTML><![CDATA[
<TABLE class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0>
<TR><TD class="ms-vb">]]></HTML><HTML>Şu anda görüntülenecek sık kullanılan bağlantı yok.</HTML><IfHasRights><RightsChoices><RightsGroup PermAddListItems="required"/></RightsChoices><Then><HTML> Yeni bağlantı eklemek için aşağıdaki &quot;Yeni bağlantı ekle&quot; bağlantısını tıklatın.</HTML></Then></IfHasRights><HTML><![CDATA[
</TD></TR><tr><td height="5"><img src="/_layouts/images/blank.gif" width="1" height="5" alt=""></td></tr></TABLE>]]></HTML></ViewEmpty><Query><OrderBy><FieldRef Name="Order" Ascending="TRUE"/></OrderBy></Query><ViewFields><FieldRef Name="URL" Explicit="TRUE"/><FieldRef Name="URLNoMenu"/></ViewFields><RowLimit>20</RowLimit></View>
9
0x
- merope (08.04.08 15:08:24)
pek bir fikrim yok ancak sharepointin body onload fonksiyonunun calısmasından dolayı senin modal dialogun calısmıyor olabilir. www.huddletogether.com .
- ccompiler (08.04.08 16:49:30)
acikcasi kodlari incelemeye u$endim, feci kari$ik gorunuyor burda.
ama $oyle bir $ey hazirladim: sablon.sdu.edu.tr
fonksiyonu onload'a koyarak ikinci layer'in sayfa yuklendiginde gorunmesini, tiklayinca da kaybolmasini saglayabilirsin.
ama $oyle bir $ey hazirladim: sablon.sdu.edu.tr
fonksiyonu onload'a koyarak ikinci layer'in sayfa yuklendiginde gorunmesini, tiklayinca da kaybolmasini saglayabilirsin.
- sourlemonade (08.04.08 16:53:06)
1