/[health_html]/inc/pgOvulacija.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/pgOvulacija.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ravilov, Tue Sep 25 15:38:04 2001 UTC revision 1.3 by ravilov, Thu Oct 4 14:59:35 2001 UTC
# Line 1  Line 1 
1  <?php  <?php
2          $foo = getdate();          $foo = getdate();
3          $tpl->assign("year", $foo["year"]);          $tpl->assign("year", $foo["year"]);
4          $tpl->assign("ME", $PHP_SELF.HTMLSpecialChars("?section=$section&section_menu=$section_menu"));          $tpl->assign("ME", HTMLSpecialChars("?section=$section&section_menu=$section_menu"));
5          $godine = array();          $godine = array();
6          for ($i = $foo["year"] - 1; $i <= $foo["year"] + 1; $i++) array_push($godine, $i);          for ($i = $foo["year"] - 1; $i <= $foo["year"] + 1; $i++) array_push($godine, $i);
7          $tpl->assign("godine", $godine);          $tpl->assign("godine", $godine);
# Line 67  Line 67 
67                  $tpl->assign("CONTENT", $table);                  $tpl->assign("CONTENT", $table);
68                  if (!$print) {                  if (!$print) {
69                          include_once("print.php");                          include_once("print.php");
70                          $tpl->assign("PRINT", GetPrint(array("dan", "mjesec", "godina", "trajanje")));                          $tpl->assign("PRINT", GetPrint(array("dan", "mjesec", "godina", "trajanje", "ime")));
71                  } else $main_template = "wrapper.tpl";                  } else $main_template = "wrapper.tpl";
72          }          }
73          if (!$ns4) {          if (!$ns4) {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26