From e9ff920e10a7f529625a7ba2471b61cc07d21229 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 5 Nov 2011 11:35:32 +0100 Subject: more doc cleanup --- TODOS | 39 +- docs/daemon/TODOS | 9 - docs/debugging/LINKS | 1 - docs/debugging/README | 1 + docs/log/LINKS | 4 - docs/log/README | 5 + docs/log/TODOS | 25 - ...D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.html | 778 -------------- ...5D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.txt | 234 +++++ .../ScriptResource.js | 17 - .../ScriptResource_002.js | 55 - .../WebResource.js | 536 ---------- .../download.gif | Bin 784 -> 0 bytes .../folder.gif | Bin 351 -> 0 bytes .../ga.js | 41 - .../home-page.css | 575 ----------- .../info_16.gif | Bin 1033 -> 0 bytes .../js.js | 25 - .../koders.css | 209 ---- .../logo_med_tag_bd.gif | Bin 2512 -> 0 bytes .../rss_sm.gif | Bin 243 -> 0 bytes .../styles.css | 1063 -------------------- .../toolbar-eclipse_icon.gif | Bin 957 -> 0 bytes .../toolbar-visual_icon.gif | Bin 908 -> 0 bytes .../toolbar.js | 11 - .../toptoolbar.css | 139 --- 26 files changed, 277 insertions(+), 3490 deletions(-) delete mode 100644 docs/daemon/TODOS delete mode 100644 docs/debugging/LINKS create mode 100644 docs/debugging/README delete mode 100644 docs/log/LINKS delete mode 100644 docs/log/TODOS delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.html create mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.txt delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ScriptResource.js delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ScriptResource_002.js delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/WebResource.js delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/download.gif delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/folder.gif delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ga.js delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/home-page.css delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/info_16.gif delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/js.js delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/koders.css delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/logo_med_tag_bd.gif delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/rss_sm.gif delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/styles.css delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-eclipse_icon.gif delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-visual_icon.gif delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar.js delete mode 100644 docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css diff --git a/TODOS b/TODOS index 1b3fdad..964925a 100644 --- a/TODOS +++ b/TODOS @@ -26,5 +26,40 @@ - popt is localized - argtable is not, but is very simple - also gengetopt has a stub getopt/getopt_long which can be i18n-ized -- merging of mc files (we want to export only the MC file so it can - be merged) + - merging of mc files (we want to export only the MC file so it can + be merged) +- daemon + - check against things done in other libraries + - POCO ServiceApplication + - libdaemon + - do a security survey + - block signals around atomar pipe reads and writes + - have a good look at the openradius server, there + seem to be important points there to handle in a + daemon + - OpenBSD 4.2 croaks about C++ style gengetopt prototypes +- logger + - rewrite and clean up, make logging channels, make logging re-entrant + (error in one channel should be logged on all other available channels) + - local localized error handling (GetLastError and strerror_r strings) + - Windows console logger: + - why is it always English? what settings influence the language choosen? + - Windows event logger + - audit event log types, especially the effects on syslog and the upper + abstraction layer + - replace the create_wolfmsg.pl with something more robust and not Perl + - make it possible to merge mc files (for appliation development) + - parameter list dilemma of typed one (classic C) %s, %d versus + positional one in Windows %1 %2 (this is a stub implementation for now) + => requires a special snprintf which doesn't build one result string, + but results the mapped sub-strings, so we can pass them to + ReportEvent + - there is an Windows Event Log book around which is quite big, find + out if it's still available + - the Windows messages files are avaiable (where?), should the standard + messages be used? And for what? + - should we split the category and the message DLL? There also GUID + DLLs for resourcen, what can they be used for? + - Seen links with the actual event number in the event logger with the + possibility to send it directly to a bug system (HTML form). This + would be great to have! diff --git a/docs/daemon/TODOS b/docs/daemon/TODOS deleted file mode 100644 index 42d2dff..0000000 --- a/docs/daemon/TODOS +++ /dev/null @@ -1,9 +0,0 @@ -- check against things done in other libraries - - POCO ServiceApplication - - libdaemon -- do a security survey -- block signals around atomar pipe reads and writes -- have a good look at the openradius server, there - seem to be important points there to handle in a - daemon -- OpenBSD 4.2 croaks about C++ style gengetopt prototypes diff --git a/docs/debugging/LINKS b/docs/debugging/LINKS deleted file mode 100644 index 60d854e..0000000 --- a/docs/debugging/LINKS +++ /dev/null @@ -1 +0,0 @@ -http://www.codeproject.com/KB/debug/windbg_part1.aspx diff --git a/docs/debugging/README b/docs/debugging/README new file mode 100644 index 0000000..60d854e --- /dev/null +++ b/docs/debugging/README @@ -0,0 +1 @@ +http://www.codeproject.com/KB/debug/windbg_part1.aspx diff --git a/docs/log/LINKS b/docs/log/LINKS deleted file mode 100644 index eb97fd8..0000000 --- a/docs/log/LINKS +++ /dev/null @@ -1,4 +0,0 @@ -http://www.codeproject.com/KB/debug/STLDebugLogger.aspx?display=Print -http://www.codeproject.com/KB/IP/syslog_client.aspx -http://www.softpanorama.org/Logs/Syslog/syslog_for_windows.shtml -cqid diff --git a/docs/log/README b/docs/log/README index d4196f2..fe75088 100644 --- a/docs/log/README +++ b/docs/log/README @@ -52,3 +52,8 @@ Good articles: C/C++ grammars: - http://www.sigala.it/sandro/download.php + +other links: +- http://www.codeproject.com/KB/debug/STLDebugLogger.aspx?display=Print +- http://www.codeproject.com/KB/IP/syslog_client.aspx +- http://www.softpanorama.org/Logs/Syslog/syslog_for_windows.shtml diff --git a/docs/log/TODOS b/docs/log/TODOS deleted file mode 100644 index f7050f8..0000000 --- a/docs/log/TODOS +++ /dev/null @@ -1,25 +0,0 @@ -- rewrite and clean up, make logging channels, make logging re-entrant - (error in one channel should be logged on all other available channels) -- local localized error handling (GetLastError and strerror_r strings) -- Windows console logger: - - why is it always English? what settings influence the language choosen? -- Windows event logger - - audit event log types, especially the effects on syslog and the upper - abstraction layer - - replace the create_wolfmsg.pl with something more robust and not Perl - - make it possible to merge mc files (for appliation development) - - parameter list dilemma of typed one (classic C) %s, %d versus - positional one in Windows %1 %2 (this is a stub implementation for now) - => requires a special snprintf which doesn't build one result string, - but results the mapped sub-strings, so we can pass them to - ReportEvent - - there is an Windows Event Log book around which is quite big, find - out if it's still available - - the Windows messages files are avaiable (where?), should the standard - messages be used? And for what? - - should we split the category and the message DLL? There also GUID - DLLs for resourcen, what can they be used for? - - Seen links with the actual event number in the event logger with the - possibility to send it directly to a bug system (HTML form). This - would be great to have! - diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.html b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.html deleted file mode 100644 index cc6b53e..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.html +++ /dev/null @@ -1,778 +0,0 @@ - - - - - - - - Koders Code Search: SampleMsg1.mc - - - - - - - - - - -
-
- - - -
- - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - -
- Filter: -   InfoImg -
- -
- -
-
- - - - - -
-
-
-
-
Company - -
-
Plugins - -
- -
Community - -
-
My Account - -
-
-
-
-
- -  -
-
- -
-
- - - - - -
-
- -
- - - - - - -
- - - - - -
- - - - - -
- - download - - - SampleMsg1.mc - -
- Language: - NonCode - -
- - - LOC: 0 -
-
-
- Project Info
- - - yLib Service Framework(yeasoft) -
- Server: - SourceForge -
- Type: - cvs - - - -
-
- - - -
-
[Show Code]
-
- - - - -


- - - -


