Changeset 320 for dev/templates
- Timestamp:
- 02/06/08 19:47:26 (14 years ago)
- Location:
- dev/templates
- Files:
-
- 6 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/ammo.tpl
r318 r320 1 <img border="0" style="position:absolute;" src="{$img_url}/panel/ammo.png"> 1 <div class="item-icon" style="position:absolute; border: none; height:32px; width:32px; text-align:left;"> 2 <img border="0" style="position:absolute; height="32" width="32" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 3 src="{$img_url}/panel/ammo_{$panel_colour}.png", sizingMethod='image');"> 4 </div> -
dev/templates/blank.tpl
r318 r320 1 <img border="0" style="position:absolute;" src="{$img_url}/panel/blank.png"> 1 <div class="item-icon" style="position:absolute; border: none; height:32px; width:32px; text-align:left;"> 2 <img border="0" style="position:absolute; height="32" width="32" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 3 src="{$img_url}/panel/blank.png", sizingMethod='image');"> 4 </div> -
dev/templates/icon24.tpl
r318 r320 1 <span class="item-icon" style="position:relative; border: none; height:24px; width:24px; text-align:left;"> 2 <img border="0" style="position:absolute;" src="{$icon}"> 3 <img border="0" height="24" width="24" src="{$img}" title="{$name}" alt="{$name}"> 4 </span> 1 <div class="item-icon" style="position:absolute; border: none; height:24px; width:24px; text-align:left;"> 2 <img border="0" style="position:absolute; left:-4px; top:-4px; height="32" width="32" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 3 src="{$icon}", sizingMethod='image');"> 4 <img border="0" style="position:absolute; height="24" width="24" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 5 src="{$img}", sizingMethod='image');" title="{$name}" alt="{$name}"> 6 </div> -
dev/templates/icon32.tpl
r318 r320 1 <span class="item-icon" style="position:relative; border: none; height:32px; width:32px; text-align:left;"> 2 <img border="0" style="position:absolute;" src="{$icon}"> 3 <img border="0" height="32" width="32" src="{$img}" title="{$name}" alt="{$name}"> 4 </span> 1 <div class="item-icon" style="position:absolute; border: none; height:32px; width:32px; text-align:left;"> 2 <img border="0" style="position:absolute; height="32" width="32" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 3 src="{$img}", sizingMethod='image');"> 4 <img border="0" style="position:absolute; height="32" width="32" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 5 src="{$icon}", sizingMethod='image');" title="{$name}" alt="{$name}"> 6 </div> -
dev/templates/icon48.tpl
r318 r320 1 <span class="item-icon" style="position:relative; border: none; height:48px; width:48px; text-align:left;"> 2 <img border="0" style="position:absolute;" src="{$icon}"> 3 <img border="0" height="48" width="48" src="{$img}" title="{$name}" alt="{$name}"> 4 </span> 1 <div class="item-icon" style="position:absolute; border: none; height:48px; width:48px; text-align:left;"> 2 <img border="0" style="position:absolute; height="48" width="48" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 3 src="{$img}", sizingMethod='image');"> 4 <img border="0" style="position:absolute; height="48" width="48" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 5 src="{$icon}", sizingMethod='image');" title="{$name}" alt="{$name}"> 6 </div> -
dev/templates/noicon.tpl
r318 r320 1 <span class="item-icon" style="position:relative; border: none; height:24px; width:24px; text-align:left;"> 2 <img border="0" style="position:absolute;" src="{$img_url}/items/24_24/icon09_13.png"></span> 1 <div class="item-icon" style="position:relative; border: none; height:24px; width:24px; text-align:left;"> 2 <img border="0" style="position:absolute;" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 3 src="{$img_url}/items/24_24/icon09_13.png", sizingMethod='scale');"></div>