wootook-reloaded/includes/application/design/scripts/deprecated/admin/credit_body.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +02:00

29 lines
No EOL
1.5 KiB
Go Template

<br><br>
<h2><?php echo $this->getData('cred_ext')?></h2>
<form action="" method="post">
<input type="hidden" name="opt_save" value="1">
<table width="475">
<tbody>
<tr>
<td colspan="2" class="c"><b><?php echo $this->getData('cred_info')?></b></td>
</tr><tr>
<th colspan="2"><?php echo $this->getData('cred_infotxt')?></th></tr>
<tr>
<td colspan="2" class="c"><b><?php echo $this->getData('cred_credit')?></b></td>
</tr><tr>
<th width="278">Raito<br>Chlorel<br>e-Zobar<br>Flousedid<br>
<th width="279"><?php echo $this->getData('cred_creat')?> / <?php echo $this->getData('cred_prog')?><br><?php echo $this->getData('cred_master')?> <?php echo $this->getData('cred_prog')?><br><?php echo $this->getData('cred_design')?> / <?php echo $this->getData('cred_prog')?><br><?php echo $this->getData('cred_web')?>
</tr><tr>
<td colspan="2" class="c"><b><?php echo $this->getData('cred_ext')?></b></td>
</tr><tr>
<th colspan="2"><?php echo $this->getData('cred_added')?> <input name="ExtCopyFrame"<?php echo $this->getData('ExtCopyFrame')?> type="checkbox" /></th>
</tr><tr>
<th><?php echo $this->getData('cred_name')?></th>
<th><?php echo $this->getData('cred_funct')?></th>
</tr><tr>
<th><textarea name="ExtCopyOwner" rows="5"><?php echo $this->getData('ExtCopyOwnerVal')?></textarea></th>
<th><textarea name="ExtCopyFunct" rows="5"><?php echo $this->getData('ExtCopyFunctVal')?></textarea></th>
</tr><tr>
<th colspan="2"><input value="<?php echo $this->getData('cred_save')?>" type="submit"></th>
</tr>
</table>