EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts 1.23s UI

reviewed by Leyla
master
Richard Linden 2010-02-17 14:37:28 -08:00
parent a383a38b0c
commit 366aa236f2
2948 changed files with 15 additions and 197998 deletions

View File

@ -115,7 +115,7 @@ TestImageProvider gTestImageProvider;
static std::string get_xui_dir()
{
std::string delim = gDirUtilp->getDirDelimiter();
return gDirUtilp->getSkinBaseDir() + delim + "default" + delim + "xui" + delim;
return gDirUtilp->getSkinBaseDir() + delim + "base" + delim + "xui" + delim;
}
void init_llui()
@ -127,7 +127,7 @@ void init_llui()
const char* newview_path = "../../../newview";
#endif
gDirUtilp->initAppDirs("SecondLife", newview_path);
gDirUtilp->setSkinFolder("default");
gDirUtilp->setSkinFolder("base");
// colors are no longer stored in a LLControlGroup file
LLUIColorTable::instance().loadFromSettings();

View File

@ -77,13 +77,15 @@ def find_vc_dir():
def find_mt_path():
vc_dir = find_vc_dir()
mt_path = '\"%sbin\\mt.exe\"' % vc_dir
print "Found vc_dir: %s" % vc_dir
mt_path = '\"%s\\VC\\bin\\mt.exe\"' % vc_dir
return mt_path
def test_assembly_binding(src_filename, assembly_name, assembly_ver):
print "checking %s dependency %s..." % (src_filename, assembly_name)
(tmp_file_fd, tmp_file_name) = tempfile.mkstemp(suffix='.xml')
print tmp_file_name
tmp_file = os.fdopen(tmp_file_fd)
tmp_file.close()

View File

@ -644,7 +644,7 @@ void LLDir::setSkinFolder(const std::string &skin_folder)
// e.g. c:\program files\secondlife\skins\default
mDefaultSkinDir = getSkinBaseDir();
mDefaultSkinDir += mDirDelimiter;
mDefaultSkinDir += "default";
mDefaultSkinDir += "base";
}
bool LLDir::setCacheDir(const std::string &path)

View File

