示例#1
0
 function GPage()
 {
     parent::securegamepage();
     $this->layoutViewFile = 'layout' . DIRECTORY_SEPARATOR . 'form.phtml';
     $this->viewFile = 'shownvill.phtml';
     $this->contentCssClass = 'messages';
     $this->checkForNewVillage = FALSE;
 }
示例#2
0
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->layoutViewFile = $this->viewFile = NULL;
     $_GET['_a1_'] = '';
 }
示例#3
0
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->viewFile = 'resources.phtml';
     $this->layoutViewFile = 'layout' . DIRECTORY_SEPARATOR . 'popup.phtml';
 }
示例#4
0
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->viewFile = 'alliancerole.phtml';
     $this->layoutViewFile = 'layout' . DIRECTORY_SEPARATOR . 'popup.phtml';
     $this->checkForGlobalMessage = FALSE;
 }
示例#5
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'plus.phtml';
     $this->contentCssClass = 'plus';
     $this->plusTable = $this->gameMetadata['plusTable'];
     $i = 0;
     $c = sizeof($this->plusTable);
     while ($i < $c) {
         if (0 < $this->plusTable[$i]['time']) {
             $this->plusTable[$i]['time'] = ceil($this->plusTable[$i]['time'] / $this->gameMetadata['game_speed']);
         }
         ++$i;
     }
 }
示例#6
0
 function GPage()
 {
     parent::securegamepage();
 }
示例#7
0
文件: msg.php 项目: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'msg.phtml';
     $this->contentCssClass = 'messages';
 }
示例#8
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'badwords.phtml';
     $this->contentCssClass = 'player';
 }
示例#9
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'advertising.phtml';
     $this->contentCssClass = 'player';
 }
示例#10
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'alliance.phtml';
     $this->contentCssClass = 'alliance';
 }
示例#11
0
文件: map.php 项目: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->contentCssClass = 'map';
     $this->title = $this->appConfig['page'][$this->appConfig['system']['lang'] . '_title'];
 }
示例#12
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'logout.phtml';
     $this->contentCssClass = 'logout';
 }
示例#13
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "report.phtml";
     $this->contentCssClass = "reports";
 }
示例#14
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "profile.phtml";
     $this->contentCssClass = "player";
 }
示例#15
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'statistics.phtml';
     $this->contentCssClass = 'statistics';
 }