diff --git a/sai/modules/saistart_sys_sai/tpl/content_loggedin.tpl b/sai/modules/saistart_sys_sai/tpl/content_loggedin.tpl index 162edb1..1fa53ec 100644 --- a/sai/modules/saistart_sys_sai/tpl/content_loggedin.tpl +++ b/sai/modules/saistart_sys_sai/tpl/content_loggedin.tpl @@ -1,53 +1,68 @@
-
+

${sai_start_welcome}

${sai_start_welcome_description}

-
-
-

${basic_project}

- ${basic_name}: ${project_name}
- ${basic_URL}: ${project_url}
- ${basic_progress}: ${project}% -
-
-

${basic_analytics}

- ${analytics} -
-
-
-

Git

- Current Project Version: ${git_project}
- Current SYSTEM Version: ${git_system} -
-
-

${basic_logout}

- - - - - - - - - - - - - -
${basic_username}${username}
${basic_locale}${locale}
${basic_admin_rights}${isadmin}
- ${basic_text_logout} -
- -
-
- - +
+
+
+ +
+ ${basic_name}: ${project_name}
+ ${basic_URL}: ${project_url}
+ ${basic_progress}: ${project}%
- +
+
+
+
+ +
+ ${analytics} +
+
+
+
+
+
+
+
Git
+
+ Current Project Version: ${git_project}
+ Current SYSTEM Version: ${git_system} +
+
+
+
+
+

${basic_logout}

+ + + + + + + + + + + + + +
${basic_username}${username}
${basic_locale}${locale}
${basic_admin_rights}${isadmin}
+ ${basic_text_logout} +
+ +
+
+ + +
+
+
-
+

${basic_todo}

${basic_status}: ${project_count}/${project_all}
diff --git a/sai/page/css/sai.css b/sai/page/css/sai.css index fade40d..6f65eab 100644 --- a/sai/page/css/sai.css +++ b/sai/page/css/sai.css @@ -33,48 +33,6 @@ border-left: 0; } -.well { - margin-right: 5px; -} - -/* columns of same height styles */ - -.row-full-height { - height: 100%; -} -.col-full-height { - height: 100%; -} -.row-same-height { - display: table; - width: 100%; - /* fix overflow */ - table-layout: fixed; -} -.col-xs-height { - display: table-cell; - float: none !important; -} - -@media (min-width: 768px) { - .col-sm-height { - display: table-cell; - float: none !important; - } -} -@media (min-width: 992px) { - .col-md-height { - display: table-cell; - float: none !important; - } -} -@media (min-width: 1200px) { - .col-lg-height { - display: table-cell; - float: none !important; - } -} - /* auto collapsing navbar */ #sys_autocollapse.collapsed .navbar-header { diff --git a/sai/page/default_page.php b/sai/page/default_page.php index 55b3c63..a18b917 100644 --- a/sai/page/default_page.php +++ b/sai/page/default_page.php @@ -39,6 +39,7 @@ class default_page extends \SYSTEM\PAGE\Page { private static function js(){ $result = ''. + ''. ''. ''. ''.