diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 77189a3..7afef9c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -63,28 +63,51 @@
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
@@ -134,7 +157,6 @@
-
@@ -150,6 +172,9 @@
+
+
+
@@ -514,24 +539,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -550,20 +557,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -765,11 +758,6 @@
-
-
-
-
-
@@ -887,7 +875,9 @@
-
+
+
+
@@ -900,23 +890,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -939,11 +917,6 @@
-
-
-
-
-
@@ -958,15 +931,6 @@
-
-
-
-
-
-
-
-
-
@@ -1048,27 +1012,67 @@
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/www/css/styles.css b/www/css/styles.css
index 9aeb3f6..76bd639 100644
--- a/www/css/styles.css
+++ b/www/css/styles.css
@@ -145,4 +145,34 @@ ul.nav li.dropdown-append:hover > ul.dropdown-menu {
.thumbnailParentSpan .caption h5,
.thumbnailParentSpan .caption h6 {
text-align: center;
+}
+
+/* CollHeader
+-------------------------------------------------- */
+
+.collHeader {
+ border: 1px solid #D7E0E2;
+ padding: 0;
+}
+
+.collHeaderSpan-front {
+ float: left;
+
+ background-color: #D7E0E2;
+ width: 90px;
+ padding: 2px 15px;
+}
+
+.collHeaderSpan {
+ float: left;
+
+ font-weight: bold;
+ padding: 2px 10px;
+}
+
+.collHeaderSpan-drop {
+ float: right;
+
+ padding: 0 5px;
+ margin-top: 2px;
}
\ No newline at end of file
diff --git a/www/protected/components/MsHtml.php b/www/protected/components/MsHtml.php
new file mode 100644
index 0000000..4d48a95
--- /dev/null
+++ b/www/protected/components/MsHtml.php
@@ -0,0 +1,13 @@
+
+
+
+
+
+ ';
+ }
+}
\ No newline at end of file
diff --git a/www/protected/views/msmain/index.php b/www/protected/views/msmain/index.php
index 87c8b06..54fb083 100644
--- a/www/protected/views/msmain/index.php
+++ b/www/protected/views/msmain/index.php
@@ -79,9 +79,41 @@ $this->selectedNav = 'index';
-
+
-
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file