mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-26 14:36:06 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Filename quest.tpl ##
|
||||
## Developed by: Dzoki ##
|
||||
## License: TravianX Project ##
|
||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
if ($_SESSION['qst']!=24 && QUEST==true){?>
|
||||
|
||||
<div id="anm" style="width:120px; height:140px; visibility:hidden;"></div>
|
||||
<div id="qge">
|
||||
<?php if ($_SESSION['qst']==0){ ?>
|
||||
<img onclick="qst_handle();" src="img/x.gif" id="qgei" class="q_l<?php echo $session->userinfo['tribe'];?>" title="to the task" style="height:174px" alt="to the task" />
|
||||
<?php }else{?>
|
||||
<img onclick="qst_handle();" src="img/x.gif" id="qgei2" class="q_l<?php echo $session->userinfo['tribe'];?>" title="to the task" style="height:174px" alt="to the task" />
|
||||
<?php } ?>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
<?php if ($_SESSION['qst']==0){ ?>
|
||||
quest.number=null;
|
||||
<?php }else{ ?>
|
||||
quest.number=0;
|
||||
<?php } ?>
|
||||
quest.last = 23;
|
||||
cache_preload = new Image();
|
||||
cache_preload.src = "img/x.gif";
|
||||
cache_preload.className = "wood";
|
||||
</script>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user