Skip to content

Commit b225463

Browse files
committed
moved the aspmvc samples to github repository
1 parent 742332e commit b225463

File tree

691 files changed

+141232
-60840
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

691 files changed

+141232
-60840
lines changed

App_Data/Data/RTLText.pdf

843 KB
Binary file not shown.

App_Data/PDF/InvoiceProductList.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Products>
3+
<ProductDetails>
4+
<Productid>CA-1098</Productid>
5+
<Product>AWC Logo Cap</Product>
6+
<Price>8.99</Price>
7+
<Quantity>2</Quantity>
8+
<Total>17.98</Total>
9+
</ProductDetails>
10+
<ProductDetails>
11+
<Productid>LJ-0192</Productid>
12+
<Product>Long-Sleeve Logo Jersey,M</Product>
13+
<Price>49.99</Price>
14+
<Quantity>3</Quantity>
15+
<Total>149.97</Total>
16+
</ProductDetails>
17+
<ProductDetails>
18+
<Productid>So-B909-M</Productid>
19+
<Product>Mountain Bike Socks,M</Product>
20+
<Price>9.5</Price>
21+
<Quantity>2</Quantity>
22+
<Total>19</Total>
23+
</ProductDetails>
24+
<ProductDetails>
25+
<Productid>LJ-0192</Productid>
26+
<Product>Long-Sleeve Logo Jersey,M</Product>
27+
<Price>49.99</Price>
28+
<Quantity>4</Quantity>
29+
<Total>199.96</Total>
30+
</ProductDetails>
31+
<ProductDetails>
32+
<Productid>FK-5136</Productid>
33+
<Product>ML Fork</Product>
34+
<Price>175.49</Price>
35+
<Quantity>6</Quantity>
36+
<Total>1052.94</Total>
37+
</ProductDetails>
38+
<ProductDetails>
39+
<Productid>HL-U509</Productid>
40+
<Product>Sports-100 Helmet,Black</Product>
41+
<Price>34.99</Price>
42+
<Quantity>1</Quantity>
43+
<Total>34.99</Total>
44+
</ProductDetails>
45+
</Products>

App_Data/XlsIO/CFTemplate.xlsx

642 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

Content/RichTextEditor/codemirror.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,16 @@
128128
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
129129
.cm-s-default .cm-comment {color: #a50;}
130130
.cm-s-default .cm-string {color: #a11;}
131+
.highcontrast .cm-s-default .cm-string {color: #ffd939;}
131132
.cm-s-default .cm-string-2 {color: #f50;}
132133
.cm-s-default .cm-meta {color: #555;}
133134
.cm-s-default .cm-qualifier {color: #555;}
134135
.cm-s-default .cm-builtin {color: #30a;}
135136
.cm-s-default .cm-bracket {color: #997;}
136137
.cm-s-default .cm-tag {color: #170;}
138+
.highcontrast .cm-s-default .cm-tag {color: #00ff00;}
137139
.cm-s-default .cm-attribute {color: #00c;}
140+
.highcontrast .cm-s-default .cm-attribute {color: #f00;}
138141
.cm-s-default .cm-hr {color: #999;}
139142
.cm-s-default .cm-link {color: #00c;}
140143

@@ -161,6 +164,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
161164
background: white;
162165
}
163166

167+
.highcontrast .CodeMirror {
168+
background: black;
169+
}
170+
164171
.CodeMirror-scroll {
165172
overflow: scroll !important; /* Things will break if this is overridden */
166173
/* 30px is the magic margin used to hide the element's real scrollbars */

0 commit comments

Comments
 (0)