@ -1211,18 +1211,18 @@ endif (WINDOWS)
# Add the xui files. This is handy for searching for xui elements
# from within the IDE.
set(viewer_XUI_FILES
skins/default/colors.xml
skins/default/textures/textures.xml
skins/base/colors.xml
skins/base/textures/textures.xml
)
file(GLOB DEFAULT_XUI_FILE_GLOB_LIST
${CMAKE_CURRENT_SOURCE_DIR}/skins/default/xui/en/*.xml)
${CMAKE_CURRENT_SOURCE_DIR}/skins/base/xui/en/*.xml)
list(APPEND viewer_XUI_FILES ${DEFAULT_XUI_FILE_GLOB_LIST})
file(GLOB DEFAULT_WIDGET_FILE_GLOB_LIST
${CMAKE_CURRENT_SOURCE_DIR}/skins/default/xui/en/widgets/*.xml)
${CMAKE_CURRENT_SOURCE_DIR}/skins/base/xui/en/widgets/*.xml)
list(APPEND viewer_XUI_FILES ${DEFAULT_WIDGET_FILE_GLOB_LIST})
file(GLOB SILVER_XUI_FILE_GLOB_LIST

View File

@ -613,7 +613,7 @@ bool LLAppViewer::init()
gDirUtilp->initAppDirs("SecondLife");
// set skin search path to default, will be overridden later
// this allows simple skinned file lookups to work
gDirUtilp->setSkinFolder("default");
gDirUtilp->setSkinFolder("base");
initLogging();
@ -2149,7 +2149,7 @@ bool LLAppViewer::initConfiguration()
{
// hack to force the skin to default.
//gDirUtilp->setSkinFolder(skinfolder->getValue().asString());
gDirUtilp->setSkinFolder("default");
gDirUtilp->setSkinFolder("base");
}
mYieldTime = gSavedSettings.getS32("YieldTime");

View File

@ -1293,7 +1293,7 @@ BOOL LLPanelPreference::postBuild()
// if skin is set to a skin that no longer exists (silver) set back to default
if (getChild<LLRadioGroup>("skin_selection")->getSelectedIndex() < 0)
{
gSavedSettings.setString("SkinCurrent", "default");
gSavedSettings.setString("SkinCurrent", "base");
LLFloaterPreference::refreshSkin(this);
}

View File

@ -88,7 +88,7 @@ static LLDefaultChildRegistry::Register<LLOverlapPanel> register_overlap_panel("
static std::string get_xui_dir()
{
std::string delim = gDirUtilp->getDirDelimiter();
return gDirUtilp->getSkinBaseDir() + delim + "default" + delim + "xui" + delim;
return gDirUtilp->getSkinBaseDir() + delim + "base" + delim + "xui" + delim;
}
// Forward declarations to avoid header dependencies

View File

@ -1497,7 +1497,7 @@ struct UIImageDeclarations : public LLInitParam::Block<UIImageDeclarations>
bool LLUIImageList::initFromFile()
{
// construct path to canonical textures.xml in default skin dir
std::string base_file_path = gDirUtilp->getExpandedFilename(LL_PATH_SKINS, "default", "textures", "textures.xml");
std::string base_file_path = gDirUtilp->getExpandedFilename(LL_PATH_SKINS, "base", "textures", "textures.xml");
LLXMLNodePtr root;

View File

@ -1,737 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<colors>
<!-- Named Colors -->
<color
name="EmphasisColor"
value="0.38 0.694 0.573 1" />
<color
name="EmphasisColor_13"
value="0.38 0.694 0.573 0.13" />
<color
name="EmphasisColor_35"
value="0.38 0.694 0.573 0.35" />
<color
name="White"
value="1 1 1 1" />
<color
name="White_05"
value="1 1 1 0.05" />
<color
name="White_10"
value="1 1 1 0.1" />
<color
name="White_25"
value="1 1 1 0.25" />
<color
name="White_50"
value="1 1 1 0.5" />
<color
name="LtGray"
value="0.75 0.75 0.75 1" />
<color
name="LtGray_50"
value="0.75 0.75 0.75 0.50" />
<color
name="DkGray"
value="0.125 0.125 0.125 1" />
<color
name="DkGray_66"
value="0.125 0.125 0.125 .66" />
<color
name="DkGray2"
value="0.169 0.169 0.169 1" />
<color
name="MouseGray"
value="0.191 0.191 0.191 1" />
<color
name="Black"
value="0 0 0 1" />
<colork
name="Black_10"
value="0 0 0 0.1" />
<color
name="Black_25"
value="0 0 0 0.25" />
<color
name="Black_50"
value="0 0 0 0.5" />
<color
name="FrogGreen"
value="0.26 0.345 0.263 1" />
<color
name="Red"
value="0.729 0 0.121 1" />
<color
name="Blue"
value="0 0 1 1" />
<color
name="Yellow"
value="1 1 0 1" />
<color
name="Green"
value="0 1 0 1" />
<color
name="Transparent"
value="0 0 0 0" />
<color
name="Purple"
value="1 0 1 1" />
<color
name="Lime"
value=".8 1 .73 1" />
<color
name="LtYellow"
value="1 1 .79 1" />
<color
name="LtOrange"
value="1 .85 .73 1" />
<!-- This color name makes potentially unused colors show up bright purple.
Leave this here until all Unused? are removed below, otherwise
the viewer generates many warnings on startup. -->
<color
name="Unused?"
value=".831 1 0 1" />
<!-- UI Definitions -->
<color
name="AgentChatColor"
reference="White" />
<color
name="AlertBoxColor"
value="0.24 0.24 0.24 1" />
<color
name="AlertCautionBoxColor"
value="1 0.82 0.46 1" />
<color
name="AlertCautionTextColor"
reference="LtYellow" />
<color
name="AgentLinkColor"
reference="White" />
<color
name="AlertTextColor"
value="0.58 0.66 0.84 1" />
<color
name="AvatarNameColor"
reference="White" />
<color
name="AvatarListItemIconDefaultColor"
reference="White" />
<color
name="AvatarListItemIconOnlineColor"
reference="White" />
<color
name="AvatarListItemIconOfflineColor"
value="0.5 0.5 0.5 0.5" />
<color
name="AvatarListItemIconVoiceInvitedColor"
reference="AvatarListItemIconOfflineColor" />
<color
name="AvatarListItemIconVoiceJoinedColor"
reference="AvatarListItemIconOnlineColor" />
<color
name="AvatarListItemIconVoiceLeftColor"
reference="AvatarListItemIconOfflineColor" />
<color
name="BackgroundChatColor"
reference="DkGray_66" />
<color
name="ButtonBorderColor"
reference="Unused?" />
<color
name="ButtonCautionImageColor"
reference="Unused?" />
<color
name="ButtonColor"
reference="Unused?" />
<color
name="ButtonFlashBgColor"
reference="Unused?" />
<color
name="ButtonImageColor"
reference="White" />
<color
name="ButtonLabelColor"
reference="LtGray" />
<color
name="ButtonLabelDisabledColor"
reference="White_25" />
<color
name="ButtonLabelSelectedColor"
reference="White" />
<color
name="ButtonLabelSelectedDisabledColor"
reference="White_25" />
<color
name="ButtonSelectedBgColor"
reference="Unused?" />
<color
name="ButtonSelectedColor"
reference="Unused?" />
<color
name="ButtonUnselectedBgColor"
reference="Unused?" />
<color
name="ButtonUnselectedFgColor"
reference="Unused?" />
<color
name="ChatHistoryBgColor"
reference="Transparent" />
<color
name="ChatHistoryTextColor"
reference="LtGray" />
<color
name="ChicletFlashColor"
value="0.114 0.65 0.1" />
<color
name="ColorDropShadow"
reference="Black_50" />
<color
name="ColorPaletteEntry01"
reference="Black" />
<color
name="ColorPaletteEntry02"
value="0.5 0.5 0.5 1" />
<color
name="ColorPaletteEntry03"
value="0.3344 0.5456 0.5159 1" />
<color
name="ColorPaletteEntry04"
value="0.5 0.5 0 1" />
<color
name="ColorPaletteEntry05"
value="0 0.5 0 1" />
<color
name="ColorPaletteEntry06"
value="0 0.5 0.5 1" />
<color
name="ColorPaletteEntry07"
value="0 0 0.5 1" />
<color
name="ColorPaletteEntry08"
value="0.5 0 0.5 1" />
<color
name="ColorPaletteEntry09"
value="0.5 0.5 0 1" />
<color
name="ColorPaletteEntry10"
value="0 0.25 0.25 1" />
<color
name="ColorPaletteEntry11"
value="0 0.5 1 1" />
<color
name="ColorPaletteEntry12"
value="0 0.25 0.5 1" />
<color
name="ColorPaletteEntry13"
value="0.5 0 1 1" />
<color
name="ColorPaletteEntry14"
value="0.5 0.25 0 1" />
<color
name="ColorPaletteEntry15"
reference="White" />
<color
name="ColorPaletteEntry16"
reference="LtYellow" />
<color
name="ColorPaletteEntry17"
reference="LtGreen" />
<color
name="ColorPaletteEntry18"
reference="LtGray" />
<color
name="ColorPaletteEntry19"
reference="Red" />
<color
name="ColorPaletteEntry20"
reference=".5 .5 1 0" />
<color
name="ColorPaletteEntry21"
reference="Green" />
<color
name="ColorPaletteEntry22"
value="0 1 1 1" />
<color
name="ColorPaletteEntry23"
reference="Blue" />
<color
name="ColorPaletteEntry24"
reference="Purple" />
<color
name="ColorPaletteEntry25"
value="1 1 0.5 1" />
<color
name="ColorPaletteEntry26"
value="0 1 0.5 1" />
<color
name="ColorPaletteEntry27"
value="0.5 1 1 1" />
<color
name="ColorPaletteEntry28"
value="0.5 0.5 1 1" />
<color
name="ColorPaletteEntry29"
value="1 0 0.5 1" />
<color
name="ColorPaletteEntry30"
value="1 0.5 0 1" />
<color
name="ColorPaletteEntry31"
reference="White" />
<color
name="ColorPaletteEntry32"
reference="White" />
<color
name="ComboListBgColor"
reference="DkGray" />
<color
name="ConsoleBackground"
reference="Black" />
<color
name="ContextSilhouetteColor"
reference="EmphasisColor" />
<color
name="DefaultHighlightDark"
reference="White_10" />
<color
name="DefaultHighlightLight"
reference="White_25" />
<color
name="DefaultShadowDark"
reference="Black_50" />
<color
name="DefaultShadowLight"
reference="Black_50" />
<color
name="EffectColor"
reference="White" />
<color
name="FilterBackgroundColor"
reference="Black" />
<color
name="FilterTextColor"
value="0.38 0.69 0.57 1" />
<color
name="FloaterButtonImageColor"
reference="LtGray" />
<color
name="FloaterDefaultBackgroundColor"
reference="DkGray_66" />
<color
name="FloaterFocusBackgroundColor"
reference="DkGray2" />
<color
name="FloaterFocusBorderColor"
reference="Black_50" />
<color
name="FloaterUnfocusBorderColor"
reference="Black_50" />
<color
name="FocusColor"
reference="EmphasisColor" />
<color
name="FolderViewLoadingMessageTextColor"
value="0.3344 0.5456 0.5159 1" />
<color
name="GridFocusPointColor"
reference="White_50" />
<color
name="GridlineBGColor"
value="0.92 0.92 1 0.78" />
<color
name="GridlineColor"
reference="Red" />
<color
name="GridlineShadowColor"
value="0 0 0 0.31" />
<color
name="GroupLinkColor"
reference="White" />
<color
name="GroupNotifyBoxColor"
value="0.3344 0.5456 0.5159 1" />
<color
name="GroupNotifyTextColor"
reference="White"/>
<color
name="GroupNotifyDimmedTextColor"
reference="DkGray" />
<color
name="GroupOverTierColor"
value="0.43 0.06 0.06 1" />
<color
name="HTMLLinkColor"
reference="EmphasisColor" />
<color
name="HealthTextColor"
reference="White" />
<color
name="HelpBgColor"
reference="Unused?" />
<color
name="HelpFgColor"
reference="Unused?" />
<color
name="HelpScrollHighlightColor"
reference="Unused?" />
<color
name="HelpScrollShadowColor"
reference="Unused?" />
<color
name="HelpScrollThumbColor"
reference="Unused?" />
<color
name="HelpScrollTrackColor"
reference="Unused?" />
<color
name="HighlightChildColor"
reference="Yellow" />
<color
name="HighlightInspectColor"
value="1 0.5 0 1" />
<color
name="HighlightParentColor"
value="0.67 0.83 0.96 1" />
<color
name="IMChatColor"
reference="LtGray" />
<color
name="IMHistoryBgColor"
reference="Unused?" />
<color
name="IMHistoryTextColor"
reference="Unused?" />
<color
name="IconDisabledColor"
reference="White_25" />
<color
name="IconEnabledColor"
reference="White" />
<color
name="InventoryBackgroundColor"
reference="DkGray2" />
<color
name="InventoryFocusOutlineColor"
reference="White_25" />
<color
name="InventoryItemSuffixColor"
reference="White_25" />
<color
name="InventorySearchStatusColor"
reference="EmphasisColor" />
<color
name="LabelDisabledColor"
reference="White_25" />
<color
name="LabelSelectedColor"
reference="White" />
<color
name="LabelSelectedDisabledColor"
reference="White_25" />
<color
name="LabelTextColor"
reference="LtGray" />
<color
name="LoginProgressBarBgColor"
reference="Unused?" />
<color
name="LoginProgressBarFgColor"
reference="Unused?" />
<color
name="LoginProgressBoxBorderColor"
value="0 0.12 0.24 0" />
<color
name="LoginProgressBoxCenterColor"
value="0 0 0 0.78" />
<color
name="LoginProgressBoxShadowColor"
value="0 0 0 0.78" />
<color
name="LoginProgressBoxTextColor"
reference="White" />
<color
name="MapAvatarColor"
reference="Green" />
<color
name="MapAvatarFriendColor"
reference="Yellow" />
<color
name="MapAvatarSelfColor"
value="0.53125 0 0.498047 1" />
<color
name="MapFrustumColor"
reference="White_10" />
<color
name="MapFrustumRotatingColor"
value="1 1 1 0.2" />
<color
name="MapTrackColor"
reference="Red" />
<color
name="MapTrackDisabledColor"
value="0.5 0 0 1" />
<color
name="MenuBarBgColor"
reference="DkGray" />
<color
name="MenuBarGodBgColor"
reference="FrogGreen" />
<color
name="MenuDefaultBgColor"
reference="DkGray2" />
<color
name="MenuItemDisabledColor"
reference="LtGray_50" />
<color
name="MenuItemEnabledColor"
reference="LtGray" />
<color
name="MenuItemHighlightBgColor"
reference="EmphasisColor_35" />
<color
name="MenuItemHighlightFgColor"
reference="White" />
<color
name="MenuNonProductionBgColor"
reference="Black" />
<color
name="MenuNonProductionGodBgColor"
value="0.263 0.325 0.345 1" />
<color
name="MenuPopupBgColor"
reference="DkGray2" />
<color
name="MultiSliderDisabledThumbColor"
reference="Unused?" />
<color
name="MultiSliderThumbCenterColor"
reference="Unused?" />
<color
name="MultiSliderThumbCenterSelectedColor"
reference="Unused?" />
<color
name="MultiSliderThumbOutlineColor"
reference="Unused?" />
<color
name="MultiSliderTrackColor"
reference="Unused?" />
<color
name="MultiSliderTriangleColor"
reference="Unused?" />
<color
name="NetMapBackgroundColor"
value="0 0 0 0.3" />
<color
name="NetMapGroupOwnAboveWater"
reference="Purple" />
<color
name="NetMapGroupOwnBelowWater"
value="0.78 0 0.78 1" />
<color
name="NetMapOtherOwnAboveWater"
value="0.24 0.24 0.24 1" />
<color
name="NetMapOtherOwnBelowWater"
value="0.12 0.12 0.12 1" />
<color
name="NetMapYouOwnAboveWater"
value="0 1 1 1" />
<color
name="NetMapYouOwnBelowWater"
value="0 0.78 0.78 1" />
<color
name="NotifyBoxColor"
value="LtGray" />
<color
name="NotifyCautionBoxColor"
value="1 0.82 0.46 1" />
<color
name="NotifyCautionWarnColor"
reference="White" />
<color
name="NotifyTextColor"
reference="White" />
<color
name="ObjectChatColor"
reference="EmphasisColor" />
<color
name="OverdrivenColor"
reference="Red" />
<color
name="PanelDefaultBackgroundColor"
reference="DkGray" />
<color
name="PanelDefaultHighlightLight"
reference="White_50" />
<color
name="PanelFocusBackgroundColor"
reference="DkGray2" />
<color
name="ParcelHoverColor"
reference="White" />
<color
name="PieMenuBgColor"
value="0.24 0.24 0.24 0.59" />
<color
name="PieMenuLineColor"
value="0 0 0 0.5" />
<color
name="PieMenuSelectedColor"
value="0.72 0.72 0.74 0.3" />
<color
name="PropertyColorAuction"
value="0.5 0 1 0.4" />
<color
name="PropertyColorAvail"
reference="Transparent" />
<color
name="PropertyColorForSale"
value="1 0.5 0 0.4" />
<color
name="PropertyColorGroup"
value="0 0.72 0.72 0.4" />
<color
name="PropertyColorOther"
value="1 0 0 0.4" />
<color
name="PropertyColorSelf"
value="0 1 0 0.4" />
<color
name="ScriptBgReadOnlyColor"
value="0.39 0.39 0.39 1" />
<color
name="ScriptErrorColor"
reference="Red" />
<color
name="ScrollBGStripeColor"
reference="Transparent" />
<color
name="ScrollBgReadOnlyColor"
reference="Transparent" />
<color
name="ScrollBgWriteableColor"
reference="White_05" />
<color
name="ScrollDisabledColor"
reference="White_25" />
<color
name="ScrollHighlightedColor"
reference="Unused?" />
<color
name="ScrollHoveredColor"
reference="EmphasisColor_13" />
<color
name="ScrollSelectedBGColor"
reference="EmphasisColor_35" />
<color
name="ScrollSelectedFGColor"
reference="White" />
<color
name="ScrollUnselectedColor"
reference="LtGray" />
<color
name="ScrollbarThumbColor"
reference="White" />
<color
name="ScrollbarTrackColor"
reference="Black" />
<color
name="SilhouetteChildColor"
value="0.13 0.42 0.77 1" />
<color
name="SilhouetteParentColor"
reference="Yellow" />
<color
name="SliderDisabledThumbColor"
reference="White_25" />
<color
name="SliderThumbCenterColor"
reference="White" />
<color
name="SliderThumbOutlineColor"
reference="White" />
<color
name="SliderTrackColor"
reference="Unused?" />
<color
name="SpeakingColor"
reference="FrogGreen" />
<color
name="SystemChatColor"
reference="LtGray" />
<color
name="TextBgFocusColor"
reference="White" />
<color
name="TextBgReadOnlyColor"
reference="White_05" />
<color
name="TextBgWriteableColor"
reference="LtGray" />
<color
name="TextCursorColor"
reference="Black" />
<color
name="TextDefaultColor"
reference="Black" />
<color
name="TextEmbeddedItemColor"
value="0 0 0.5 1" />
<color
name="TextEmbeddedItemReadOnlyColor"
reference="Unused?" />
<color
name="TextFgColor"
value="0.102 0.102 0.102 1" />
<color
name="TextFgReadOnlyColor"
reference="LtGray" />
<color
name="TextFgTentativeColor"
value="0.4 0.4 0.4 1" />
<color
name="TimeTextColor"
reference="LtGray" />
<color
name="TitleBarFocusColor"
reference="White_10" />
<color
name="ToolTipBgColor"
value="0.937 0.89 0.655 1" />
<color
name="ToolTipBorderColor"
value="0.812 0.753 0.451 1" />
<color
name="ToolTipTextColor"
reference="DkGray2" />
<color
name="InspectorTipTextColor"
reference="LtGray" />
<color
name="UserChatColor"
reference="White" />
<color
name="llOwnerSayChatColor"
reference="LtYellow" />
<!-- New Colors -->
<color
name="OutputMonitorMutedColor"
reference="DkGray2" />
<color
name="SysWellItemUnselected"
value="0 0 0 0" />
<color
name="SysWellItemSelected"
value="0.3 0.3 0.3 1.0" />
<color
name="ChatToastAgentNameColor"
reference="EmphasisColor" />
<color
name="ColorSwatchBorderColor"
value="0.45098 0.517647 0.607843 1"/>
</colors>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Indlæser...
</td>
</tr>
</table>
</body>

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Verbindung nicht möglich</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
<p> Second Life kann keine Verbindung mit dem Anmeldeserver herstellen.
</p>
<p> Überprüfen Sie Ihre Internetverbindung. Falls Ihr Computer oder Netzwerk durch eine Firewall oder einen Proxy geschützt ist, so müssen Sie dafür sorgen, dass Second Life auf das Internet zugreifen darf.
</p> <div id="submitbtn">
<input class="input_over" type="submit" value="Erneut versuchen" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
</div>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Wird geladen...
</td>
</tr>
</table>
</body>

View File

@ -1,29 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Offline Help</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
</head>
<body>
<div id="infobox">
<p>
Second Life Offline Help.
</p>
<p>
You are not online and are configured not to fetch help remotely. This is all the help that is available
until more stuff is done. Yeah.
</p>
</div>
</div>
</body>

View File

@ -1,32 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Unable to Connect</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
</head>
<body>
<div id="infobox">
<img src="../../unabletoconnect.png"><br/>
<p>
Second Life can't establish a connection to the login server.
</p>
<p>
Please check your internet connection. If your computer or network is protected by a firewall or proxy, make sure that Second Life is permitted to access the network.
</p>
<div id="submitbtn">
<input class="input_over" type="submit" value="Try Again" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" />
</div>
</div>
</div>
</body>

View File

@ -1,9 +0,0 @@
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;loading...
</td>
</tr>
</table>
</body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>No se puede establecer una conexión</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
<p> Second Life no puede establecer una conexión con el servidor de inicio de sesión.
</p>
<p> Compruebe la conexión a Internet. Si su computadora o red están protegidas con un firewall o proxy, asegúrese de permitirle el acceso a Second Life a la red.
</p> <div id="submitbtn">
<input class="input_over" type="submit" value="Volver a intentarlo" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
</div>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Cargando...
</td>
</tr>
</table>
</body>

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Connexion impossible</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
<p> Second Life ne peut pas établir de connexion avec le serveur.
</p>
<p> Vérifiez votre connexion Internet. Si votre ordinateur ou votre réseau est protégé par un.pare-feu ou un proxy, assurez-vous que Second Life a l'autorisation d'accéder au réseau.
</p> <div id="submitbtn">
<input class="input_over" type="submit" value="Essayer à nouveau" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
</div>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Chargement...
</td>
</tr>
</table>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Betöltés folyamatban...
</td>
</tr>
</table>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Attendi...
</td>
</tr>
</table>
</body>

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>接続できません</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
<p> Second Lifeによるログインサーバーへの接続が確立できません。
</p>
<p> インターネット接続を確認してください。 お使いのコンピュータやネットワークがファイヤウォールまたはプロキシにより保護されている場合は、Second Lifeによるネットワークへのアクセスが許可されていることを確認してください。
</p> <div id="submitbtn">
<input class="input_over" type="submit" value="もう一度試す" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
</div>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;ロード中...
</td>
</tr>
</table>
</body>

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>연결할 수 없습니다.</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
<p> Second Life에서 로그인 서버에 대한 보안 연결을 설정할 수 없습니다.
</p>
<p> 인터넷 연결을 확인하십시오. 사용 중인 컴퓨터 또는 네트워크가 방화벽이나 프록시에 의해 보호된 경우 Second Life가 네트워크에 액세스할 수 있도록 허가되었는지 확인하십시오.
</p> <div id="submitbtn">
<input class="input_over" type="submit" value="다시 시도" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
</div>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Laden...
</td>
</tr>
</table>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Ładowanie...
</td>
</tr>
</table>
</body>

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Não é Possível Conectar</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
<p> O Second Life não consegue estabelecer uma conexão com o servidor de login.
</p>
<p> Verifique a sua conexão com a Internet. Se o seu computador ou sua rede estiverem protegidos por um firewall ou um proxy, verifique se o Second Life tem permissão de acesso na rede.
</p> <div id="submitbtn">
<input class="input_over" type="submit" value="Tentar Novamente" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
</div>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Carregando...
</td>
</tr>
</table>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Загрузка...
</td>
</tr>
</table>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Yükleniyor...
</td>
</tr>
</table>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;Завантаж...
</td>
</tr>
</table>
</body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>无法连接</title>
<style>
body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
a {color:#93a9d5;}
a:active {color:#50607C;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
#infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
#infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
#infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
#infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
#infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
#infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/>
<p> Second Life无法与登录服务器连接。
</p>
<p> 请检查您的因特网连接 如果您的计算机或网络由防火墙或代理器保护请确认Second Life能在该网络里访问因特网。
</p> <div id="submitbtn">
<input class="input_over" type="submit" value="请再试一次" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div>
</div>
</body>

View File

@ -1,10 +0,0 @@
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle" style="font-size:0.8em;">
<img src="../../en-us/loading/sl_logo_rotate_black.gif" align="absmiddle"><br/>&nbsp;&nbsp;&nbsp;请等待...
</td>
</tr>
</table>
</body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 B

Some files were not shown because too many files have changed in this diff Show More