バージョン選択

フォーラム

メニュー

オンライン状況

97 人のユーザが現在オンラインです。 (59 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 97
もっと...

サイト内検索

質問 > その他 > CS3でのEC CUBE

その他

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
sakurai07
投稿日時: 2008/7/15 21:34
対応状況: −−−
長老
登録日: 2008/2/29
居住地:
投稿: 179
Re: CS3でのEC CUBE
ご返信ありがとうございます。

↓が最初で

<!--{*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*}-->
<div id="newsarea">
<h2>
<img src="<!--{$TPL_DIR}-->img/top/news.jpg" width="400" height="29" alt="新着情報" />
</h2>

<p>☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★</p>

<!--{section name=data loop=$arrNews}-->
<dl>
<dt><!--{$arrNews[data].news_date_disp|date_format:"%Y年%m月%d日"}--></dt>
<dd>
<!--{if $arrNews[data].news_url}-->
<a href="<!--{$arrNews[data].news_url}-->"
<!--{if $arrNews[data].link_method eq "2"}-->
target="_blank"
<!--{/if}-->>
<!--{/if}-->
<!--{$arrNews[data].news_title|escape|nl2br}-->
<!--{if $arrNews[data].news_url}-->
</a>
<!--{/if}--><br />
<!--{$arrNews[data].news_comment|escape|nl2br}-->
</dd>
</dl>
<!--{/section}-->
</div>

で、Dreamweaver CS3で画像のサイズをプロパティで変更すると

↓に変わってしまいます。

<!--{*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*}-->
<div id="newsarea">
<h2>
<img src="<!--{$TPL_DIR}-->img/top/news.jpg" width="550" height="29" alt="新着情報" /> </h2>

<p>☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★</p>

<!--{section name=data loop=$arrNews}-->
<dl>
<dt><!--{$arrNews[data].news_date_disp|date_format:"%Y年%m月%d日"}--></dt>
<dd>
<!--{if $arrNews[data].news_url}-->
<!--{if $arrNews[data].link_method eq "2"}-->
target="_blank"
<!--{/if}-->>
<!--{/if}-->
<!--{$arrNews[data].news_title|escape|nl2br}-->
<!--{if $arrNews[data].news_url}-->
<!--{if $arrNews[data].link_method eq "2"}-->
target="_blank"
<!--{/if}-->>
<!--{/if}-->
<!--{$arrNews[data].news_title|escape|nl2br}-->
<!--{if $arrNews[data].news_url}-->
<a href="<!--{$arrNews[data].news_url}-->"
<!--{if $arrNews[data].link_method eq "2"}-->
target="_blank"
<!--{/if}-->>
<!--{/if}-->
<!--{$arrNews[data].news_title|escape|nl2br}-->
<!--{if $arrNews[data].news_url}-->
</a>
<!--{/if}--><br />
<!--{$arrNews[data].news_comment|escape|nl2br}-->
</dd>
</dl>
<!--{/section}-->
</div>



大変申し訳ございませんが、どうかご指導宜しくお願いします!
sakurai07
投稿日時: 2008/7/23 10:32
対応状況: −−−
長老
登録日: 2008/2/29
居住地:
投稿: 179
Re: CS3でのEC CUBE
なぜCS3だと自動でソースが変わるのでしょうか?

どうしても差分が発生してしまいます
seasoft
投稿日時: 2008/7/23 13:35
対応状況: −−−
登録日: 2008/6/4
居住地:
投稿: 7369
Re: CS3でのEC CUBE
ソフトウェアのサポートに聞くのが筋だとは思いますが・・・

下記だと、どうなりますか?
引用:

<!--{*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*}-->
<div id="newsarea">
<h2>
<img src="<!--{$TPL_DIR}-->img/top/news.jpg" width="400" height="29" alt="新着情報" />
</h2>

<p>☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★</p>

<!--{section name=data loop=$arrNews}-->
<dl>
<dt><!--{$arrNews[data].news_date_disp|date_format:"%Y年%m月%d日"}--></dt>
<dd>
<!--{if $arrNews[data].news_url}-->
<a href="<!--{$arrNews[data].news_url}-->"
target="<!--{if $arrNews[data].link_method eq "2"}-->_blank<!--{/if}-->">
<!--{/if}-->
<!--{$arrNews[data].news_title|escape|nl2br}-->
<!--{if $arrNews[data].news_url}-->
</a>
<!--{/if}--><br />
<!--{$arrNews[data].news_comment|escape|nl2br}-->
</dd>
</dl>
<!--{/section}-->
</div>


----------------
Seasoft
こちらでの投稿は、アイディア程度に留めさせていただいております。
個別案件の作業は有償で承っております。お気軽にご相談ください。

sakurai07
投稿日時: 2008/7/25 16:18
対応状況: −−−
長老
登録日: 2008/2/29
居住地:
投稿: 179
Re: CS3でのEC CUBE
seasoftさんご返信ありがとうございます。

早速試してみたのですが、タイトル画像などは表示されたのですが、記事が表示されなくなってしまいました。
seasoft
投稿日時: 2008/7/28 21:24
対応状況: −−−
登録日: 2008/6/4
居住地:
投稿: 7369
Re: CS3でのEC CUBE
見た目でなく、ソースの変化に興味があります。


----------------
Seasoft
こちらでの投稿は、アイディア程度に留めさせていただいております。
個別案件の作業は有償で承っております。お気軽にご相談ください。

kvex2004
投稿日時: 2008/7/29 0:52
対応状況: −−−
長老
登録日: 2007/10/31
居住地: 埼玉
投稿: 218
Re: CS3でのEC CUBE
根本に戻るようで申し訳ないのですが、なぜにDWで編集しなければいけないのかが謎なのですが。

なにかDWのプラグインを使ってるということですか?
また、デザインビューなのかコードビューでやられているのか、とかも
sakurai07
投稿日時: 2008/9/6 18:54
対応状況: −−−
長老
登録日: 2008/2/29
居住地:
投稿: 179
Re: CS3でのEC CUBE
コードビューは問題なしです。
デザインビューで画像のサイズなどを変更すると書き換わっているようです。

皆さんは何で編集しているのでしょうか?
seasoft
投稿日時: 2008/9/6 19:16
対応状況: −−−
登録日: 2008/6/4
居住地:
投稿: 7369
Re: CS3でのEC CUBE
私の場合、秀丸エディタが多いかな。
DW含め色々と使ってきて、最終的にこれに落ち着いた。


----------------
Seasoft
こちらでの投稿は、アイディア程度に留めさせていただいております。
個別案件の作業は有償で承っております。お気軽にご相談ください。

apogee
投稿日時: 2008/9/7 7:44
対応状況: −−−
常連
登録日: 2007/11/17
居住地: 大阪府
投稿: 53
Re: CS3でのEC CUBE
Dreamweaver MX と EmEditor、PHPeditor を使い分けています。

Dreamweaver のデザインビューは確認用にちょっと見るくらいで、
編集はコードビューで編集して、ブラウザーでプレビューという作業ですね。
Dreamweaver を使うのはやはりサイト管理機能が便利だからですね。
サイトの規模にもよりますが、テンプレートとライブラリーを使って制作していくと
変更時の処理作業も省力化できますし。
EC-CUBE の template と block が機能的には似ているかも知れません。
PHPファイルやtplファイルは Dreamweaver から PHPeditor、 EmEditor を
それぞれ呼び出して編集しています。

私はこの機能はまだ使ったことがないのですが、Dreamweaver MX 2004 くらいから
サイト管理のサーバーテクノロジーの利用で PHP MySQL がサポートされだしたので
利用されているのでしょうか。

少し古い本ですが、2005年6月1日 初版の翔泳社から出版されている「極める!PHP」に
-Smarty と Dreamweaver の連携- という2ページほどの小さな記事が載っています。
Dreamweaver のテンプレート用のタグを Smarty のフィルタを作ってSmarty のタグに
置き換えるというものです。
現在のものとはバージョンも違うので使えるかどうかは判りませんが、ご参考までに。
nanasess
投稿日時: 2008/9/7 14:34
対応状況: −−−
登録日: 2006/9/9
居住地:
投稿: 2340
Re: CS3でのEC CUBE
僕は, FreeBSD + Emacs です. Mac OS X も, たまに使います.
Apache も PostgreSQL も MySQL もローカル環境にインストールして, 簡単な切り替えで PHP や DB のバージョンを変更できるようにしています.

以前は, Dreamweaver も使っていましたが, キーバインドに馴染めず, 今はほとんど使わなくなってしまいました.

でも, まわりは Eclipse 使ってる人が多いですねぇ.

# オフトビな話でスミマセン.
« 1 (2)
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は144,996名です
総投稿数は113,505件です

投稿数ランキング

1
seasoft
7369
2
468
3217
3
AMUAMU
2712
4
nanasess
2340
5
h_tanaka
2139
6
umebius
2085
7
yuh
1905
8
mcontact
1820
9
red
1585
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
805
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18
balisys
603
19 DELIGHT 572
20
patapata
502


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.