<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\..\FrameXML\UI.xsd"> <Script file="InspectPVPFrame.lua"/> <Frame name="InspectPVPFrame" enableMouse="true" parent="InspectFrame" hidden="true" useParentLevel="true" setAllPoints="true" id="2"> <Layers> <Layer level="BACKGROUND"> <Texture name="$parentBG" file="Interface\PVPFrame\PVP-Conquest-Misc"> <Size x="319" y="118"/> <Anchors> <Anchor point="TOPLEFT" x="8" y="-64"/> </Anchors> <TexCoords left="0.00097656" right="0.31445313" top="0.33789063" bottom="0.56835938"/> </Texture> </Layer> <Layer level="BORDER"> <Texture name="$parentBottom" file="Interface\Common\ShadowOverlay-Bottom"> <Size x="319" y="8"/> <Anchors> <Anchor point="BOTTOM" relativeTo="$parentBG"/> </Anchors> </Texture> <Texture name="$parentFaction" file="Interface\PVPFrame\PVP-Conquest-Misc"> <Size x="55" y="66"/> <Anchors> <Anchor point="LEFT" relativeTo="$parentBG" x="6" y="0"/> </Anchors> <TexCoords left="0.63867188" right="0.69238281" top="0.60351563" bottom="0.73242188"/> </Texture> <Texture name="$parentDivider" file="Interface\FriendsFrame\UI-FriendsFrame-OnlineDivider"> <Size x="270" y="1"/> <Anchors> <Anchor point="LEFT" relativeTo="$parentBG" x="40" y="0"/> </Anchors> <Color r="1" g="1" b="0" a="1"/> </Texture> <FontString name="$parentRatedBattlegroundsLabel" inherits="GameFontNormalLarge" text="PVP_RATED_BATTLEGROUNDS"> <Anchors> <Anchor point="BOTTOMLEFT" relativeTo="$parentDivider" relativePoint="TOPLEFT" x="24" y="4"/> </Anchors> <Color r="1" g="1" b="1"/> </FontString> <FontString name="$parentRatingLabel" inherits="GameFontNormal" text="PVP_RATING"> <Anchors> <Anchor point="TOPLEFT" relativeTo="$parentRatedBattlegroundsLabel" relativePoint="BOTTOMLEFT" x="8" y="-8"/> </Anchors> </FontString> <FontString name="$parentRating" inherits="GameFontHighlight" text="0" parentKey="bgRating"> <Anchors> <Anchor point="LEFT" relativeTo="$parentRatingLabel" relativePoint="RIGHT" x="4" y="0"/> </Anchors> </FontString> <FontString name="$parentRecordLabel" inherits="GameFontNormal" text="PVP_RECORD"> <Anchors> <Anchor point="TOPLEFT" relativeTo="$parentRatedBattlegroundsLabel" relativePoint="BOTTOMLEFT" x="110" y="-8"/> </Anchors> </FontString> <FontString name="$parentRecord" inherits="GameFontHighlight" text="0" parentKey="bgRecord"> <Anchors> <Anchor point="LEFT" relativeTo="$parentRecordLabel" relativePoint="RIGHT" x="4" y="0"/> </Anchors> </FontString> </Layer> </Layers> <Frames> <!-- Arena Teams --> <Frame name="InspectPVPTeam1Standard" inherits="PVPTeamStandardTemplate"> <Anchors> <Anchor point="LEFT" x="14" y="-8"/> </Anchors> </Frame> <Button name="InspectPVPTeam1" inherits="PVPTeamBorderTemplate" id="1"> <Anchors> <Anchor point="LEFT" relativeTo="InspectPVPTeam1Standard" x="33" y="0"/> </Anchors> <Layers> <Layer level="BACKGROUND"> <FontString name="$parentTeamType" inherits="GameFontDisableLarge" hidden="true"> <Anchors> <Anchor point="CENTER" x="-8" y="0"/> </Anchors> </FontString> </Layer> </Layers> <Frames> <Frame name="$parentData" inherits="PVPTeamDataTemplate" hidden="true"> <Size x="280" y="70"/> <Anchors> <Anchor point="TOPLEFT"/> </Anchors> </Frame> </Frames> </Button> <Frame name="InspectPVPTeam2Standard" inherits="PVPTeamStandardTemplate"> <Anchors> <Anchor point="TOPLEFT" relativeTo="InspectPVPTeam1Standard" relativePoint="BOTTOMLEFT" x="0" y="-14"/> </Anchors> </Frame> <Button name="InspectPVPTeam2" inherits="PVPTeamBorderTemplate" id="2"> <Anchors> <Anchor point="LEFT" relativeTo="InspectPVPTeam2Standard" x="33" y="0"/> </Anchors> <Layers> <Layer level="BACKGROUND"> <FontString name="$parentTeamType" inherits="GameFontDisableLarge" hidden="true"> <Anchors> <Anchor point="CENTER" x="-8" y="0"/> </Anchors> </FontString> </Layer> </Layers> <Frames> <Frame name="$parentData" inherits="PVPTeamDataTemplate" hidden="true"> <Size x="280" y="70"/> <Anchors> <Anchor point="TOPLEFT"/> </Anchors> </Frame> </Frames> </Button> <Frame name="InspectPVPTeam3Standard" inherits="PVPTeamStandardTemplate"> <Anchors> <Anchor point="TOPLEFT" relativeTo="InspectPVPTeam2Standard" relativePoint="BOTTOMLEFT" x="0" y="-14"/> </Anchors> </Frame> <Button name="InspectPVPTeam3" inherits="PVPTeamBorderTemplate" id="3"> <Anchors> <Anchor point="LEFT" relativeTo="InspectPVPTeam3Standard" x="33" y="0"/> </Anchors> <Layers> <Layer level="BACKGROUND"> <FontString name="$parentTeamType" inherits="GameFontDisableLarge" hidden="true"> <Anchors> <Anchor point="CENTER" x="-8" y="0"/> </Anchors> </FontString> </Layer> </Layers> <Frames> <Frame name="$parentData" inherits="PVPTeamDataTemplate" hidden="true"> <Size x="280" y="70"/> <Anchors> <Anchor point="TOPLEFT"/> </Anchors> </Frame> </Frames> </Button> </Frames> <Scripts> <OnLoad function="InspectPVPFrame_OnLoad"/> <OnShow function="InspectPVPFrame_OnShow"/> <OnEvent function="InspectPVPFrame_OnEvent"/> </Scripts> </Frame> </Ui>