- - - -
-
[Show Code]
- - - - - -
- - - - - - -
- - - - - - - - - - - -
- - - ...asoft\yLib\samples\Sample1\ - -
-
- -    - EventLog.cpp
-    - MailSlots.cpp
-    - NamedPipes.cpp
-    - Registry.cpp
-    - Sample1.cpp
-    - Sample1.dsp
-    - Sample1.h
-    - Sample1.rc
-    - SampleMsg1.mc
-    - SampleRes1.h
-    - StdAfc.h
-    - Threads.cpp
-
-
- - - -
- - -
-
;/*=============================================================================
-; * This is a part of the yLib Software Development Kit.
-; * Copyright (C) 1998-2000 YEAsoft Inc.
-; * All rights reserved.
-; *=============================================================================
-; * This program is free software; you can redistribute it and/or modify
-; * it under the terms of the GNU General Public License as published by
-; * the Free Software Foundation. In addition, you may also charge for any
-; * application using yLib, and are under no obligation to supply source
-; * code. You must accredit YEAsoft Inc. in the "About Box", or banner
-; * of your application. 
-; *
-; * This program is distributed in the hope that it will be useful,
-; * but WITHOUT ANY WARRANTY; without even the implied warranty of
-; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-; * GNU General Public License for more details.
-; *
-; * You should also have received a copy of the GNU General Public License
-; * with this software, also indicating additional rights you have when using
-; * yLib.
-; *=============================================================================
-; * FILENAME	:	Sample1.mc
-; * PURPOSE		:	yLib application sample
-; * SCOPE		:	yLib SDK
-; * HISTORY		: =============================================================
-; * 
-; * $Log: SampleMsg1.mc,v $
-; * Revision 1.1  2000/05/26 14:07:30  leo
-; * Initial revision
-; *
-; *============================================================================*/
-
-;/*
-;-------------------------------------------------------------------------
-; HEADER SECTION
-;
-; The header section defines names and language identifiers for use
-; by the message definitions later in this file. The MessageIdTypedef,
-; SeverityNames, FacilityNames, and LanguageNames keywords are
-; optional and not required.
-;
-;
-MessageIdTypedef=DWORD
-;
-; The MessageIdTypedef keyword gives a typedef name that is used in a
-; type cast for each message code in the generated include file. Each
-; message code appears in the include file with the format: #define
-; name ((type) 0xnnnnnnnn) The default value for type is empty, and no
-; type cast is generated. It is the programmer's responsibility to
-; specify a typedef statement in the application source code to define
-; the type. The type used in the typedef must be large enough to
-; accomodate the entire 32-bit message code.
-;
-;
-SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
-               Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
-               Warning=0x2:STATUS_SEVERITY_WARNING
-               Error=0x3:STATUS_SEVERITY_ERROR
-              )
-;
-; The SeverityNames keyword defines the set of names that are allowed
-; as the value of the Severity keyword in the message definition. The
-; set is delimited by left and right parentheses. Associated with each
-; severity name is a number that, when shifted left by 30, gives the
-; bit pattern to logical-OR with the Facility value and MessageId
-; value to form the full 32-bit message code. The default value of
-; this keyword is:
-;
-; SeverityNames=(
-;   Success=0x0
-;   Informational=0x1
-;   Warning=0x2
-;   Error=0x3
-;   )
-;
-; Severity values occupy the high two bits of a 32-bit message code.
-; Any severity value that does not fit in two bits is an error. The
-; severity codes can be given symbolic names by following each value
-; with :name
-;
-;
-FacilityNames=(System=0x0:FACILITY_SYSTEM
-               Runtime=0x2:FACILITY_RUNTIME
-               Stubs=0x3:FACILITY_STUBS
-               Io=0x4:FACILITY_IO_ERROR_CODE
-              )
-;
-; The FacilityNames keyword defines the set of names that are allowed
-; as the value of the Facility keyword in the message definition. The
-; set is delimited by left and right parentheses. Associated with each
-; facility name is a number that, when shift it left by 16 bits, gives
-; the bit pattern to logical-OR with the Severity value and MessageId
-; value to form the full 32-bit message code. The default value of
-; this keyword is:
-;
-; FacilityNames=(
-;   System=0x0FF
-;   Application=0xFFF
-;   )
-;
-; Facility codes occupy the low order 12 bits of the high order
-; 16-bits of a 32-bit message code. Any facility code that does not
-; fit in 12 bits is an error. This allows for 4,096 facility codes.
-; The first 256 codes are reserved for use by the system software. The
-; facility codes can be given symbolic names by following each value
-; with :name
-;
-;
-; The LanguageNames keyword defines the set of names that are allowed
-; as the value of the Language keyword in the message definition. The
-; set is delimited by left and right parentheses. Associated with each
-; language name is a number and a file name that are used to name the
-; generated resource file that contains the messages for that
-; language. The number corresponds to the language identifier to use
-; in the resource table. The number is separated from the file name
-; with a colon. The initial value of LanguageNames is:
-;
-; LanguageNames=(English=1:MSG00001)
-LanguageNames=(
-				German=7:MSG00007
-				Italian=16:MSG00010
-				)
-;
-; Any new names in the source file which don't override the built-in
-; names are added to the list of valid languages. This allows an
-; application to support private languages with descriptive names.
-;
-;
-;-------------------------------------------------------------------------
-; MESSAGE DEFINITION SECTION
-;
-; Following the header section is the body of the Message Compiler
-; source file. The body consists of zero or more message definitions.
-; Each message definition begins with one or more of the following
-; statements:
-;
-; MessageId = [number|+number]
-; Severity = severity_name
-; Facility = facility_name
-; SymbolicName = name
-;
-; The MessageId statement marks the beginning of the message
-; definition. A MessageID statement is required for each message,
-; although the value is optional. If no value is specified, the value
-; used is the previous value for the facility plus one. If the value
-; is specified as +number then the value used is the previous value
-; for the facility, plus the number after the plus sign. Otherwise, if
-; a numeric value is given, that value is used. Any MessageId value
-; that does not fit in 16 bits is an error.
-;
-; The Severity and Facility statements are optional. These statements
-; specify additional bits to OR into the final 32-bit message code. If
-; not specified they default to the value last specified for a message
-; definition. The initial values prior to processing the first message
-; definition are:
-;
-; Severity=Success
-; Facility=Application
-;
-; The value associated with Severity and Facility must match one of
-; the names given in the FacilityNames and SeverityNames statements in
-; the header section. The SymbolicName statement allows you to
-; associate a C/C++ symbolic constant with the final 32-bit message
-; code.
-; */
-
-
-MessageIdTypedef=WORD
-
-MessageId=0x1
-SymbolicName=CAT_NO_PARAMS
-Language=English
-Without Parameters
-.
-Language=German
-Ohne Parameter
-.
-Language=Italian
-Senza Parametri
-.
-
-MessageId=
-SymbolicName=CAT_PARAMS
-Language=English
-With Parameters
-.
-Language=German
-Mit Parameter
-.
-Language=Italian
-Con Parametri
-.
-
-MessageIdTypedef=DWORD
-
-MessageId=0x100
-Severity=Error
-Facility=Runtime
-SymbolicName=MSG_TEST1
-Language=English
-Test message with no parameters
-.
-Language=German
-Test Nachricht ohne Parameter
-.
-Language=Italian
-Messaggio di test senza parametri
-.
-
-MessageId=
-Severity=Error
-SymbolicName=MSG_TEST2
-Language=English
-Test message with one parameter: (%1)
-.
-Language=German
-Test Nachricht mit einen Parameter: (%1)
-.
-Language=Italian
-Messaggio di test con un parametro: (%1)
-.
-
-MessageId=
-Severity=Error
-SymbolicName=MSG_TEST3
-Language=English
-Test message with three parameters: (1:'%1' 2:'%2' 3:'%3')
-.
-Language=German
-Test Nachricht mit drei Parameter: (1:'%1' 2:'%2' 3:'%3')
-.
-Language=Italian
-Messaggio di test con tre parametri: (1:'%1' 2:'%2' 3:'%3')
-.
-
-
-
-
- - - - - - -
- - - - -
- - - -
- - - - -
- - - - - \ No newline at end of file diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.txt b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.txt new file mode 100644 index 0000000..5d5b6da --- /dev/null +++ b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx.txt @@ -0,0 +1,234 @@ +;/*============================================================================= +; * This is a part of the yLib Software Development Kit. +; * Copyright (C) 1998-2000 YEAsoft Inc. +; * All rights reserved. +; *============================================================================= +; * This program is free software; you can redistribute it and/or modify +; * it under the terms of the GNU General Public License as published by +; * the Free Software Foundation. In addition, you may also charge for any +; * application using yLib, and are under no obligation to supply source +; * code. You must accredit YEAsoft Inc. in the "About Box", or banner +; * of your application. +; * +; * This program is distributed in the hope that it will be useful, +; * but WITHOUT ANY WARRANTY; without even the implied warranty of +; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +; * GNU General Public License for more details. +; * +; * You should also have received a copy of the GNU General Public License +; * with this software, also indicating additional rights you have when using +; * yLib. +; *============================================================================= +; * FILENAME : Sample1.mc +; * PURPOSE : yLib application sample +; * SCOPE : yLib SDK +; * HISTORY : ============================================================= +; * +; * $Log: SampleMsg1.mc,v $ +; * Revision 1.1 2000/05/26 14:07:30 leo +; * Initial revision +; * +; *============================================================================*/ + +;/* +;------------------------------------------------------------------------- +; HEADER SECTION +; +; The header section defines names and language identifiers for use +; by the message definitions later in this file. The MessageIdTypedef, +; SeverityNames, FacilityNames, and LanguageNames keywords are +; optional and not required. +; +; +MessageIdTypedef=DWORD +; +; The MessageIdTypedef keyword gives a typedef name that is used in a +; type cast for each message code in the generated include file. Each +; message code appears in the include file with the format: #define +; name ((type) 0xnnnnnnnn) The default value for type is empty, and no +; type cast is generated. It is the programmer's responsibility to +; specify a typedef statement in the application source code to define +; the type. The type used in the typedef must be large enough to +; accomodate the entire 32-bit message code. +; +; +SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS + Informational=0x1:STATUS_SEVERITY_INFORMATIONAL + Warning=0x2:STATUS_SEVERITY_WARNING + Error=0x3:STATUS_SEVERITY_ERROR + ) +; +; The SeverityNames keyword defines the set of names that are allowed +; as the value of the Severity keyword in the message definition. The +; set is delimited by left and right parentheses. Associated with each +; severity name is a number that, when shifted left by 30, gives the +; bit pattern to logical-OR with the Facility value and MessageId +; value to form the full 32-bit message code. The default value of +; this keyword is: +; +; SeverityNames=( +; Success=0x0 +; Informational=0x1 +; Warning=0x2 +; Error=0x3 +; ) +; +; Severity values occupy the high two bits of a 32-bit message code. +; Any severity value that does not fit in two bits is an error. The +; severity codes can be given symbolic names by following each value +; with :name +; +; +FacilityNames=(System=0x0:FACILITY_SYSTEM + Runtime=0x2:FACILITY_RUNTIME + Stubs=0x3:FACILITY_STUBS + Io=0x4:FACILITY_IO_ERROR_CODE + ) +; +; The FacilityNames keyword defines the set of names that are allowed +; as the value of the Facility keyword in the message definition. The +; set is delimited by left and right parentheses. Associated with each +; facility name is a number that, when shift it left by 16 bits, gives +; the bit pattern to logical-OR with the Severity value and MessageId +; value to form the full 32-bit message code. The default value of +; this keyword is: +; +; FacilityNames=( +; System=0x0FF +; Application=0xFFF +; ) +; +; Facility codes occupy the low order 12 bits of the high order +; 16-bits of a 32-bit message code. Any facility code that does not +; fit in 12 bits is an error. This allows for 4,096 facility codes. +; The first 256 codes are reserved for use by the system software. The +; facility codes can be given symbolic names by following each value +; with :name +; +; +; The LanguageNames keyword defines the set of names that are allowed +; as the value of the Language keyword in the message definition. The +; set is delimited by left and right parentheses. Associated with each +; language name is a number and a file name that are used to name the +; generated resource file that contains the messages for that +; language. The number corresponds to the language identifier to use +; in the resource table. The number is separated from the file name +; with a colon. The initial value of LanguageNames is: +; +; LanguageNames=(English=1:MSG00001) +LanguageNames=( + German=7:MSG00007 + Italian=16:MSG00010 + ) +; +; Any new names in the source file which don't override the built-in +; names are added to the list of valid languages. This allows an +; application to support private languages with descriptive names. +; +; +;------------------------------------------------------------------------- +; MESSAGE DEFINITION SECTION +; +; Following the header section is the body of the Message Compiler +; source file. The body consists of zero or more message definitions. +; Each message definition begins with one or more of the following +; statements: +; +; MessageId = [number|+number] +; Severity = severity_name +; Facility = facility_name +; SymbolicName = name +; +; The MessageId statement marks the beginning of the message +; definition. A MessageID statement is required for each message, +; although the value is optional. If no value is specified, the value +; used is the previous value for the facility plus one. If the value +; is specified as +number then the value used is the previous value +; for the facility, plus the number after the plus sign. Otherwise, if +; a numeric value is given, that value is used. Any MessageId value +; that does not fit in 16 bits is an error. +; +; The Severity and Facility statements are optional. These statements +; specify additional bits to OR into the final 32-bit message code. If +; not specified they default to the value last specified for a message +; definition. The initial values prior to processing the first message +; definition are: +; +; Severity=Success +; Facility=Application +; +; The value associated with Severity and Facility must match one of +; the names given in the FacilityNames and SeverityNames statements in +; the header section. The SymbolicName statement allows you to +; associate a C/C++ symbolic constant with the final 32-bit message +; code. +; */ + + +MessageIdTypedef=WORD + +MessageId=0x1 +SymbolicName=CAT_NO_PARAMS +Language=English +Without Parameters +. +Language=German +Ohne Parameter +. +Language=Italian +Senza Parametri +. + +MessageId= +SymbolicName=CAT_PARAMS +Language=English +With Parameters +. +Language=German +Mit Parameter +. +Language=Italian +Con Parametri +. + +MessageIdTypedef=DWORD + +MessageId=0x100 +Severity=Error +Facility=Runtime +SymbolicName=MSG_TEST1 +Language=English +Test message with no parameters +. +Language=German +Test Nachricht ohne Parameter +. +Language=Italian +Messaggio di test senza parametri +. + +MessageId= +Severity=Error +SymbolicName=MSG_TEST2 +Language=English +Test message with one parameter: (%1) +. +Language=German +Test Nachricht mit einen Parameter: (%1) +. +Language=Italian +Messaggio di test con un parametro: (%1) +. + +MessageId= +Severity=Error +SymbolicName=MSG_TEST3 +Language=English +Test message with three parameters: (1:'%1' 2:'%2' 3:'%3') +. +Language=German +Test Nachricht mit drei Parameter: (1:'%1' 2:'%2' 3:'%3') +. +Language=Italian +Messaggio di test con tre parametri: (1:'%1' 2:'%2' 3:'%3') +. diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ScriptResource.js b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ScriptResource.js deleted file mode 100644 index f32e835..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ScriptResource.js +++ /dev/null @@ -1,17 +0,0 @@ -//---------------------------------------------------------- -// Copyright (C) Microsoft Corporation. All rights reserved. -//---------------------------------------------------------- -// MicrosoftAjaxWebForms.js -Type.registerNamespace("Sys.WebForms");Sys.WebForms.BeginRequestEventArgs=function(b,a){Sys.WebForms.BeginRequestEventArgs.initializeBase(this);this._request=b;this._postBackElement=a};Sys.WebForms.BeginRequestEventArgs.prototype={get_postBackElement:function(){return this._postBackElement},get_request:function(){return this._request}};Sys.WebForms.BeginRequestEventArgs.registerClass("Sys.WebForms.BeginRequestEventArgs",Sys.EventArgs);Sys.WebForms.EndRequestEventArgs=function(c,a,b){Sys.WebForms.EndRequestEventArgs.initializeBase(this);this._errorHandled=false;this._error=c;this._dataItems=a||new Object;this._response=b};Sys.WebForms.EndRequestEventArgs.prototype={get_dataItems:function(){return this._dataItems},get_error:function(){return this._error},get_errorHandled:function(){return this._errorHandled},set_errorHandled:function(a){this._errorHandled=a},get_response:function(){return this._response}};Sys.WebForms.EndRequestEventArgs.registerClass("Sys.WebForms.EndRequestEventArgs",Sys.EventArgs);Sys.WebForms.InitializeRequestEventArgs=function(b,a){Sys.WebForms.InitializeRequestEventArgs.initializeBase(this);this._request=b;this._postBackElement=a};Sys.WebForms.InitializeRequestEventArgs.prototype={get_postBackElement:function(){return this._postBackElement},get_request:function(){return this._request}};Sys.WebForms.InitializeRequestEventArgs.registerClass("Sys.WebForms.InitializeRequestEventArgs",Sys.CancelEventArgs);Sys.WebForms.PageLoadedEventArgs=function(b,a,c){Sys.WebForms.PageLoadedEventArgs.initializeBase(this);this._panelsUpdated=b;this._panelsCreated=a;this._dataItems=c||new Object};Sys.WebForms.PageLoadedEventArgs.prototype={get_dataItems:function(){return this._dataItems},get_panelsCreated:function(){return this._panelsCreated},get_panelsUpdated:function(){return this._panelsUpdated}};Sys.WebForms.PageLoadedEventArgs.registerClass("Sys.WebForms.PageLoadedEventArgs",Sys.EventArgs);Sys.WebForms.PageLoadingEventArgs=function(b,a,c){Sys.WebForms.PageLoadingEventArgs.initializeBase(this);this._panelsUpdating=b;this._panelsDeleting=a;this._dataItems=c||new Object};Sys.WebForms.PageLoadingEventArgs.prototype={get_dataItems:function(){return this._dataItems},get_panelsDeleting:function(){return this._panelsDeleting},get_panelsUpdating:function(){return this._panelsUpdating}};Sys.WebForms.PageLoadingEventArgs.registerClass("Sys.WebForms.PageLoadingEventArgs",Sys.EventArgs);Sys.WebForms.PageRequestManager=function(){this._form=null;this._updatePanelIDs=null;this._updatePanelClientIDs=null;this._oldUpdatePanelIDs=null;this._childUpdatePanelIDs=null;this._panelsToRefreshIDs=null;this._updatePanelHasChildrenAsTriggers=null;this._asyncPostBackControlIDs=null;this._asyncPostBackControlClientIDs=null;this._postBackControlIDs=null;this._postBackControlClientIDs=null;this._scriptManagerID=null;this._pageLoadedHandler=null;this._additionalInput=null;this._onsubmit=null;this._onSubmitStatements=[];this._originalDoPostBack=null;this._postBackSettings=null;this._request=null;this._onFormSubmitHandler=null;this._onFormElementClickHandler=null;this._onWindowUnloadHandler=null;this._asyncPostBackTimeout=null;this._controlIDToFocus=null;this._scrollPosition=null;this._dataItems=null;this._response=null;this._processingRequest=false;this._scriptDisposes={}};Sys.WebForms.PageRequestManager.prototype={_get_eventHandlerList:function(){if(!this._events)this._events=new Sys.EventHandlerList;return this._events},get_isInAsyncPostBack:function(){return this._request!==null},add_beginRequest:function(a){this._get_eventHandlerList().addHandler("beginRequest",a)},remove_beginRequest:function(a){this._get_eventHandlerList().removeHandler("beginRequest",a)},add_endRequest:function(a){this._get_eventHandlerList().addHandler("endRequest",a)},remove_endRequest:function(a){this._get_eventHandlerList().removeHandler("endRequest",a)},add_initializeRequest:function(a){this._get_eventHandlerList().addHandler("initializeRequest",a)},remove_initializeRequest:function(a){this._get_eventHandlerList().removeHandler("initializeRequest",a)},add_pageLoaded:function(a){this._get_eventHandlerList().addHandler("pageLoaded",a)},remove_pageLoaded:function(a){this._get_eventHandlerList().removeHandler("pageLoaded",a)},add_pageLoading:function(a){this._get_eventHandlerList().addHandler("pageLoading",a)},remove_pageLoading:function(a){this._get_eventHandlerList().removeHandler("pageLoading",a)},abortPostBack:function(){if(!this._processingRequest&&this._request){this._request.get_executor().abort();this._request=null}},_createPageRequestManagerTimeoutError:function(){var b="Sys.WebForms.PageRequestManagerTimeoutException: "+Sys.WebForms.Res.PRM_TimeoutError,a=Error.create(b,{name:"Sys.WebForms.PageRequestManagerTimeoutException"});a.popStackFrame();return a},_createPageRequestManagerServerError:function(a,d){var c=d||"Sys.WebForms.PageRequestManagerServerErrorException: "+String.format(Sys.WebForms.Res.PRM_ServerError,a),b=Error.create(c,{name:"Sys.WebForms.PageRequestManagerServerErrorException",httpStatusCode:a});b.popStackFrame();return b},_createPageRequestManagerParserError:function(b){var c="Sys.WebForms.PageRequestManagerParserErrorException: "+String.format(Sys.WebForms.Res.PRM_ParserError,b),a=Error.create(c,{name:"Sys.WebForms.PageRequestManagerParserErrorException"});a.popStackFrame();return a},_createPostBackSettings:function(c,b,a){return {async:c,panelID:b,sourceElement:a}},_convertToClientIDs:function(a,d,c){if(a)for(var b=0;b=0;b--){var a=d[b];if(a.nodeType===1){if(a.dispose&&typeof a.dispose==="function")a.dispose();else if(a.control&&typeof a.control.dispose==="function")a.control.dispose();var e=Sys.UI.Behavior.getBehaviors(a);for(var c=e.length-1;c>=0;c--)e[c].dispose();this._destroyTree(a)}}}},dispose:function(){if(this._form){Sys.UI.DomEvent.removeHandler(this._form,"submit",this._onFormSubmitHandler);Sys.UI.DomEvent.removeHandler(this._form,"click",this._onFormElementClickHandler);Sys.UI.DomEvent.removeHandler(window,"unload",this._onWindowUnloadHandler);Sys.UI.DomEvent.removeHandler(window,"load",this._pageLoadedHandler)}if(this._originalDoPostBack){window.__doPostBack=this._originalDoPostBack;this._originalDoPostBack=null}this._form=null;this._updatePanelIDs=null;this._oldUpdatePanelIDs=null;this._childUpdatePanelIDs=null;this._updatePanelClientIDs=null;this._asyncPostBackControlIDs=null;this._asyncPostBackControlClientIDs=null;this._postBackControlIDs=null;this._postBackControlClientIDs=null;this._asyncPostBackTimeout=null;this._scrollPosition=null;this._dataItems=null},_doPostBack:function(a,e){this._additionalInput=null;var b=this._form;if(b.action!==b._initialAction)this._postBackSettings=this._createPostBackSettings(false,null,null);else{var f=this._uniqueIDToClientID(a),d=document.getElementById(f);if(!d)if(Array.contains(this._asyncPostBackControlIDs,a))this._postBackSettings=this._createPostBackSettings(true,this._scriptManagerID+"|"+a,null);else if(Array.contains(this._postBackControlIDs,a))this._postBackSettings=this._createPostBackSettings(false,null,null);else{var c=this._findNearestElement(a);if(c)this._postBackSettings=this._getPostBackSettings(c,a);else this._postBackSettings=this._createPostBackSettings(false,null,null)}else this._postBackSettings=this._getPostBackSettings(d,a)}if(!this._postBackSettings.async){b.onsubmit=this._onsubmit;this._originalDoPostBack(a,e);b.onsubmit=null;return}b.__EVENTTARGET.value=a;b.__EVENTARGUMENT.value=e;this._onFormSubmit()},_elementContains:function(b,a){while(a){if(a===b)return true;a=a.parentNode}return false},_endPostBack:function(a,e){this._processingRequest=false;this._request=null;this._additionalInput=null;var d=this._get_eventHandlerList().getHandler("endRequest"),b=false;if(d){var c=new Sys.WebForms.EndRequestEventArgs(a,this._dataItems,e);d(this,c);b=c.get_errorHandled()}this._dataItems=null;if(a&&!b)alert(a.message)},_findNearestElement:function(a){while(a.length>0){var d=this._uniqueIDToClientID(a),c=document.getElementById(d);if(c)return c;var b=a.lastIndexOf("$");if(b===-1)return null;a=a.substring(0,b)}return null},_findText:function(b,a){var c=Math.max(0,a-20),d=Math.min(b.length,a+20);return b.substring(c,d)},_getPageLoadedEventArgs:function(f){var e=[],d=[],h=this._oldUpdatePanelIDs||[],b=this._updatePanelIDs,g=this._childUpdatePanelIDs||[],c=this._panelsToRefreshIDs||[];for(var a=0;a-1))Array.add(d,document.getElementById(this._uniqueIDToClientID(b[a])));return new Sys.WebForms.PageLoadingEventArgs(e,d,this._dataItems)},_getPostBackSettings:function(a,c){var d=a,b=null;while(a){if(a.id){if(!b&&Array.contains(this._asyncPostBackControlClientIDs,a.id))b=this._createPostBackSettings(true,this._scriptManagerID+"|"+c,d);else if(!b&&Array.contains(this._postBackControlClientIDs,a.id))return this._createPostBackSettings(false,null,null);else{var e=Array.indexOf(this._updatePanelClientIDs,a.id);if(e!==-1)if(this._updatePanelHasChildrenAsTriggers[e])return this._createPostBackSettings(true,this._updatePanelIDs[e]+"|"+c,d);else return this._createPostBackSettings(true,this._scriptManagerID+"|"+c,d)}if(!b&&this._matchesParentIDInList(a.id,this._asyncPostBackControlClientIDs))b=this._createPostBackSettings(true,this._scriptManagerID+"|"+c,d);else if(!b&&this._matchesParentIDInList(a.id,this._postBackControlClientIDs))return this._createPostBackSettings(false,null,null)}a=a.parentNode}if(!b)return this._createPostBackSettings(false,null,null);else return b},_getScrollPosition:function(){var a=document.documentElement;if(a&&(this._validPosition(a.scrollLeft)||this._validPosition(a.scrollTop)))return {x:a.scrollLeft,y:a.scrollTop};else{a=document.body;if(a&&(this._validPosition(a.scrollLeft)||this._validPosition(a.scrollTop)))return {x:a.scrollLeft,y:a.scrollTop};else if(this._validPosition(window.pageXOffset)||this._validPosition(window.pageYOffset))return {x:window.pageXOffset,y:window.pageYOffset};else return {x:0,y:0}}},_initializeInternal:function(a,b){this._scriptManagerID=a;this._form=b;this._form._initialAction=this._form.action;this._onsubmit=this._form.onsubmit;this._form.onsubmit=null;this._onFormSubmitHandler=Function.createDelegate(this,this._onFormSubmit);this._onFormElementClickHandler=Function.createDelegate(this,this._onFormElementClick);this._onWindowUnloadHandler=Function.createDelegate(this,this._onWindowUnload);Sys.UI.DomEvent.addHandler(this._form,"submit",this._onFormSubmitHandler);Sys.UI.DomEvent.addHandler(this._form,"click",this._onFormElementClickHandler);Sys.UI.DomEvent.addHandler(window,"unload",this._onWindowUnloadHandler);this._originalDoPostBack=window.__doPostBack;if(this._originalDoPostBack)window.__doPostBack=Function.createDelegate(this,this._doPostBack);this._pageLoadedHandler=Function.createDelegate(this,this._pageLoadedInitialLoad);Sys.UI.DomEvent.addHandler(window,"load",this._pageLoadedHandler)},_matchesParentIDInList:function(c,b){for(var a=0;a=reply.length){parserErrorDetails=this._findText(reply,reply.length);break}content=this._decodeString(reply.substr(replyIndex,len));replyIndex+=len;if(reply.charAt(replyIndex)!==delimitByLengthDelimiter){parserErrorDetails=this._findText(reply,replyIndex);break}replyIndex++;Array.add(delta,{type:type,id:id,content:content})}if(parserErrorDetails){this._endPostBack(this._createPageRequestManagerParserError(String.format(Sys.WebForms.Res.PRM_ParserErrorDetails,parserErrorDetails)),sender);return}var updatePanelNodes=[],hiddenFieldNodes=[],arrayDeclarationNodes=[],scriptBlockNodes=[],expandoNodes=[],onSubmitNodes=[],dataItemNodes=[],dataItemJsonNodes=[],scriptDisposeNodes=[],asyncPostBackControlIDsNode,postBackControlIDsNode,updatePanelIDsNode,asyncPostBackTimeoutNode,childUpdatePanelIDsNode,panelsToRefreshNode,formActionNode;for(var i=0;i0){var d=[];for(var c=0;cc){var f=Error.parameterCount();f.popStackFrame();return f}return null};Function._validateParameter=function(c,a,h){var b,g=a.type,l=!!a.integer,k=!!a.domElement,m=!!a.mayBeNull;b=Function._validateParameterType(c,g,l,k,m,h);if(b){b.popStackFrame();return b}var e=a.elementType,f=!!a.elementMayBeNull;if(g===Array&&typeof c!=="undefined"&&c!==null&&(e||!f)){var j=!!a.elementInteger,i=!!a.elementDomElement;for(var d=0;dc.Calendar.TwoDigitYearMax)return a-100}return a};Date._getParseRegExp=function(b,e){if(!b._parseRegExp)b._parseRegExp={};else if(b._parseRegExp[e])return b._parseRegExp[e];var c=Date._expandFormat(b,e);c=c.replace(/([\^\$\.\*\+\?\|\[\]\(\)\{\}])/g,"\\\\$1");var a=new Sys.StringBuilder("^"),j=[],f=0,i=0,h=Date._getTokenRegExp(),d;while((d=h.exec(c))!==null){var l=c.slice(f,d.index);f=h.lastIndex;i+=Date._appendPreOrPostMatch(l,a);if(i%2===1){a.append(d[0]);continue}switch(d[0]){case "dddd":case "ddd":case "MMMM":case "MMM":a.append("(\\D+)");break;case "tt":case "t":a.append("(\\D*)");break;case "yyyy":a.append("(\\d{4})");break;case "fff":a.append("(\\d{3})");break;case "ff":a.append("(\\d{2})");break;case "f":a.append("(\\d)");break;case "dd":case "d":case "MM":case "M":case "yy":case "y":case "HH":case "H":case "hh":case "h":case "mm":case "m":case "ss":case "s":a.append("(\\d\\d?)");break;case "zzz":a.append("([+-]?\\d\\d?:\\d{2})");break;case "zz":case "z":a.append("([+-]?\\d\\d?)");break}Array.add(j,d[0])}Date._appendPreOrPostMatch(c.slice(f),a);a.append("$");var k=a.toString().replace(/\s+/g,"\\s+"),g={"regExp":k,"groups":j};b._parseRegExp[e]=g;return g};Date._getTokenRegExp=function(){return /dddd|ddd|dd|d|MMMM|MMM|MM|M|yyyy|yy|y|hh|h|HH|H|mm|m|ss|s|tt|t|fff|ff|f|zzz|zz|z/g};Date.parseLocale=function(a){return Date._parse(a,Sys.CultureInfo.CurrentCulture,arguments)};Date.parseInvariant=function(a){return Date._parse(a,Sys.CultureInfo.InvariantCulture,arguments)};Date._parse=function(g,c,h){var e=false;for(var a=1,i=h.length;a31)return null;break;case "MMMM":c=j._getMonthIndex(a);if(c<0||c>11)return null;break;case "MMM":c=j._getAbbrMonthIndex(a);if(c<0||c>11)return null;break;case "M":case "MM":var c=Date._parseInt(a)-1;if(c<0||c>11)return null;break;case "y":case "yy":f=Date._expandYear(m,Date._parseInt(a));if(f<0||f>9999)return null;break;case "yyyy":f=Date._parseInt(a);if(f<0||f>9999)return null;break;case "h":case "hh":d=Date._parseInt(a);if(d===12)d=0;if(d<0||d>11)return null;break;case "H":case "HH":d=Date._parseInt(a);if(d<0||d>23)return null;break;case "m":case "mm":n=Date._parseInt(a);if(n<0||n>59)return null;break;case "s":case "ss":o=Date._parseInt(a);if(o<0||o>59)return null;break;case "tt":case "t":var u=a.toUpperCase();r=u===m.PMDesignator.toUpperCase();if(!r&&u!==m.AMDesignator.toUpperCase())return null;break;case "f":e=Date._parseInt(a)*100;if(e<0||e>999)return null;break;case "ff":e=Date._parseInt(a)*10;if(e<0||e>999)return null;break;case "fff":e=Date._parseInt(a);if(e<0||e>999)return null;break;case "dddd":g=j._getDayIndex(a);if(g<0||g>6)return null;break;case "ddd":g=j._getAbbrDayIndex(a);if(g<0||g>6)return null;break;case "zzz":var q=a.split(/:/);if(q.length!==2)return null;var i=Date._parseInt(q[0]);if(i<-12||i>13)return null;var l=Date._parseInt(q[1]);if(l<0||l>59)return null;k=i*60+(a.startsWith("-")?-l:l);break;case "z":case "zz":var i=Date._parseInt(a);if(i<-12||i>13)return null;k=i*60;break}}var b=new Date;if(f===null)f=b.getFullYear();if(c===null)c=b.getMonth();if(h===null)h=b.getDate();b.setFullYear(f,c,h);if(b.getDate()!==h)return null;if(g!==null&&b.getDay()!==g)return null;if(r&&d<12)d+=12;b.setHours(d,n,o,e);if(k!==null){var t=b.getMinutes()-(k+b.getTimezoneOffset());b.setHours(b.getHours()+parseInt(t/60),t%60)}return b}};Date._parseInt=function(a){return parseInt(a.replace(/^[\s0]+(\d+)$/,"$1"))};Date.prototype.format=function(a){return this._toFormattedString(a,Sys.CultureInfo.InvariantCulture)};Date.prototype.localeFormat=function(a){return this._toFormattedString(a,Sys.CultureInfo.CurrentCulture)};Date.prototype._toFormattedString=function(e,h){if(!e||e.length===0||e==="i")if(h&&h.name.length>0)return this.toLocaleString();else return this.toString();var d=h.dateTimeFormat;e=Date._expandFormat(d,e);var a=new Sys.StringBuilder,b;function c(a){if(a<10)return "0"+a;return a.toString()}function g(a){if(a<10)return "00"+a;if(a<100)return "0"+a;return a.toString()}var j=0,i=Date._getTokenRegExp();for(;true;){var l=i.lastIndex,f=i.exec(e),k=e.slice(l,f?f.index:e.length);j+=Date._appendPreOrPostMatch(k,a);if(!f)break;if(j%2===1){a.append(f[0]);continue}switch(f[0]){case "dddd":a.append(d.DayNames[this.getDay()]);break;case "ddd":a.append(d.AbbreviatedDayNames[this.getDay()]);break;case "dd":a.append(c(this.getDate()));break;case "d":a.append(this.getDate());break;case "MMMM":a.append(d.MonthNames[this.getMonth()]);break;case "MMM":a.append(d.AbbreviatedMonthNames[this.getMonth()]);break;case "MM":a.append(c(this.getMonth()+1));break;case "M":a.append(this.getMonth()+1);break;case "yyyy":a.append(this.getFullYear());break;case "yy":a.append(c(this.getFullYear()%100));break;case "y":a.append(this.getFullYear()%100);break;case "hh":b=this.getHours()%12;if(b===0)b=12;a.append(c(b));break;case "h":b=this.getHours()%12;if(b===0)b=12;a.append(b);break;case "HH":a.append(c(this.getHours()));break;case "H":a.append(this.getHours());break;case "mm":a.append(c(this.getMinutes()));break;case "m":a.append(this.getMinutes());break;case "ss":a.append(c(this.getSeconds()));break;case "s":a.append(this.getSeconds());break;case "tt":a.append(this.getHours()<12?d.AMDesignator:d.PMDesignator);break;case "t":a.append((this.getHours()<12?d.AMDesignator:d.PMDesignator).charAt(0));break;case "f":a.append(g(this.getMilliseconds()).charAt(0));break;case "ff":a.append(g(this.getMilliseconds()).substr(0,2));break;case "fff":a.append(g(this.getMilliseconds()));break;case "z":b=this.getTimezoneOffset()/60;a.append((b>=0?"+":"-")+Math.floor(Math.abs(b)));break;case "zz":b=this.getTimezoneOffset()/60;a.append((b>=0?"+":"-")+c(Math.floor(Math.abs(b))));break;case "zzz":b=this.getTimezoneOffset()/60;a.append((b>=0?"+":"-")+c(Math.floor(Math.abs(b)))+d.TimeSeparator+c(Math.abs(this.getTimezoneOffset()%60)));break}}return a.toString()};Number.__typeName="Number";Number.__class=true;Number.parseLocale=function(a){return Number._parse(a,Sys.CultureInfo.CurrentCulture)};Number.parseInvariant=function(a){return Number._parse(a,Sys.CultureInfo.InvariantCulture)};Number._parse=function(g,f){var a=g.trim();if(a.match(/infinity/i)!==null)return parseFloat(a);if(a.match(/^0x[a-f0-9]+$/i)!==null)return parseInt(a);var d=f.numberFormat,b=d.NumberDecimalSeparator,c=d.NumberGroupSeparator,e=new RegExp("^[+-]?[\\d\\"+c+"]*\\"+b+"?\\d*([eE][+-]?\\d+)?$");if(!a.match(e))return Number.NaN;a=a.split(c).join("");a=a.replace(b,".");return parseFloat(a)};Number.prototype.format=function(a){return this._toFormattedString(a,Sys.CultureInfo.InvariantCulture)};Number.prototype.localeFormat=function(a){return this._toFormattedString(a,Sys.CultureInfo.CurrentCulture)};Number.prototype._toFormattedString=function(d,j){if(!d||d.length===0||d==="i")if(j&&j.name.length>0)return this.toLocaleString();else return this.toString();var q=["n %","n%","%n"],p=["-n %","-n%","-%n"],r=["(n)","-n","- n","n-","n -"],o=["$n","n$","$ n","n $"],n=["($n)","-$n","$-n","$n-","(n$)","-n$","n-$","n$-","-n $","-$ n","n $-","$ n-","$ -n","n- $","($ n)","(n $)"];function i(p,k,j,l,o){var e=j[0],g=1,c=p.toString(),a="",m="",i=c.split(".");if(i.length>1){c=i[0];a=i[1];var h=a.split(/e/i);if(h.length>1){a=h[0];m="e"+h[1]}}if(k>0){var f=a.length-k;if(f>0)a=a.slice(0,k);else if(f<0)for(var n=0;n=0){if(e===0||e>b)if(d.length>0)return c.slice(0,b+1)+l+d+a;else return c.slice(0,b+1)+a;if(d.length>0)d=c.slice(b-e+1,b+1)+l+d;else d=c.slice(b-e+1,b+1);b-=e;if(g1)b=parseInt(d.slice(1));var c;switch(d.charAt(0)){case "d":case "D":c="n";if(b!==-1){var g=""+e,k=b-g.length;if(k>0)for(var m=0;m=0};Array.dequeue=function(a){return a.shift()};Array.forEach=function(b,e,d){for(var a=0,f=b.length;a=0)b.splice(a,1);return a>=0};Array.removeAt=function(a,b){a.splice(b,1)};String.__typeName="String";String.__class=true;String.prototype.endsWith=function(a){return this.substr(this.length-a.length)===a};String.prototype.startsWith=function(a){return this.substr(0,a.length)===a};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};String.prototype.trimEnd=function(){return this.replace(/\s+$/,"")};String.prototype.trimStart=function(){return this.replace(/^\s+/,"")};String.format=function(){return String._toFormattedString(false,arguments)};String.localeFormat=function(){return String._toFormattedString(true,arguments)};String._toFormattedString=function(l,j){var c="",e=j[0];for(var a=0;true;){var f=e.indexOf("{",a),d=e.indexOf("}",a);if(f<0&&d<0){c+=e.slice(a);break}if(d>0&&(d-1){Sys.Browser.agent=Sys.Browser.InternetExplorer;Sys.Browser.version=parseFloat(navigator.userAgent.match(/MSIE (\d+\.\d+)/)[1]);Sys.Browser.hasDebuggerStatement=true}else if(navigator.userAgent.indexOf(" Firefox/")>-1){Sys.Browser.agent=Sys.Browser.Firefox;Sys.Browser.version=parseFloat(navigator.userAgent.match(/Firefox\/(\d+\.\d+)/)[1]);Sys.Browser.name="Firefox";Sys.Browser.hasDebuggerStatement=true}else if(navigator.userAgent.indexOf(" Safari/")>-1){Sys.Browser.agent=Sys.Browser.Safari;Sys.Browser.version=parseFloat(navigator.userAgent.match(/Safari\/(\d+\.\d+)/)[1]);Sys.Browser.name="Safari"}else if(navigator.userAgent.indexOf("Opera/")>-1)Sys.Browser.agent=Sys.Browser.Opera;Type.registerNamespace("Sys.UI");Sys._Debug=function(){};Sys._Debug.prototype={_appendConsole:function(a){if(typeof Debug!=="undefined"&&Debug.writeln)Debug.writeln(a);if(window.console&&window.console.log)window.console.log(a);if(window.opera)window.opera.postError(a);if(window.debugService)window.debugService.trace(a)},_appendTrace:function(b){var a=document.getElementById("TraceConsole");if(a&&a.tagName.toUpperCase()==="TEXTAREA")a.value+=b+"\n"},assert:function(c,a,b){if(!c){a=b&&this.assert.caller?String.format(Sys.Res.assertFailedCaller,a,this.assert.caller):String.format(Sys.Res.assertFailed,a);if(confirm(String.format(Sys.Res.breakIntoDebugger,a)))this.fail(a)}},clearTrace:function(){var a=document.getElementById("TraceConsole");if(a&&a.tagName.toUpperCase()==="TEXTAREA")a.value=""},fail:function(message){this._appendConsole(message);if(Sys.Browser.hasDebuggerStatement)eval("debugger")},trace:function(a){this._appendConsole(a);this._appendTrace(a)},traceDump:function(a,b){var c=this._traceDump(a,b,true)},_traceDump:function(a,c,f,b,d){c=c?c:"traceDump";b=b?b:"";if(a===null){this.trace(b+c+": null");return}switch(typeof a){case "undefined":this.trace(b+c+": Undefined");break;case "number":case "string":case "boolean":this.trace(b+c+": "+a);break;default:if(Date.isInstanceOfType(a)||RegExp.isInstanceOfType(a)){this.trace(b+c+": "+a.toString());break}if(!d)d=[];else if(Array.contains(d,a)){this.trace(b+c+": ...");return}Array.add(d,a);if(a==window||a===document||window.HTMLElement&&a instanceof HTMLElement||typeof a.nodeName==="string"){var k=a.tagName?a.tagName:"DomElement";if(a.id)k+=" - "+a.id;this.trace(b+c+" {"+k+"}")}else{var i=Object.getTypeName(a);this.trace(b+c+(typeof i==="string"?" {"+i+"}":""));if(b===""||f){b+=" ";var e,j,l,g,h;if(Array.isInstanceOfType(a)){j=a.length;for(e=0;e=0;d--){var k=h[d].trim();b=a[k];if(typeof b!=="number")throw Error.argument("value",String.format(Sys.Res.enumInvalidValue,c.split(",")[d].trim(),this.__typeName));j|=b}return j}}function Sys$Enum$toString(c){if(typeof c==="undefined"||c===null)return this.__string;var d=this.prototype,a;if(!this.__flags||c===0){for(a in d)if(d[a]===c)return a}else{var b=this.__sortedValues;if(!b){b=[];for(a in d)b[b.length]={key:a,value:d[a]};b.sort(function(a,b){return a.value-b.value});this.__sortedValues=b}var e=[],g=c;for(a=b.length-1;a>=0;a--){var h=b[a],f=h.value;if(f===0)continue;if((f&c)===f){e[e.length]=h.key;g-=f;if(g===0)break}}if(e.length&&g===0)return e.reverse().join(", ")}return ""}Type.prototype.registerEnum=function(c,b){for(var a in this.prototype)this[a]=this.prototype[a];this.__typeName=c;this.parse=Sys$Enum$parse;this.__string=this.toString();this.toString=Sys$Enum$toString;this.__flags=b;this.__enum=true};Type.isEnum=function(a){if(typeof a==="undefined"||a===null)return false;return !!a.__enum};Type.isFlags=function(a){if(typeof a==="undefined"||a===null)return false;return !!a.__flags};Sys.EventHandlerList=function(){this._list={}};Sys.EventHandlerList.prototype={addHandler:function(b,a){Array.add(this._getEvent(b,true),a)},removeHandler:function(c,b){var a=this._getEvent(c);if(!a)return;Array.remove(a,b)},getHandler:function(b){var a=this._getEvent(b);if(!a||a.length===0)return null;a=Array.clone(a);if(!a._handler)a._handler=function(c,d){for(var b=0,e=a.length;b=0;c--)$removeHandler(a,b,d[c].handler)}a._events=null}},$removeHandler=Sys.UI.DomEvent.removeHandler=function(a,e,f){var d=null,c=a._events[e],d=null;for(var b=0,g=c.length;b0)this._timeoutCookie=window.setTimeout(Function.createDelegate(this,this._scriptLoadTimeoutHandler),a*1000);this._loadScriptsInternal()},notifyScriptLoaded:function(){if(!this._loading)return;this._currentTask._notified++;if(Sys.Browser.agent===Sys.Browser.Safari)if(this._currentTask._notified===1)window.setTimeout(Function.createDelegate(this,function(){this._scriptLoadedHandler(this._currentTask.get_scriptElement(),true)}),0)},queueCustomScriptTag:function(a){if(!this._scriptsToLoad)this._scriptsToLoad=[];Array.add(this._scriptsToLoad,a)},queueScriptBlock:function(a){if(!this._scriptsToLoad)this._scriptsToLoad=[];Array.add(this._scriptsToLoad,{text:a})},queueScriptReference:function(a){if(!this._scriptsToLoad)this._scriptsToLoad=[];Array.add(this._scriptsToLoad,{src:a})},_createScriptElement:function(c){var a=document.createElement("SCRIPT");a.type="text/javascript";for(var b in c)a[b]=c[b];return a},_loadScriptsInternal:function(){if(this._scriptsToLoad&&this._scriptsToLoad.length>0){var b=Array.dequeue(this._scriptsToLoad),a=this._createScriptElement(b);if(a.text&&Sys.Browser.agent===Sys.Browser.Safari){a.innerHTML=a.text;delete a.text}if(typeof b.src==="string"){this._currentTask=new Sys._ScriptLoaderTask(a,this._scriptLoadedDelegate);this._currentTask.execute()}else{document.getElementsByTagName("HEAD")[0].appendChild(a);Sys._ScriptLoader._clearScript(a);this._loadScriptsInternal()}}else{var c=this._allScriptsLoadedCallback;this._stopLoading();if(c)c(this)}},_raiseError:function(a){var c=this._scriptLoadFailedCallback,b=this._currentTask.get_scriptElement();this._stopLoading();if(c)c(this,b,a);else throw Sys._ScriptLoader._errorScriptLoadFailed(b.src,a)},_scriptLoadedHandler:function(a,b){if(b&&this._currentTask._notified)if(this._currentTask._notified>1)this._raiseError(true);else{Array.add(Sys._ScriptLoader._getLoadedScripts(),a.src);this._currentTask.dispose();this._currentTask=null;this._loadScriptsInternal()}else this._raiseError(false)},_scriptLoadTimeoutHandler:function(){var a=this._scriptLoadTimeoutCallback;this._stopLoading();if(a)a(this)},_stopLoading:function(){if(this._timeoutCookie){window.clearTimeout(this._timeoutCookie);this._timeoutCookie=null}if(this._currentTask){this._currentTask.dispose();this._currentTask=null}this._scriptsToLoad=null;this._loading=null;this._allScriptsLoadedCallback=null;this._scriptLoadFailedCallback=null;this._scriptLoadTimeoutCallback=null}};Sys._ScriptLoader.registerClass("Sys._ScriptLoader",null,Sys.IDisposable);Sys._ScriptLoader.getInstance=function(){var a=Sys._ScriptLoader._activeInstance;if(!a)a=Sys._ScriptLoader._activeInstance=new Sys._ScriptLoader;return a};Sys._ScriptLoader.isScriptLoaded=function(b){var a=document.createElement("script");a.src=b;return Array.contains(Sys._ScriptLoader._getLoadedScripts(),a.src)};Sys._ScriptLoader.readLoadedScripts=function(){if(!Sys._ScriptLoader._referencedScripts){var b=Sys._ScriptLoader._referencedScripts=[],c=document.getElementsByTagName("SCRIPT");for(i=c.length-1;i>=0;i--){var d=c[i],a=d.src;if(a.length)if(!Array.contains(b,a))Array.add(b,a)}}};Sys._ScriptLoader._clearScript=function(a){if(!Sys.Debug.isDebug)a.parentNode.removeChild(a)};Sys._ScriptLoader._errorScriptLoadFailed=function(b,d){var a;if(d)a=Sys.Res.scriptLoadMultipleCallbacks;else a=Sys.Res.scriptLoadFailed;var e="Sys.ScriptLoadFailedException: "+String.format(a,b),c=Error.create(e,{name:"Sys.ScriptLoadFailedException","scriptUrl":b});c.popStackFrame();return c};Sys._ScriptLoader._getLoadedScripts=function(){if(!Sys._ScriptLoader._referencedScripts){Sys._ScriptLoader._referencedScripts=[];Sys._ScriptLoader.readLoadedScripts()}return Sys._ScriptLoader._referencedScripts};Sys._ScriptLoaderTask=function(b,a){this._scriptElement=b;this._completedCallback=a;this._notified=0};Sys._ScriptLoaderTask.prototype={get_scriptElement:function(){return this._scriptElement},dispose:function(){if(this._disposed)return;this._disposed=true;this._removeScriptElementHandlers();Sys._ScriptLoader._clearScript(this._scriptElement);this._scriptElement=null},execute:function(){this._addScriptElementHandlers();document.getElementsByTagName("HEAD")[0].appendChild(this._scriptElement)},_addScriptElementHandlers:function(){this._scriptLoadDelegate=Function.createDelegate(this,this._scriptLoadHandler);if(Sys.Browser.agent!==Sys.Browser.InternetExplorer){this._scriptElement.readyState="loaded";$addHandler(this._scriptElement,"load",this._scriptLoadDelegate)}else $addHandler(this._scriptElement,"readystatechange",this._scriptLoadDelegate);this._scriptErrorDelegate=Function.createDelegate(this,this._scriptErrorHandler);$addHandler(this._scriptElement,"error",this._scriptErrorDelegate)},_removeScriptElementHandlers:function(){if(this._scriptLoadDelegate){var a=this.get_scriptElement();if(Sys.Browser.agent!==Sys.Browser.InternetExplorer)$removeHandler(a,"load",this._scriptLoadDelegate);else $removeHandler(a,"readystatechange",this._scriptLoadDelegate);$removeHandler(a,"error",this._scriptErrorDelegate);this._scriptErrorDelegate=null;this._scriptLoadDelegate=null}},_scriptErrorHandler:function(){if(this._disposed)return;this._completedCallback(this.get_scriptElement(),false)},_scriptLoadHandler:function(){if(this._disposed)return;var a=this.get_scriptElement();if(a.readyState!=="loaded"&&a.readyState!=="complete")return;var b=this;window.setTimeout(function(){b._completedCallback(a,true)},0)}};Sys._ScriptLoaderTask.registerClass("Sys._ScriptLoaderTask",null,Sys.IDisposable);Sys.ApplicationLoadEventArgs=function(b,a){Sys.ApplicationLoadEventArgs.initializeBase(this);this._components=b;this._isPartialLoad=a};Sys.ApplicationLoadEventArgs.prototype={get_components:function(){return this._components},get_isPartialLoad:function(){return this._isPartialLoad}};Sys.ApplicationLoadEventArgs.registerClass("Sys.ApplicationLoadEventArgs",Sys.EventArgs);Sys._Application=function(){Sys._Application.initializeBase(this);this._disposableObjects=[];this._components={};this._createdComponents=[];this._secondPassComponents=[];this._unloadHandlerDelegate=Function.createDelegate(this,this._unloadHandler);this._loadHandlerDelegate=Function.createDelegate(this,this._loadHandler);Sys.UI.DomEvent.addHandler(window,"unload",this._unloadHandlerDelegate);Sys.UI.DomEvent.addHandler(window,"load",this._loadHandlerDelegate)};Sys._Application.prototype={_creatingComponents:false,_disposing:false,get_isCreatingComponents:function(){return this._creatingComponents},add_load:function(a){this.get_events().addHandler("load",a)},remove_load:function(a){this.get_events().removeHandler("load",a)},add_init:function(a){if(this._initialized)a(this,Sys.EventArgs.Empty);else this.get_events().addHandler("init",a)},remove_init:function(a){this.get_events().removeHandler("init",a)},add_unload:function(a){this.get_events().addHandler("unload",a)},remove_unload:function(a){this.get_events().removeHandler("unload",a)},addComponent:function(a){this._components[a.get_id()]=a},beginCreateComponents:function(){this._creatingComponents=true},dispose:function(){if(!this._disposing){this._disposing=true;if(window.pageUnload)window.pageUnload(this,Sys.EventArgs.Empty);var c=this.get_events().getHandler("unload");if(c)c(this,Sys.EventArgs.Empty);var b=Array.clone(this._disposableObjects);for(var a=0,e=b.length;a0)this._timer=window.setTimeout(Function.createDelegate(this,this._onTimeout),d);this._xmlHttpRequest.send(c);this._started=true},getResponseHeader:function(b){var a;try{a=this._xmlHttpRequest.getResponseHeader(b)}catch(c){}if(!a)a="";return a},getAllResponseHeaders:function(){return this._xmlHttpRequest.getAllResponseHeaders()},get_responseData:function(){return this._xmlHttpRequest.responseText},get_statusCode:function(){return this._xmlHttpRequest.status},get_statusText:function(){return this._xmlHttpRequest.statusText},get_xml:function(){var a=this._xmlHttpRequest.responseXML;if(!a||!a.documentElement){a=new XMLDOM(this._xmlHttpRequest.responseText);if(!a||!a.documentElement)return null}else if(navigator.userAgent.indexOf("MSIE")!==-1)a.setProperty("SelectionLanguage","XPath");if(a.documentElement.namespaceURI==="http://www.mozilla.org/newlayout/xml/parsererror.xml"&&a.documentElement.tagName==="parsererror")return null;if(a.documentElement.firstChild&&a.documentElement.firstChild.tagName==="parsererror")return null;return a},abort:function(){if(this._aborted||this._responseAvailable||this._timedOut)return;this._aborted=true;this._clearTimer();if(this._xmlHttpRequest&&!this._responseAvailable){this._xmlHttpRequest.onreadystatechange=Function.emptyMethod;this._xmlHttpRequest.abort();this._xmlHttpRequest=null;var a=this._webRequest._get_eventHandlerList().getHandler("completed");if(a)a(this,Sys.EventArgs.Empty)}}};Sys.Net.XMLHttpExecutor.registerClass("Sys.Net.XMLHttpExecutor",Sys.Net.WebRequestExecutor);Sys.Net._WebRequestManager=function(){this._this=this;this._defaultTimeout=0;this._defaultExecutorType="Sys.Net.XMLHttpExecutor"};Sys.Net._WebRequestManager.prototype={add_invokingRequest:function(a){this._get_eventHandlerList().addHandler("invokingRequest",a)},remove_invokingRequest:function(a){this._get_eventHandlerList().removeHandler("invokingRequest",a)},add_completedRequest:function(a){this._get_eventHandlerList().addHandler("completedRequest",a)},remove_completedRequest:function(a){this._get_eventHandlerList().removeHandler("completedRequest",a)},_get_eventHandlerList:function(){if(!this._events)this._events=new Sys.EventHandlerList;return this._events},get_defaultTimeout:function(){return this._defaultTimeout},set_defaultTimeout:function(a){this._defaultTimeout=a},get_defaultExecutorType:function(){return this._defaultExecutorType},set_defaultExecutorType:function(a){this._defaultExecutorType=a},executeRequest:function(webRequest){var executor=webRequest.get_executor();if(!executor){var failed=false;try{var executorType=eval(this._defaultExecutorType);executor=new executorType}catch(a){failed=true}webRequest.set_executor(executor)}if(executor.get_aborted())return;var evArgs=new Sys.Net.NetworkRequestEventArgs(webRequest),handler=this._get_eventHandlerList().getHandler("invokingRequest");if(handler)handler(this,evArgs);if(!evArgs.get_cancel())executor.executeRequest()}};Sys.Net._WebRequestManager.registerClass("Sys.Net._WebRequestManager");Sys.Net.WebRequestManager=new Sys.Net._WebRequestManager;Sys.Net.NetworkRequestEventArgs=function(a){Sys.Net.NetworkRequestEventArgs.initializeBase(this);this._webRequest=a};Sys.Net.NetworkRequestEventArgs.prototype={get_webRequest:function(){return this._webRequest}};Sys.Net.NetworkRequestEventArgs.registerClass("Sys.Net.NetworkRequestEventArgs",Sys.CancelEventArgs);Sys.Net.WebRequest=function(){this._url="";this._headers={};this._body=null;this._userContext=null;this._httpVerb=null;this._executor=null;this._invokeCalled=false;this._timeout=0};Sys.Net.WebRequest.prototype={add_completed:function(a){this._get_eventHandlerList().addHandler("completed",a)},remove_completed:function(a){this._get_eventHandlerList().removeHandler("completed",a)},completed:function(b){var a=Sys.Net.WebRequestManager._get_eventHandlerList().getHandler("completedRequest");if(a)a(this._executor,b);a=this._get_eventHandlerList().getHandler("completed");if(a)a(this._executor,b)},_get_eventHandlerList:function(){if(!this._events)this._events=new Sys.EventHandlerList;return this._events},get_url:function(){return this._url},set_url:function(a){this._url=a},get_headers:function(){return this._headers},get_httpVerb:function(){if(this._httpVerb===null){if(this._body===null)return "GET";return "POST"}return this._httpVerb},set_httpVerb:function(a){this._httpVerb=a},get_body:function(){return this._body},set_body:function(a){this._body=a},get_userContext:function(){return this._userContext},set_userContext:function(a){this._userContext=a},get_executor:function(){return this._executor},set_executor:function(a){this._executor=a;this._executor._set_webRequest(this)},get_timeout:function(){if(this._timeout===0)return Sys.Net.WebRequestManager.get_defaultTimeout();return this._timeout},set_timeout:function(a){this._timeout=a},getResolvedUrl:function(){return Sys.Net.WebRequest._resolveUrl(this._url)},invoke:function(){Sys.Net.WebRequestManager.executeRequest(this);this._invokeCalled=true}};Sys.Net.WebRequest._resolveUrl=function(b,a){if(b&&b.indexOf("://")!==-1)return b;if(!a||a.length===0){var c=document.getElementsByTagName("base")[0];if(c&&c.href&&c.href.length>0)a=c.href;else a=document.URL}var d=a.indexOf("?");if(d!==-1)a=a.substr(0,d);a=a.substr(0,a.lastIndexOf("/")+1);if(!b||b.length===0)return a;if(b.charAt(0)==="/"){var e=a.indexOf("://"),g=a.indexOf("/",e+3);return a.substr(0,g)+b}else{var f=a.lastIndexOf("/");return a.substr(0,f+1)+b}};Sys.Net.WebRequest._createQueryString=function(d,b){if(!b)b=encodeURIComponent;var a=new Sys.StringBuilder,f=0;for(var c in d){var e=d[c];if(typeof e==="function")continue;var g=Sys.Serialization.JavaScriptSerializer.serialize(e);if(f!==0)a.append("&");a.append(c);a.append("=");a.append(b(g));f++}return a.toString()};Sys.Net.WebRequest._createUrl=function(a,b){if(!b)return a;var d=Sys.Net.WebRequest._createQueryString(b);if(d.length>0){var c="?";if(a&&a.indexOf("?")!==-1)c="&";return a+c+d}else return a};Sys.Net.WebRequest.registerClass("Sys.Net.WebRequest");Sys.Net.WebServiceProxy=function(){};Sys.Net.WebServiceProxy.prototype={set_timeout:function(a){this._timeout=a},get_timeout:function(){return this._timeout},set_defaultUserContext:function(a){this._userContext=a},get_defaultUserContext:function(){return this._userContext},set_defaultSucceededCallback:function(a){this._succeeded=a},get_defaultSucceededCallback:function(){return this._succeeded},set_defaultFailedCallback:function(a){this._failed=a},get_defaultFailedCallback:function(){return this._failed},set_path:function(a){this._path=a},get_path:function(){return this._path},_invoke:function(d,e,g,f,c,b,a){if(c===null||typeof c==="undefined")c=this.get_defaultSucceededCallback();if(b===null||typeof b==="undefined")b=this.get_defaultFailedCallback();if(a===null||typeof a==="undefined")a=this.get_defaultUserContext();return Sys.Net.WebServiceProxy.invoke(d,e,g,f,c,b,a,this.get_timeout())}};Sys.Net.WebServiceProxy.registerClass("Sys.Net.WebServiceProxy");Sys.Net.WebServiceProxy.invoke=function(k,a,j,d,i,c,f,h){var b=new Sys.Net.WebRequest;b.get_headers()["Content-Type"]="application/json; charset=utf-8";if(!d)d={};var g=d;if(!j||!g)g={};b.set_url(Sys.Net.WebRequest._createUrl(k+"/"+a,g));var e=null;if(!j){e=Sys.Serialization.JavaScriptSerializer.serialize(d);if(e==="{}")e=""}b.set_body(e);b.add_completed(l);if(h&&h>0)b.set_timeout(h);b.invoke();function l(d){if(d.get_responseAvailable()){var e=d.get_statusCode(),b=null;try{var j=d.getResponseHeader("Content-Type");if(j.startsWith("application/json"))b=d.get_object();else if(j.startsWith("text/xml"))b=d.get_xml();else b=d.get_responseData()}catch(m){}var k=d.getResponseHeader("jsonerror"),g=k==="true";if(g)b=new Sys.Net.WebServiceError(false,b.Message,b.StackTrace,b.ExceptionType);if(e<200||e>=300||g){if(c){if(!b||!g)b=new Sys.Net.WebServiceError(false,String.format(Sys.Res.webServiceFailedNoMsg,a),"","");b._statusCode=e;c(b,f,a)}}else if(i)i(b,f,a)}else{var h;if(d.get_timedOut())h=String.format(Sys.Res.webServiceTimedOut,a);else h=String.format(Sys.Res.webServiceFailedNoMsg,a);if(c)c(new Sys.Net.WebServiceError(d.get_timedOut(),h,"",""),f,a)}}return b};Sys.Net.WebServiceProxy._generateTypedConstructor=function(a){return function(b){if(b)for(var c in b)this[c]=b[c];this.__type=a}};Sys.Net.WebServiceError=function(c,d,b,a){this._timedOut=c;this._message=d;this._stackTrace=b;this._exceptionType=a;this._statusCode=-1};Sys.Net.WebServiceError.prototype={get_timedOut:function(){return this._timedOut},get_statusCode:function(){return this._statusCode},get_message:function(){return this._message},get_stackTrace:function(){return this._stackTrace},get_exceptionType:function(){return this._exceptionType}};Sys.Net.WebServiceError.registerClass("Sys.Net.WebServiceError");Type.registerNamespace("Sys.Services");Sys.Services._ProfileService=function(){Sys.Services._ProfileService.initializeBase(this);this.properties={}};Sys.Services._ProfileService.DefaultWebServicePath="";Sys.Services._ProfileService.prototype={_defaultFailedCallback:null,_defaultLoadCompletedCallback:null,_defaultSaveCompletedCallback:null,_path:"",_timeout:0,get_defaultFailedCallback:function(){return this._defaultFailedCallback},set_defaultFailedCallback:function(a){this._defaultFailedCallback=a},get_defaultLoadCompletedCallback:function(){return this._defaultLoadCompletedCallback},set_defaultLoadCompletedCallback:function(a){this._defaultLoadCompletedCallback=a},get_defaultSaveCompletedCallback:function(){return this._defaultSaveCompletedCallback},set_defaultSaveCompletedCallback:function(a){this._defaultSaveCompletedCallback=a},get_path:function(){return this._path},set_path:function(a){if(!a||!a.length)a="";this._path=a},get_timeout:function(){return this._timeout},set_timeout:function(a){this._timeout=a},load:function(b,d,e,f){var c={},a;if(!b)a="GetAllPropertiesForCurrentUser";else{a="GetPropertiesForCurrentUser";c={properties:this._clonePropertyNames(b)}}this._invoke(this._get_path(),a,false,c,Function.createDelegate(this,this._onLoadComplete),Function.createDelegate(this,this._onLoadFailed),[d,e,f])},save:function(d,a,c,e){var b=this._flattenProperties(d,this.properties);this._invoke(this._get_path(),"SetPropertiesForCurrentUser",false,{values:b},Function.createDelegate(this,this._onSaveComplete),Function.createDelegate(this,this._onSaveFailed),[a,c,e])},_clonePropertyNames:function(e){var c=[],d={};for(var b=0;b0)a.append(",");Sys.Serialization.JavaScriptSerializer._serializeWithBuilder(b[c],a)}a.append("]")}else{if(Date.isInstanceOfType(b)){a.append('"\\/Date(');a.append(b.getTime());a.append(')\\/"');break}var e=[],i=0;for(var g in b){if(g.startsWith("$"))continue;e[i++]=g}if(h)e.sort();a.append("{");var j=false;for(c=0;c=" "){if(d==="\\"||d==='"')a.append("\\");a.append(d)}else switch(d){case "\b":a.append("\\b");break;case "\f":a.append("\\f");break;case "\n":a.append("\\n");break;case "\r":a.append("\\r");break;case "\t":a.append("\\t");break;default:a.append("\\u00");if(d.charCodeAt()<16)a.append("0");a.append(d.charCodeAt().toString(16))}}}else a.append(b);a.append('"');break;case "boolean":a.append(b.toString());break;default:a.append("null");break}};Sys.Serialization.JavaScriptSerializer.serialize=function(b){var a=new Sys.StringBuilder;Sys.Serialization.JavaScriptSerializer._serializeWithBuilder(b,a,false);return a.toString()};Sys.Serialization.JavaScriptSerializer.deserialize=function(data){if(data.length===0)throw Error.argument("data",Sys.Res.cannotDeserializeEmptyString);try{var exp=data.replace(new RegExp('(^|[^\\\\])\\"\\\\/Date\\((-?[0-9]+)\\)\\\\/\\"',"g"),"$1new Date($2)");return eval("("+exp+")")}catch(a){throw Error.argument("data",Sys.Res.cannotDeserializeInvalidJson)}};Sys.CultureInfo=function(c,b,a){this.name=c;this.numberFormat=b;this.dateTimeFormat=a};Sys.CultureInfo.prototype={_getDateTimeFormats:function(){if(!this._dateTimeFormats){var a=this.dateTimeFormat;this._dateTimeFormats=[a.MonthDayPattern,a.YearMonthPattern,a.ShortDatePattern,a.ShortTimePattern,a.LongDatePattern,a.LongTimePattern,a.FullDateTimePattern,a.RFC1123Pattern,a.SortableDateTimePattern,a.UniversalSortableDateTimePattern]}return this._dateTimeFormats},_getMonthIndex:function(a){if(!this._upperMonths)this._upperMonths=this._toUpperArray(this.dateTimeFormat.MonthNames);return Array.indexOf(this._upperMonths,this._toUpper(a))},_getAbbrMonthIndex:function(a){if(!this._upperAbbrMonths)this._upperAbbrMonths=this._toUpperArray(this.dateTimeFormat.AbbreviatedMonthNames);return Array.indexOf(this._upperMonths,this._toUpper(a))},_getDayIndex:function(a){if(!this._upperDays)this._upperDays=this._toUpperArray(this.dateTimeFormat.DayNames);return Array.indexOf(this._upperDays,this._toUpper(a))},_getAbbrDayIndex:function(a){if(!this._upperAbbrDays)this._upperAbbrDays=this._toUpperArray(this.dateTimeFormat.AbbreviatedDayNames);return Array.indexOf(this._upperAbbrDays,this._toUpper(a))},_toUpperArray:function(c){var b=[];for(var a=0,d=c.length;a=0)d.className=(a.substr(0,b)+" "+a.substring(b+c.length+1,a.length)).trim()};Sys.UI.DomElement.setLocation=function(b,c,d){var a=b.style;a.position="absolute";a.left=c+"px";a.top=d+"px"};Sys.UI.DomElement.toggleCssClass=function(b,a){if(Sys.UI.DomElement.containsCssClass(b,a))Sys.UI.DomElement.removeCssClass(b,a);else Sys.UI.DomElement.addCssClass(b,a)};Sys.UI.DomElement._getCurrentStyle=function(a){var b=(a.ownerDocument?a.ownerDocument:a.documentElement).defaultView;return b&&a!==b&&b.getComputedStyle?b.getComputedStyle(a,null):a.style};Sys.UI.Behavior=function(b){Sys.UI.Behavior.initializeBase(this);this._element=b;var a=b._behaviors;if(!a)b._behaviors=[this];else a[a.length]=this};Sys.UI.Behavior.prototype={_name:null,get_element:function(){return this._element},get_id:function(){var a=Sys.UI.Behavior.callBaseMethod(this,"get_id");if(a)return a;if(!this._element||!this._element.id)return "";return this._element.id+"$"+this.get_name()},get_name:function(){if(this._name)return this._name;var a=Object.getTypeName(this),b=a.lastIndexOf(".");if(b!=-1)a=a.substr(b+1);if(!this.get_isInitialized())this._name=a;return a},set_name:function(a){this._name=a},initialize:function(){Sys.UI.Behavior.callBaseMethod(this,"initialize");var a=this.get_name();if(a)this._element[a]=this},dispose:function(){Sys.UI.Behavior.callBaseMethod(this,"dispose");if(this._element){var a=this.get_name();if(a)this._element[a]=null;Array.remove(this._element._behaviors,this);delete this._element}}};Sys.UI.Behavior.registerClass("Sys.UI.Behavior",Sys.Component);Sys.UI.Behavior.getBehaviorByName=function(b,c){var a=b[c];return a&&Sys.UI.Behavior.isInstanceOfType(a)?a:null};Sys.UI.Behavior.getBehaviors=function(a){if(!a._behaviors)return [];return Array.clone(a._behaviors)};Sys.UI.Behavior.getBehaviorsByType=function(d,e){var a=d._behaviors,c=[];if(a)for(var b=0,f=a.length;b 0)) { - theForm.action = options.actionUrl; - } - if (options.trackFocus) { - var lastFocus = theForm.elements["__LASTFOCUS"]; - if ((typeof(lastFocus) != "undefined") && (lastFocus != null)) { - if (typeof(document.activeElement) == "undefined") { - lastFocus.value = options.eventTarget; - } - else { - var active = document.activeElement; - if ((typeof(active) != "undefined") && (active != null)) { - if ((typeof(active.id) != "undefined") && (active.id != null) && (active.id.length > 0)) { - lastFocus.value = active.id; - } - else if (typeof(active.name) != "undefined") { - lastFocus.value = active.name; - } - } - } - } - } - } - if (options.clientSubmit) { - __doPostBack(options.eventTarget, options.eventArgument); - } -} -var __pendingCallbacks = new Array(); -var __synchronousCallBackIndex = -1; -function WebForm_DoCallback(eventTarget, eventArgument, eventCallback, context, errorCallback, useAsync) { - var postData = __theFormPostData + - "__CALLBACKID=" + WebForm_EncodeCallback(eventTarget) + - "&__CALLBACKPARAM=" + WebForm_EncodeCallback(eventArgument); - if (theForm["__EVENTVALIDATION"]) { - postData += "&__EVENTVALIDATION=" + WebForm_EncodeCallback(theForm["__EVENTVALIDATION"].value); - } - var xmlRequest,e; - try { - xmlRequest = new XMLHttpRequest(); - } - catch(e) { - try { - xmlRequest = new ActiveXObject("Microsoft.XMLHTTP"); - } - catch(e) { - } - } - var setRequestHeaderMethodExists = true; - try { - setRequestHeaderMethodExists = (xmlRequest && xmlRequest.setRequestHeader); - } - catch(e) {} - var callback = new Object(); - callback.eventCallback = eventCallback; - callback.context = context; - callback.errorCallback = errorCallback; - callback.async = useAsync; - var callbackIndex = WebForm_FillFirstAvailableSlot(__pendingCallbacks, callback); - if (!useAsync) { - if (__synchronousCallBackIndex != -1) { - __pendingCallbacks[__synchronousCallBackIndex] = null; - } - __synchronousCallBackIndex = callbackIndex; - } - if (setRequestHeaderMethodExists) { - xmlRequest.onreadystatechange = WebForm_CallbackComplete; - callback.xmlRequest = xmlRequest; - xmlRequest.open("POST", theForm.action, true); - xmlRequest.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); - xmlRequest.send(postData); - return; - } - callback.xmlRequest = new Object(); - var callbackFrameID = "__CALLBACKFRAME" + callbackIndex; - var xmlRequestFrame = document.frames[callbackFrameID]; - if (!xmlRequestFrame) { - xmlRequestFrame = document.createElement("IFRAME"); - xmlRequestFrame.width = "1"; - xmlRequestFrame.height = "1"; - xmlRequestFrame.frameBorder = "0"; - xmlRequestFrame.id = callbackFrameID; - xmlRequestFrame.name = callbackFrameID; - xmlRequestFrame.style.position = "absolute"; - xmlRequestFrame.style.top = "-100px" - xmlRequestFrame.style.left = "-100px"; - try { - if (callBackFrameUrl) { - xmlRequestFrame.src = callBackFrameUrl; - } - } - catch(e) {} - document.body.appendChild(xmlRequestFrame); - } - var interval = window.setInterval(function() { - xmlRequestFrame = document.frames[callbackFrameID]; - if (xmlRequestFrame && xmlRequestFrame.document) { - window.clearInterval(interval); - xmlRequestFrame.document.write(""); - xmlRequestFrame.document.close(); - xmlRequestFrame.document.write('
'); - xmlRequestFrame.document.close(); - xmlRequestFrame.document.forms[0].action = theForm.action; - var count = __theFormPostCollection.length; - var element; - for (var i = 0; i < count; i++) { - element = __theFormPostCollection[i]; - if (element) { - var fieldElement = xmlRequestFrame.document.createElement("INPUT"); - fieldElement.type = "hidden"; - fieldElement.name = element.name; - fieldElement.value = element.value; - xmlRequestFrame.document.forms[0].appendChild(fieldElement); - } - } - var callbackIdFieldElement = xmlRequestFrame.document.createElement("INPUT"); - callbackIdFieldElement.type = "hidden"; - callbackIdFieldElement.name = "__CALLBACKID"; - callbackIdFieldElement.value = eventTarget; - xmlRequestFrame.document.forms[0].appendChild(callbackIdFieldElement); - var callbackParamFieldElement = xmlRequestFrame.document.createElement("INPUT"); - callbackParamFieldElement.type = "hidden"; - callbackParamFieldElement.name = "__CALLBACKPARAM"; - callbackParamFieldElement.value = eventArgument; - xmlRequestFrame.document.forms[0].appendChild(callbackParamFieldElement); - if (theForm["__EVENTVALIDATION"]) { - var callbackValidationFieldElement = xmlRequestFrame.document.createElement("INPUT"); - callbackValidationFieldElement.type = "hidden"; - callbackValidationFieldElement.name = "__EVENTVALIDATION"; - callbackValidationFieldElement.value = theForm["__EVENTVALIDATION"].value; - xmlRequestFrame.document.forms[0].appendChild(callbackValidationFieldElement); - } - var callbackIndexFieldElement = xmlRequestFrame.document.createElement("INPUT"); - callbackIndexFieldElement.type = "hidden"; - callbackIndexFieldElement.name = "__CALLBACKINDEX"; - callbackIndexFieldElement.value = callbackIndex; - xmlRequestFrame.document.forms[0].appendChild(callbackIndexFieldElement); - xmlRequestFrame.document.forms[0].submit(); - } - }, 10); -} -function WebForm_CallbackComplete() { - for (i = 0; i < __pendingCallbacks.length; i++) { - callbackObject = __pendingCallbacks[i]; - if (callbackObject && callbackObject.xmlRequest && (callbackObject.xmlRequest.readyState == 4)) { - WebForm_ExecuteCallback(callbackObject); - if (!__pendingCallbacks[i].async) { - __synchronousCallBackIndex = -1; - } - __pendingCallbacks[i] = null; - var callbackFrameID = "__CALLBACKFRAME" + i; - var xmlRequestFrame = document.getElementById(callbackFrameID); - if (xmlRequestFrame) { - xmlRequestFrame.parentNode.removeChild(xmlRequestFrame); - } - } - } -} -function WebForm_ExecuteCallback(callbackObject) { - var response = callbackObject.xmlRequest.responseText; - if (response.charAt(0) == "s") { - if ((typeof(callbackObject.eventCallback) != "undefined") && (callbackObject.eventCallback != null)) { - callbackObject.eventCallback(response.substring(1), callbackObject.context); - } - } - else if (response.charAt(0) == "e") { - if ((typeof(callbackObject.errorCallback) != "undefined") && (callbackObject.errorCallback != null)) { - callbackObject.errorCallback(response.substring(1), callbackObject.context); - } - } - else { - var separatorIndex = response.indexOf("|"); - if (separatorIndex != -1) { - var validationFieldLength = parseInt(response.substring(0, separatorIndex)); - if (!isNaN(validationFieldLength)) { - var validationField = response.substring(separatorIndex + 1, separatorIndex + validationFieldLength + 1); - if (validationField != "") { - var validationFieldElement = theForm["__EVENTVALIDATION"]; - if (!validationFieldElement) { - validationFieldElement = document.createElement("INPUT"); - validationFieldElement.type = "hidden"; - validationFieldElement.name = "__EVENTVALIDATION"; - theForm.appendChild(validationFieldElement); - } - validationFieldElement.value = validationField; - } - if ((typeof(callbackObject.eventCallback) != "undefined") && (callbackObject.eventCallback != null)) { - callbackObject.eventCallback(response.substring(separatorIndex + validationFieldLength + 1), callbackObject.context); - } - } - } - } -} -function WebForm_FillFirstAvailableSlot(array, element) { - var i; - for (i = 0; i < array.length; i++) { - if (!array[i]) break; - } - array[i] = element; - return i; -} -var __nonMSDOMBrowser = (window.navigator.appName.toLowerCase().indexOf('explorer') == -1); -var __theFormPostData = ""; -var __theFormPostCollection = new Array(); -function WebForm_InitCallback() { - var count = theForm.elements.length; - var element; - for (var i = 0; i < count; i++) { - element = theForm.elements[i]; - var tagName = element.tagName.toLowerCase(); - if (tagName == "input") { - var type = element.type; - if ((type == "text" || type == "hidden" || type == "password" || - ((type == "checkbox" || type == "radio") && element.checked)) && - (element.id != "__EVENTVALIDATION")) { - WebForm_InitCallbackAddField(element.name, element.value); - } - } - else if (tagName == "select") { - var selectCount = element.options.length; - for (var j = 0; j < selectCount; j++) { - var selectChild = element.options[j]; - if (selectChild.selected == true) { - WebForm_InitCallbackAddField(element.name, element.value); - } - } - } - else if (tagName == "textarea") { - WebForm_InitCallbackAddField(element.name, element.value); - } - } -} -function WebForm_InitCallbackAddField(name, value) { - var nameValue = new Object(); - nameValue.name = name; - nameValue.value = value; - __theFormPostCollection[__theFormPostCollection.length] = nameValue; - __theFormPostData += name + "=" + WebForm_EncodeCallback(value) + "&"; -} -function WebForm_EncodeCallback(parameter) { - if (encodeURIComponent) { - return encodeURIComponent(parameter); - } - else { - return escape(parameter); - } -} -var __disabledControlArray = new Array(); -function WebForm_ReEnableControls() { - if (typeof(__enabledControlArray) == 'undefined') { - return false; - } - var disabledIndex = 0; - for (var i = 0; i < __enabledControlArray.length; i++) { - var c; - if (__nonMSDOMBrowser) { - c = document.getElementById(__enabledControlArray[i]); - } - else { - c = document.all[__enabledControlArray[i]]; - } - if ((typeof(c) != "undefined") && (c != null) && (c.disabled == true)) { - c.disabled = false; - __disabledControlArray[disabledIndex++] = c; - } - } - setTimeout("WebForm_ReDisableControls()", 0); - return true; -} -function WebForm_ReDisableControls() { - for (var i = 0; i < __disabledControlArray.length; i++) { - __disabledControlArray[i].disabled = true; - } -} -function WebForm_FireDefaultButton(event, target) { - if (event.keyCode == 13 && !(event.srcElement && (event.srcElement.tagName.toLowerCase() == "textarea"))) { - var defaultButton; - if (__nonMSDOMBrowser) { - defaultButton = document.getElementById(target); - } - else { - defaultButton = document.all[target]; - } - if (defaultButton && typeof(defaultButton.click) != "undefined") { - defaultButton.click(); - event.cancelBubble = true; - if (event.stopPropagation) event.stopPropagation(); - return false; - } - } - return true; -} -function WebForm_GetScrollX() { - if (__nonMSDOMBrowser) { - return window.pageXOffset; - } - else { - if (document.documentElement && document.documentElement.scrollLeft) { - return document.documentElement.scrollLeft; - } - else if (document.body) { - return document.body.scrollLeft; - } - } - return 0; -} -function WebForm_GetScrollY() { - if (__nonMSDOMBrowser) { - return window.pageYOffset; - } - else { - if (document.documentElement && document.documentElement.scrollTop) { - return document.documentElement.scrollTop; - } - else if (document.body) { - return document.body.scrollTop; - } - } - return 0; -} -function WebForm_SaveScrollPositionSubmit() { - if (__nonMSDOMBrowser) { - theForm.elements['__SCROLLPOSITIONY'].value = window.pageYOffset; - theForm.elements['__SCROLLPOSITIONX'].value = window.pageXOffset; - } - else { - theForm.__SCROLLPOSITIONX.value = WebForm_GetScrollX(); - theForm.__SCROLLPOSITIONY.value = WebForm_GetScrollY(); - } - if ((typeof(this.oldSubmit) != "undefined") && (this.oldSubmit != null)) { - return this.oldSubmit(); - } - return true; -} -function WebForm_SaveScrollPositionOnSubmit() { - theForm.__SCROLLPOSITIONX.value = WebForm_GetScrollX(); - theForm.__SCROLLPOSITIONY.value = WebForm_GetScrollY(); - if ((typeof(this.oldOnSubmit) != "undefined") && (this.oldOnSubmit != null)) { - return this.oldOnSubmit(); - } - return true; -} -function WebForm_RestoreScrollPosition() { - if (__nonMSDOMBrowser) { - window.scrollTo(theForm.elements['__SCROLLPOSITIONX'].value, theForm.elements['__SCROLLPOSITIONY'].value); - } - else { - window.scrollTo(theForm.__SCROLLPOSITIONX.value, theForm.__SCROLLPOSITIONY.value); - } - if ((typeof(theForm.oldOnLoad) != "undefined") && (theForm.oldOnLoad != null)) { - return theForm.oldOnLoad(); - } - return true; -} -function WebForm_TextBoxKeyHandler(event) { - if (event.keyCode == 13) { - var target; - if (__nonMSDOMBrowser) { - target = event.target; - } - else { - target = event.srcElement; - } - if ((typeof(target) != "undefined") && (target != null)) { - if (typeof(target.onchange) != "undefined") { - target.onchange(); - event.cancelBubble = true; - if (event.stopPropagation) event.stopPropagation(); - return false; - } - } - } - return true; -} -function WebForm_AppendToClassName(element, className) { - var current = element.className; - if (current) { - if (current.charAt(current.length - 1) != ' ') { - current += ' '; - } - current += className; - } - else { - current = className; - } - element.className = current; -} -function WebForm_RemoveClassName(element, className) { - var current = element.className; - if (current) { - if (current.substring(current.length - className.length - 1, current.length) == ' ' + className) { - element.className = current.substring(0, current.length - className.length - 1); - return; - } - if (current == className) { - element.className = ""; - return; - } - var index = current.indexOf(' ' + className + ' '); - if (index != -1) { - element.className = current.substring(0, index) + current.substring(index + className.length + 2, current.length); - return; - } - if (current.substring(0, className.length) == className + ' ') { - element.className = current.substring(className.length + 1, current.length); - } - } -} -function WebForm_GetElementById(elementId) { - if (document.getElementById) { - return document.getElementById(elementId); - } - else if (document.all) { - return document.all[elementId]; - } - else return null; -} -function WebForm_GetElementByTagName(element, tagName) { - var elements = WebForm_GetElementsByTagName(element, tagName); - if (elements && elements.length > 0) { - return elements[0]; - } - else return null; -} -function WebForm_GetElementsByTagName(element, tagName) { - if (element && tagName) { - if (element.getElementsByTagName) { - return element.getElementsByTagName(tagName); - } - if (element.all && element.all.tags) { - return element.all.tags(tagName); - } - } - return null; -} -function WebForm_GetElementDir(element) { - if (element) { - if (element.dir) { - return element.dir; - } - return WebForm_GetElementDir(element.parentNode); - } - return "ltr"; -} -function WebForm_GetElementPosition(element) { - var result = new Object(); - result.x = 0; - result.y = 0; - result.width = 0; - result.height = 0; - if (element.offsetParent) { - result.x = element.offsetLeft; - result.y = element.offsetTop; - var parent = element.offsetParent; - while (parent) { - result.x += parent.offsetLeft; - result.y += parent.offsetTop; - var parentTagName = parent.tagName.toLowerCase(); - if (parentTagName != "table" && - parentTagName != "body" && - parentTagName != "html" && - parentTagName != "div" && - parent.clientTop && - parent.clientLeft) { - result.x += parent.clientLeft; - result.y += parent.clientTop; - } - parent = parent.offsetParent; - } - } - else if (element.left && element.top) { - result.x = element.left; - result.y = element.top; - } - else { - if (element.x) { - result.x = element.x; - } - if (element.y) { - result.y = element.y; - } - } - if (element.offsetWidth && element.offsetHeight) { - result.width = element.offsetWidth; - result.height = element.offsetHeight; - } - else if (element.style && element.style.pixelWidth && element.style.pixelHeight) { - result.width = element.style.pixelWidth; - result.height = element.style.pixelHeight; - } - return result; -} -function WebForm_GetParentByTagName(element, tagName) { - var parent = element.parentNode; - var upperTagName = tagName.toUpperCase(); - while (parent && (parent.tagName.toUpperCase() != upperTagName)) { - parent = parent.parentNode ? parent.parentNode : parent.parentElement; - } - return parent; -} -function WebForm_SetElementHeight(element, height) { - if (element && element.style) { - element.style.height = height + "px"; - } -} -function WebForm_SetElementWidth(element, width) { - if (element && element.style) { - element.style.width = width + "px"; - } -} -function WebForm_SetElementX(element, x) { - if (element && element.style) { - element.style.left = x + "px"; - } -} -function WebForm_SetElementY(element, y) { - if (element && element.style) { - element.style.top = y + "px"; - } -} diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/download.gif b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/download.gif deleted file mode 100644 index 9685721..0000000 Binary files a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/download.gif and /dev/null differ diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/folder.gif b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/folder.gif deleted file mode 100644 index 518b477..0000000 Binary files a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/folder.gif and /dev/null differ diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ga.js b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ga.js deleted file mode 100644 index caaf7e8..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/ga.js +++ /dev/null @@ -1,41 +0,0 @@ -var _gat=new Object({c:"length",lb:"4.3",m:"cookie",b:undefined,cb:function(d,a){this.zb=d;this.Nb=a},r:"__utma=",W:"__utmb=",ma:"__utmc=",Ta:"__utmk=",na:"__utmv=",oa:"__utmx=",Sa:"GASO=",X:"__utmz=",lc:"http://www.google-analytics.com/__utm.gif",mc:"https://ssl.google-analytics.com/__utm.gif",Wa:"utmcid=",Ya:"utmcsr=",$a:"utmgclid=",Ua:"utmccn=",Xa:"utmcmd=",Za:"utmctr=",Va:"utmcct=",Hb:false,_gasoDomain:undefined,_gasoCPath:undefined,e:window,a:document,k:navigator,t:function(d){var a=1,c=0,h, -o;if(!_gat.q(d)){a=0;for(h=d[_gat.c]-1;h>=0;h--){o=d.charCodeAt(h);a=(a<<6&268435455)+o+(o<<14);c=a&266338304;a=c!=0?a^c>>21:a}}return a},C:function(d,a,c){var h=_gat,o="-",k,l,s=h.q;if(!s(d)&&!s(a)&&!s(c)){k=h.w(d,a);if(k>-1){l=d.indexOf(c,k);if(l<0)l=d[h.c];o=h.F(d,k+h.w(a,"=")+1,l)}}return o},Ea:function(d){var a=false,c=0,h,o;if(!_gat.q(d)){a=true;for(h=0;h0&&_gat.P(" \n\r\t",d)},P:function(d,a){return _gat.w(d,a)>-1},h:function(d,a){d[d[_gat.c]]=a},T:function(d){return d.toLowerCase()}, -z:function(d,a){return d.split(a)},w:function(d,a){return d.indexOf(a)},F:function(d,a,c){c=_gat.b==c?d[_gat.c]:c;return d.substring(a,c)},uc:function(){var d=_gat.b,a=window;if(a&&a.gaGlobal&&a.gaGlobal.hid)d=a.gaGlobal.hid;else{d=Math.round(Math.random()*2147483647);a.gaGlobal=a.gaGlobal?a.gaGlobal:{};a.gaGlobal.hid=d}return d},wa:function(){return Math.round(Math.random()*2147483647)},Gc:function(){return(_gat.wa()^_gat.vc())*2147483647},vc:function(){var d=_gat.k,a=_gat.a,c=_gat.e,h=a[_gat.m]? -a[_gat.m]:"",o=c.history[_gat.c],k,l,s=[d.appName,d.version,d.language?d.language:d.browserLanguage,d.platform,d.userAgent,d.javaEnabled()?1:0].join("");if(c.screen)s+=c.screen.width+"x"+c.screen.height+c.screen.colorDepth;else if(c.java){l=java.awt.Toolkit.getDefaultToolkit().getScreenSize();s+=l.screen.width+"x"+l.screen.height}s+=h;s+=a.referrer?a.referrer:"";k=s[_gat.c];while(o>0)s+=o--^k++;return _gat.t(s)}});_gat.hc=function(){var d=this,a=_gat.cb;function c(h,o){return new a(h,o)}d.db="utm_campaign";d.eb="utm_content";d.fb="utm_id";d.gb="utm_medium";d.hb="utm_nooverride";d.ib="utm_source";d.jb="utm_term";d.kb="gclid";d.pa=0;d.I=0;d.wb="15768000";d.Tb="1800";d.ea=[];d.ga=[];d.Ic="cse";d.Gb="q";d.ab="google";d.fa=[c(d.ab,d.Gb),c("yahoo","p"),c("msn","q"),c("aol","query"),c("aol","encquery"),c("lycos","query"),c("ask","q"),c("altavista","q"),c("netscape","query"),c("cnn","query"),c("looksmart","qt"),c("about", -"terms"),c("mamma","query"),c("alltheweb","q"),c("gigablast","q"),c("voila","rdata"),c("virgilio","qs"),c("live","q"),c("baidu","wd"),c("alice","qs"),c("yandex","text"),c("najdi","q"),c("aol","q"),c("club-internet","query"),c("mama","query"),c("seznam","q"),c("search","q"),c("wp","szukaj"),c("onet","qt"),c("netsprint","q"),c("google.interia","q"),c("szukacz","q"),c("yam","k"),c("pchome","q"),c("kvasir","searchExpr"),c("sesam","q"),c("ozu","q"),c("terra","query"),c("nostrum","query"),c("mynet","q"), -c("ekolay","q"),c("search.ilse","search_for")];d.B=undefined;d.Kb=false;d.p="/";d.ha=100;d.Da="/__utm.gif";d.ta=1;d.ua=1;d.G="|";d.sa=1;d.qa=1;d.pb=1;d.g="auto";d.D=1;d.Ga=1000;d.Yc=10;d.nc=10;d.Zc=0.2};_gat.Y=function(d,a){var c,h,o,k,l,s,q,f=this,n=_gat,w=n.q,x=n.c,g,z=a;f.a=d;function B(i){var b=i instanceof Array?i.join("."):"";return w(b)?"-":b}function A(i,b){var e=[],j;if(!w(i)){e=n.z(i,".");if(b)for(j=0;j=1){l[2]=Math.min(Math.floor(l[2]*1+q),h.nc);l[3]=s}return l};a.O=function(l,s,q,f,n,w,x){var g,z=h.D,B=q.location;if(!o)o=new c.Y(q,h);o.Ha(f);g=c.z(o.K(),".");if(g[1]<500||n){if(w)g=k(g);if(n||!w||g[2]>=1){if(!n&&w)g[2]=g[2]*1-1;g[1]=g[1]*1+1;l="?utmwv="+_gat.lb+"&utmn="+c.wa()+(c.q(B.hostname)?"":"&utmhn="+c.d(B.hostname))+(h.ha==100?"":"&utmsp="+c.d(h.ha))+l;if(0==z||2==z){var A= -new Image(1,1);A.src=h.Da+l;var p=2==z?function(){}:x||function(){};A.onload=p}if(1==z||2==z){var u=new Image(1,1);u.src=("https:"==B.protocol?c.mc:c.lc)+l+"&utmac="+s+"&utmcc="+a.wc(q,f);u.onload=x||function(){}}}}o.La(g.join("."));o.Pa()};a.wc=function(l,s){var q=[],f=[c.r,c.X,c.na,c.oa],n,w=l[c.m],x;for(n=0;n0)for(l=0;l9?l.F(F,I+1)*1:0;e++;G=0==G?1:G;p.Xb([v,k.ja,G,e,i.ka()].join("."));p.Ra();return"&utmcn=1"}else return"&utmcr=1"}};_gat.n.s=function(d,a,c,h,o,k,l){var s=this;s.v=d;s.ia=a;s.ra=c;s.L=h;s.da=o;s.R=k;s.vb=l};_gat.n.s.prototype.ka= -function(){var d=this,a=_gat,c=[],h=[[a.Wa,d.v],[a.Ya,d.ia],[a.$a,d.ra],[a.Ua,d.L],[a.Xa,d.da],[a.Za,d.R],[a.Va,d.vb]],o,k;if(d.Fa())for(o=0;o-1}function p(b, -e,j){if(o(b)||o(e)||o(j))return"-";var t=s(b,c.r+a.f+".",e),v;if(!o(t)){v=f(t,".");v[5]=v[5]?v[5]*1+1:1;v[3]=v[4];v[4]=j;t=v.join(".")}return t}function u(){return"file:"!=a.a[n].protocol&&A()}function m(b){if(!b||""==b)return"";while(c.Lb(b.charAt(0)))b=l(b,1);while(c.Lb(b.charAt(b[w]-1)))b=l(b,0,b[w]-1);return b}function r(b,e,j){if(!o(b())){e(c.J(b()));if(!q(b(),";"))j()}}function i(b){var e,j=""!=b&&a.a[n].host!=b;if(j)for(e=0;e=0&&j<=8?"0":("["==b.charAt(0)&&"]"==b.charAt(b[w]-1)?"-":b)}return b};a.Ia=function(b){var e="",j=a.a;e+=a.aa?a.aa.Xc():"";e+=g.qa?a.rb:"";e+=g.ta&&!o(j.title)?"&utmdt="+c.d(j.title):"";e+="&utmhid="+c.uc()+"&utmr="+a.va+"&utmp="+a.Tc(b);return e};a.Tc=function(b){var e=a.a[n];b=h!=b&&""!=b?c.d(b,true):c.d(e.pathname+unescape(e.search),true);return b};a.$c= -function(b){if(a.Q()){var e="";if(a.l!=h&&a.l.N().length>0)e+="&utme="+c.d(a.l.N());e+=a.Ia(b);x.O(e,a.H,a.a,a.f)}};a.qc=function(){var b=new c.Y(a.a,g);return b.Ha(a.f)?b.Wc():h};a._getLinkerUrl=function(b,e){var j=f(b,"#"),t=b,v=a.qc();if(v)if(e&&1>=j[w])t+="#"+v;else if(!e||1>=j[w])if(1>=j[w])t+=(q(b,"?")?"&":"?")+v;else t=j[0]+(q(b,"?")?"&":"?")+v+"#"+j[1];return t};a.Zb=function(){var b;if(a.A&&a.A[w]>=10&&!q(a.A,"=")){a.u.Uc(a.A);a.u.cd();c._gasoDomain=g.g;c._gasoCPath=g.p;b=a.a.createElement("script"); -b.type="text/javascript";b.id="_gasojs";b.src="https://www.google.com/analytics/reporting/overlay_js?gaso="+a.A+"&"+c.wa();a.a.getElementsByTagName("head")[0].appendChild(b)}};a.Jc=function(){var b=a.a[c.m],e=a.ja,j=a.u,t=a.f+"",v=a.e,y=v?v.gaGlobal:h,E,F=q(b,c.r+t+"."),I=q(b,c.W+t),G=q(b,c.ma+t),C,D=[],H="",K=false,J;b=o(b)?"":b;if(g.I){E=c.Db(a.a[n]);if(g.pa&&!o(E))H=E+"&";H+=a.a[n].search;if(!o(H)&&q(H,c.r)){j.Rc(H);if(!j.Jb())j.pc();C=j.ya()}r(j.Ba,j.Wb,j.fc);r(j.Aa,j.Na,j.Qa)}if(!o(C))if(o(j.K())|| -o(j.za())){C=p(H,"&",e);a.M=true}else{D=f(j.K(),".");t=D[0]}else if(F)if(!I||!G){C=p(b,";",e);a.M=true}else{C=s(b,c.r+t+".",";");D=f(s(b,c.W+t,";"),".")}else{C=[t,c.Gc(),e,e,e,1].join(".");a.M=true;K=true}C=f(C,".");if(v&&y&&y.dh==t){C[4]=y.sid?y.sid:C[4];if(K){C[3]=y.sid?y.sid:C[4];if(y.vid){J=f(y.vid,".");C[1]=J[0];C[2]=J[1]}}}j.Ub(C.join("."));D[0]=t;D[1]=D[1]?D[1]:0;D[2]=undefined!=D[2]?D[2]:g.Yc;D[3]=D[3]?D[3]:C[4];j.La(D.join("."));j.Vb(t);if(!o(j.Hc()))j.Ma(j.t());j.dc();j.Pa();j.ec()};a.Lc= -function(){x=new c.jc(g)};a._initData=function(){var b;if(!z){a.Lc();a.f=a.Bc();a.u=new c.Y(a.a,g)}if(u())a.Jc();if(!z){if(u()){a.va=a.tc(a.Ac(),a.a.domain);if(g.sa){a.aa=new c.gc(g.ua);a.aa.xc()}if(g.qa){b=new c.n(a.f,a.a,a.va,a.ja,g);a.rb=b.yc(a.u,a.M)}}a.l=new c.Z;a.Ab=new c.Z;z=true}if(!c.Hb)a.Mc()};a._visitCode=function(){a._initData();var b=s(a.a[c.m],c.r+a.f+".",";"),e=f(b,".");return e[w]<4?"":e[1]};a._cookiePathCopy=function(b){a._initData();if(a.u)a.u.bd(a.f,b)};a.Mc=function(){var b=a.a[n].hash, -e;e=b&&""!=b&&0==k(b,"#gaso=")?s(b,"gaso=","&"):s(a.a[c.m],c.Sa,";");if(e[w]>=10){a.A=e;if(a.e.addEventListener)a.e.addEventListener("load",a.Zb,false);else a.e.attachEvent("onload",a.Zb)}c.Hb=true};a.Q=function(){return a._visitCode()%10000 .searchBG { - height: 22px !important; - width: 475px !important; -} - -.search_bar .search_box { - border: solid 1px #274E74; - background: transparent; -} - -.search_bar .options { - position: absolute; - width: 260px; - left: 18px; - top: 56px; -} - -.lanaguage_select_box { - margin-right: 10px; -} - -.options select { - vertical-align: top; - width: 112px; - font-size: 11px; -} - -.options .info_bubble { - position: relative; - top: 1px; - padding: 0; - left: 3px; -} - -.options .info_bubble img { - border: 0px; -} - -.search_button_container { - position: absolute; - left: 470px; - top: 16px; -} - -.search_button { - cursor: pointer; - width: 85px; - height: 29px; - background-image: url(http://www.koders.com/media/images/homepage/search_button.gif); - background-position:-10px top; - display: block; - border: none; - float: left; - margin-top: 0px; -} - -.search_button_hover { - cursor: pointer; - border: none; - width: 85px; - height: 29px; - background-image: url(http://www.koders.com/media/images/homepage/search_button.gif); - background-position:-10px -29px; - display: block; - float: left; - margin-top: 0px; -} - -.search_button_downarrow { - width:23px; - height:29px; - background-image: url(http://www.koders.com/media/images/homepage/search_button_extender.gif); - display:block; - float:left; - margin-left:-12px; -} - -.search_button_downarrow:hover { - background-position:0 -29px; -} - -.search_button:hover { - background-position:0 -29px; -} - -.search_button_extender { - width: 23px; - height: 29px; - background-image: url(http://www.koders.com/media/images/homepage/search_button_extender.gif); - display: block; - cursor: pointer; - margin-top: 0px; - float: left; -} - -.search_button_extender span { - display: none; -} - -.search_button_extender:hover { - background-image: url(http://www.koders.com/media/images/homepage/search_button_extender_oo.gif); -} - -.search_bar .search_button:hover { - background-image: url(http://www.koders.com/media/images/homepage/search_button_oo.gif); -} - - -.search_examples table td { - padding: 8px; -} - -.clear { - overflow: hidden; - width: 100%; -} - -.helper_text { - color: #585858; - font-family: Arial, Garuda, Freesans; - font-size: 12px; - text-align: center; - padding-left: 3px; - padding-right: 3px; - margin-top: 10px; - position: relative; - height: 50px; - display: block; -} - -.helper_text strong { - color: #366BA0; -} - - -#footer_wrapper { - text-align: center; - width: 100%; - height: 80px; - margin: -80px auto 0; - /*top: -80px;*/ - position: relative; -} - -body.results .content_wrapper -{ - height: auto; -} - -body.results #footer_wrapper -{ - margin-top: 0px; -} - -#ft { - height:80px; - font-size:12px; - font-family: Verdana, Kalimati; - position:relative; -} - -#footer { - border-top: solid 1px #DBDBDB; - width: 615px; - text-align:center; - color: #acacac; - padding-top: 17px; - margin: 0 auto 0 auto; - clear:both; -} - -#footer .row_2 { - font-family: Arial, Garuda, Freesans; - width: 605px; - margin: 15px auto 0 auto; - -} - - -#footer .copy { - float: left; - clear: left; - display: block; -} - -#footer .feed { - float: right; - clear: right; - display: block; - vertical-align: middle; - line-height: 16px; - margin-top: -1px; -} - -#footer .feed a, #footer .feed a:hover { - color: #CE4900; - height: 16px; - line-height: 16px; -} - -#footer .feed img { - margin: 0px; - padding: 0px; - margin-top: -3px; - vertical-align: middle; -} - -#footer a { - color: #4c4c4c; - text-decoration: none; -} - -#footer a:hover { - color: #336699; - text-decoration: underline -} - - -.more_wrapper { - text-align: center; -} - -.more { - margin-left: auto; - margin-right: auto; - width: 590px; - clear: both; - overflow: hidden; - text-align: left; - position:relative; - margin-top: -10px; - color: #585858; -} - -.more .top { - height: 32px; - background-image: url(http://www.koders.com/media/images/homepage/more_top.gif); - background-repeat: no-repeat; - background-position: 0px 24px; - position: relative; - overflow: hidden; - z-index: 7000; -} - -.more .tab_strip { - position: absolute; - width:289px; - right: 9px; - overflow: hidden; -} - -.more .content { - width: 100%; - min-height:270px; - height: auto; - background-image: url(http://www.koders.com/media/images/homepage/more_bottom.gif); - background-position: left bottom; - overflow: hidden; -} - - -* html .more .content { - height:270px; -} - - -body.no-results .more .content { - min-height:0px; -} - -* html body.no-results .more .content { - height:auto; -} - -.welcome_content { - height:auto; -} - -.welcome_content iframe { - width:97%; - border:0; - height:250px; - margin-bottom:10px; - margin-left:10px; - overflow:hidden; -} - -.search_examples_content { - display:none; -} - -.search_examples_content table td { - font-size:11px; - padding:8px; -} - -.search_examples_content table { - margin:8px; - width:100%; -} - -.search_examples_content p { - margin:0px; -} - -.featured_content { - height:auto; -} - -.featured_content iframe { - width:97%; - border:0; - height:250px; - margin-bottom:10px; - margin-left:10px; - overflow:hidden; -} - - -.tab_strip span { - display: none; -} - -.welcome_tab_off { - background-image: url(http://www.koders.com/media/images/homepage/welcome_tab_off.gif); - height: 27px; - width: 87px; - display: block; - float: right; - cursor: pointer; -} - -.welcome_tab_off_alt { - background-image: url(http://www.koders.com/media/images/homepage/welcome_tab_off_2.gif); - height: 27px; - width: 87px; - display: block; - float: right; - cursor: pointer; -} - -.welcome_tab_on { - background-image: url(http://www.koders.com/media/images/homepage/welcome_tab.gif); - height: 27px; - width: 87px; - display: block; - float: right; - cursor: pointer; -} - -.welcome_tab_on span, .welcome_tab_off span { - display: none; -} - -.search_examples_tab_on { - background-image: url(http://www.koders.com/media/images/homepage/search_examples_tab_on.gif); - height: 27px; - width: 122px; - display: block; - float: right; - cursor:pointer; -} - -.search_examples_tab_off { - background-image: url(http://www.koders.com/media/images/homepage/search_examples_tab_off_1.gif); - height: 27px; - width: 122px; - display: block; - float: right; - cursor:pointer; -} - -.search_examples_tab_off_alt { - background-image: url(http://www.koders.com/media/images/homepage/search_examples_tab_off_2.gif); - height: 27px; - width: 122px; - display: block; - float: right; - cursor:pointer; -} - -.search_examples_tab_on span, .search_examples_tab_off span { - display: none; -} - -.featured_tab_on { - background-image: url(http://media.blackducksoftware.com/koders/bds/featured_tab_on.gif); - height: 27px; - width: 80px; - display: block; - float: right; - cursor:pointer; -} - -.featured_tab_off { - background-image: url(http://media.blackducksoftware.com/koders/bds/featured_tab_off.gif); - height: 27px; - width: 80px; - display: block; - float: right; - cursor:pointer; -} - -.featured_tab_on span, .featured_tab_off span { - display: none; -} - -.results .bottom_spacer{ - display: none; -} - -.bottom_spacer { - height:100px; -} - -.topToolbarInner a { - text-decoration:none !important; -} - - -#search-examples td -{ - vertical-align:top; -} - -#search-examples label -{ - font-weight: bold; - white-space: nowrap; -} - -#teamstatus_wrapper * -{ - padding:5px; - padding-left:0px; -} - - -#search-examples-old td -{ - padding:5px; -} - -#search-table-old td -{ - padding:2px; -} - -body.home div.error-pane -{ - margin: auto; - width: 390px; -} - -.no-results -{ - padding-top: 10px; - text-align: center; -} - -body.no-results { - padding-top:0; -} - -.no-results span.error_message -{ - display: block; - margin-bottom: 15px; -} - -.no-results label -{ - font-size: .9em; -} - -.no-results ul -{ - list-style-type: disc; - padding-left: 20px; - margin-top: 10px; -} - -.no-results ul li -{ -} - -.no-results .error-pane { - margin:0; - padding:0; - width:auto !important; -} - -.no-results .error-pane .more .content { - padding:10px; - padding-left:20px; -} - -.no-results .error-pane label { - font-size:12px; - font-weight:bold; -} - -.no-results .error_message { - margin-bottom:10px; -} - -#search-scope -{ - margin: 10px auto 0 auto; - min-height: 50px; -} diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/info_16.gif b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/info_16.gif deleted file mode 100644 index 456139e..0000000 Binary files a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/info_16.gif and /dev/null differ diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/js.js b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/js.js deleted file mode 100644 index 4b9a95e..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/js.js +++ /dev/null @@ -1,25 +0,0 @@ -Type.registerNamespace('Koders.WebServices'); -Koders.WebServices.MailingListService=function() { -Koders.WebServices.MailingListService.initializeBase(this); -this._timeout = 0; -this._userContext = null; -this._succeeded = null; -this._failed = null; -} -Koders.WebServices.MailingListService.prototype={ -AddToMailingList:function(email,name,source,succeededCallback, failedCallback, userContext) { -return this._invoke(Koders.WebServices.MailingListService.get_path(), 'AddToMailingList',false,{email:email,name:name,source:source},succeededCallback,failedCallback,userContext); }} -Koders.WebServices.MailingListService.registerClass('Koders.WebServices.MailingListService',Sys.Net.WebServiceProxy); -Koders.WebServices.MailingListService._staticInstance = new Koders.WebServices.MailingListService(); -Koders.WebServices.MailingListService.set_path = function(value) { Koders.WebServices.MailingListService._staticInstance._path = value; } -Koders.WebServices.MailingListService.get_path = function() { return Koders.WebServices.MailingListService._staticInstance._path; } -Koders.WebServices.MailingListService.set_timeout = function(value) { Koders.WebServices.MailingListService._staticInstance._timeout = value; } -Koders.WebServices.MailingListService.get_timeout = function() { return Koders.WebServices.MailingListService._staticInstance._timeout; } -Koders.WebServices.MailingListService.set_defaultUserContext = function(value) { Koders.WebServices.MailingListService._staticInstance._userContext = value; } -Koders.WebServices.MailingListService.get_defaultUserContext = function() { return Koders.WebServices.MailingListService._staticInstance._userContext; } -Koders.WebServices.MailingListService.set_defaultSucceededCallback = function(value) { Koders.WebServices.MailingListService._staticInstance._succeeded = value; } -Koders.WebServices.MailingListService.get_defaultSucceededCallback = function() { return Koders.WebServices.MailingListService._staticInstance._succeeded; } -Koders.WebServices.MailingListService.set_defaultFailedCallback = function(value) { Koders.WebServices.MailingListService._staticInstance._failed = value; } -Koders.WebServices.MailingListService.get_defaultFailedCallback = function() { return Koders.WebServices.MailingListService._staticInstance._failed; } -Koders.WebServices.MailingListService.set_path("/ws/1.0/account/mailinglist/default.asmx"); -Koders.WebServices.MailingListService.AddToMailingList= function(email,name,source,onSuccess,onFailed,userContext) {Koders.WebServices.MailingListService._staticInstance.AddToMailingList(email,name,source,onSuccess,onFailed,userContext); } diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/koders.css b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/koders.css deleted file mode 100644 index 8807171..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/koders.css +++ /dev/null @@ -1,209 +0,0 @@ -/* plugins page: info.aspx?c=tools */ -#plugin_downloads -{ - margin-top: 10px; - width: 400px; - /*margin-left: 100px;*/ -} - - -#plugin_downloads .header -{ - background-color: lightsteelblue; - color: White; - font-weight: bold; - /*font-size: 10pt;*/ - border-bottom: 2px solid white; - border-right: 2px solid white; -} - - -#plugin_downloads .p_name -{ - /*color: darkblue;*/ - font-weight: bold; -} - -.languages -{ - font-size: smaller; - color: Gray; -} - -#tblDownloads -{ - - border: 1px solid steelblue; - background-color: whitesmoke; - /*margin-left: 140px;*/ - margin-top: 10px; - padding: 10px; - width: 300px; - margin-left: 20px; - /*margin-right: 20px;*/ -} - -#tblDownloads th -{ - border-bottom: 1px solid lightsteelblue; -} - -#plugin_downloads td -{ - vertical-align: top; - padding: 5px; -} - - -/* MyAccount::DashBoard */ -#DashBoard -{ -} - -#DashBoard .dbRight -{ -} - -#DashBoard .dbRight P -{ - /* TODO: needed? */ - MARGIN: 10px; -} - -#DashBoard .dbRight OL -{ -} - -#DashBoard .dbRight div -{ - -} - -#widgetColumn -{ - MARGIN-TOP: 10px; - FLOAT: right; - /*border: 1px solid black;*/ - width: 400px; -} - - -/* MyAccount::DashBoard::Widgets */ -.DashboardWidgetContent -{ - margin-left: 25px; -} - -.widget_spacing -{ - margin-top: 0px; - padding: 0px; -} - -/* MyAccount.DashBoard.Widgets.Downloads */ - -#widget_Downloads -{ - margin-left: 20px; -} - -#widget_Downloads tr td -{ - vertical-align: middle; -} - - - - -UL.toolsMenu -{ - WIDTH: 180px -} - -.toolsSection -{ - MARGIN-BOTTOM: 30px -} - -.toolsSection DIV -{ - WIDTH: 600px -} - -.toolsSubSection P A -{ - MARGIN-LEFT: 15px -} - -.toolsSubSection P IMG -{ - MARGIN-TOP: 10px; - MARGIN-LEFT: 15px -} - -#tools_ascx_content fieldset -{ - margin-bottom: 20px; - padding: 10px; - border: 1px solid darkblue; -} - -#tools_ascx_content fieldset legend -{ - border: #336699 solid 4px; - padding-left: 8px; - padding-right: 16px; - background-color: #336699; - color: #ffffff; - text-align: center; -/* font-weight: bold; */ - font-size: 12px; - display: inline; - - margin-bottom: 10px; -} - - -ul.tools -{ - list-style-type: disc; - margin-left: 50px; -} - -li.tool_li -{ - font-weight: bold; - -} - -#plugin_screenshots -{ - text-align: center; - margin-left: 50px; -} - -#plugin_screenshots .caption -{ - color: #777777; - font-size: 10px; -} - -#plugin_demo_section -{ - margin-top: 10px; - margin-bottom: 10px; -} - -#plugin_demo -{ - float: right; - margin-right: 50px; - vertical-align: top; -} - -.section_heading -{ - font-weight: bold; - margin-bottom: 10px; - display: block; -} diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/logo_med_tag_bd.gif b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/logo_med_tag_bd.gif deleted file mode 100644 index ec4b3cb..0000000 Binary files a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/logo_med_tag_bd.gif and /dev/null differ diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/rss_sm.gif b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/rss_sm.gif deleted file mode 100644 index c6f9b7b..0000000 Binary files a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/rss_sm.gif and /dev/null differ diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/styles.css b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/styles.css deleted file mode 100644 index 030bf3f..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/styles.css +++ /dev/null @@ -1,1063 +0,0 @@ -body { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - padding: 0px; - margin: 0px; - background-color: White; -} - -.license_detail_table { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; -} - -.grayborder { - border: 1px solid gainsboro; -} -.blackborder { - border: 1px solid black; -} -.redborder { - border: 1px solid red; -} - -.licenseWarningMessage { -} - -.licenseErrorMessage { - color: Red; -} - -.licstyle2 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; -} - -.licstyle3 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #FFFFFF; -} - -.licstyle5 { - font-size: 12px; - color: #000000; - font-family: Verdana, Arial, Helvetica, sans-serif; -} - -.licstyle7 { - color: #FFFFFF; - font-weight: bold; -} - -.licstyle9 { - font-size: 14px; -} - -.style7 { - color: #2966CC; - font-size: 14px; - text-align: left; -} - -.examplesBox { - background-color: #F5F7FA; - padding-left: 10px; - padding-top: 10px; - padding-bottom: 10px; - line-height: 18px; -} - -img { - border: 0; -} - -/* This is a workaround for the Mozilla rendering bug. Case #43*/ -table { - border-color: White; -} - -p, td, textbox, select, input, li { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; -} - -td { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - vertical-align: top; -} - -th { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - line-height: 12px; -} - -acronym { - cursor: help; - border-bottom: 1px dotted #000; -} - -.textblock { - width: 500px; -} - -.tbSearch { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - width: 300px; - vertical-align: middle; -} - -.kvSearchBox{ - width: 176px; - position: relative; - top: -1px; -} - -.tbSearchSmall { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - width: 200px; -} - -.normal { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - line-height: 16px; -} - -.heading2 { - font-family: Verdana, Helvetica, sans-serif; - font-size: 20px; - font-weight: bold; - line-height: 30px; - clear: left; -} - -.heading3 { - font-family: Verdana, Helvetica, sans-serif; - font-size: 14px; - font-weight: bold; - line-height: 22px; - clear: left; -} - -h3 { - font-family: Verdana, Helvetica, sans-serif; - font-size: 14px; - font-weight: bold; - line-height: 22px; - clear: left; -} - -legend { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #4a6184; -} - -#Homepage_Promo { - font-size: larger; - font-weight: bolder; -} - -#Homepage_Promo a { - color: #333399; -} - -.block_header { - border-top: solid 2px lightsteelblue; - padding: 0px 0px 2px 0px; - background-color: #F5F5F5; - font-family: Verdana, Helvetica, sans-serif; - font-size: 12px; - font-weight: normal; -} - -.results_summary { - text-align: right; - border-top: solid 2px lightsteelblue; - padding: 0px 0px 2px 8px; - background-color: #F5F5F5; - font-family: Verdana, Helvetica, sans-serif; - font-size: 12px; - font-weight: normal; -} - -.snippet { - font-size: 9pt; - line-height: 10.5pt; - height: 60pt; - padding: 2px; - margin-top: 2px; - margin-bottom: 2px; - border: 2px solid lightsteelblue; - background-color: #eeeeee; - overflow: auto; -} - -.snippet pre { - float: left; - margin: 0; -} - -.error_message { - color: Red; /*font-weight: bold;*/ -} - -.error { - color: Red; -} - -A.results_header:link, A.results_header:active, A.results_header:hover { - font-size: 18px; - font-family: Lucida Sans, Tahoma, Arial, Sans-Serif; - font-weight: bold; - line-height: 24px; - text-decoration: none; - color: Navy; -} - -A.results_header:visited { - font-size: 18px; - font-family: Lucida Sans, Tahoma, Arial, Sans-Serif; - text-decoration: none; - font-weight: bold; - color: Purple; - line-height: 24px; -} - -.footer { - font-size: 10px; - font-family: Tahoma, Arial, Sans-Serif; - color: #333333; -} - -.code { - font-family: Courier; - font-size: 11px; - font-weight: normal; - line-height: 12px; -} - -A:link { - text-decoration: none; -} - -A:visited { - text-decoration: none; -} - -A:active { - text-decoration: none; -} - -A:hover { - text-decoration: underline; -} - -/* these styles are for KodeShare */ -.c { - color: Green; -} - -.str { - color: Red; -} - -.k { - color: Blue; -} - -.r { - color: Black; -} - -.s0 { - color: black; - background-color: yellow; -} - -.s1 { - color: black; - background-color: #00FFFF; -} - -.s2 { - color: black; - background-color: Lime; -} - -.s3 { - color: black; - background-color: purple; -} - -.s4 { - color: black; - background-color: teal; -} - -.s5 { - color: black; - background-color: yellow; -} - -.s6 { - color: black; - background-color: yellow; -} - -.s7 { - color: black; - background-color: yellow; -} - -.s8 { - color: black; - background-color: yellow; -} - -.s9 { - color: black; - background-color: yellow; -} - -.info_panel { - border-top: solid 4px #336699; - border-bottom: solid 1px #cccccc; - background-color: #F5F5F5; - padding: 0px; -} - -.kodeviewer_info_panel { - border-top: solid 4px #336699; - border-bottom: solid 1px #cccccc; - background-color: #F5F5F5; - padding: 0px; - padding-left: 8px; -} - -.PureLanguage { - font-weight: bold; - text-align: center; - margin-bottom: 10px; -} - -#SiteToolbar a { - color: #333399; -} - -.toolbar_tip { - position:absolute; - right:366px; - font-size:11px; - height:17px; - line-height:17px; - margin-top:1px; -} - -.toolbar_tip img { - float:left; - margin-top:1px; - margin-right:1px; -} - -.toolbar_button { - border-right: gray thin ridge; - padding-right: 10px; - border-top: gray thin ridge; - padding-left: 10pt; - padding-bottom: 5px; - border-left: gray thin ridge; - width: 48px; - padding-top: 5px; - border-bottom: gray thin ridge; - height: 48px; - text-align: center; -} - -.toolbar_corner { - background-position: left bottom; - background-image: 'url( "../../images/gray-white-vgrad.png" )'; /*url(images/gray-white-vgrad.png); */ - background-repeat: repeat-x; -} - -.toolbar2 { - /*PADDING-RIGHT: 16px; */ - background-position: left bottom; /*PADDING-LEFT: 16px; */ - background-image: 'url( "../../images/gray-white-vgrad.png" )'; - border-bottom: #cccccc 1px solid; - background-repeat: repeat-x; -} - -.score_panel { - border-right: gray thin outset; - padding-right: 10px; - border-top: gray thin outset; - padding-left: 10pt; - padding-bottom: 5px; - border-left: gray thin outset; - padding-top: 5px; - border-bottom: gray thin outset; - background-color: Yellow; -} - -.quote { - font-family: Georgia, "Times New Roman" , Times, serif; - font-style: italic; - font-weight: normal; -} - -.quote_signature { - font-family: Georgia, "Times New Roman" , Times, serif; - font-weight: bold; - text-align: right; -} - - -/* Used by the Project Viewer*/ -.pexp_table { - border-right: gray 1px solid; - border-top: gray 1px solid; - border-left: gray 1px solid; - border-bottom: gray 1px solid; - font-family: Tahoma, Arial; - border-collapse: collapse; -} -.pexp_header { - border-right: gray 1px solid; - border-top: gray 0px solid; - padding-right: 3px; - padding-left: 3px; - font-weight: bold; - padding-bottom: 1px; - border-left: gray 0px solid; - padding-top: 1px; - border-bottom: gray 1px solid; - font-family: Tahoma, Arial; - text-align: center; - background-color: #F5F5F5; -} - -.pexp_folders { - border-right: #000000 1px solid; - padding-top: 4px; - padding-left: 4px; - padding-right: 0px; - padding-bottom: 0px; - vertical-align: top; - line-height: 120%; - background-color: #F5F5F5; -} - -.pexp_files { - padding-right: 2px; - padding-left: 2px; - padding-bottom: 1px; - padding-top: 1px; - vertical-align: top; - line-height: 120%; - background-color: white; -} - -.paginator { - padding: 2px 6px; - font: 11px Arial, Helvetica, sans-serif; -} - -.paginator a, .pageList .this-page { - padding: 2px 6px; - border-left: solid 1px #ddd; - border-right: solid 1px #ddd; - text-decoration: none; -} - -.paginator span { - padding: 2px 6px; -} - -.paginator .break { - padding: 2px 6px; - border: none; - text-decoration: none; -} - -.paginator .end { - padding: 2px 6px; - border: solid 2px #ddd; -} - -.paginator .this-page { - padding: 2px 6px; - border-color: #999; - font-weight: bold; -} - -.paginator a:hover { - color: #fff; - background: #0063DC; - border-color: #036; - text-decoration: none; -} - -/* FormField Default Styles */ -.ffLabel { - width: 100px; - margin-left: 4px; /*position: static;*/ /*margin-bottom: 4px;*/ - float: left; - display: block; -} - -.ffLabelLong { - width: 150px; - margin-left: 4px; /*position: static;*/ /*margin-bottom: 4px;*/ - float: left; - display: block; -} - -.ffInput { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - margin-bottom: 2px; -} - -.ffInputShort { - font-family: Verdana, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - width: 48px; -} - -.ffError { - font-size: 10px; - color: Red; -} - -.floatLeft { - position: absolute; - direction: rtl; - right: 20px; -} - -/* stuff for the obout tree view */ -.pointerhand { - cursor: pointer; -} - -.chart_title { - border: #336699 solid 4px; - padding-left: 8px; - padding-right: 16px; - background-color: #336699; - color: #ffffff; - text-align: center; - font-weight: bold; - font-size: 13px; - display: inline; -} - -.results_title { - padding-bottom: 2px; - padding-left: 8px; - padding-right: 12px; - background-color: #B0C4DE; - color: #000000; - text-align: center; - font-weight: bold; -} - -#ProjectDirectory { - margin-left: 50px; -} - -#ProjectDirectory h1 { - margin-bottom: 0px; - font-size: 14px; - font-weight: bold; - margin-top: 20px; -} - -#ProjectDirectory span { - margin-left: 20px; -} - -.SidePadding { - padding-left: 20px; - padding-right: 20px; -} - -.SideMargins { - margin-left: 20px; - margin-right: 20px; -} - -.LOCHomePageTag { - margin-top: 10px; - font-size: 13px; - font-weight: bold; -} - -.InfoPage { - margin-left: 50px; -} - -sup { - color: red; -} - - -ul { - list-style-type: none; - list-style: none; - margin: 0; - padding: 0; -} - -ul.ulist1 { - list-style-type: disc; - margin-left: 20px; -} - -ul.NavUL { - margin-left: 15px; - width: 175px; -} - -/* second level ul2 */ -ul.ul2 { - margin-left: 20px; - margin-top: 5px; -} - -ul.SubscriptionFeatures { - margin-top: 10px; - margin-left: 36px; - list-style-type: disc; -} - -LI { - padding-bottom: 7px; -} - -.LeftNavBorder { - border-right: #dddddd 1px solid; - text-align: left; - vertical-align: top; -} - -.LabsControl { - padding-left: 40px; -} - -.MyAccountControl { - margin-left: 40px; -} - -.MyAccountControl div { - /* background-color: ; */ -} - -.MyAccountControl div div { - margin-left: 20px; /* background-color: Yellow; */ -} - -fieldset { - margin-bottom: 10px; -} - -.MACInner { - margin-left: 20px; -} - -#MyAccountLayout { - /*border: 1px solid black;*/ - width: 100%; -} - -#MyAccountMenuCSS { - border-right: #dddddd 1px solid; - text-align: left; - vertical-align: top; - width: 150px; -} - -#MADashboard { - /*border: 1px solid black;*/ -} - -#InfoPageContent div div { - margin-left: 20px; - width: 500px; -} - -div.notice { - border: 2px solid lightsteelblue; - background-color: #F5F5F5; - padding: 5px; - width: 500px; - text-align: left; -} - -#SubscriptionForm, #SubscriptionFeatures { - width: 500px; /* border: 1px solid black; */ -} - -#SubscriptionForm fieldset { - padding:10px; -} - -.SubscriptionFormButton { - float: right; -} - -#PaymentReceipt { - /*MARGIN-LEFT: 50px */ - margin-top: 50px; - margin-bottom: 50px; -} - -/* order form */ -#OFContent { - margin-bottom: 100px; -} - -.FilterLevel1 { - margin-top: 5px; - background-color: #F5F5F5; - border: 1px solid #B0C4DE; - width: 500px; - padding: 10px; -} - -/* Reports */ -.ReportTable { - color: #333; - background-color: white; - border: solid 1px #ccc; - border-bottom: solid 1px #bbb; - border-collapse: collapse; - margin-top: 5px; - margin-bottom: 5px; - width: 98%; - margin: 5px; -} - -.ReportTable tr td { - padding: 4px; - border: solid 1px #ccc; -} - -.ReportContents { - position: relative; - padding: 5px !important; - border: 0px !important; - clear: both; - overflow: hidden; -} - -#IEroot .ReportContents { - margin: 4px !important; - margin-bottom: 6px; - width: 100%; - border: 0px !important; - padding: 5px; -} - -.DataGridHeader { -} - -.DataGridHeader td { - background-color: #e6e6e6; - color: #222; - font-weight: bold !important; -} - -.DataGridHeader { - color: #333; - background-color: white; - border: solid 1px #ccc; - border-bottom: solid 1px #bbb; - border-collapse: collapse; - margin: 5px; -} - -.DataGridItem td { - padding: 5px; - border-top: solid 1px #ccc; - color: #333; - background-color: #fdfdfd; -} - -.DataGridAlternateItem td { - padding: 5px; - border-top: solid 1px #ccc; - background-color: #fafafa; - color: #333; -} - -.DataGridHighlight td { - background-color: #DEEFFF; - color: #336699; - background-position: 0px -20px; - background-repeat: repeat-x; - color: black; -} - -.report_nav { - border-top: solid 4px #336699; - border-bottom: solid 1px #cccccc; - background-color: #F5F5F5; - padding: 0px; - position: relative; -} - -.report_nav a { - color: #222; - padding-top: 5px; - padding-bottom: 5px; - display: block; - border-bottom: solid 1px #eee; -} - -.report_nav br { - height: 1px; - overflow: hidden; - display: none; -} - -a.toolbarLink, .toolbar2 a { - text-decoration: none; - color: black; - font-weight: bold; - padding: 0 2px 0 2px; -} - -a.toolbarLink:hover, .toolbar2 a:hover { - text-decoration: none; - background: #ddd; - color: #114477; -} - -.loggedEmailDiv { - position: absolute; - right: 2px; - width: 300px; - text-align: right; - top: 38px; - font-size: 10px; - background: white; -} - -.trialUpgradeA { - color: Red; - font-weight: bold; -} - -img.dojoComboBox { - display: none !important; -} - -input.dojoComboBox { - border: 1px inset #afafaf !important; -} - -.warningDiv { - background-color: #FFFFCC; - border: 1px dotted #CCCCCC; - padding: 9px; -} - -/* Promo */ -#promoStatus { - display:block; - height:20px; - margin-top:5px; -} - -.upgrade-promotion .success { - color: #060; -} - -.promoLabelSpan { - float:left; - height:40px; - display:block; - padding-right:5px; -} - -.promoCodeTextBox { - border:solid 1px #336699; - padding:1px; -} - -/* Feedback Page */ -blockquote#feedback { - width:871px; -} - -#feedback #feeds_pane { - width:400px; - padding-left:20px; - border-left:solid 1px #ccc; - float:left; -} - -#feedback #feedback_pane { - width:430px; - padding-right:20px; - float:left; -} - -#feedback .recent_posts { - color:#000; - font-size:12px; - font-family:arial; - margin-bottom:40px; -} - -#feedback .recent_posts a { - color: #225588; - text-decoration:none; -} - -#feedback .recent_posts div { - margin-bottom:3px; -} - -#feedback .recent_posts a:hover { - color: #4477aa; - text-decoration:underline; -} - -#feedback .recent_posts h3 { - font-size:15px; - font-weight:bold; - padding:10px 0 0 0; - margin:0 0 0 0; -} - -.nm_type { - font-size: 10pt; - font-family: Tahoma, Arial; -} - -.namesp { - font-weight: bold; - font-size: 12pt; - font-family: Tahoma, Arial; -} - -.uml_type { - font-size: 8pt; - font-family: Tahoma, Arial; - padding: 3px; -} - -.uml_section { - border-top: gray 1px solid; - font-size: 8pt; - font-family: Tahoma, Arial; - background-color: #6495ED; - padding: 3px; -} - -.uml_item { - font-size: 8pt; - font-family: Tahoma, Arial; - padding: 3px; -} - -.entity { - font-weight: bold; - font-size: 10pt; - line-height: 12pt; - font-family: Tahoma, Arial; -} - -TH.entity { - font-weight: normal; - background-image: 'url( "../../images/blue-white-grad.PNG" )'; /*url(images/blue-white-grad.PNG); */ - background-repeat: repeat-y; -} - -.exp_header { - border-right: gray 1px solid; - border-top: gray 1px solid; - border-left: gray 1px solid; - border-bottom: gray 1px solid; - font-family: Tahoma, Arial; - background-color: #F5F5F5; - padding: 3px; -} - -.exp_items { - line-height: 110%; - padding: 3px; -} - -.kvHeaderLimiter{ - position: relative; width: 510px; -} - -.detailsTable td{ - padding: 5px; - padding-left: 10px; -} - -/* Tools/Plugins */ -#plugin_screenshots { - margin-left:0; - padding-left:0; - margin-top:15px; - margin-bottom:50px; - margin-left:30px !important; -} - -#plugin_screenshots td { - text-align:center; - vertical-align:middle; - margin-left:0; -} - -#plugin_screenshots td.c2 { - padding-left:30px; -} - -#plugin_demo { - background-image: url(http://koders.com/media/images/koders/smartsearch_bg.gif); - background-repeat: no-repeat; - padding:5px 6px 6px 6px; - width:320px; - float:none; -} - -#smartsearch_info { - margin-left:30px; -} - -#smartsearch_info td { - vertical-align:middle; -} - -#smartsearch_info td.c1 { - padding-right:20px; - text-align:center; -} - -.kodeViewerContDiv{ - padding: 0px 10px 0px 10px; -} diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-eclipse_icon.gif b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-eclipse_icon.gif deleted file mode 100644 index 238ca2e..0000000 Binary files a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-eclipse_icon.gif and /dev/null differ diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-visual_icon.gif b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-visual_icon.gif deleted file mode 100644 index 4803629..0000000 Binary files a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar-visual_icon.gif and /dev/null differ diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar.js b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar.js deleted file mode 100644 index b3fc224..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toolbar.js +++ /dev/null @@ -1,11 +0,0 @@ -var Toolbar = {} -Toolbar._onmouseover = function(ev){ - var l = ev.target || ev.srcElement; - if(l.className == "topToolbarButton") l.className = "topToolbarButtonHover"; -} -Toolbar._onmouseout = function(ev){ - var l = ev.target || ev.srcElement, to = ev.relatedTarget || ev.toElement; - while(l && l.className != "topToolbarButtonHover") l = l.parentNode; - while(to && to != l) to = to.parentNode; - if(l && l != to) l.className = "topToolbarButton"; -} \ No newline at end of file diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css deleted file mode 100644 index b6838c3..0000000 --- a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css +++ /dev/null @@ -1,139 +0,0 @@ -#topToolbars { - height: 34px; -} - -.topToolbar{ - float: right; - clear: both; - position: absolute; - background: url(http://media.blackducksoftware.com/koders/bds/blue_nav_bkgnd_bd.gif) left bottom repeat-x; - height: 17px; - font-size: 11px; - line-height: 17px; - font-family: verdana, tahoma, helvecia, arial; - vertical-align:middle; - font-weight: bold; - z-index:9999; -} - -.topToolbar font { - display:inline-block; - _cursor:hand; -} - -.topToolbarInner{ - height: 17px; - border-bottom: 1px solid #ccc; - float: left; -} - -div > .topToolbarInner{ - height: 17px; -} - -.topToolbarCorner{ - float: left; - width: 31px; - height: 17px; - background: url(http://media.blackducksoftware.com/koders/bds/blue-hex.gif); -} - -.topToolbar img, .topToolbar span{ - vertical-align: bottom; - border: 0; -} - -.topToolbar .topToolbarDownArrow { - font-size: 9px; - font-family: arial, helvecia, tahoma, verdana -} - -.topToolbarButtonHover, .topToolbarButton{ - display: block; - float: left; - color: White; - vertical-align: bottom; - padding: 2px 0px 2px 0px; - outline: none; - position: relative; - z-index: 1000; - line-height: 13px; - text-align: center; - cursor: pointer; -} - -.topToolbarButtonHover{ - text-decoration: none; - color: #114477; - background: #ddd; - cursor: default; -} - -.topToolbarPopup{ - position: absolute; - width:auto; - top: 17px; - left: 0px; - background: #FCFCFC; - border: 1px solid #ccc; - visibility: hidden; - display: none; - text-align:left; - z-index:9999; - -} - -.topToolbarButtonHover .topToolbarPopup{ - visibility: inherit; - display: block; -} - -.topToolbarPopup a { - color: black; - width:100%; - display: block; - height: 22px; - line-height: 22px; - font-weight: normal; - color: black; - padding-left: 20px; - padding-right:10px; - background: none; - cursor: pointer; - vertical-align:middle; - white-space:nowrap; -} -.topToolbarPopup a{ - width: auto; -} - -.topToolbarPopup a:hover{ background: #eee; } - -.topToolbarPopup a img{ - margin-left: 3px 0 0 -18px; - vertical-align: middle; - float:left; -} - -.topToolbar #proDownloadsPopup{ - width: 200px; left: -35px; -} -div > #proDownloadsPopup{ - left: -37px !important; -} - -.topToolbar #proHelpPopup{ - width: 170px; left: -105px; -} -div > #proHelpPopup{ - left: -107px !important; -} - -.topToolbar #proFeedbackPopup{ - width: 140px; -} - -.topToolbar a:hover { - text-decoration: none; - cursor: pointer; -} -- cgit v1.2.3-54-g00ecf