?? what is a portlet29.mht
字號:
new hrefList("slide0029.htm", 1, 30),
new hrefList("slide0030.htm", 1, 31),
new hrefList("slide0031.htm", 1, 32),
new hrefList("slide0032.htm", 1, 33),
new hrefList("slide0033.htm", 1, 34),
new hrefList("slide0036.htm", 1, 35),
new hrefList("slide0034.htm", 1, 36),
new hrefList("slide0035.htm", 1, 37),
new hrefList("slide0037.htm", 1, 38),
new hrefList("slide0038.htm", 1, 39),
new hrefList("slide0039.htm", 1, 40),
new hrefList("slide0040.htm", 1, 41),
new hrefList("slide0041.htm", 1, 42),
new hrefList("slide0042.htm", 1, 43),
new hrefList("slide0043.htm", 1, 44),
new hrefList("slide0044.htm", 1, 45),
new hrefList("slide0046.htm", 1, 46),
new hrefList("slide0047.htm", 1, 47),
new hrefList("slide0048.htm", 1, 48)
);
function ImgBtn( oId,bId,w,action )
{
var t=3Dthis
t.Perform =3D _IBP
t.SetActive =3D _IBSetA
t.SetInactive=3D _IBSetI
t.SetPressed =3D _IBSetP
t.SetDisabled=3D _IBSetD
t.Enabled =3D _IBSetE
t.ChangeIcon =3D null
t.UserAction =3D action
t.ChgState =3D _IBUI
t.mObjId =3D oId
t.mBorderId=3D bId
t.mWidth =3D w
t.mIsOn =3D t.mCurState =3D 0
}
function _IBSetA()
{
if( this.mIsOn ) {
obj=3Dthis.ChgState( gHiliteClr,gShadowClr,2 )
obj.style.posTop=3D0
}
}
function _IBSetI()
{
if( this.mIsOn ) {
obj=3Dthis.ChgState( gFaceClr,gFaceClr,1 )
obj.style.posTop=3D0=20
}
}
function _IBSetP()
{
if( this.mIsOn ) {
obj=3Dthis.ChgState( gShadowClr,gHiliteClr,2 )
obj.style.posLeft+=3D1; obj.style.posTop+=3D1
}
}
function _IBSetD()
{ =20
obj=3Dthis.ChgState( gFaceClr,gFaceClr,0 )
obj.style.posTop=3D0=20
}
function _IBSetE( state )
{
var t=3Dthis
GetObj( t.mBorderId ).style.visibility=3D"visible"
if( state !=3D t.mIsOn ) {
t.mIsOn=3Dstate
if( state )
t.SetInactive()
else
t.SetDisabled()
}
}
function _IBP()
{
var t=3Dthis
if( t.mIsOn ) {
if( t.UserAction !=3D null )
t.UserAction()
if( t.ChangeIcon ) {
obj=3DGetObj(t.mObjId)
if( t.ChangeIcon() )
obj.style.posLeft=3Dobj.style.posLeft+(t.mCurState-4)*t.mWidth
else
obj.style.posLeft=3Dobj.style.posLeft+(t.mCurState-0)*t.mWidth
}
t.SetActive()
} =20
}
function _IBUI( clr1,clr2,nextState )
{
var t=3Dthis
SetBorder( GetObj( t.mBorderId ),clr1,clr2 )
obj=3DGetObj( t.mObjId )
=
obj.style.posLeft=3Dobj.style.posLeft+(t.mCurState-nextState)*t.mWidth-ob=
j.style.posTop
t.mCurState=3DnextState
return obj
}
function TxtBtn( oId,oeId,action,chkState )
{
var t=3Dthis
t.Perform =3D _TBP
t.SetActive =3D _TBSetA
t.SetInactive=3D _TBSetI
t.SetPressed =3D _TBSetP
t.SetDisabled=3D _TBSetD
t.SetEnabled =3D _TBSetE
t.GetState =3D chkState
t.UserAction =3D action
t.ChgState =3D _TBUI
t.mObjId =3D oId
t.m_elementsId=3D oeId
t.mIsOn =3D 1
}
function _TBSetA()
{
var t=3Dthis
if( t.mIsOn && !t.GetState() )
t.ChgState( gHiliteClr,gShadowClr,0,0 )
}
function _TBSetI()
{
var t=3Dthis
if( t.mIsOn && !t.GetState() )
t.ChgState( gFaceClr,gFaceClr,0,0 )
}
function _TBSetP()
{
if( this.mIsOn )
this.ChgState( gShadowClr,gHiliteClr,1,1 )
}
function _TBSetD()
{ =20
this.ChgState( gFaceClr,gFaceClr,0,0 )
this.mIsOn =3D 0
}
function _TBSetE()
{
var t=3Dthis
if( !t.GetState() )
t.ChgState( gFaceClr,gFaceClr,0,0 )
else
t.ChgState( gShadowClr,gHiliteClr,1,1 )
t.mIsOn =3D 1
}
function _TBP()
{
var t=3Dthis
if( t.mIsOn ) {=20
if( t.UserAction !=3D null )
t.UserAction()
if( t.GetState() )
t.SetPressed()
else
t.SetActive()
} =20
}
function _TBUI( clr1,clr2,lOffset,tOffset )
{
SetBorder( GetObj( this.mObjId ),clr1,clr2 )
Offset( GetObj( this.m_elementsId ),lOffset,tOffset )
}
function GetObj( objId ){ return document.all.item( objId ) }
function Offset( obj, top, left ){ obj.style.top=3Dtop; =
obj.style.left=3Dleft }
function SetBorder( obj, upperLeft, lowerRight )
{
s=3Dobj.style;
s.borderStyle =3D "solid"
s.borderWidth =3D 1=20
s.borderLeftColor =3D s.borderTopColor =3D upperLeft
s.borderBottomColor=3D s.borderRightColor =3D lowerRight
}
function GetBtnObj(){ return gBtnArr[window.event.srcElement.id] }
function BtnOnOver(){ b=3DGetBtnObj(); if( b !=3D null ) b.SetActive() }
function BtnOnDown(){ b=3DGetBtnObj(); if( b !=3D null ) b.SetPressed() =
}
function BtnOnOut(){ b=3DGetBtnObj(); if( b !=3D null ) b.SetInactive() =
}
function BtnOnUp()
{
b=3DGetBtnObj()
if( b !=3D null )
b.Perform()
else
Upd()
}
function GetNtsState(){ return parent.gNtsOpen }
function GetOtlState(){ return parent.gOtlOpen }
function GetOtlTxtState(){ return parent.gOtlTxtExp }
function NtsBtnSetFlag( fVal )
{
s=3Ddocument.all.item( this.m_flagId ).style
s.display=3D"none"
if( fVal )
s.display=3D""
else
s.display=3D"none"
}
var =
gHiliteClr=3D"THREEDHIGHLIGHT",gShadowClr=3D"THREEDSHADOW",gFaceClr=3D"TH=
REEDFACE"
var gBtnArr =3D new Array()
gBtnArr["nb_otl"] =3D new TxtBtn( =
"nb_otl","nb_otlElem",parent.ToggleOtlPane,GetOtlState )
gBtnArr["nb_nts"] =3D new TxtBtn( =
"nb_nts","nb_ntsElem",parent.ToggleNtsPane,GetNtsState )
gBtnArr["nb_prev"]=3D new ImgBtn( =
"nb_prev","nb_prevBorder",30,parent.GoToPrevSld )
gBtnArr["nb_next"]=3D new ImgBtn( =
"nb_next","nb_nextBorder",30,parent.GoToNextSld )
gBtnArr["nb_sldshw"]=3D new ImgBtn( =
"nb_sldshw","nb_sldshwBorder",18,parent.FullScreen )
gBtnArr["nb_voice"] =3D new ImgBtn( =
"nb_voice","nb_voiceBorder",18,parent.ToggleVNarration )
gBtnArr["nb_otlTxt"]=3D new ImgBtn( =
"nb_otlTxt","nb_otlTxtBorder",23,parent.ToggleOtlText )
gBtnArr["nb_nts"].m_flagId=3D "notes_flag"
gBtnArr["nb_nts"].SetFlag =3D NtsBtnSetFlag
gBtnArr["nb_otlTxt"].ChangeIcon=3D GetOtlTxtState
var sNext=3D"Next",sPrev=3D"Previous",sEnd=3D"End Show",sFont=3D"Arial"
function ShowMenu()
{
BuildMenu();
var =
doc=3DPPTSld.document.body,x=3DPPTSld.event.clientX+doc.scrollLeft,y=3DPP=
TSld.event.clientY+doc.scrollTop
m =3D PPTSld.document.all.item("ctxtmenu")
m.style.pixelLeft=3Dx
if( (x+m.scrollWidth > doc.clientWidth)&&(x-m.scrollWidth > 0) )
m.style.pixelLeft=3Dx-m.scrollWidth
m.style.pixelTop=3Dy
if( (y+m.scrollHeight > doc.clientHeight)&&(y-m.scrollHeight > 0) )
m.style.pixelTop=3Dy-m.scrollHeight
m.style.display=3D""
}
function _CM()
{
if( !parent.IsFullScrMode() ) return;
if(!PPTSld.event.ctrlKey) {
ShowMenu()
return false
} else
HideMenu()
}
function BuildMenu()
{
if( PPTSld.document.all.item("ctxtmenu") ) return
var mObj=3DCreateItem( PPTSld.document.body )
mObj.id=3D"ctxtmenu"
var s=3DmObj.style
s.position=3D"absolute"
s.cursor=3D"default"
s.width=3D"100px"
SetCMBorder(mObj,"menu","black")
var iObj=3DCreateItem( mObj )
SetCMBorder( iObj, "threedhighlight","threedshadow" )
iObj.style.padding=3D2
CreateMenuItem( iObj,sNext,M_GoNextSld,M_True )
CreateMenuItem( iObj,sPrev,M_GoPrevSld,M_HasPrevSld )
var sObj=3DCreateItem( iObj )
SetCMBorder(sObj,"menu","menu")
var s=3DsObj.style
s.borderTopColor=3D"threedshadow"
s.borderBottomColor=3D"threedhighlight"
s.height=3D1
s.fontSize=3D"0px"
CreateMenuItem( iObj,sEnd,M_End,M_True )
}
function Highlight() { ChangeClr("activecaption","threedhighlight") }
function Deselect() { ChangeClr("threedface","menutext") }
function Perform()
{
e=3DPPTSld.event.srcElement
if( e.type=3D=3D"menuitem" && e.IsActive() )
e.Action()
else
PPTSld.event.cancelBubble=3Dtrue
}
function ChangeClr( bg,clr )
{
e=3DPPTSld.event.srcElement
if( e.type=3D=3D"menuitem" && e.IsActive() ) {
e.style.backgroundColor=3Dbg
e.style.color=3Dclr
}
}
function M_HasPrevSld() { return( parent.HasPrevSld() ) }
function M_GoNextSld() { if( gIsEndShow ) M_End(); else GoToNextSld() }
function M_GoPrevSld() { if( gIsEndShow ) { history.back(); =
PPTSld.event.cancelBubble=3Dtrue; } else GoToPrevSld() }
function M_True() { return true }
function M_End() { window.close( self ) }
function CreateMenuItem( node,text,action,eval )
{
var e=3DCreateItem( node )
e.type=3D"menuitem"
e.Action=3Daction
e.IsActive=3Deval
e.innerHTML=3Dtext
if( !e.IsActive() )
e.style.color=3D"threedshadow"
e.onclick=3DPerform
e.onmouseover=3DHighlight
e.onmouseout=3DDeselect
s=3De.style;
s.fontFamily=3DsFont
s.fontSize=3D"8pt"
s.paddingLeft=3D2
}
function CreateItem( node )
{
var elem=3DPPTSld.document.createElement("DIV")
node.insertBefore( elem )
return elem
}
function SetCMBorder( o,ltClr,rbClr )
{
var s=3Do.style
s.backgroundColor=3D"menu"
s.borderStyle=3D"solid"
s.borderWidth=3D1
s.borderColor=3DltClr+" "+rbClr+" "+rbClr+" "+ltClr
}
------=_NextPart_000_020C_01C5FB68.FF022B70
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0211_01C5FB68.FF022B70"
------=_NextPart_001_0211_01C5FB68.FF022B70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/frame.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML><HEAD><TITLE>What is a Portlet?</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.2900.2769" name=3DGENERATOR><LINK =
id=3DMain-File=20
href=3D"../Jetspeed-Slides.htm" rel=3DMain-File><LINK =
href=3D"preview.wmf"=20
rel=3DPreview><![if !ppt]>
<SCRIPT=20
src=3D"http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/scr=
ipt.js"></SCRIPT>
<SCRIPT>
<!--
var gNavLoaded =3D gOtlNavLoaded =3D gOtlLoaded =3D false;
function Load()
{
str=3Ddocument.location.hash,idx=3Dstr.indexOf('#')
if(idx>=3D0) str=3Dstr.substr(1);
if(str) PPTSld.location.replace(str);
}
//-->
</SCRIPT>
<![endif]></HEAD><FRAMESET rows=3D*,25 frameBorder=3D0 =
onload=3DLoad()><FRAMESET=20
id=3DPPTHorizAdjust frameSpacing=3D2 onload=3DLoad() =
cols=3D20%,80%><FRAME name=3DPPTOtl=20
src=3D"http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/out=
line.htm"><FRAMESET=20
id=3DPPTVertAdjust frameSpacing=3D2 rows=3D100%,* frameBorder=3D1 =
onload=3DLoad()><FRAME=20
name=3DPPTSld=20
src=3D"http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/sli=
de0028.htm"><FRAME=20
name=3DPPTNts=20
src=3D"http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/sli=
de0028.htm"></FRAMESET></FRAMESET><FRAMESET=20
frameSpacing=3D2 frameBorder=3D0 onload=3DLoad() cols=3D20%,80%><FRAME =
name=3DPPTOtlNav=20
src=3D"http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/out=
line.htm"=20
noResize scrolling=3Dno><FRAME name=3DPPTNav=20
src=3D"http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/out=
line.htm"=20
noResize scrolling=3Dno></FRAMESET></FRAMESET></HTML>
------=_NextPart_001_0211_01C5FB68.FF022B70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/outline.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.2900.2769" name=3DGENERATOR><LINK =
id=3DMain-File=20
href=3D"../Jetspeed-Slides.htm" rel=3DMain-File><LINK =
href=3D"preview.wmf"=20
rel=3DPreview>
<META content=3DNoIndex name=3DRobots>
<SCRIPT=20
src=3D"http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/scr=
ipt.js"></SCRIPT>
<SCRIPT><!--
if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) )
{
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -