diff --git a/.hta_header.php b/.hta_header.php index 96d277d..8e1ed73 100644 --- a/.hta_header.php +++ b/.hta_header.php @@ -139,8 +139,8 @@
-
College Meuseum
-
Campus 360°
+ Notice + Gallery
@@ -256,7 +256,7 @@
  • History
  • Mission
  • Vision
  • -
  • Objective
  • +
  • Objective
  • Infrastructure & Facilities
  • Distinctiveness
  • Best Practices
  • @@ -275,8 +275,8 @@ Administration
  • ISR
  • -
  • NSS
  • +
  • NSS
  • Syllabus
  • Faculty List (5 Years)
  • Add-on Courses
  • diff --git a/.hta_slug/_home.php b/.hta_slug/_home.php index bbcd01e..838cf86 100644 --- a/.hta_slug/_home.php +++ b/.hta_slug/_home.php @@ -1,3 +1,25 @@ +setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); + // $stmt = $conn->prepare("SELECT * FROM `scc22` WHERE `type` = 'notice'"); + $stmt = $conn->prepare("SELECT * FROM `scc24` WHERE `type` = 'notice' ORDER BY `date_created` DESC"); + $stmt->execute(); + $notices = $stmt->fetchAll(PDO::FETCH_ASSOC); + + $stmt = $conn->prepare("SELECT * FROM `scc24` WHERE `position` = 'important' ORDER BY `date_created` DESC"); + $stmt->execute(); + $importants = $stmt->fetchAll(PDO::FETCH_ASSOC); + + $stmt = $conn->prepare("SELECT * FROM `scc24` WHERE `type` = 'events' ORDER BY `date_created` DESC"); + + $stmt->execute(); + $events = $stmt->fetchAll(PDO::FETCH_ASSOC); + } catch (PDOException $e) { + $in_page_message = "

    Error: " . $e->getMessage() . "

    "; + } +?>
    clg @@ -6,19 +28,17 @@
    - -
    -

    Vision of The College

    +

    Vision of The College

    Character Formation through Knowledge and Value-based Education for Transformation of the Society and the Nation

    -

    Our Mission

    +

    Our Mission

    -

    +

    a) To suit the above 'Vision', the 'Mission' of the College is to provide balanced, value-based and knowledge-based education informed by latest technology, with a view to instilling @@ -30,7 +50,7 @@ backgrounds living around the institution.

    -

    +

    b) The college aims at moulding and shaping the students as good citizens with qualities of mind and heart showing commitment towards the nation as well as the community in which they @@ -40,7 +60,7 @@ to get involved in societal transformation.

    -

    +

    c) Needless to say that since our College was established to serve the higher education needs of the hapless youth, who had to bear the toll of Partition, we have always strived to spread @@ -58,63 +78,33 @@

    Notice
    setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); - $stmt = $conn->prepare("SELECT * FROM `scc24` ORDER BY (`date_created` = CURDATE()) DESC, `date_created` DESC"); - // $stmt->bindParam(':type', $noticeType, PDO::PARAM_STR); - $stmt->execute(); - $content = $stmt->fetchAll(PDO::FETCH_ASSOC); - $serialNumber = 1; - foreach ($content as $notice) { - echo ''.$notice['title'].''; - $serialNumber++; - } - } catch (PDOException $e) { - echo "

    Error: " . htmlspecialchars($e->getMessage()) . "

    "; + foreach ($notices as $notice) { + echo ''.$notice['title'].''; } ?>
    -
    -
    - Notice -
    +
    Important Links
    -