-
-
+
+
+
+
+
+
+
Bem-vindo
+
+ Faça login com sua conta Microsoft para acessar o chat.
+
+
+
+
+
+
+@section Styles {
+
+}
+
+@section Scripts {
+
+}
diff --git a/Postall/Views/Shared/_Layout.cshtml b/Postall/Views/Shared/_Layout.cshtml
index b9bbb0b..e26105c 100644
--- a/Postall/Views/Shared/_Layout.cshtml
+++ b/Postall/Views/Shared/_Layout.cshtml
@@ -32,6 +32,15 @@
Planos
+ @if (User!=null && User.Identity!=null && User.Identity.IsAuthenticated)
+ {
+
+ Sites
+
+
+ Postagens
+
+ }
@if (User!=null && User.Identity!=null && !User.Identity.IsAuthenticated)
{
@@ -44,11 +53,6 @@
}
else
{
-
-
diff --git a/Postall/Views/SocialMedia/Index.cshtml b/Postall/Views/SocialMedia/Index.cshtml
new file mode 100644
index 0000000..f7ef198
--- /dev/null
+++ b/Postall/Views/SocialMedia/Index.cshtml
@@ -0,0 +1,254 @@
+@using Postall.Models
+
+
+@{
+ ViewData["Title"] = "Gerenciador de Postagens";
+}
+
+
+
+
Gerenciador de Postagens
+
+ Nova Postagem
+
+
+
+
+
+
+
+
+
+ |
+ Canal |
+ Título |
+ Próxima Data |
+ Última Atualização |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Status das Redes Sociais
+
+
+
+
+
+
+@section Styles {
+
+}
+
+@section Scripts {
+
+}
\ No newline at end of file
diff --git a/Postall/Views/SocialMedia/Post.cshtml b/Postall/Views/SocialMedia/Post.cshtml
new file mode 100644
index 0000000..792ff2a
--- /dev/null
+++ b/Postall/Views/SocialMedia/Post.cshtml
@@ -0,0 +1,347 @@
+@using Postall.Models
+@model PostViewModel
+@{
+ ViewData["Title"] = "Gerenciar Postagens";
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Título
+
+
Conteúdo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+@section Scripts {
+
+}
+
+
\ No newline at end of file
diff --git a/Postall/appsettings.json b/Postall/appsettings.json
index 651897d..169924d 100644
--- a/Postall/appsettings.json
+++ b/Postall/appsettings.json
@@ -18,8 +18,8 @@
"AppSecret": "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"
},
"Facebook": {
- "AppId": "seu_app_id_aqui",
- "AppSecret": "seu_app_secret_aqui"
+ "AppId": "963281005306692",
+ "AppSecret": "575839ccbb36d1457715f1f6dd0a8db9"
}
}
}
\ No newline at end of file