#1 (permalink)  
Alt 13.11.2003, 17:58
 
Registriert seit: 27.09.2003
Beiträge: 24
Standard

Hallo Leute von xtc,

wie w?r's mit einer Vorabversion der index/default.php der Beta2, um einen kleinen Vorgeschmack auf die eng?ltige Beta2 zu bekommen.
Ich glaube, es w?ren einige ganz hei? darauf, oder liege ich hier falsch? st:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 13.11.2003, 20:29
Benutzerbild von mzanier
xt:Commerce GmbH, Geschäftsführung
 
Registriert seit: 18.04.2003
Beiträge: 27.414
Rotes Gesicht

:blink:
__________________
xt:Commerce Helpdesk
xt:Commerce Blog

xt:Commerce Warenwirtschaft

###

Offene Stellen bei xt:Commerce!
xt:Commerce stellt ein
###
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 14.11.2003, 09:22
reh reh ist offline
 
Registriert seit: 07.10.2003
Beiträge: 70
Standard

ich glaube, das war ein ganz klein wenig anders gemeint ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 14.11.2003, 09:33
Benutzerbild von mzanier
xt:Commerce GmbH, Geschäftsführung
 
Registriert seit: 18.04.2003
Beiträge: 27.414
Rotes Gesicht

Zitat:
Originally posted by reh@Nov 14 2003, 10:22 AM
ich glaube, das war ein ganz klein wenig anders gemeint ...
wieso ?

das ist das template der index/shop seite.
in der php datei braucht man ja nix mehr zu ver?ndern wenn man das design ver?ndern will.

vorallem da die php datei der index.php nur mehr 60 zeilen hatt :P
__________________
xt:Commerce Helpdesk
xt:Commerce Blog

xt:Commerce Warenwirtschaft

###

Offene Stellen bei xt:Commerce!
xt:Commerce stellt ein
###
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 14.11.2003, 09:51
Benutzerbild von hheimann  
Registriert seit: 05.09.2003
Beiträge: 93
Standard

Nein, Mario ich glaube der meinte den Quelltext.


Code:
{config_load file="$language/lang_$language.conf" section="index"} 
<table width="95%" align="center">
 <tr> 
  <td class="tableShop"><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr class="header"> 
     <td width="123" valign="middle"><img src="{$tpl_path}img/logo_shop.gif"></td>
     <td background="{$tpl_path}img/bg_top.jpg" align="left" valign="bottom"></td>
     <td background="{$tpl_path}img/bg_top.jpg" align="right" valign="bottom"><img src="{$tpl_path}img/img_line.jpg" border="0" alt="" width="1" height="75"></td>
    </tr>
   </table>
   <table border="0" width="100%" cellspacing="0" cellpadding="1">
    <tr class="headerNavigation"> 
     <td class="headerNavigation"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$navtrail}</font></td>
     <td align="right" class="headerNavigation">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> 
      | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></td>
    </tr>
   </table>
   <!#header_eof //-->
   <!#body //-->
   <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr> 
     <td width="125" valign="top" class="navLeft"> 
      <table border="0" width="125" cellspacing="0" cellpadding="0">
       <!#left_navigation //-->
       <!#left_navigation_eof //-->
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
       <tr>
        <td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION} 
         {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS} {$box_WHATSNEW}</td>
       </tr>
      </table> </td>
     <!#body_text //-->
     <td class="tableBody" width="100%" valign="top"><br>
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
       <tr>
        <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$main_content}</font></td>
       </tr>
      </table>
      <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <br>
      </font></td>
     <!#body_text_eof //-->
     <td width="125" valign="top" class="navRight"> 
      <table border="0" width="125" cellspacing="0" cellpadding="0">
       <!#right_navigation //-->
       <!#right_navigation_eof //-->
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
       <tr>
        <td>{$box_CART} {$box_LOGIN} {$box_INFOBOX} {$box_ADMIN} {$box_BESTSELLERS} 
         {$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO} 
         {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND} 
        </td>
       </tr>
      </table> </td>
    </tr>
   </table>
   <!#body_eof //-->
   <!#footer //-->
   <table border="0" width="100%" cellspacing="0" cellpadding="1">
    <tr class="footer"> 
     <td class="footer"></td>
     <td align="right" class="footer"></td>
    </tr>
   </table></td>
 </tr>
</table>

<div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{#text_footer#} </font></div>
</body>
</html>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 14.11.2003, 09:56
 
Registriert seit: 27.09.2003
Beiträge: 24
Standard

Danke! :bounce:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 14.11.2003, 10:13
 
Registriert seit: 27.09.2003
Beiträge: 24
Standard

Und damit grafisch orientierte Webdesigner auch Spass daran finden, gibts die Smarty-Tags f?r Dreamweaver:



Und wer sie haben will:
Smarty-Downloads f?r Dreamweaver

Viel Spass :rock:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
beschnuppern, startseite

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 09:32 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand