+ Create New +
+| + @Html.DisplayNameFor(model => model.VendorName) + | ++ @Html.DisplayNameFor(model => model.Version) + | ++ @Html.DisplayNameFor(model => model.ContentsB64) + | ++ |
|---|---|---|---|
| + @Html.DisplayFor(modelItem => item.VendorName) + | ++ @Html.DisplayFor(modelItem => item.Version) + | ++ @Html.DisplayFor(modelItem => item.ContentsB64) + | ++ Edit | + Details | + Delete + | +
| + @Html.DisplayFor(modelItem => Model.VendorName) + | ++ @Html.DisplayFor(modelItem => Model.ArtifactName) + | ++ @Html.DisplayFor(modelItem => Model.Version) + | ++ @Html.DisplayFor(modelItem => Model.ContentsB64) + | +
Berry's privacy policy is currently under construction.
diff --git a/Berry/BerryMVC/Views/Shared/Error.cshtml b/Berry/BerryMVC/Views/Shared/Error.cshtml new file mode 100644 index 0000000..a1e0478 --- /dev/null +++ b/Berry/BerryMVC/Views/Shared/Error.cshtml @@ -0,0 +1,25 @@ +@model ErrorViewModel +@{ + ViewData["Title"] = "Error"; +} + +
+ Request ID: @Model.RequestId
+
+ Swapping to Development environment will display more detailed information about the error that occurred. +
++ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +
diff --git a/Berry/BerryMVC/Views/Shared/_BerryModelList.cshtml b/Berry/BerryMVC/Views/Shared/_BerryModelList.cshtml new file mode 100644 index 0000000..56a96ee --- /dev/null +++ b/Berry/BerryMVC/Views/Shared/_BerryModelList.cshtml @@ -0,0 +1,39 @@ +@model IEnumerable| + @Html.DisplayNameFor(model => model.VendorName) + | ++ @Html.DisplayNameFor(model => model.ArtifactName) + | ++ @Html.DisplayNameFor(model => model.Version) + | ++ Full name + | ++ |
|---|---|---|---|---|
| + @Html.DisplayFor(modelItem => item.VendorName) + | ++ @Html.DisplayFor(modelItem => item.ArtifactName) + | ++ @Html.DisplayFor(modelItem => item.Version) + | ++ @item.FullName + | +
http://www.example.com, you should be able to access a file named http://www.example.com/favicon.ico.
+
+Insert the following code in the `head` section of your pages:
+
+
+
+
+
+
+
+
+
+*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker)
\ No newline at end of file
diff --git a/Berry/BerryMVC/wwwroot/android-chrome-192x192.png b/Berry/BerryMVC/wwwroot/android-chrome-192x192.png
new file mode 100644
index 0000000..b8c30bf
Binary files /dev/null and b/Berry/BerryMVC/wwwroot/android-chrome-192x192.png differ
diff --git a/Berry/BerryMVC/wwwroot/android-chrome-512x512.png b/Berry/BerryMVC/wwwroot/android-chrome-512x512.png
new file mode 100644
index 0000000..b240e46
Binary files /dev/null and b/Berry/BerryMVC/wwwroot/android-chrome-512x512.png differ
diff --git a/Berry/BerryMVC/wwwroot/apple-touch-icon.png b/Berry/BerryMVC/wwwroot/apple-touch-icon.png
new file mode 100644
index 0000000..05dcf0e
Binary files /dev/null and b/Berry/BerryMVC/wwwroot/apple-touch-icon.png differ
diff --git a/Berry/BerryMVC/wwwroot/browserconfig.xml b/Berry/BerryMVC/wwwroot/browserconfig.xml
new file mode 100644
index 0000000..69fd298
--- /dev/null
+++ b/Berry/BerryMVC/wwwroot/browserconfig.xml
@@ -0,0 +1,9 @@
+
+