Changeset 273 for dev/templates
- Timestamp:
- 12/06/07 14:43:04 (14 years ago)
- Location:
- dev/templates
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/invtype_ship.tpl
r254 r273 72 72 <div class="block-header">Fitting</div> 73 73 <table class="kb-table" width="360" border="0" cellspacing="1"> 74 {php}$this->assign('attribs', array('hiSlots','medSlots','lowSlots','rigSlots','upgradeCapacity',' launcherSlotsLeft',74 {php}$this->assign('attribs', array('hiSlots','medSlots','lowSlots','rigSlots','upgradeCapacity','droneBandwidth','launcherSlotsLeft', 75 75 'turretSlotsLeft','powerOutput','cpuOutput'));{/php} 76 76 {foreach from=$attribs key=i item=key} -
dev/templates/user_login.tpl
r188 r273 5 5 {/if} 6 6 <table class="kb-subtable"> 7 < tr>7 <!--<tr> 8 8 <td width="160"><b>Login:</b></td> 9 9 <td><input type="text" name="usrlogin" maxlength="40"{if $user_name} value="{$user_name}"{/if}></td> 10 </tr> 10 </tr>--> 11 11 <tr> 12 12 <td width="160"><b>Password:</b></td>