X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=EventView.php;h=bf0d1a4305043147216ab614df11b490634d89c0;hp=0eab0a50f9ad8c32a1a469bde2ef106ab1d75ae2;hb=HEAD;hpb=e65db63578044560b4e1ae5b4fd3eaaed38716fd diff --git a/EventView.php b/EventView.php index 0eab0a5..bf0d1a4 100644 --- a/EventView.php +++ b/EventView.php @@ -14,8 +14,7 @@ class Pman_Admin_EventView extends Pman $this->jerrAuth(); } return true; - - + } function get($id, $opts = Array()) @@ -76,7 +75,7 @@ class Pman_Admin_EventView extends Pman if (!empty($ev->remarks)) { echo "

Remarks:

"; - echo '
'. htmlspecialchars($ev->remarks) . '
'; + echo '
'. htmlspecialchars($ev->remarks) . '
'; } @@ -86,16 +85,17 @@ class Pman_Admin_EventView extends Pman echo "

JSON DECODE Data:

"; echo '
' . print_r($json, true) . '
'; } - + $filesJ = json_decode(file_get_contents($file)); if (!empty($filesJ->FILES )) { - $filesJ = json_decode(file_get_contents($file)); - echo '
Download files
'; + echo "

Download files:

"; }