diff --git a/include/appData.php b/include/appData.php
new file mode 100644
index 0000000..3861a8e
--- /dev/null
+++ b/include/appData.php
@@ -0,0 +1,56 @@
+versionId ?
+ "versionId\">".
+ "$oRow->appName: $oRow->versionName" :
+ "appId\">".
+ "$oRow->appName",
+ $oRow->TYPE,
+ $oRow->description,
+ print_date(mysqltimestamp_to_unixtimestamp($oRow->submitTime))),
+ ($i % 2) ? "color0" : "color1");
+ }
+
+ $sReturn .= html_table_end("");
+
+ return $sReturn;
+ }
+}
+
+?>