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 */

Content/Site.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,17 @@
173173
content: '\e91b';
174174
}
175175

176+
.sb-icon-Back:before {
177+
content: '\e962';
178+
font-size: 17px;
179+
}
180+
181+
.sb-icons.sb-icon-Back {
182+
vertical-align: middle;
183+
display: table-cell;
184+
width: 17px;
185+
}
186+
176187
.sb-icons-plnkr:before {
177188
content: '\e911';
178189
}
@@ -823,6 +834,7 @@
823834
font-size: 18px;
824835
margin: 0px;
825836
font-weight: bold;
837+
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
826838
}
827839

828840
.sb-left-pane {
@@ -1944,4 +1956,4 @@ aside#left-sidebar {
19441956
}
19451957
.sb-icon-Currency:before {
19461958
content: '\e90b';
1947-
}
1959+
}
-60 Bytes
Binary file not shown.

Content/images/sb-icons/fonts/icons.svg

Lines changed: 2 additions & 1 deletion
Loading
-28 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.
4.17 KB
Loading

Content/images/treegrid/Canada.png

3.57 KB
Loading

Content/images/treegrid/Egypt.png

5.6 KB
Loading

Content/images/treegrid/Germany.png

1.19 KB
Loading

Content/images/treegrid/Greece.png

1.84 KB
Loading

Content/images/treegrid/Map.png

10.4 KB
Loading

Content/images/treegrid/USA.png

10.2 KB
Loading

Content/images/treegrid/__Normal.png

319 Bytes
Loading

Content/styles/bootstrap.css

Lines changed: 19157 additions & 14052 deletions
Large diffs are not rendered by default.

Content/styles/bootstrap4.css

Lines changed: 37773 additions & 0 deletions
Large diffs are not rendered by default.

Content/styles/fabric.css

Lines changed: 19129 additions & 14014 deletions
Large diffs are not rendered by default.
Lines changed: 92 additions & 0 deletions
Loading
Lines changed: 79 additions & 0 deletions
Loading
Lines changed: 76 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)