- @context.Name |
- @context.Version |
+ by: @context.Owner
+ @context.Downloads.ToString("###,###,##0") downloads | released: @context.ReleaseDate.ToString("MMM dd, yyyy") | version: @context.Version
+ @(context.Description.Length > 400 ? (context.Description.Substring(0, 400) + "...") : context.Description)
+ |
+
|
diff --git a/Oqtane.Client/Modules/Controls/ModuleMessage.razor b/Oqtane.Client/Modules/Controls/ModuleMessage.razor
index 04a1056e..ee8a09b7 100644
--- a/Oqtane.Client/Modules/Controls/ModuleMessage.razor
+++ b/Oqtane.Client/Modules/Controls/ModuleMessage.razor
@@ -4,12 +4,15 @@
@if (!string.IsNullOrEmpty(_message))
{
-
+
@((MarkupString)_message)
@if (Type == MessageType.Error && PageState != null && UserSecurity.IsAuthorized(PageState.User, RoleNames.Host))
{
@((MarkupString)" ")View Details
}
+
}
diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj
index f589591a..a2eccf26 100644
--- a/Oqtane.Client/Oqtane.Client.csproj
+++ b/Oqtane.Client/Oqtane.Client.csproj
@@ -36,5 +36,6 @@
+
diff --git a/Oqtane.Client/Resources/Themes/Controls/Theme/UserProfile.resx b/Oqtane.Client/Resources/Installer/Controls/LocalDBConfig.resx
similarity index 93%
rename from Oqtane.Client/Resources/Themes/Controls/Theme/UserProfile.resx
rename to Oqtane.Client/Resources/Installer/Controls/LocalDBConfig.resx
index 7567dce2..a3acd769 100644
--- a/Oqtane.Client/Resources/Themes/Controls/Theme/UserProfile.resx
+++ b/Oqtane.Client/Resources/Installer/Controls/LocalDBConfig.resx
@@ -117,7 +117,16 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Register
+
+ Server:
+
+
+ Enter the database server
+
+
+ Database:
+
+
+ Enter the name of the database
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/Installer/Controls/MySQLConfig.resx b/Oqtane.Client/Resources/Installer/Controls/MySQLConfig.resx
new file mode 100644
index 00000000..f338521f
--- /dev/null
+++ b/Oqtane.Client/Resources/Installer/Controls/MySQLConfig.resx
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Server:
+
+
+ Enter the database server
+
+
+ Port:
+
+
+ Enter the port used to connect to the server
+
+
+ Database:
+
+
+ Enter the name of the database
+
+
+ User Id:
+
+
+ Enter the username to use for the database
+
+
+ Password:
+
+
+ Enter the password to use for the database
+
+
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/Installer/Controls/PostgreSQLConfig.resx b/Oqtane.Client/Resources/Installer/Controls/PostgreSQLConfig.resx
new file mode 100644
index 00000000..2bb52ead
--- /dev/null
+++ b/Oqtane.Client/Resources/Installer/Controls/PostgreSQLConfig.resx
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Server:
+
+
+ Enter the database server
+
+
+ Port:
+
+
+ Enter the port used to connect to the server
+
+
+ Database:
+
+
+ Enter the name of the database
+
+
+ Integrated Security:
+
+
+ Select if you want integrated security or not
+
+
+ User Id:
+
+
+ Enter the username to use for the database
+
+
+ Password:
+
+
+ Enter the password to use for the database
+
+
+ Wahr
+
+
+ Falsch
+
+
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/Installer/Controls/SqlServerConfig.resx b/Oqtane.Client/Resources/Installer/Controls/SqlServerConfig.resx
new file mode 100644
index 00000000..cf84fbba
--- /dev/null
+++ b/Oqtane.Client/Resources/Installer/Controls/SqlServerConfig.resx
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Server:
+
+
+ Enter the database server
+
+
+ Database:
+
+
+ Enter the name of the database
+
+
+ Integrated Security:
+
+
+ Select if you want integrated security or not
+
+
+ User Id:
+
+
+ Enter the username to use for the database
+
+
+ Password:
+
+
+ Enter the password to use for the database
+
+
+ Wahr
+
+
+ Falsch
+
+
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/Themes/Controls/Theme/Login.resx b/Oqtane.Client/Resources/Installer/Controls/SqliteConfig.resx
similarity index 96%
rename from Oqtane.Client/Resources/Themes/Controls/Theme/Login.resx
rename to Oqtane.Client/Resources/Installer/Controls/SqliteConfig.resx
index f2e695ff..d2a51205 100644
--- a/Oqtane.Client/Resources/Themes/Controls/Theme/Login.resx
+++ b/Oqtane.Client/Resources/Installer/Controls/SqliteConfig.resx
@@ -117,10 +117,10 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Login
+
+ File Name:
-
- Logout
+
+ Enter the file name to use for the database
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/UI/Installer.resx b/Oqtane.Client/Resources/Installer/Installer.resx
similarity index 83%
rename from Oqtane.Client/Resources/UI/Installer.resx
rename to Oqtane.Client/Resources/Installer/Installer.resx
index af6872e4..f0bb6212 100644
--- a/Oqtane.Client/Resources/UI/Installer.resx
+++ b/Oqtane.Client/Resources/Installer/Installer.resx
@@ -117,55 +117,37 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
Version:
-
+
Database Configuration
-
+
Database Type:
-
- Local Database
-
-
- SQL Server
-
-
- Server:
-
-
- Database:
-
-
- Integrated Security:
-
-
- True
-
-
- False
-
-
- Username:
-
-
- Password:
-
-
+
Application Administrator
-
+
+ Username:
+
+
+ Password:
+
+
Confirm:
-
+
Email:
-
+
Install Now
-
+
+ Error loading Database Configuration Control
+
+
Please Enter All Fields And Ensure Passwords Match And Are Greater Than 5 Characters In Length
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/Themes/Controls/Theme/ControlPanel.resx b/Oqtane.Client/Resources/Modules/Admin/Dashboard/Index.resx
similarity index 73%
rename from Oqtane.Client/Resources/Themes/Controls/Theme/ControlPanel.resx
rename to Oqtane.Client/Resources/Modules/Admin/Dashboard/Index.resx
index 47a15fef..1af7de15 100644
--- a/Oqtane.Client/Resources/Themes/Controls/Theme/ControlPanel.resx
+++ b/Oqtane.Client/Resources/Modules/Admin/Dashboard/Index.resx
@@ -117,73 +117,4 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Add
-
-
- Admin Dashboard
-
-
- Cancel
-
-
- Container:
-
-
- Control Panel
-
-
- Delete
-
-
- Edit
-
-
- Not Authorized
-
-
- You Must Select A Module
-
-
- Add Existing Module
-
-
- Add New Module
-
-
- Module Management:
-
-
- Select Module
-
-
- Modules
-
-
- Delete Page
-
-
- Page Management:
-
-
- Add Module To Page
-
-
- Publish Page
-
-
- Select Page
-
-
- Unpublish Page
-
-
- Pane:
-
-
- Module Added to Page
-
-
- Title:
-
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/Modules/Admin/Languages/Add.resx b/Oqtane.Client/Resources/Modules/Admin/Languages/Add.resx
index e0708cc0..5b11d69f 100644
--- a/Oqtane.Client/Resources/Modules/Admin/Languages/Add.resx
+++ b/Oqtane.Client/Resources/Modules/Admin/Languages/Add.resx
@@ -1,4 +1,4 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Save
-
-
- Cancel
-
-
- Yes
-
-
- No
-
-
- Name:
-
-
- Select Container
-
-
- Error Loading Pane Layouts For Theme
-
-
- Default Container:
-
-
- Select Theme
-
-
- Default Admin Container
-
-
- An Alias Specified Has Already Been Used For Another Site
-
-
- You Must Provide A Site Name, Alias, And Default Theme/Container
-
-
- Error Saving Site
-
-
- Enter the alias for the server
-
-
- Select the default container for the site
-
-
- Select the default admin container for the site
-
-
- Tenant:
-
-
- Aliases:
-
-
- Is Deleted?
-
-
- Default Theme:
-
-
- Default Admin Container:
-
-
- Enter the name of the site
-
-
- Select the default theme for the website
-
-
- Has this site been deleted?
-
-
- The tenant for the site
-
-
- The database connection string
-
-
- Connection String:
-
-
\ No newline at end of file
diff --git a/Oqtane.Client/Resources/Modules/Admin/Themes/Add.resx b/Oqtane.Client/Resources/Modules/Admin/Themes/Add.resx
index abf5376e..c9e04ebd 100644
--- a/Oqtane.Client/Resources/Modules/Admin/Themes/Add.resx
+++ b/Oqtane.Client/Resources/Modules/Admin/Themes/Add.resx
@@ -1,4 +1,4 @@
-
+