JP2000163183A - Display content generation system, method and recording medium - Google Patents
Display content generation system, method and recording mediumInfo
- Publication number
- JP2000163183A JP2000163183A JP33912798A JP33912798A JP2000163183A JP 2000163183 A JP2000163183 A JP 2000163183A JP 33912798 A JP33912798 A JP 33912798A JP 33912798 A JP33912798 A JP 33912798A JP 2000163183 A JP2000163183 A JP 2000163183A
- Authority
- JP
- Japan
- Prior art keywords
- display
- setting
- script
- content
- displayed
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
(57)【要約】
【課題】 表示要素を設定するだけでプログラミング等
の専門技術を必要とせずに、格納されたデータをユーザ
リクエストに応じて抽出変換して表示に供する表示コン
テンツを作成する。
【解決手段】 オーサリングツール部2は、対話的操作
によりHTML等により記述された表示コンテンツを生
成する。カタログデザインモジュール部4は、オーサリ
ングツール部2から呼び出されて、オーサリングツール
部2上で動作し、ユーザによる対話的操作により表示要
素が設定されると、該設定に基づき、ユーザリクエスト
に応動してデータ格納部3の店舗情報及び商品カタログ
情報等を参照/抽出するスクリプトを含むHTML記述
を自動生成し、オーサリングツール部2に返す。
(57) [Summary] [Problem] To create display contents to be extracted and converted from stored data in response to a user request, without requiring specialized techniques such as programming simply by setting display elements. SOLUTION: An authoring tool unit 2 generates display content described in HTML or the like by interactive operation. The catalog design module unit 4 is called from the authoring tool unit 2 and operates on the authoring tool unit 2. When a display element is set by interactive operation by a user, the catalog design module unit 4 responds to a user request based on the setting. An HTML description including a script for referencing / extracting store information and product catalog information in the data storage unit 3 is automatically generated and returned to the authoring tool unit 2.
Description
【0001】[0001]
【発明の属する技術分野】この発明は、例えばネットワ
ークシステム上で行われる仮想店舗及びモール等におけ
る商品カタログ情報等の公開のための表示コンテンツの
作成のための技術に係り、特に予め格納され且つ随時更
新されるデータを動的に利用するリアルタイム的な表示
に好適な表示コンテンツ生成システム、方法及び記録媒
体に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for creating display contents for publishing product catalog information and the like in virtual stores and malls performed on a network system, for example, and more particularly to a technique for storing display contents in advance and as needed. The present invention relates to a display content generation system, method, and recording medium suitable for real-time display that dynamically uses updated data.
【0002】[0002]
【従来の技術】例えば、ネットワークシステム上で電子
商取引を行ったり、商品カタログ等の情報公開を行った
りする場合、データベースシステムに格納した随時更新
されるカタログデータをユーザリクエスト時にHTML
(HyperText Markup Language)等の表示コンテンツに
動的に変換してレスポンスするようにするのが一般的で
ある。2. Description of the Related Art For example, when conducting electronic commerce or publishing information such as a product catalog on a network system, catalog data stored in a database system is updated at any time by a user request in HTML.
(HyperText Markup Language) or the like is generally converted to display content such that a response is made.
【0003】しかしながら、このようなユーザリクエス
トに応動して、カタログデータを動的にHTMLとして
レスポンスするためのプログラムは専門技術を有する技
術者によって開発されなければならかった。また、この
ようなプログラムの開発者は開発の際に、C(C++)
言語、Perl、Java、VisualBasic(商標:マイ
クロソフト社)、その他の何らかのプログラム言語を用
いてプログラミングする必要があった。さらに、表示結
果の内容を調整・変更したい場合にも、開発者等が、ソ
ースコードを変更する必要があり、さらに変更されたプ
ログラムを実行させることによって、表示結果を確認す
る必要があった。However, in response to such a user request, a program for dynamically responding to catalog data as HTML has to be developed by a technician having specialized skills. In addition, the developer of such a program, when developing, C (C ++)
It was necessary to program using languages such as Perl, Java, VisualBasic (trademark: Microsoft), or some other programming language. Further, when the contents of the display result are to be adjusted or changed, the developer or the like needs to change the source code, and further has to confirm the display result by executing the changed program.
【0004】このため、カタログデータの表示コンテン
ツのデザインは、プログラミングの専門技術を有する技
術者しか行えなかった。[0004] For this reason, the design of the display content of the catalog data can only be performed by engineers having programming expertise.
【0005】すなわち、従来は、データベースシステム
に格納したカタログデータを動的に情報公開するために
は、ユーザリクエストに従ってデータベースにアクセス
して所要のデータを取り出し、表示用のHTMLへ変換
するためのプログラムを、上述したプログラミング言語
を用いて開発する必要があった。また、このようなカタ
ログ等の表示システムの運用開始後にカタログレイアウ
ト等のデザインを変更するためには、再度プログラムを
変更する必要があり、プログラミング及びプログラム変
更のための専門知識が必要であった。That is, conventionally, in order to dynamically publish catalog data stored in a database system, a program for accessing a database in accordance with a user request, extracting required data, and converting the data into HTML for display. Has to be developed using the programming language described above. Further, in order to change the design of the catalog layout or the like after the operation of the display system for such a catalog or the like has started, it is necessary to change the program again, which requires specialized knowledge for programming and program change.
【0006】[0006]
【発明が解決しようとする課題】上述したように、従来
はデータベースのカタログデータを情報公開するため
に、専用のプログラムを、コンテンツ毎に個々に開発し
ていたので、カタログデザインとプログラムデザインの
作業者を分離することが困難だった。このため、プログ
ラムデザインの開発者はカタログデザインのセンスを求
められ、また、カタログデザインの開発者はプログラミ
ング能力を求められるといった状況が一般的となってい
る。また、このため、運用開始後のカタログ等の表示デ
ザインを少し変更するだけでも専任の担当者を必要とし
ていた。As described above, conventionally, a dedicated program has been developed for each content in order to publish information on catalog data in a database. It was difficult to separate those. For this reason, it is common that program design developers are required to have a sense of catalog design, and catalog design developers are required to have programming ability. For this reason, even a slight change in the display design of a catalog or the like after the start of operation requires a dedicated staff member.
【0007】一般にネットワーク上の例えば複数店舗か
らなるモール等の仮想店舗システムは、図35に示すフ
ローチャートのような表示処理を行っている。まず、モ
ールのトップページを表示し(ステップS1)、該トッ
プページから店舗一覧、棚一覧、及び特殊棚商品等の表
示に移る(ステップS2)。これら店舗一覧、棚一覧、
及び特殊棚商品等の表示画面は、階層的に表示を行い最
上位の画面から、下位の棚一覧、及び特殊棚商品等の表
示画面(ステップS3)を経て、さらにその下位の表示
画面として商品一覧表示の表示画面に移る(ステップS
4)。商品一覧表示の表示画面において、商品属性とし
て在庫等の情報を表示させることができる(ステップS
5)。これらの商品情報の表示に基づきユーザが購入商
品を指定する。Generally, a virtual store system such as a mall composed of a plurality of stores on a network performs display processing as shown in a flowchart of FIG. First, a top page of the mall is displayed (step S1), and the display shifts from the top page to a store list, a shelf list, a special shelf product, and the like (step S2). These stores list, shelf list,
And display screens of special shelf products and the like are displayed hierarchically, from the top screen to a lower shelf list and a display screen of special shelf products and the like (step S3), and further displayed as a lower display screen. Move to the list display screen (step S
4). On the display screen of the product list display, information such as inventory can be displayed as product attributes (step S).
5). The user specifies a purchased product based on the display of the product information.
【0008】購入商品の指定後、それまでに指定された
商品を示す仮想買い物かごの表示を行って(ステップS
6)、確認後、注文画面を表示する(ステップS7)。
注文画面において、所要のユーザ個人情報、配送先、及
び支払手続等の入力等が行われて、注文が完了すると、
受注完了表示が行われて(ステップS8)、終了する。[0008] After specifying the purchased product, a virtual shopping basket indicating the specified product is displayed (step S).
6) After confirmation, an order screen is displayed (step S7).
On the order screen, required user personal information, delivery destination, payment procedure, etc. are input, and when the order is completed,
An order completion display is performed (step S8), and the process ends.
【0009】このような店舗システムにおいて、ステッ
プS2の店舗一覧、棚一覧、及び特殊棚商品等の表示、
ステップS3の棚一覧、及び特殊棚商品等の表示、並び
にステップS4の商品一覧表示等がカタログ情報に関す
る表示であり、これらの表示コンテンツを作成するため
に、上述したようなプログラミングが必要であった。In such a store system, display of a store list, a shelf list, a special shelf product, etc. in step S2,
The display of the shelf list and the special shelf products in step S3, and the display of the product list in step S4 are related to catalog information, and the above-described programming is required to create these display contents. .
【0010】この発明は、上述した事情に鑑みてなされ
たもので、表示要素を設定するだけでプログラミング等
の専門技術を必要とせずに、格納されたデータをユーザ
リクエストに応じて抽出変換して表示に供する表示コン
テンツを簡易に作成し得る表示コンテンツ生成システ
ム、方法及び記録媒体を提供することを目的とする。[0010] The present invention has been made in view of the above-described circumstances, and extracts and converts stored data in response to a user request without the need for specialized techniques such as programming simply by setting display elements. An object of the present invention is to provide a display content generation system, method, and recording medium that can easily create display content to be displayed.
【0011】[0011]
【課題を解決するための手段】上記目的を達成するた
め、この発明の第1の観点による表示コンテンツ生成シ
ステムは、表示情報データを格納するデータ格納手段
と、ユーザ操作により、表示情報データを編集して表示
コンテンツを生成するオーサリングツール手段と、前記
オーサリングツール手段に応動し、ユーザ操作により、
表示要素を設定することにより、該表示要素の設定に従
って、前記データ格納手段に格納される表示情報データ
を動的に参照するスクリプト及び該スクリプトを含むデ
ータ表示コンテンツの少なくともいずれかを生成して前
記オーサリングツール手段に供給する1個以上のデザイ
ンモジュール手段と、を具備する。In order to achieve the above object, a display content generation system according to a first aspect of the present invention includes a data storage unit for storing display information data, and a display operation unit for editing the display information data by a user operation. Authoring tool means for generating display content by performing a user operation in response to the authoring tool means,
By setting a display element, at least one of a script for dynamically referring to display information data stored in the data storage means and a data display content including the script is generated according to the setting of the display element. One or more design module means for providing to the authoring tool means.
【0012】前記デザインモジュール手段は、表示すべ
き内容に関する要素を設定する表示内容設定手段と、表
示すべき条件に関する要素を設定する表示条件設定手段
と、表示内容の表示レイアウトに関する要素を設定する
表示レイアウト設定手段と、を含んでいてもよい。The design module means includes a display content setting means for setting an element relating to the content to be displayed, a display condition setting means for setting an element relating to a condition to be displayed, and a display for setting an element relating to a display layout of the display content. Layout setting means.
【0013】前記デザインモジュール手段は、前記表示
要素の設定に従って動的に表示コンテンツを制御するス
クリプトを生成するスクリプト生成手段と、前記表示要
素及び前記スクリプト生成手段により生成される前記ス
クリプトを用いてデータ表示コンテンツを生成するコン
テンツ生成手段と、を含んでいてもよい。[0013] The design module means includes script generation means for generating a script for dynamically controlling display content according to the setting of the display element, and data using the display element and the script generated by the script generation means. And content generation means for generating display content.
【0014】前記デザインモジュール手段は、前記表示
要素の内容を、表示すべき対象に応じて構成した手段を
含んでいてもよい。[0014] The design module means may include means for configuring the contents of the display element according to an object to be displayed.
【0015】この発明の第2の観点による表示コンテン
ツ生成システムは、カタログデータを含む表示情報デー
タを格納するデータ格納手段と、ユーザ操作により、表
示情報データを編集して表示コンテンツを生成するオー
サリングツール手段と、表示すべき内容に関する要素を
設定する表示内容設定手段、表示すべき条件に関する要
素を設定する表示条件設定手段、表示内容の表示レイア
ウトに関する要素を設定する表示レイアウト設定手段、
前記表示すべき内容、表示すべき条件及び表示レイアウ
トを含む表示要素の設定に従って動的に表示コンテンツ
を制御するスクリプトを生成するスクリプト生成手段、
及び前記表示要素及び前記スクリプト生成手段により生
成される前記スクリプトを用いてデータ表示コンテンツ
を生成するコンテンツ生成手段、を含み、前記オーサリ
ングツール手段に応動して、ユーザ操作により、前記表
示要素を設定することにより、該表示要素の設定に従っ
て、前記データ格納手段に格納される表示情報データを
動的に参照するスクリプト及び該スクリプトを含むデー
タ表示コンテンツの少なくともいずれかを生成して前記
オーサリングツール手段に供給するとともに、表示対象
に応じて前記表示要素を異ならせた複数のデザインモジ
ュール手段と、を具備する。A display content generation system according to a second aspect of the present invention is a data storage means for storing display information data including catalog data, and an authoring tool for editing display information data to generate display content by a user operation. Means, display content setting means for setting elements relating to contents to be displayed, display condition setting means for setting elements relating to conditions to be displayed, display layout setting means for setting elements relating to display layout of display contents,
Script generation means for generating a script for dynamically controlling the display content according to the setting of the display element including the content to be displayed, the display condition and the display layout,
And content generation means for generating data display content using the display element and the script generated by the script generation means. The display element is set by a user operation in response to the authoring tool means. Thereby, according to the setting of the display element, at least one of a script for dynamically referring to display information data stored in the data storage unit and a data display content including the script is generated and supplied to the authoring tool unit. And a plurality of design module units each having a different display element according to a display target.
【0016】前記デザインモジュール手段は、前記生成
された表示コンテンツから表示要素の設定状態を復元
し、再設定により、再編集する手段を含んでいてもよ
い。[0016] The design module means may include means for restoring a setting state of a display element from the generated display content and re-editing by resetting.
【0017】この発明の第3の観点による表示コンテン
ツ生成方法は、表示要素を設定する要素設定ステップ
と、前記表示要素の設定に従って、表示情報データを動
的に参照するスクリプト及び該スクリプトを含むデータ
表示コンテンツの少なくともいずれかを生成する生成ス
テップと、表示すべき対象毎の前記要素設定ステップ及
び生成ステップを実行して表示コンテンツを完成する表
示コンテンツ完成ステップと、を有する。According to a third aspect of the present invention, there is provided a display content generating method, comprising: an element setting step of setting a display element; a script for dynamically referring to display information data in accordance with the setting of the display element; and data including the script. A generation step of generating at least one of the display contents; and a display content completion step of completing the display content by executing the element setting step and the generation step for each target to be displayed.
【0018】前記要素設定ステップは、表示すべき内容
に関する要素を設定する表示内容設定ステップと、表示
すべき条件に関する要素を設定する表示条件設定ステッ
プと、表示内容の表示レイアウトに関する要素を設定す
る表示レイアウト設定ステップと、を含んでいてもよ
い。The element setting step includes a display content setting step of setting an element relating to the content to be displayed, a display condition setting step of setting an element relating to a condition to be displayed, and a display for setting an element relating to a display layout of the display content. And a layout setting step.
【0019】前記生成ステップは、前記表示要素の設定
に従って動的に表示コンテンツを制御するスクリプトを
生成するスクリプト生成ステップと、前記表示要素及び
前記スクリプトを用いてデータ表示コンテンツを生成す
るコンテンツ生成ステップと、を含んでいてもよい。The generating step includes a script generating step of generating a script for dynamically controlling display content according to the setting of the display element, and a content generating step of generating data display content using the display element and the script. May be included.
【0020】この発明の第4の観点によるコンピュータ
読み取り可能な記録媒体は、コンピュータを、表示情報
データを格納するデータ格納手段、ユーザ操作により、
表示情報データを編集して表示コンテンツを生成するオ
ーサリングツール手段、及び前記オーサリングツール手
段に応動し、ユーザ操作により、表示要素を設定するこ
とにより、該表示要素の設定に従って、前記データ格納
手段に格納される表示情報データを動的に参照するスク
リプト及び該スクリプトを含むデータ表示コンテンツの
少なくともいずれかを生成して前記オーサリングツール
手段に供給する1個以上のデザインモジュール手段、と
して機能させるためのプログラムを記録する。A computer-readable recording medium according to a fourth aspect of the present invention is a computer-readable recording medium comprising: a data storage unit for storing display information data;
Authoring tool means for editing display information data to generate display content; and responding to the authoring tool means, by setting a display element by a user operation, storing the display element in the data storage means in accordance with the setting of the display element. And a program for generating at least one of a script for dynamically referring to display information data to be displayed and a data display content including the script and supplying the generated data display content to the authoring tool means. Record.
【0021】この発明の第5の観点によるコンピュータ
読み取り可能な記録媒体は、コンピュータを、カタログ
データを含む表示情報データを格納するデータ格納手
段、ユーザ操作により、表示情報データを編集して表示
コンテンツを生成するオーサリングツール手段、及び表
示すべき内容に関する要素を設定する表示内容設定手段
と、表示すべき条件に関する要素を設定する表示条件設
定手段と、表示内容の表示レイアウトに関する要素を設
定する表示レイアウト設定手段と、前記表示すべき内
容、表示すべき条件及び表示レイアウトを含む表示要素
の設定に従って動的に表示コンテンツを制御するスクリ
プトを生成するスクリプト生成手段と、前記表示要素及
び前記スクリプト生成手段により生成される前記スクリ
プトを用いてデータ表示コンテンツを生成するコンテン
ツ生成手段と、を含み、前記オーサリングツール手段に
応動して、ユーザ操作により、前記表示要素を設定する
ことにより、該表示要素の設定に従って、前記データ格
納手段に格納される表示情報データを動的に参照するス
クリプト及び該スクリプトを含むデータ表示コンテンツ
の少なくともいずれかを生成して前記オーサリングツー
ル手段に供給するとともに、表示対象に応じて前記表示
要素を異ならせた複数のデザインモジュール手段、とし
て機能させるためのプログラムを記録する。According to a fifth aspect of the present invention, there is provided a computer-readable recording medium comprising: a data storage unit for storing display information data including catalog data; Authoring tool means to generate, display content setting means to set elements related to contents to be displayed, display condition setting means to set elements related to conditions to be displayed, and display layout setting to set elements related to display layout of display contents Means, script generation means for generating a script for dynamically controlling display content in accordance with settings of display elements including the content to be displayed, display conditions, and display layout, and generation by the display element and the script generation means Data table using the script Content generation means for generating content, wherein the display element is set by a user operation in response to the authoring tool means, and the display stored in the data storage means according to the setting of the display element. A plurality of design modules that generate and supply at least one of a script for dynamically referring to information data and a data display content including the script to the authoring tool means, and that vary the display element according to a display target The program for functioning as a means is recorded.
【0022】この発明の第6の観点によるコンピュータ
読み取り可能な記録媒体は、コンピュータを、カタログ
データを含む表示情報データを格納するデータ格納手
段、ユーザ操作により、表示情報データを編集して表示
コンテンツを生成するオーサリングツール手段、及び表
示すべき内容に関する要素を設定する表示内容設定手段
と、表示すべき条件に関する要素を設定する表示条件設
定手段と、表示内容の表示レイアウトに関する要素を設
定する表示レイアウト設定手段と、前記表示すべき内
容、表示すべき条件及び表示レイアウトを含む表示要素
の設定に従って動的に表示コンテンツを制御するスクリ
プトを生成するスクリプト生成手段と、前記表示要素及
び前記スクリプト生成手段により生成される前記スクリ
プトを用いてデータ表示コンテンツを生成するコンテン
ツ生成手段と、を含み、前記オーサリングツール手段に
応動して、ユーザ操作により、前記表示要素を設定する
ことにより、該表示要素の設定に従って、前記データ格
納手段に格納される表示情報データを動的に参照するス
クリプト及び該スクリプトを含むデータ表示コンテンツ
の少なくともいずれかを生成して前記オーサリングツー
ル手段に供給するとともに、前記生成された表示コンテ
ンツから表示要素の設定状態を復元し、再設定により、
再編集する手段をさらに含み、表示対象に応じて前記表
示要素を異ならせた複数のデザインモジュール手段、と
して機能させるためのプログラムを記録する。According to a sixth aspect of the present invention, there is provided a computer-readable recording medium comprising: a data storage unit for storing display information data including catalog data; a display content being edited by a user operation; Authoring tool means to generate, display content setting means to set elements related to contents to be displayed, display condition setting means to set elements related to conditions to be displayed, and display layout setting to set elements related to display layout of display contents Means, script generation means for generating a script for dynamically controlling display content in accordance with settings of display elements including the content to be displayed, display conditions, and display layout, and generation by the display element and the script generation means Data table using the script Content generation means for generating content, wherein the display element is set by a user operation in response to the authoring tool means, and the display stored in the data storage means according to the setting of the display element. A script for dynamically referring to information data and at least one of data display contents including the script are generated and supplied to the authoring tool means, and a setting state of a display element is restored from the generated display content, By resetting,
The program further includes means for re-editing, and records a program for functioning as a plurality of design module means having different display elements according to display objects.
【0023】この発明に係る表示コンテンツ生成システ
ム、方法及び記録媒体は、オーサリングツール等に連携
するデザインモジュールに対し、ユーザ操作により、表
示要素を設定することにより、該デザインモジュール
が、該表示要素の設定に従って、データ格納部に格納さ
れる表示情報データを動的に参照するスクリプト及び該
スクリプトを含むデータ表示コンテンツの少なくともい
ずれかを生成する。このようにして、表示要素を設定す
るだけでプログラミング等の専門技術を必要とせずに、
格納されたデータをユーザリクエストに応じて抽出変換
して表示に供する表示コンテンツを簡易に作成すること
ができる。The display content generation system, method, and recording medium according to the present invention set a display element by a user operation with respect to a design module associated with an authoring tool or the like, so that the design module can set the display element. According to the setting, at least one of a script for dynamically referring to the display information data stored in the data storage unit and a data display content including the script is generated. In this way, just by setting the display elements and without the need for specialized skills such as programming,
It is possible to easily create display content to be provided for display by extracting and converting stored data in response to a user request.
【0024】[0024]
【発明の実施の形態】以下、この発明の実施の形態を図
面を参照して説明する。Embodiments of the present invention will be described below with reference to the drawings.
【0025】図1は、この発明の実施の形態に係る表示
コンテンツ生成システムの構成を模式的に示している。FIG. 1 schematically shows a configuration of a display content generation system according to an embodiment of the present invention.
【0026】図1に示す表示コンテンツ生成システム
は、ユーザインタフェース部1、オーサリングツール部
2、データ格納部3及び複数のカタログデザインモジュ
ール部4を備えている。The display content generation system shown in FIG. 1 includes a user interface unit 1, an authoring tool unit 2, a data storage unit 3, and a plurality of catalog design module units 4.
【0027】ユーザインタフェース部1は、いわゆるパ
ーソナルコンピュータ、ワークステーションあるいはサ
ーバコンピュータ等のコンピュータシステムのマウス等
のポインティングデバイス、及びキーボード等の操作入
力装置、並びにCRT(陰極線管)又は液晶ディスプレ
イパネル等からなるディスプレイ装置を含む。このユー
ザインタフェース部1を介して、当該表示コンテンツ生
成システムに対するユーザ、すなわちカタログ表示コン
テンツのデザイナ、の対話的操作が行われる。The user interface unit 1 comprises a pointing device such as a mouse of a computer system such as a so-called personal computer, a workstation or a server computer, an operation input device such as a keyboard, a CRT (cathode ray tube) or a liquid crystal display panel. Including display devices. Through this user interface unit 1, an interactive operation of a user for the display content generation system, that is, a designer of catalog display content is performed.
【0028】オーサリングツール部2は、コンピュータ
システムのアプリケーションソフトウェアを用いて構成
され、対話的操作によりHTML等により記述された表
示コンテンツを生成するためのツールとして機能する。The authoring tool unit 2 is configured using application software of a computer system, and functions as a tool for generating display content described in HTML or the like by interactive operation.
【0029】データ格納部3は、データベースシステム
等として構成され、表示コンテンツを形成するための店
舗情報及び商品カタログ情報等を格納する。The data storage unit 3 is configured as a database system or the like, and stores store information and product catalog information for forming display contents.
【0030】カタログデザインモジュール部4は、オー
サリングツール部2から呼び出されて、オーサリングツ
ール部2上で動作し、ユーザによる対話的操作により表
示要素が設定されると、該設定に基づき、ユーザリクエ
ストに応動してデータ格納部3の店舗情報及び商品カタ
ログ情報等を参照/抽出するスクリプトを含むHTML
記述を自動生成し、オーサリングツール部2に返す。The catalog design module section 4 is called from the authoring tool section 2 and operates on the authoring tool section 2. When a display element is set by a user's interactive operation, the catalog design module section 4 responds to a user request based on the setting. HTML including a script for referring / extracting store information and product catalog information in data storage unit 3 in response
A description is automatically generated and returned to the authoring tool unit 2.
【0031】また、カタログデザインモジュール部4
は、既に作成したHTML記述を、オーサリングツール
部2を介して読み込み、表示要素の設定項目に逆変換し
て、ユーザによる対話的操作に供し、表示要素を修正/
変更することにより、既存のHTML記述を修正して、
ユーザリクエストに応動してデータ格納部3の店舗情報
及び商品カタログ情報等を参照/抽出するスクリプトを
含むHTML記述を再生成し、オーサリングツール部2
に返す。The catalog design module 4
Reads the already created HTML description via the authoring tool unit 2, converts the HTML description back into the setting items of the display element, provides the interactive operation by the user, and modifies / displays the display element.
By modifying the existing HTML description,
In response to a user request, an HTML description including a script for referencing / extracting store information and product catalog information in the data storage unit 3 is regenerated, and the authoring tool unit 2
To return.
【0032】該カタログデザインモジュール部4は、複
数個用意され、表示対象の種類に応じて、表示要素及び
その設定形態等の異なるものを用いる。カタログデザイ
ンモジュール部4は、表示すべき内容に関する表示内
容、表示すべき条件に関する表示条件、及び表示レイア
ウトを含む表示要素の少なくとも一部を設定し、該設定
に基づいたスクリプトを含むHTML記述を生成し得る
ように構成されている。A plurality of catalog design module units 4 are prepared, and different ones such as display elements and their setting forms are used according to the type of display target. The catalog design module unit 4 sets at least a part of a display element including a display content regarding a content to be displayed, a display condition regarding a condition to be displayed, and a display layout, and generates an HTML description including a script based on the setting. It is configured to be able to.
【0033】該カタログデザインモジュール部4は、オ
ーサリングツール部2上で動作するプラグインソフトウ
ェア、アドオンプログラム又はアドインプログラム等に
より構成してもよい。The catalog design module unit 4 may be constituted by plug-in software, an add-on program, an add-in program, or the like that operates on the authoring tool unit 2.
【0034】図2は、カタログデザインモジュール部4
の詳細な構成を示している。図2に示すカタログデザイ
ンモジュール部4は、表示内容設定部41、表示条件設
定部42、レイアウト設定部43、スクリプト生成部4
4及びHTML生成部45を備えている。FIG. 2 shows a catalog design module section 4.
3 shows a detailed configuration. The catalog design module unit 4 shown in FIG. 2 includes a display content setting unit 41, a display condition setting unit 42, a layout setting unit 43, and a script generation unit 4.
4 and an HTML generation unit 45.
【0035】表示内容設定部41は、表示すべき内容項
目、例えばバーの表示内容、及び枠の有無等、を設定/
変更する。表示条件設定部42は、表示内容毎の表示条
件、例えば、各表示文字の背景色及び文字色等、を設定
/変更する。レイアウト設定部43は、表示内容の配置
/配列、例えば表示内容の配列方法、並びに折り返し表
示の有無、名前、説明及び画像の配置関係等、を設定/
変更する。The display content setting section 41 sets / displays content items to be displayed, for example, bar display content, presence / absence of a frame, and the like.
change. The display condition setting unit 42 sets / changes a display condition for each display content, for example, a background color and a character color of each display character. The layout setting unit 43 sets / arranges the arrangement / arrangement of the display contents, for example, the arrangement method of the display contents, the presence / absence of the wrapped display, the arrangement relationship of the name, the description, and the image.
change.
【0036】スクリプト生成部44は、表示内容設定部
41、表示条件設定部42及びレイアウト設定部43の
設定結果に基づき、当該表示を行うためのスクリプトを
自動的に生成する。スクリプトは、例えばJavaスク
リプト及びVBスクリプト(Visual Basic Scripting E
dition)等のサーバ上で実行し得るプログラムである。The script generation unit 44 automatically generates a script for performing the display based on the setting results of the display content setting unit 41, the display condition setting unit 42, and the layout setting unit 43. Scripts include, for example, Java scripts and VB scripts (Visual Basic Scripting E
dition) that can be executed on the server.
【0037】HTML生成部45は、表示内容設定部4
1、表示条件設定部42及びレイアウト設定部43の設
定結果に基づき、且つスクリプト生成部44で生成され
たスクリプトを用いて、HTML記述を生成し、オーサ
リングツール部2に供給する。The HTML generation unit 45 includes the display content setting unit 4
1. An HTML description is generated based on the setting results of the display condition setting unit 42 and the layout setting unit 43 and using the script generated by the script generation unit 44, and supplied to the authoring tool unit 2.
【0038】なお、オーサリングツール部2において、
既に作成したHTML記述を読み込み、当該カタログデ
ザインモジュール部4を呼び出すことにより、スクリプ
ト生成部44及びHTML生成部45は、当該HTML
記述をもとの設定条件に逆変換し、表示内容設定部4
1、表示条件設定部42及びレイアウト設定部43に供
給する。このようにすることにより、表示内容設定部4
1、表示条件設定部42及びレイアウト設定部43によ
り、既に作成したHTML記述の設定内容を修正変更し
て、所望に応じたHTML記述を再生成して、オーサリ
ングツール部2に供給することができる。In the authoring tool section 2,
By reading the already created HTML description and calling the catalog design module unit 4, the script generation unit 44 and the HTML generation unit 45 allow the HTML
The description is converted back to the original setting conditions, and the display content setting unit 4
1. The information is supplied to the display condition setting unit 42 and the layout setting unit 43. By doing so, the display content setting unit 4
1. The display condition setting unit 42 and the layout setting unit 43 can modify and change the setting contents of the HTML description already created, regenerate the HTML description as desired, and supply the generated HTML description to the authoring tool unit 2. .
【0039】これら、表示内容設定部41、表示条件設
定部42、レイアウト設定部43、スクリプト生成部4
4及びHTML生成部45の各部は、基本的にほぼ同様
の構成が用いられるが、当該カタログデザインモジュー
ル4の表示対象によっては若干異なっている。The display content setting section 41, display condition setting section 42, layout setting section 43, script generation section 4
4 and the respective units of the HTML generation unit 45 basically have substantially the same configuration, but differ slightly depending on the display target of the catalog design module 4.
【0040】このシステムのユーザは、ネットワーク上
のカタログ表示コンテンツすなわちウェブページをデザ
インするページデザイナであり、オーサリングツール部
2を構成する市販のオーサリングツールの標準機能とカ
タログデザインモジュール部4の機能とを利用して、カ
タログ表示ページを自由に且つ簡単に作成することがで
きる。The user of this system is a page designer who designs catalog display contents on the network, that is, a web page. The user uses the standard functions of the commercially available authoring tool constituting the authoring tool section 2 and the functions of the catalog design module section 4. Utilizing it, a catalog display page can be freely and easily created.
【0041】図1及び図2に示した表示コンテンツ生成
システムを実現するシステムは、具体的には図3に示す
ようなネットワーク上のシステムとして構築される。The system for realizing the display content generation system shown in FIGS. 1 and 2 is specifically constructed as a system on a network as shown in FIG.
【0042】図3に示すシステムは、オーサリング装置
11、第1のミドルサーバ装置12、データ格納装置1
3、第2のミドルサーバ装置14、ネットワーク15及
びLAN(Local Area Network)16により構成されて
いる。オーサリング装置11は、オーサリングツール1
11、カタログデザインモジュール112及び第1のフ
ァイルシステム113を有する。第1のミドルサーバ装
置12は、第1のHTTPサーバ121及びデータベー
スアクセスオブジェクト122を有し、データ格納装置
13は、データベースサーバ131を有する。第2のミ
ドルサーバ装置14は、第2のHTTPサーバ141、
オーサリングツールオブジェクト142及び第2のファ
イルシステム143を有する。The system shown in FIG. 3 includes an authoring device 11, a first middle server device 12, and a data storage device 1.
3, a second middle server device 14, a network 15, and a LAN (Local Area Network) 16. The authoring device 11 includes the authoring tool 1
11, a catalog design module 112 and a first file system 113. The first middle server device 12 has a first HTTP server 121 and a database access object 122, and the data storage device 13 has a database server 131. The second middle server device 14 includes a second HTTP server 141,
It has an authoring tool object 142 and a second file system 143.
【0043】オーサリング装置11、第1のミドルサー
バ装置12及び第2のミドルサーバ装置14は、それぞ
れ例えばパーソナルコンピュータ、ワークステーション
あるいはサーバコンピュータ等のコンピュータシステム
であり、いずれもネットワーク15に結合されている。
さらに第1のミドルサーバ装置12は、LAN16を介
してデータ格納装置13に結合されている。The authoring device 11, the first middle server device 12, and the second middle server device 14 are each a computer system such as a personal computer, a workstation, or a server computer, and are all connected to a network 15. .
Further, the first middle server device 12 is connected to the data storage device 13 via the LAN 16.
【0044】オーサリング装置11のオーサリングツー
ル111は、市販されているウェブページ作成ツール
(例えばFrontPage98及びVisual InterDev:いずれも商
品名〜マイクロソフト社)であり、オーサリング装置1
1上で実行することにより、マウス及びキーボード等の
操作により、画像ファイル及びテキストファイル等を編
集してウェブページを編集/生成する。ユーザ、すなわ
ちデザイナ、は、カタログデザインモジュール112に
対応したオーサリングツール111をキーボード及びマ
ウス等を用いて操作する。店舗、商品棚、商品及び在庫
の各情報を陳列したい場合には、オーサリングツール1
11から所要のカタログデザインモジュールを112呼
び出す。オーサリングツール111は、その他の通常の
場合においては、第1のファイルシステム113に格納
されている画像ファイル及びウェブページファイルを編
集して、表示すべきウェブページを生成し、第2のミド
ルサーバ装置14の第2のHTTPサーバ141へ送信
する。The authoring tool 111 of the authoring device 11 is a commercially available web page creation tool (for example, FrontPage98 and Visual InterDev: both of trade name-Microsoft), and the authoring device 1
1 to edit / generate a web page by editing an image file, a text file, and the like by operating a mouse, a keyboard, and the like. A user, ie, a designer, operates the authoring tool 111 corresponding to the catalog design module 112 using a keyboard and a mouse. If you want to display information on stores, product shelves, merchandise and inventory, use the authoring tool 1
The required catalog design module 112 is called from 11. In other normal cases, the authoring tool 111 edits the image file and the web page file stored in the first file system 113 to generate a web page to be displayed, and the second middle server device 14 to the second HTTP server 141.
【0045】カタログデザインモジュール112は、オ
ーサリングツール111により呼び出されて動作するプ
ログラムモジュール等により構成され、表示要素の設定
により、ASP(Active Server Pages)ファイル等の
スクリプトファイルを生成し、オーサリングツール11
1を介してウェブページ中に挿入する。なお、ASP
は、IIS(Internet Information Server:マイクロ
ソフト社)等のWWW(World Wide Web)サーバ上のス
クリプト実行環境であり、クライアントがURL(Unif
orm Resource Locator)として、ASPファイル(拡張
子が.aspのVBスクリプト又はJavaスクリプトでプ
ログラムが記述されたファイル)を指定すると、WWW
サーバがそのファイルをプログラムとして実行し、結果
として得られたHTML記述をクライアントに送信する
ものである。The catalog design module 112 is composed of a program module or the like which is called and operated by the authoring tool 111, and generates a script file such as an ASP (Active Server Pages) file by setting display elements.
1 into a web page. In addition, ASP
Is a script execution environment on a WWW (World Wide Web) server such as IIS (Internet Information Server: Microsoft), and the client is a URL (Unif.
When an ASP file (a file in which a program is described in a VB script or a Java script with an extension of .asp) is specified as an orm resource locator, WWW
The server executes the file as a program, and sends the resulting HTML description to the client.
【0046】オーサリングツール111から呼び出され
たカタログデザインモジュール112をオーサリングツ
ール111上から操作して詳細にわたって表示要素を設
定する。このとき、運用開始後にデータベースの変更を
自動的に画面表示に反映させる場合には、運用開始後に
動作する画面反映プログラムがウェブ表示プログラムに
埋め込まれる。The catalog design module 112 called from the authoring tool 111 is operated from the authoring tool 111 to set display elements in detail. At this time, if the change in the database is automatically reflected on the screen display after the start of operation, a screen reflection program that operates after the start of operation is embedded in the web display program.
【0047】また、運用開始後もウェブページ作成時の
商品等の陳列の状態を保持し続けたい場合には、作成中
にカタログデザインモジュール112から第1のミドル
サーバ装置12の第1のHTTPサーバ121に、その
時のデータを要求する。該要求の際、カタログデザイン
モジュール112は、SSL(Secure Sockets Layer)
プロトコルにより、要求電文を暗号化して送信する。When it is desired to keep the display state of the product or the like at the time of creating the web page even after the operation is started, the catalog design module 112 sends the first HTTP server of the first middle server device 12 during the creation. The data at that time is requested to 121. At the time of the request, the catalog design module 112 uses SSL (Secure Sockets Layer).
The request message is encrypted and transmitted according to the protocol.
【0048】第1のファイルシステム113には、予め
用意されあるいはその後に作成された画像ファイル及び
ウェブページファイルを格納している。The first file system 113 stores image files and web page files prepared in advance or created afterward.
【0049】第1のミドルサーバ装置12の第1のHT
TP(Hypertext Transfer Protocol)サーバ121
は、カタログデザインモジュール112からのSSLプ
ロトコルによるアクセス要求を受けて、同一プロセス、
すなわち当該第1のミドルサーバ装置12内のデータベ
ースアクセスオブジェクト122にSQL(Structured
Query Language)要求を引き渡す。また、第1のHTT
Pサーバ121は、データベースアクセスオブジェクト
122から返却された結果データをMIME(Multipru
pose Internet Mail Extensions)エンコードし、SS
Lプロトコルを用いて暗号化してカタログデザインモジ
ュール112に返す。The first HT of the first middle server device 12
TP (Hypertext Transfer Protocol) server 121
Receives the access request by the SSL protocol from the catalog design module 112,
That is, the SQL (Structured) is stored in the database access object 122 in the first middle server device 12.
Query Language) Deliver the request. Also, the first HTT
The P server 121 stores the result data returned from the database access object 122 in MIME (Multipru
pose Internet Mail Extensions) Encode and SS
The data is encrypted using the L protocol and returned to the catalog design module 112.
【0050】データベースアクセスオブジェクト122
は、第1のHTTPサーバ121から引き渡されたSQ
L要求を、データ格納装置13のデータベースサーバ1
31へ要求し、結果データを第1のHTTPサーバ12
1に返却する。Database access object 122
Is the SQ delivered from the first HTTP server 121
L request to the database server 1 of the data storage device 13
To the first HTTP server 12
Return to 1.
【0051】データ格納装置13のデータベースサーバ
131は、データベースアクセスオブジェクト122か
ら要求されたSQLを実行して、その結果として検索さ
れた情報をデータベースアクセスオブジェクト122に
返す。The database server 131 of the data storage device 13 executes the SQL requested from the database access object 122 and returns the retrieved information to the database access object 122 as a result.
【0052】第2のミドルサーバ装置14の第2のHT
TPサーバ141は、オーサリングツール111からネ
ットワーク15を介してSSLプロトコルで送信された
画像及びウェブページファイルをオーサリングツールオ
ブジェクト142にわたす。オーサリングツールオブジ
ェクト142は、第2のHTTPサーバ141からわた
された画像及びウェブページファイルを第2のファイル
システム143に格納する。The second HT of the second middle server device 14
The TP server 141 passes the image and the web page file transmitted by the SSL protocol from the authoring tool 111 via the network 15 to the authoring tool object 142. The authoring tool object 142 stores the image and the web page file passed from the second HTTP server 141 in the second file system 143.
【0053】ユーザ、すなわちウェブページのデザイ
ナ、市販のウェブページ作成用のアプリケーションソフ
トウェアであるオーサリングツール111からカタログ
デザインモジュール112を利用して作成中のウェブペ
ージにカタログ表示機能を挿入する。オーサリングツー
ル111によるカタログデザインモジュール112の生
成挿入機能は、今後、ウェブオーサリングツールが、カ
タログデザインモジュール112をサポートするように
することにより、多くのオーサリングツール111から
利用することが可能となる。また、カタログデザインモ
ジュール112は、オーサリングツール111によるウ
ェブページのデザイン中に実行され、ダイヤログ等のG
UI(Graphical User Interface)からパラメータを入
力/変更させることを可能とする。カタログラデザイン
モジュール112は、その実行を終了すると、スクリプ
ト及びHTML等のソースコードを生成して、編集中の
ウェブぺージに挿入する。A catalog display function is inserted into a web page being created by using a catalog design module 112 from a user, that is, a web page designer, or an authoring tool 111 which is a commercially available application software for creating a web page. The function of generating and inserting the catalog design module 112 by the authoring tool 111 can be used from many authoring tools 111 by making the web authoring tool support the catalog design module 112 in the future. The catalog design module 112 is executed during the design of a web page by the authoring tool 111, and is used to execute G
It is possible to input / change parameters from a UI (Graphical User Interface). Upon completion of the execution, the cataloger design module 112 generates a script and a source code such as HTML and inserts it into the web page being edited.
【0054】以下、この実施の形態に係るカタログデザ
インモジュール112についてさらに詳細に説明する。Hereinafter, the catalog design module 112 according to this embodiment will be described in more detail.
【0055】《概要》カタログ情報等の表示を行う表示
システムでは、データベースの扱いが複雑であることに
加えて、表示画面の作成者がプログラム開発の未経験者
であることが予想される。そこで、カタログデザインモ
ジュール112は、開発者がほとんどプログラムコード
を書かずに、カタログ表示画面を生成することを可能と
しようとしている。<< Summary >> In a display system for displaying catalog information and the like, it is expected that the creator of the display screen is an inexperienced person in program development in addition to complicated handling of the database. Therefore, the catalog design module 112 intends to enable a developer to generate a catalog display screen with almost no program code.
【0056】すなわち、カタログデザインモジュール1
12は、画面全体を編集するプログラムモジュールであ
り、この1つのカタログデザインモジュールにより生成
されるスクリプトを含むHTML記述を貼り付けること
によって一画面を作成する。デザインのための操作を簡
略化して、未経験者にも容易に作成できるようにするた
め、画面の配置をある程度パターン化して、一画面全て
を作成してしまうようにしている。That is, the catalog design module 1
Reference numeral 12 denotes a program module for editing the entire screen, and creates one screen by pasting an HTML description including a script generated by this one catalog design module. In order to simplify the operation for design so that even inexperienced persons can easily create a screen, the arrangement of screens is patterned to some extent so that an entire screen is created.
【0057】カタログデザインモジュール112は、複
数店舗を有するモール等を前提にした店舗システムにお
いて、画面処理が複雑で且つ汎用性が求められるページ
のみを対象としている。すなわち、図35にフローチャ
ートを示したような店舗システムにおけるステップS2
〜ステップS5の各ステップの画面を表示するためのA
SPファイルをカタログデザインモジュールによって作
成する場合を例にとって説明する。The catalog design module 112 is intended only for pages requiring complicated screen processing and versatility in a store system based on a mall having a plurality of stores. That is, step S2 in the store system as shown in the flowchart in FIG.
A for displaying the screen of each step of Step S5
An example in which an SP file is created by a catalog design module will be described.
【0058】すなわち、ステップS2の店舗一覧、棚一
覧及び特殊棚内の商品の表示画面を表示する「shopmal
l.asp」、ステップS3の棚一覧及び特殊棚内の商品の
表示画面を表示する「node.asp」、ステップS4の商品
一覧表示画面を表示する「product-list.asp」及びステ
ップS5の商品属性選択画面、すなわち在庫表示画面、
を表示する「article-form.asp」の各ASPファイルを
対象とするそれぞれ個別のカタログデザインモジュール
を用意し、各々により各ASPファイルを生成する。こ
れらのカタログデザインモジュールについて以下に詳述
する。That is, "shopmal" which displays the store list, the shelf list, and the display screen of the product in the special shelf in step S2.
l.asp "," node.asp "which displays the shelf list of step S3 and the display screen of the product in the special shelf," product-list.asp "which displays the product list display screen of step S4, and the product of step S5 Attribute selection screen, that is, inventory display screen,
Is prepared for each ASP file of “article-form.asp”, and each ASP file is generated by each. These catalog design modules are described in detail below.
【0059】《カタログデザインモジュールを使用した
ウェブページの作成》図4は、アプリケーションソフト
ウェアであるFront Page 98及びVisual Inter Dev等の
オーサリングツールより、カタログデザインモジュール
を使用してウェブページを作成する一連の動作を示して
いる。<< Creation of Web Page Using Catalog Design Module >> FIG. 4 shows a series of Web page creation using a catalog design module from an authoring tool such as Front Page 98 and Visual Inter Dev as application software. The operation is shown.
【0060】すなわち、ユーザがアプリケーションであ
るオーサリングツールのメニューより、作成しようとす
る画面に対応するカタログデザインモジュールを選択す
ると、オーサリングツールは、該当するカタログデザイ
ンモジュールに表示要素を設定するためのプロパティペ
ージを要求する。この要求に対し、カタログデザインモ
ジュールはオーサリングツールを介して、初期画面及び
プロパティページを表示する。That is, when the user selects a catalog design module corresponding to a screen to be created from a menu of an authoring tool as an application, the authoring tool issues a property page for setting display elements in the corresponding catalog design module. Request. In response to this request, the catalog design module displays an initial screen and a property page via the authoring tool.
【0061】ユーザは、表示されたプロパティページの
プロパティの変更、すなわち表示要素の設定内容の変更
操作を行う。このプロパティの変更は、その保存操作に
より、オーサリングツールからカタログデザインモジュ
ールにわたされる。カタログデザインモジュールは、プ
ロパティ、つまり表示要素の該当する変更を行って、初
期画面に表示される設定情報に反映する。ユーザが設定
情報の変更を確認した上で、カタログデザインモジュー
ルの終了操作を行うと、オーサリングツールはカタログ
デザインモジュールへ終了及びウェブページの生成の要
求を与える。カタログデザインモジュールは、設定され
た内容に従ったスクリプトを含むHTML等からなるウ
ェブページのプログラムソースを生成し(必要に応じオ
ーサリングツールを介して)、サーバ(図3における第
2のミドルサーバ装置14)に反映する。The user changes the property of the displayed property page, that is, changes the set contents of the display element. Changes to this property are passed from the authoring tool to the catalog design module due to the save operation. The catalog design module makes appropriate changes in properties, ie, display elements, and reflects the changes in the setting information displayed on the initial screen. When the user confirms the change of the setting information and performs a closing operation of the catalog design module, the authoring tool gives a request to the catalog design module to finish and generate a web page. The catalog design module generates a program source of a web page including an HTML or the like including a script according to the set contents (via an authoring tool as necessary), and a server (the second middle server device 14 in FIG. 3). ).
【0062】《カタログデザインモジュール処理フロ
ー》次に、図5〜図13のフローチャートを参照して、
カタログデザインモジュールにおけるHTML記述の生
成処理の流れを説明する。<< Catalog Design Module Processing Flow >> Next, referring to the flowcharts of FIGS.
The flow of the generation process of the HTML description in the catalog design module will be described.
【0063】ここでは、店舗一覧表示(shopmall)のカ
タログデザインモジュールのみを例にとって説明してい
る。店舗一覧表示以外のカタログデザインモジュールも
基本的な処理はほぼ同様であり、表示内容等が若干異な
るだけである。Here, only the catalog design module for shop list display (shopmall) is described as an example. The basic processing of the catalog design module other than the store list display is almost the same, and only the display contents are slightly different.
【0064】図5〜図7に示す処理は、プロパティペー
ジにおける表示要素の設定が行われた後にウェブページ
の生成要求が与えられた時点で起動される。図5におい
て、ウェブページのプログラムソースを生成するHTM
L要求が与えられ処理が開始されると、ASPの初期処
理記述を文字列変数、例えばhtmlStrに代入する(ステ
ップS11)。The processing shown in FIGS. 5 to 7 is started when a request for generating a web page is given after the display elements are set on the property page. In FIG. 5, an HTM for generating a program source for a web page
When the request is given and the processing is started, the initial processing description of the ASP is substituted into a character string variable, for example, htmlStr (step S11).
【0065】そして、店舗一覧表示を行うか否かが判別
され(ステップS12)、店舗一覧表示を行う場合に
は、タイトルバーに画像表示を行うか否かが判別される
(ステップS13)。画像表示を行う場合には画像表示
のためのHTMLのタグを文字列変数htmlStrに代入し
(ステップS14)、画像表示を行わない場合にはタイ
トルバーの文字列表示のためのタグをhtmlStrに代入す
る(ステップS15)。Then, it is determined whether or not a store list is to be displayed (step S12). If a store list is to be displayed, it is determined whether or not to display an image on the title bar (step S13). If an image is to be displayed, an HTML tag for displaying the image is substituted for the character string variable htmlStr (step S14). If no image is to be displayed, a tag for displaying the character string of the title bar is substituted for htmlStr. (Step S15).
【0066】次に、店舗表示パターンの設定を判別し
(ステップS16)、横一列表示が設定されていれば、
横一列のパターンで店舗表示記述を生成し(ステップS
17)、縦一列表示が設定されていれば、縦一列のパタ
ーンで店舗表示記述を生成し(ステップS18)、左2
項目・右1項目表示が設定されていれば、左2項目・右
1項目に配置するパターンで店舗表示記述を生成し(ス
テップS19)、左1項目・右2項目表示が設定されて
いれば、左1項目・右2項目に配置するパターンで店舗
表示記述を生成し(ステップS20)、上2項目・下1
項目表示が設定されていれば、上2項目・下1項目に配
置するパターンで店舗表示記述を生成し(ステップS2
1)、上1項目・下2項目表示が設定されていれば、上
1項目・下2項目に配置するパターンで店舗表示記述を
生成する(ステップS22)。Next, the setting of the store display pattern is discriminated (step S16).
A store display description is generated in a horizontal line pattern (step S
17) If the vertical single-row display is set, the store display description is generated in a vertical single-row pattern (step S18),
If the item / right one item display is set, a store display description is generated in a pattern arranged in the left two items / right one item (step S19), and if the left one item / right two items display is set. A store display description is generated in a pattern arranged in one left item and two right items (step S20), and the upper two items and the lower one
If the item display is set, a store display description is generated in a pattern arranged in the upper two items and the lower one item (step S2).
1) If the display of the upper one item and the lower two items is set, a store display description is generated in a pattern arranged in the upper one item and the lower two items (step S22).
【0067】これらステップS17〜S22のいずれか
の終了後は(端子Aを経て)、図6に移り、生成された
商品一覧表示のスクリプトを含むHTML記述によるA
SP記述を文字列変数htmlStrに代入する(ステップS
23)。なお、図5のステップS12において、店舗一
覧表示が設定されていない場合には、直ちに(端子Aを
経て)図6のステップS23にジャンプする。After completion of any of steps S17 to S22 (via terminal A), the process proceeds to FIG. 6, in which A is described in an HTML description including a generated product list display script.
Substitute the SP description for the string variable htmlStr (step S
23). If the store list display is not set in step S12 of FIG. 5, the process immediately jumps to the step S23 of FIG. 6 (via the terminal A).
【0068】そして、棚一覧表示を行うか否かが判別さ
れ(ステップS24)、棚一覧表示を行う場合には、タ
イトルバーに画像表示を行うか否かが判別される(ステ
ップS25)。画像表示を行う場合には画像表示のため
のHTMLのタグを文字列変数htmlStrに代入し(ステ
ップS26)、画像表示を行わない場合にはタイトルバ
ーの文字列表示のためのタグをhtmlStrに代入する(ス
テップS27)。Then, it is determined whether or not to display the shelf list (step S24). If the shelf list is to be displayed, it is determined whether or not to display an image on the title bar (step S25). If an image is to be displayed, an HTML tag for displaying the image is substituted for the character string variable htmlStr (step S26). If no image is to be displayed, a tag for displaying the character string in the title bar is substituted for htmlStr. (Step S27).
【0069】次に、棚表示パターンの設定を判別し(ス
テップS28)、横一列表示が設定されていれば、横一
列のパターンで棚表示記述を生成し(ステップS2
9)、縦一列表示が設定されていれば、縦一列のパター
ンで棚表示記述を生成し(ステップS30)、左2項目
・右1項目表示が設定されていれば、左2項目・右1項
目に配置するパターンで棚表示記述を生成し(ステップ
S31)、左1項目・右2項目表示が設定されていれ
ば、左1項目・右2項目に配置するパターンで棚表示記
述を生成し(ステップS32)、上2項目・下1項目表
示が設定されていれば、上2項目・下1項目に配置する
パターンで棚表示記述を生成し(ステップS33)、上
1項目・下2項目表示が設定されていれば、上1項目・
下2項目に配置するパターンで棚表示記述を生成する
(ステップS34)。Next, the setting of the shelf display pattern is determined (step S28). If the horizontal single-row display is set, a shelf display description is generated in a horizontal single-row pattern (step S2).
9) If single vertical display is set, a shelf display description is generated in a single vertical pattern (step S30). If two left and one right display is set, two left and one right are displayed. A shelf display description is generated in a pattern to be arranged in the item (step S31), and if left one item / right two item display is set, a shelf display description is generated in a pattern to be arranged in one left and two right items. (Step S32) If upper two items / lower one item display is set, a shelf display description is generated in a pattern arranged in upper two items / lower one item (step S33), and upper one item / lower two items are generated. If the display is set, the top one item
A shelf display description is generated using patterns arranged in the following two items (step S34).
【0070】これらステップS29〜S34のいずれか
の終了後は、生成された棚一覧表示のASP記述を文字
列変数htmlStrに代入する(ステップS35)。なお、
図6のステップS24において、棚一覧表示が設定され
ていない場合には、直ちにステップS35にジャンプす
る。After completion of any of steps S29 to S34, the generated ASP description of the shelf list display is substituted for a character string variable htmlStr (step S35). In addition,
If the shelf list display is not set in step S24 in FIG. 6, the process immediately jumps to step S35.
【0071】ステップS35の終了後は(端子Bを経
て)、図7に移り、特殊棚の商品一覧表示を行うか否か
が判別され(ステップS36)、特殊棚の商品一覧表示
を行う場合には、データベースからタイトルを取得し、
当該タイトルの表示のためのHTMLのタグを文字列変
数htmlStrに追加する(ステップS37)。After the end of step S35 (via terminal B), the process proceeds to FIG. 7, where it is determined whether or not to display a special shelf product list (step S36). Retrieves the title from the database,
An HTML tag for displaying the title is added to the character string variable htmlStr (step S37).
【0072】次に、特殊棚の商品表示パターンの設定を
判別し(ステップS38)、横一列表示が設定されてい
れば、横一列のパターンで商品表示記述を生成し(ステ
ップS39)、縦一列表示が設定されていれば、縦一列
のパターンで商品表示記述を生成し(ステップS4
0)、左2項目・右1項目表示が設定されていれば、左
2項目・右1項目に配置するパターンで商品表示記述を
生成し(ステップS41)、左1項目・右2項目表示が
設定されていれば、左1項目・右2項目に配置するパタ
ーンで商品表示記述を生成し(ステップS42)、上2
項目・下1項目表示が設定されていれば、上2項目・下
1項目に配置するパターンで商品表示記述を生成し(ス
テップS43)、そして上1項目・下2項目表示が設定
されていれば、上1項目・下2項目に配置するパターン
で商品表示記述を生成する(ステップS44)。Next, the setting of the product display pattern of the special shelf is determined (step S38). If horizontal single-row display is set, a product display description is generated in a horizontal single-row pattern (step S39). If the display is set, the product display description is generated in a pattern of one vertical line (step S4).
0), if the display of two items on the left and one item on the right is set, a product display description is generated in a pattern arranged in two items on the left and one item on the right (step S41), and the display of one item on the left and two items on the right is displayed. If it is set, a product display description is generated in a pattern arranged in one item on the left and two items on the right (step S42).
If the item / lower one item display is set, a product display description is generated in a pattern arranged in the upper two items / lower one item (step S43), and the upper one item / lower two items display is set. For example, a product display description is generated in a pattern arranged in the upper one item and the lower two items (step S44).
【0073】これらステップS39〜S44のいずれか
の終了後は、生成された特殊棚内の商品一覧表示のAS
P記述を文字列変数htmlStrに代入する(ステップS4
5)。なお、図7のステップS36において、特殊棚の
商品一覧表示が設定されていない場合には、直ちにステ
ップS45にジャンプする。After completion of any of steps S39 to S44, the AS of the product list display in the generated special shelf is displayed.
Substitute the P description for the string variable htmlStr (step S4
5). In step S36 of FIG. 7, if the display of the product list of the special shelf is not set, the process immediately jumps to step S45.
【0074】最後にエラー処理を行って、生成されたA
SP記述を文字列変数htmlStrに代入して(ステップS
46)、全ASP記述を戻り値として、オーサリングツ
ールに返し、処理を終了する。Finally, error processing is performed, and the generated A
Substitute the SP description for the string variable htmlStr (step S
46), all ASP descriptions are returned to the authoring tool as return values, and the process ends.
【0075】ステップS17〜S22、ステップS29
〜S34及びステップS39〜S44の表示パターンの
生成のための各関数(処理ルーチン)はほぼ同様であ
り、ここではステップS17〜ステップS22の店舗の
表示パターンの生成処理の具体的な例を、図8〜図13
に示す。なお、ステップS29〜S34及びステップS
39〜S44の棚及び特殊棚の商品の場合も、店舗の場
合とほぼ同様である。Steps S17 to S22, step S29
The functions (processing routines) for generating the display patterns in steps S34 to S34 and steps S39 to S44 are almost the same. Here, a specific example of the processing for generating the display patterns of the stores in steps S17 to S22 will be described. 8 to 13
Shown in Steps S29 to S34 and step S29
In the case of the goods in the shelves 39 to S44 and the special shelves, it is almost the same as in the case of the store.
【0076】図8は、ステップS17の商品の横一列表
示の処理を示す。まず、店舗を表示するためのASPの
前処理記述を文字列変数htmlStrに代入する(ステップ
S51)。次に、店舗の個数ぶんだけループするASP
記述を作成し、文字列変数htmlStrに代入する(ステッ
プS52)。そして、画像、名前及び説明をプロパティ
ページにおける設定に従ったレイアウトで表示するAS
P記述を文字列変数htmlStrに代入し(ステップS5
3)、表示店舗の個数に応じて、折返し位置に行定義タ
グ<TR>(又は改行タグ<BR>)を挿入して改行するASP
記述を文字列変数htmlStrに代入する(ステップS5
4)。なお、行定義タグ<TR>を用いる場合には、<TR>と
</TR>とで該当行の記述を挟む。最後に、店舗を表示す
るためのASPの後処理記述を文字列変数htmlStrに代
入し(ステップS55)、文字列変数htmlStrを返して
処理を終了し、図5〜図7の処理に戻る。FIG. 8 shows the processing for displaying a product in a horizontal row in step S17. First, an ASP preprocessing description for displaying a store is substituted into a character string variable htmlStr (step S51). Next, an ASP that loops by the number of stores
A description is created and assigned to a character string variable htmlStr (step S52). AS that displays images, names, and descriptions in a layout according to the settings on the property page
Substitute the P description for the string variable htmlStr (step S5
3) ASP that inserts a line definition tag <TR> (or a line feed tag <BR>) at the turn-back position according to the number of displayed stores, and starts a new line.
Substitute the description into the string variable htmlStr (step S5
4). In addition, when using the line definition tag <TR>,
</ TR> and the description of the corresponding line. Finally, the post-processing description of the ASP for displaying the store is substituted for the character string variable htmlStr (step S55), the character string variable htmlStr is returned, the processing ends, and the processing returns to the processing in FIGS.
【0077】図9は、ステップS18の商品の縦一列表
示の処理を示す。まず、店舗を表示するためのASPの
前処理記述を文字列変数htmlStrに代入する(ステップ
S56)。次に、名前、画像及び説明表示を横に同時に
表示する数だけループするASP記述を作成し、文字列
変数htmlStrに代入する(ステップS57)。次に、プ
ロパティページにおける設定に従って、画像、名前及び
説明のいずれか少なくとも1つを表示するASP記述を
文字列変数htmlStrに代入する(ステップS58)。さ
らに、表示店舗の個数に応じて、折返し位置に行定義タ
グ<TR>(又は改行タグ<BR>)を挿入して改行するASP
記述を文字列変数htmlStrに代入する(ステップS5
9)。最後に、店舗を表示するためのASPの後処理記
述を文字列変数htmlStrに代入し(ステップS60)、
文字列変数htmlStrを返して処理を終了し、図5〜図7
の処理に戻る。FIG. 9 shows the process of displaying products in a single row in step S18. First, the preprocessing description of the ASP for displaying the store is substituted into the character string variable htmlStr (step S56). Next, an ASP description is created which loops the number of times that the name, image and description are displayed simultaneously and substituted into the character string variable htmlStr (step S57). Next, according to the setting on the property page, an ASP description for displaying at least one of the image, the name, and the description is substituted for the character string variable htmlStr (step S58). Furthermore, an ASP that inserts a line definition tag <TR> (or a line feed tag <BR>) at a turn-back position according to the number of displayed stores to start a new line.
Substitute the description into the string variable htmlStr (step S5
9). Finally, the post-processing description of the ASP for displaying the store is substituted for the character string variable htmlStr (step S60),
Return the character string variable htmlStr and end the processing, and FIGS.
Return to the processing of.
【0078】図10は、ステップS19の商品の左側2
項目・右側1項目表示の処理を示す。まず、店舗を表示
するためのASPの前処理記述を文字列変数htmlStrに
代入する(ステップS62)。次に、店舗の個数ぶんだ
けループするASP記述を作成し、文字列変数htmlStr
に代入する(ステップS63)。そして、プロパティペ
ージにおける設定に従って、画像、名前及び説明のうち
の左側上の項目及び右側の項目(右側の項目はCOLSPAN=
2とする)を表示するASP記述を文字列変数htmlStrに
代入し(ステップS64)、表示店舗の個数に応じて、
折返しを行うべき個数になると左側下の項目だけを表示
回数だけループするASP記述を文字列変数htmlStrに
代入する(ステップS65)。最後に、店舗を表示する
ためのASPの後処理記述を文字列変数htmlStrに代入
し(ステップS66)、文字列変数htmlStrを返して処
理を終了し、図5〜図7の処理に戻る。FIG. 10 shows the left side 2 of the product in step S19.
The processing of item / right one item display is shown. First, the pre-processing description of the ASP for displaying the store is substituted into the character string variable htmlStr (step S62). Next, create an ASP description that loops for the number of stores, and creates a string variable htmlStr
(Step S63). Then, according to the settings on the property page, the items on the left and right of the image, name and description (items on the right are COLSPAN =
2) is substituted for the string variable htmlStr (step S64), and according to the number of displayed stores,
When the number to be folded is reached, an ASP description that loops only the lower left item by the number of display times is assigned to a character string variable htmlStr (step S65). Finally, the post-processing description of the ASP for displaying the store is substituted for the character string variable htmlStr (step S66), the character string variable htmlStr is returned, the processing is terminated, and the processing returns to the processing in FIGS.
【0079】図11は、ステップS20の商品の左側1
項目・右側2項目表示の処理を示す。まず、店舗を表示
するためのASPの前処理記述を文字列変数htmlStrに
代入する(ステップS67)。次に、店舗の個数ぶんだ
けループするASP記述を作成し、文字列変数htmlStr
に代入する(ステップS68)。そして、プロパティペ
ージにおける設定に従って、画像、名前及び説明のうち
の左側の項目及び右側上の項目(左側の項目はCOLSPAN=
2とする)を表示するASP記述を文字列変数htmlStrに
代入し(ステップS69)、表示店舗の個数に応じて、
折返しを行うべき個数になると右側下の項目だけを表示
回数だけループするASP記述を文字列変数htmlStrに
代入する(ステップS70)。最後に、店舗を表示する
ためのASPの後処理記述を文字列変数htmlStrに代入
し(ステップS71)、文字列変数htmlStrを返して処
理を終了し、図5〜図7の処理に戻る。FIG. 11 shows the left side 1 of the product in step S20.
The processing of item / right two item display is shown. First, the pre-processing description of the ASP for displaying the store is substituted for the character string variable htmlStr (step S67). Next, create an ASP description that loops for the number of stores, and creates a string variable htmlStr
(Step S68). Then, according to the settings on the property page, the items on the left and the items on the right (the items on the left are COLSPAN =
2) is substituted for the string variable htmlStr (step S69), and according to the number of displayed stores,
When the number to be folded is reached, an ASP description that loops only the lower right item by the number of display times is assigned to a character string variable htmlStr (step S70). Finally, the post-processing description of the ASP for displaying the store is substituted for the character string variable htmlStr (step S71), the character string variable htmlStr is returned, the processing is terminated, and the processing returns to the processing in FIGS.
【0080】図12は、ステップS21の商品の上側2
項目・下側1項目表示の処理を示す。まず、店舗を表示
するためのASPの前処理記述を文字列変数htmlStrに
代入する(ステップS72)。次に、店舗の個数ぶんだ
けループするASP記述を作成し、文字列変数htmlStr
に代入する(ステップS73)。そして、プロパティペ
ージにおける設定に従って、画像、名前及び説明のうち
の上側の2項目を表示するASP記述を文字列変数html
Strに代入し(ステップS74)、表示店舗の個数に応
じて、折返しを行うべき個数になると下側の項目をROWS
PAN=2で表示し、上側の項目を表示回数だけループする
ASP記述を文字列変数htmlStrに代入する(ステップ
S75)。最後に、店舗を表示するためのASPの後処
理記述を文字列変数htmlStrに代入し(ステップS7
6)、文字列変数htmlStrを返して処理を終了し、図5
〜図7の処理に戻る。FIG. 12 shows the upper side 2 of the product in step S21.
The processing of item / lower one item display is shown. First, the pre-processing description of the ASP for displaying the store is substituted for the character string variable htmlStr (step S72). Next, create an ASP description that loops for the number of stores, and creates a string variable htmlStr
(Step S73). Then, according to the settings on the property page, the ASP description for displaying the upper two items of the image, name and description is a character string variable html.
Str (step S74), and according to the number of displayed stores, when the number to be turned back is reached, the lower item is ROWS.
An ASP description for displaying PAN = 2 and looping the upper item by the number of display times is substituted for a character string variable htmlStr (step S75). Finally, the post-processing description of the ASP for displaying the store is substituted into the character string variable htmlStr (step S7).
6), returns the character string variable htmlStr and ends the processing, and FIG.
Return to the processing of FIG.
【0081】図13は、ステップS22の商品の上側1
項目・下側2項目表示の処理を示す。まず、店舗を表示
するためのASPの前処理記述を文字列変数htmlStrに
代入する(ステップS77)。次に、店舗の個数ぶんだ
けループするASP記述を作成し、文字列変数htmlStr
に代入する(ステップS78)。そして、プロパティペ
ージにおける設定に従って、画像、名前及び説明のうち
の上側の項目をROWSPAN=2で表示するASP記述を文字
列変数htmlStrに代入し(ステップS79)、表示店舗
の個数に応じて、折返しを行うべき個数になると下側の
項目をROWSPAN=2で表示し、上側の項目を表示回数だけ
ループするASP記述を文字列変数htmlStrに代入する
(ステップS80)。最後に、店舗を表示するためのA
SPの後処理記述を文字列変数htmlStrに代入し(ステ
ップS81)、文字列変数htmlStrを返して処理を終了
し、図5〜図7の処理に戻る。FIG. 13 shows the upper side 1 of the product in step S22.
The processing of item / lower two item display is shown. First, the pre-processing description of the ASP for displaying the store is substituted into the character string variable htmlStr (step S77). Next, create an ASP description that loops for the number of stores, and creates a string variable htmlStr
(Step S78). Then, according to the settings on the property page, the ASP description for displaying the upper items of the image, the name, and the description with ROWSPAN = 2 is substituted for the character string variable htmlStr (step S79), and wrapping is performed according to the number of displayed stores. Is reached, the lower item is displayed by ROWSPAN = 2, and the ASP description for looping the upper item by the number of display times is substituted for the character string variable htmlStr (step S80). Finally, A for displaying the store
The post-processing description of the SP is substituted for the character string variable htmlStr (step S81), the character string variable htmlStr is returned, the processing ends, and the processing returns to the processing in FIGS.
【0082】《作成されたASPの動作》次に、作成さ
れたASPがどのような処理を行うかについて説明す
る。ここでは、図14に示すような設定を行った場合を
例にとって説明する。図14は、店舗一覧表示カタログ
デザインモジュール(ShopMall)の棚一覧表示のプロパ
ティページ、つまり設定画面である。まず、図14にお
ける設定内容について説明する。<< Operation of Created ASP >> Next, what processing is performed by the created ASP will be described. Here, a case where the settings shown in FIG. 14 are performed will be described as an example. FIG. 14 shows a property page for shelf list display of the shop list display catalog design module (ShopMall), that is, a setting screen. First, the setting contents in FIG. 14 will be described.
【0083】棚一覧表示において、棚のバー(タイトル
バー)に「棚一覧」という文字列を使用し、それぞれの
背景色及び文字色を指定する。棚の表示方法は縦一列と
し、棚の表示に枠はつけない。棚の表示における名前、
説明及び画像のレイアウトパターンは、左側2項目・右
側1項目とし、左上に名前、左下に説明、そして右側に
画像とし、名前及び説明のそれぞれについて背景色と文
字色を設定する。In the shelf list display, a character string of "shelf list" is used for a bar (title bar) of the shelf, and each background color and character color are designated. The display method of shelves is one vertical line, and no frame is added to the display of shelves. The name on the shelf display,
The layout pattern of the description and the image is two items on the left side and one item on the right side, the name is on the upper left, the description is on the lower left, and the image is on the right side.
【0084】このような設定において、棚一覧表示を行
った場合、ASPは図15に示すフローチャートのよう
に動作して、図16〜図18のようなhtml記述を生成し
て表示に供する。In such a setting, when a shelf list is displayed, the ASP operates as shown in the flowchart of FIG. 15 to generate html descriptions as shown in FIGS. 16 to 18 and display them.
【0085】すなわち、棚一覧表示が開始されると、ま
ず、タイトルに“棚一覧”を表示して、TABLEタグ(のT
Dタグ)とFONTタグにより色の変更(設定)を反映させ
る(ステップS101)。このときのHTML記述を図16
に示す。That is, when the shelf list display is started, first, “shelf list” is displayed in the title, and the TABLE tag (T
The color change (setting) is reflected by the (D tag) and the FONT tag (step S101). The HTML description at this time is shown in FIG.
Shown in
【0086】次に、棚の数だけループするようにして
(ステップS102)、“名前”を表示して、TABLEのT
DタグとFONTタグによる色の変更(設定)を反映させる
(ステップS103)。このときのHTML記述を図17に
示す。さらに、“画像”(各棚につく画像)をTABLEのT
DタグとIMGタグで表示する(ステップS104)。Next, looping is performed by the number of shelves (step S102), "name" is displayed, and T
The color change (setting) by the D tag and the FONT tag is reflected (step S103). FIG. 17 shows the HTML description at this time. In addition, “images” (images attached to each shelf) are written in TABLE T
The information is displayed using the D tag and the IMG tag (step S104).
【0087】そして、ループ回数が”折り返し数”以上
であるか否かを判別し(ステップS105)、以上であ
る場合には、“説明”を表示して、TABLEのTDタグとFON
Tタグによる色の変更(設定)を反映させる(ステップ
S106)。このときのHTML記述を図18に示す。ステ
ップS105で未満であると判定された場合及びステッ
プS106の処理後は、ステップS102に戻ってルー
プ処理を実行し(ステップS107)、所定回数のルー
プが終了したら処理を終了する。Then, it is determined whether or not the number of loops is equal to or greater than the “number of loops” (step S 105). If it is equal to or greater than the number, “description” is displayed and the TD tag of the TABLE and the FON
The color change (setting) by the T tag is reflected (step S106). FIG. 18 shows the HTML description at this time. When it is determined in step S105 that the value is less than the predetermined value and after the process in step S106, the process returns to step S102 to execute the loop process (step S107), and the process ends when a predetermined number of loops are completed.
【0088】ここでは、ごく一部についてのみ、処理の
具体的な説明を行ったが、他の処理もほぼ同等の処理を
行っている。次に、各カタログデザインモジュールの設
定画面、すなわちプロパティページの設定について、具
体的に説明する。Here, the processing has been specifically described for only a small part, but other processing is also performed in substantially the same manner. Next, the setting screen of each catalog design module, that is, the setting of the property page will be specifically described.
【0089】《店舗一覧表示カタログデザインモジュー
ル》店舗一覧表示カタログデザインモジュールは、棚一
覧、商品一覧及び特殊棚内の商品一覧を表示するASP
ファイル(shopmall.asp)の作成/変更を行うためのモ
ジュールである。カタログデザインモジュール名は、Cr
eatePage.ShopMallとする。<< Store List Display Catalog Design Module >> The store list display catalog design module is an ASP for displaying a shelf list, a product list, and a product list in a special shelf.
A module for creating / changing a file (shopmall.asp). Catalog design module name is Cr
eatePage.ShopMall.
【0090】このカタログデザインモジュールの設定画
面は、「画面構成」、「店舗詳細表示」、「棚詳細表
示」及び「特殊棚詳細表示」の4つのプロパティページ
で構成されている。「画面構成」では、店舗一覧、棚一
覧及び特殊棚内の商品一覧に対して表示/非表示を決定
する。「店舗詳細表示」では、店舗一覧表示部分の詳細
な画面構成を設定する。「棚詳細表示」では、棚一覧表
示部分の詳細な画面構成を設定する。「特殊棚詳細表
示」では、特殊棚に含まれる商品を表示するための詳細
な画面構成を設定する。特殊棚とは、その棚にある商品
が、データベース内では棚の下に位置するが表示上では
棚を表示せず、商品を直接表示する特別な棚をあらわす
ものである。The setting screen of this catalog design module is composed of four property pages of “screen configuration”, “store detail display”, “shelf detail display”, and “special shelf detail display”. In the “screen configuration”, display / non-display is determined for the store list, the shelf list, and the product list in the special shelf. In the “store details display”, a detailed screen configuration of the store list display portion is set. In the "shelf detail display", a detailed screen configuration of a shelf list display portion is set. In the “special shelf detail display”, a detailed screen configuration for displaying products included in the special shelf is set. The special shelf refers to a special shelf in which a product on the shelf is located below the shelf in the database but does not display the shelf on the display but directly displays the product.
【0091】〈初期画面〉図19は、CreatePage.ShopM
allモジュールの初期画面を示している。この画面では
特に何かを設定/変更することはできず、プロパティペ
ージの設定の結果を示す表示として使用している。<Initial screen> FIG. 19 shows CreatePage.ShopM
Shows the initial screen of the all module. On this screen, you cannot set or change anything in particular, and use it as a display that shows the result of setting the property page.
【0092】〈画面構成〉図20に示す画面構成のプロ
パティページでは、上述したように店舗一覧、棚一覧及
び特殊棚内の商品一覧に対する表示/非表示を決定す
る。「ショップを表示する」のチェックボックスにチェ
ックすることにより、店舗一覧の表示を行い、「棚を表
示する」のチェックボックスにチェックすることによ
り、棚一覧の表示を行い、「特別な棚の中の商品を表示
する」のチェックボックスにチェックすることで特殊棚
内の商品一覧の表示を行う。カタログデザインモジュー
ルの内部では、これらのチェックボックスの状態を参照
して該当する表示テーブルの表示/非表示を制御してい
る。<Screen Configuration> In the property page of the screen configuration shown in FIG. 20, display / non-display of the store list, the shelf list, and the product list in the special shelf is determined as described above. Check the check box of "Display shop" to display the list of stores. Check the check box of "Display shelf" to display the list of shelves. Display a list of products in the special shelf by checking the check box of "Display products." Inside the catalog design module, the display / non-display of the corresponding display table is controlled by referring to the states of these check boxes.
【0093】〈店舗詳細表示〉図21に示す店舗詳細表
示のプロパティページでは、店舗一覧を表示するための
詳細な設定を行う。<Store Details Display> In the property page of the store details display shown in FIG. 21, detailed settings for displaying the store list are made.
【0094】「店舗バーのイメージ」店舗バーのイメー
ジのフレームでは、店舗一覧の上に表示するタイトルを
設定する。画像による表示か文字列による表示かを選択
する。画像であれば、画像の相対ディレクトリとファイ
ル名を入力する。文字列であれば、表示する文字列を入
力し文字の色と背景色を設定する。このフレームにおい
て、文字のフォントも変更できるようにしてもよい。[Store Bar Image] In the store bar image frame, a title to be displayed on the store list is set. Select whether to display by image or character string. If it is an image, enter the relative directory and file name of the image. If it is a character string, enter the character string to be displayed and set the character color and background color. In this frame, the font of the character may be changed.
【0095】「店舗の表示方法」店舗の表示方法のフレ
ームでは、店舗一覧を表示する際に、“複数の店舗を縦
一列に表示”するか、“横に数個ずつ並べて表示”する
か、などの表示方法を設定する。横に数個ずつ並べて表
示する「横」を選択した場合には、テキストボックス
に、何個毎に表示を区切るかを入力する。テキストボッ
クスに1が入っている場合には、「縦」が選択されたと
きと同様の処理が行われる。[Store Display Method] In the store display method frame, when displaying the store list, it is necessary to select “display a plurality of stores in a vertical line” or “display several stores in a row”. Set the display method such as If "horizontal", which is displayed side by side several times, is selected, enter the number of display divisions in the text box. If 1 is entered in the text box, the same processing as when "vertical" is selected is performed.
【0096】「店舗表示の枠設定」店舗表示の枠設定の
フレームでは、店舗一覧表示に枠をつけるかどうかを設
定する。枠をつける場合には、テキストボックスに枠の
太さを示す数値を入力することにより、表示される枠の
太さを指定することができる。「つける」を選択して
も、テキストボックスに0を設定すると「つけない」を
選択したときと同様の処理が行われる。[Store Setting Frame Setting] In the store setting frame setting frame, it is set whether or not a frame is added to the store list display. When a frame is provided, the thickness of the frame to be displayed can be designated by inputting a numerical value indicating the thickness of the frame into the text box. Even if "ON" is selected, if "0" is set in the text box, the same processing as when "ON" is selected is performed.
【0097】「店舗の表示パターンを選択して下さい」
店舗の表示パターンを選択して下さいのフレームは、1
店舗を表示するための設定であり、名前、画像及び説明
の表示レイアウトを設定する。[Please select a store display pattern]
Please select the store display pattern frame is 1
This is a setting for displaying a store, and sets a display layout of a name, an image, and a description.
【0098】中央のラジオボタンは、“名前”、“画
像”及び“説明”の3つの項目をどのように配置して表
示するかを決定する。リストボックスは、各項目の順
序、すなわちどの位置にどの項目を表示するかを設定す
る。3つの項目を全て表示するだけではなく、リストボ
ックス内のチェックボックスのチェックをはずすことに
よって特定の項目を非表示にすることもできる。“名
前”及び“説明”の表示については、文字列の色や背景
の色が変更できる。これらのパターン選択及び項目の設
定は、変更に応じて左側の設定画面に状態が反映される
(図22を参照して比較されたい)。The center radio button determines how three items, “name”, “image” and “description” are arranged and displayed. The list box sets the order of each item, that is, which item is displayed at which position. In addition to displaying all three items, a specific item can be hidden by unchecking a check box in the list box. As for the display of “name” and “description”, the color of the character string and the color of the background can be changed. The state of these pattern selection and item setting is reflected on the left setting screen according to the change (compare with reference to FIG. 22).
【0099】〈棚詳細表示〉棚詳細表示のプロパティペ
ージの画面は、図14に示しており、この画面では、棚
一覧を表示するための詳細な設定を行う。<Shelf Detail Display> The screen of the property page of the shelf detail display is shown in FIG. 14. On this screen, detailed settings for displaying a shelf list are made.
【0100】「棚のバーのイメージ」棚のバーのイメー
ジのフレームでは、棚一覧の上に表示するタイトルを設
定する。画像による表示か文字列による表示かを選択す
る。画像であれば、画像の相対ディレクトリとファイル
名を入力する。文字列であれば、表示する文字列を入力
し、文字の色と背景色を設定する。このフレームにおい
て、文字のフォントも変更できるようにしてもよい。[Image of shelf bar image] In the frame of the shelf bar image, a title to be displayed on the shelf list is set. Select whether to display by image or character string. If it is an image, enter the relative directory and file name of the image. If it is a character string, enter the character string to be displayed, and set the character color and background color. In this frame, the font of the character may be changed.
【0101】「棚の表示方法」棚の表示方法のフレーム
では、棚一覧を表示する際に、“複数の棚を縦一列に表
示”するか、“横に数個ずつ並べて表示”するか、など
の表示方法を設定する。「横」を選択した場合には、テ
キストボックスに何個毎に表示を区切るかを入力する
が、テキストボックスに1が入っている場合には、
「縦」が選択されたときと同様の処理が行われる。In the "shelf display method" frame, in the shelf display method frame, when displaying a shelf list, "display a plurality of shelves in a vertical line" or "display several shelves horizontally" Set the display method such as If "Horizontal" is selected, enter the number of display segments in the text box, but if the text box contains 1, enter
The same processing as when "vertical" is selected is performed.
【0102】「棚の表示の枠設定」棚表示の枠設定のフ
レームでは、棚一覧表示に枠をつけるかどうかを設定す
る。枠をつける場合には、テキストボックスに枠の太さ
を示す数値を入力することにより、表示される枠の太さ
を指定することができる。「つける」を選択しても、テ
キストボックスに0を設定すると「つけない」を選択し
たときと同様の処理が行われる。"Frame Setting for Shelf Display" In the frame for frame setting for shelf display, it is set whether or not to add a frame to the shelf list display. When a frame is provided, the thickness of the frame to be displayed can be specified by inputting a numerical value indicating the thickness of the frame into the text box. Even if "ON" is selected, if "0" is set in the text box, the same processing as when "ON" is selected is performed.
【0103】「棚の表示パターンを選択して下さい」棚
の表示パターンを選択して下さいのフレームは、1つの
棚を表示するための設定であり、名前、画像及び説明の
表示レイアウトを設定する。[Please select a shelf display pattern] The frame for selecting a shelf display pattern is a setting for displaying one shelf, and sets a display layout of a name, an image and a description. .
【0104】中央のラジオボタンは、“名前”、“画
像”及び“説明”の3つの項目をどのように配置して表
示するかを決定する。リストボックスは、各項目の順
序、すなわちどの位置にどの項目を表示するかを設定す
る。3つの項目を全て表示するだけではなく、リストボ
ックス内のチェックボックスのチェックをはずすことに
よって特定の項目を非表示にすることもできる。“名
前”及び“説明”の表示については、文字列の色や背景
の色が変更できる。これらのパターン選択及び項目の設
定は、変更に応じて左側の設定画面に状態が反映され
る。The center radio button determines how the three items of “name”, “image” and “description” are arranged and displayed. The list box sets the order of each item, that is, which item is displayed at which position. In addition to displaying all three items, a specific item can be hidden by unchecking a check box in the list box. As for the display of “name” and “description”, the color of the character string and the color of the background can be changed. The state of these pattern selection and item setting is reflected on the left setting screen according to the change.
【0105】〈特殊棚詳細表示〉図22に示す特殊棚詳
細表示のプロパティページでは、特殊棚以下の商品の一
覧を表示するための詳細な設定を行う。<Special Shelf Detail Display> In the property page of the special shelf detail display shown in FIG. 22, detailed settings for displaying a list of products under the special shelf are made.
【0106】「特別なバーのイメージ」特別なバーのイ
メージのフレームでは、特殊棚内の商品一覧の上に表示
するタイトルを設定する。特殊棚のタイトルの表示は、
データベースより名前を取得し、それをタイトルとす
る。したがって、この画面では、表示する名前の色と名
前の背景色のみを変更/設定することができる。このフ
レームにおいて、文字のフォントも変更できるようにし
てもよい。[Special Bar Image] In the special bar image frame, a title to be displayed on the product list in the special shelf is set. The display of the special shelf title is
Get the name from the database and use it as the title. Therefore, on this screen, only the color of the name to be displayed and the background color of the name can be changed / set. In this frame, the font of the character may be changed.
【0107】「特別な棚の表示方法」特別な棚の表示方
法のフレームでは、特殊棚内の商品一覧を表示する際
に、“複数の商品を縦一列に表示”するか、“横に数個
ずつ並べて表示”するか、などの表示方法を設定する。
「横」を選択した場合には、テキストボックスに何個毎
に表示を区切るかを入力する。テキストボックスに1が
入っている場合には、「縦」が選択されたときと同様の
処理が行われる。"Special Shelf Display Method" In the special shelf display method frame, when displaying a list of products in the special shelf, "display a plurality of products in a vertical line" or " Set the display method, such as "displaying them individually".
When "horizontal" is selected, enter the number of display divisions in the text box. If 1 is entered in the text box, the same processing as when "vertical" is selected is performed.
【0108】「特別な棚表示の枠設定」特別な棚表示の
枠設定のフレームでは、特殊棚内の商品一覧表示に枠を
つけるかどうかを設定する。枠をつける場合には、テキ
ストボックスに枠の太さを示す数値を入力することによ
り、表示される枠の太さを指定することができる。「つ
ける」を選択しても、テキストボックスに0を設定する
と「つけない」を選択したときと同様の処理が行われ
る。[Special Shelf Display Frame Setting] In the special shelf display frame setting frame, it is set whether or not to add a frame to the product list display in the special shelf. When a frame is provided, the thickness of the frame to be displayed can be specified by inputting a numerical value indicating the thickness of the frame into the text box. Even if "ON" is selected, if "0" is set in the text box, the same processing as when "ON" is selected is performed.
【0109】「特別な棚の個々の商品表示パターンを選
択して下さい」特別な棚の個々の商品表示パターンを選
択して下さいのフレームは、1つの商品を表示するため
の設定であり、名前、画像及び説明の表示レイアウトを
設定する。[Please select an individual product display pattern on a special shelf] The frame for selecting an individual product display pattern on a special shelf is a setting for displaying one product, and the name is , An image and a description display layout are set.
【0110】中央のラジオボタンは、“名前”、“画
像”及び“説明”の3つの項目をどのように配置して表
示するかを決定する。リストボックスは、各項目の順
序、すなわちどの位置にどの項目を表示するかを設定す
る。3つの項目を全て表示するだけではなく、リストボ
ックス内のチェックボックスのチェックをはずすことに
よって特定の項目を非表示にすることもできる。“名
前”及び“説明”の表示については、文字列の色や背景
の色が変更できる。これらのパターン選択及び項目の設
定は、変更に応じて左側の設定画面に状態が反映され
る。The center radio button determines how three items, “name”, “image”, and “description” are arranged and displayed. The list box sets the order of each item, that is, which item is displayed at which position. In addition to displaying all three items, specific items can be hidden by unchecking a check box in the list box. As for the display of “name” and “description”, the color of the character string and the color of the background can be changed. The state of these pattern selection and item setting is reflected on the left setting screen according to the change.
【0111】このカタログデザインモジュールの画面を
終了することによって、<HTML>タグ、<HEAD>タグ、<BOD
Y>タグ以外のshopmall.aspが出力される。オーサリング
ツールの仕様によっては<HTML>タグ、<HEAD>タグ、<BOD
Y>タグも含めて出力するようにしてもよい。By closing the catalog design module screen, the <HTML> tag, <HEAD> tag, <BOD
Shopmall.asp other than Y> tag is output. Depending on the specifications of the authoring tool, <HTML> tag, <HEAD> tag, <BOD
You may make it output including the Y> tag.
【0112】《棚一覧表示カタログデザインモジュー
ル》棚一覧表示カタログデザインモジュールは、棚一
覧、商品一覧及び特殊棚内の商品一覧を表示するASP
ファイル(node.asp)の作成/変更を行うためのモジュ
ールである。カタログデザインモジュール名は、Create
Page.Nodeとする。<< Shelf List Display Catalog Design Module >> The shelf list display catalog design module is an ASP for displaying a shelf list, a product list, and a product list in a special shelf.
This module is for creating / changing a file (node.asp). The catalog design module name is Create
Page.Node.
【0113】このカタログデザインモジュールの設定画
面は、「画面構成」、「棚詳細表示」、「商品詳細表
示」及び「特殊な棚の商品詳細表示」の4つのプロパテ
ィページで構成されている。「画面構成」では、棚一
覧、商品一覧及び特殊棚内の商品一覧に対して表示/非
表示を決定する。「棚詳細表示」では、棚一覧表示部分
の詳細な画面構成を設定する。「商品詳細表示」では、
商品一覧表示部分の詳細な画面構成を設定する。「特殊
棚商品詳細表示」では、特殊棚に含まれる商品を表示す
るための詳細な画面構成を設定する。The setting screen of the catalog design module is composed of four property pages of “screen configuration”, “shelf detail display”, “product detail display”, and “special shelf product detail display”. In the “screen configuration”, display / non-display is determined for the shelf list, the product list, and the product list in the special shelf. In the "shelf detail display", a detailed screen configuration of a shelf list display portion is set. In the "Product Details Display"
Set the detailed screen configuration of the product list display part. In “special shelf product detail display”, a detailed screen configuration for displaying products included in the special shelf is set.
【0114】〈初期画面〉図23は、CreatePage.Node
カタログデザインモジュールの初期画面を示している。
この画面では特に何かを設定/変更をすることはでき
ず、プロパティページの設定の結果を示す表示として使
用している。<Initial screen> FIG. 23 shows the CreatePage.Node
14 shows an initial screen of a catalog design module.
On this screen, you cannot set / change anything in particular, and use it as a display that shows the result of setting the property page.
【0115】〈画面構成〉図24に示す画面構成のプロ
パティページでは、上述したように棚一覧、商品一覧及
び特殊棚内の商品一覧に対する表示/非表示を決定す
る。「棚を表示する」のチェックボックスにチェックす
ることにより、棚一覧の表示を行い、「商品を表示す
る」のチェックボックスにチェックすることにより、商
品一覧の表示を行い、「特別な棚の中の商品を表示す
る」のチェックボックスにチェックすることにより、特
殊棚内の商品一覧の表示を行う。カタログデザインモジ
ュールの内部では、これらのチェックボックスの状態を
参照して該当する表示テーブルの表示/非表示を制御し
ている。<Screen Configuration> On the property page of the screen configuration shown in FIG. 24, display / non-display for the shelf list, the product list, and the product list in the special shelf is determined as described above. Check the "Show shelves" check box to display the shelf list, and check the "Show products" check box to display the product list. By checking the check box of "Display products", a list of products in the special shelf is displayed. Inside the catalog design module, the display / non-display of the corresponding display table is controlled by referring to the states of these check boxes.
【0116】〈棚詳細表示〉図25に示す棚詳細表示の
プロパティページでは、棚一覧を表示するための詳細な
設定を行う。<Shelf Detail Display> On the property page of the shelf detail display shown in FIG. 25, detailed settings for displaying a shelf list are made.
【0117】「棚のバーのイメージ」棚のバーのイメー
ジのフレームでは、棚一覧の上に表示するタイトルを設
定する。画像による表示か文字列による表示かを選択す
る。画像であれば、画像の相対ディレクトリとファイル
名を入力する。文字列であれば、表示する文字列を入力
し文字の色と背景色を設定する。このフレームにおい
て、文字のフォントも変更できるようにしてもよい。[Image of shelf bar image] In the frame of the shelf bar image, a title to be displayed on the shelf list is set. Select whether to display by image or character string. If it is an image, enter the relative directory and file name of the image. If it is a character string, enter the character string to be displayed and set the character color and background color. In this frame, the font of the character may be changed.
【0118】「棚の表示方法」棚の表示方法のフレーム
では、棚一覧を表示する際に、“複数の棚を縦一列に表
示”するか、“横に数個ずつ並べて表示”するか、など
の表示方法を設定する。横に数個ずつ並べて表示する
「横」を選択した場合には、テキストボックスに何個毎
に表示を区切るかを入力する。テキストボックスに1が
入っている場合には、「縦」が選択されたときと同様の
処理が行われる。In the "shelf display method" frame, in the shelf display method frame, when displaying the shelf list, "display a plurality of shelves in a vertical column" or "display several shelves horizontally" Set the display method such as If "horizontal", which is displayed side by side several times, is selected, enter the number of pieces to be displayed in the text box. If 1 is entered in the text box, the same processing as when "vertical" is selected is performed.
【0119】「棚表示の枠設定」棚表示の枠設定のフレ
ームでは、棚一覧表示に枠をつけるかどうかを設定す
る。枠をつける場合には、テキストボックスに枠の太さ
を示す数値を入力することにより、表示される枠の太さ
を指定することができる。「つける」を選択しても、テ
キストボックスに0を設定すると「つけない」を選択し
たときと同様の処理が行われる。"Frame setting for shelf display" In the frame for frame setting for shelf display, it is set whether or not a frame is added to the shelf list display. When a frame is provided, the thickness of the frame to be displayed can be specified by inputting a numerical value indicating the thickness of the frame into the text box. Even if "ON" is selected, if "0" is set in the text box, the same processing as when "ON" is selected is performed.
【0120】「棚の表示パターンを選択して下さい」棚
の表示パターンを選択して下さいのフレームは、1つの
棚を表示するための設定であり、名前、画像及び説明の
表示レイアウトを設定する。[Please select a shelf display pattern] A frame for selecting a shelf display pattern is a setting for displaying one shelf, and sets a display layout of a name, an image and a description. .
【0121】中央のラジオボタンは、“名前”、“画
像”及び“説明”の3つの項目をどのように配置して表
示するかを決定する。リストボックスは、各項目の順
序、すなわちどの位置にどの項目を表示するかを設定す
る。3つの項目を全て表示するだけではなく、リストボ
ックス内のチェックボックスのチェックをはずすことに
よって特定の項目を非表示にすることもできる。“名
前”及び“説明”の表示については、文字列の色や背景
の色が変更できる。これらのパターン選択及び項目の設
定は、変更に応じて左側の設定画面に状態が反映され
る。The center radio button determines how three items, “name”, “image” and “description” are arranged and displayed. The list box sets the order of each item, that is, which item is displayed at which position. In addition to displaying all three items, a specific item can be hidden by unchecking a check box in the list box. As for the display of “name” and “description”, the color of the character string and the color of the background can be changed. The state of these pattern selection and item setting is reflected on the left setting screen according to the change.
【0122】〈商品詳細表示〉図26に示す商品詳細表
示のプロパティページでは、商品一覧を表示するための
詳細な設定を行う。<Product Details Display> In the property page for product details display shown in FIG. 26, detailed settings for displaying a product list are made.
【0123】「商品のバーのイメージ」商品のバーのイ
メージのフレームでは、商品一覧の上に表示するタイト
ルを設定する。画像による表示か文字列による表示かを
選択する。画像であれば、画像の相対ディレクトリとフ
ァイル名を入力する。文字列であれば、表示する文字列
を入力し、文字の色と背景色を設定する。このフレーム
において、文字のフォントも変更できるようにしてもよ
い。[Product Bar Image] In the frame of the product bar image, a title to be displayed on the product list is set. Select whether to display by image or character string. If it is an image, enter the relative directory and file name of the image. If it is a character string, enter the character string to be displayed, and set the character color and background color. In this frame, the font of the character may be changed.
【0124】「商品の表示方法」商品の表示方法のフレ
ームでは、商品一覧を表示する際に、“複数の商品を縦
一列に表示”するか、“横に数個ずつ並べて表示”する
か、などの表示方法を設定する。「横」を選択した場合
には、テキストボックスに何個毎に表示を区切るかを入
力する。テキストボックスに1が入っている場合には、
「縦」が選択されたときと同様の処理が行われる。[Product Display Method] In the product display method frame, when displaying a product list, it is necessary to select "display a plurality of products in a vertical line" or "display several products in a row". Set the display method such as When "horizontal" is selected, enter the number of display divisions in the text box. If the text box contains 1,
The same processing as when "vertical" is selected is performed.
【0125】「商品表示の枠設定」商品表示の枠設定の
フレームでは、商品一覧表示に枠をつけるかどうかを設
定する。枠をつける場合には、テキストボックスに枠の
太さを示す数値を入力することにより、表示される枠の
太さを指定することができる。「つける」を選択して
も、テキストボックスに0を設定すると「つけない」を
選択したときと同様の処理が行われる。"Frame setting for product display" In the frame for frame setting for product display, it is set whether or not a frame is to be added to the product list display. When a frame is provided, the thickness of the frame to be displayed can be specified by inputting a numerical value indicating the thickness of the frame into the text box. Even if "ON" is selected, if "0" is set in the text box, the same processing as when "ON" is selected is performed.
【0126】「商品の表示パターンを選択して下さい」
商品の表示パターンを選択して下さいのフレームは、1
つの商品を表示するための設定であり、名前、画像及び
説明の表示レイアウトを設定する。[Please select a product display pattern]
Please select the product display pattern frame is 1
This is a setting for displaying two products, and sets a display layout of a name, an image, and a description.
【0127】中央のラジオボタンは、“名前”、“画
像”及び“説明”の3つの項目をどのように配置して表
示するかを決定する。リストボックスは、各項目の順
序、すなわちどの位置にどの項目を表示するかを設定す
る。3つの項目を全て表示するだけではなく、リストボ
ックス内のチェックボックスのチェックをはずすことに
よって特定の項目を非表示にすることもできる。“名
前”及び“説明”の表示については、文字列の色や背景
の色が変更できる。これらのパターン選択及び項目の設
定は、変更に応じて左側の設定画面に状態が反映され
る。The center radio button determines how the three items “name”, “image” and “description” are arranged and displayed. The list box sets the order of each item, that is, which item is displayed at which position. In addition to displaying all three items, specific items can be hidden by unchecking a check box in the list box. As for the display of “name” and “description”, the color of the character string and the color of the background can be changed. The state of these pattern selection and item setting is reflected on the left setting screen according to the change.
【0128】〈特別な棚の商品詳細表示〉図27に示す
特別な棚の商品詳細表示のプロパティページでは、特殊
棚以下の商品の一覧を表示するための詳細な設定を行
う。<Special Shelf Product Details Display> On the property page of the special shelf product detail display shown in FIG. 27, detailed settings for displaying a list of products below the special shelf are made.
【0129】「特別なバーのイメージ」特別なバーのイ
メージのフレームでは、特殊棚内の商品一覧の上に表示
するタイトルを設定する。特殊棚のタイトルの表示は、
データベースより名前を取得し、それをタイトルとす
る。したがって、この画面では、表示する名前の色と名
前の背景色のみを変更/設定することができる。このフ
レームにおいて、文字のフォントも変更できるようにし
てもよい。[Special Bar Image] In the special bar image frame, a title to be displayed on the product list in the special shelf is set. The display of the special shelf title is
Get the name from the database and use it as the title. Therefore, on this screen, only the color of the name to be displayed and the background color of the name can be changed / set. In this frame, the font of the character may be changed.
【0130】「特別な棚の表示方法」特別な棚の表示方
法のフレームでは、特殊棚内の商品一覧を表示する際
に、“複数の商品を縦一列に表示”するか、“横に数個
ずつ並べて表示”するか、などの表示方法を設定する。
「横」を選択した場合には、テキストボックスに何個毎
に表示を区切るかを入力する。テキストボックスに1が
入っている場合には、「縦」が選択されたときと同様の
処理が行われる。[Special Shelf Display Method] In the special shelf display method frame, when displaying a list of products in the special shelf, “display a plurality of products in a vertical line” or “ Set the display method, such as "displaying them individually".
When "horizontal" is selected, enter the number of display divisions in the text box. If 1 is entered in the text box, the same processing as when "vertical" is selected is performed.
【0131】「特別な棚表示の枠設定」特別な棚表示の
枠設定のフレームでは、特殊棚内の商品一覧表示に枠を
つけるかどうかを設定する。枠をつける場合には、テキ
ストボックスに枠の太さを示す数値を入力することによ
り、表示される枠の太さを指定することができる。「つ
ける」を選択しても、テキストボックスに0を設定する
と「つけない」を選択したときと同様の処理が行われ
る。[Special Shelf Display Frame Setting] In the special shelf display frame setting frame, it is set whether or not to add a frame to the product list display in the special shelf. When a frame is provided, the thickness of the frame to be displayed can be specified by inputting a numerical value indicating the thickness of the frame into the text box. Even if "ON" is selected, if "0" is set in the text box, the same processing as when "ON" is selected is performed.
【0132】「特別な棚の個々の商品表示パターンを選
択して下さい」特別な棚の個々の商品表示パターンを選
択して下さいのフレームは、1つの商品を表示するため
の設定であり、名前、画像及び説明の表示レイアウトを
設定する。[Select individual product display pattern on special shelf] The frame of “Select individual product display pattern on special shelf” is a setting for displaying one product, , An image and a description display layout are set.
【0133】中央のラジオボタンは、“名前”、“画
像”及び“説明”の3つの項目をどのように配置して表
示するかを決定する。リストボックスは、各項目の順
序、すなわちどの位置にどの項目を表示するかを設定す
る。3つの項目を全て表示するだけではなく、リストボ
ックス内のチェックボックスのチェックをはずすことに
よって特定の項目を非表示にすることもできる。“名
前”及び“説明”の表示については、文字列の色や背景
の色が変更できる。これらのパターン選択及び項目の設
定は、変更に応じて左側の設定画面に状態が反映され
る。The center radio button determines how the three items of “name”, “image” and “description” are arranged and displayed. The list box sets the order of each item, that is, which item is displayed at which position. In addition to displaying all three items, a specific item can be hidden by unchecking a check box in the list box. As for the display of “name” and “description”, the color of the character string and the color of the background can be changed. The state of these pattern selection and item setting is reflected on the left setting screen according to the change.
【0134】このカタログデザインモジュールの画面を
終了することによって、<HTML>タグ、<HEAD>タグ、<BOD
Y>タグ以外のnode.aspが出力される。オーサリングツー
ルの仕様によっては<HTML>タグ、<HEAD>タグ、<BODY>タ
グも含めて出力するようにしてもよい。By closing the catalog design module screen, the <HTML> tag, <HEAD> tag, <BOD
Node> asp except Y> tag is output. Depending on the specification of the authoring tool, the output may include the <HTML> tag, <HEAD> tag, and <BODY> tag.
【0135】《商品一覧表示カタログデザインモジュー
ル》商品一覧表示カタログデザインモジュールは、選択
された棚内の商品一覧を表示するASPファイル(prod
uct-list.asp)の作成/変更を行うためのモジュールで
ある。カタログデザインモジュール名は、CreatePage.P
roduct-Listとする。<< Product List Display Catalog Design Module >> The product list display catalog design module is an ASP file (prod) for displaying the product list in the selected shelf.
uct-list.asp) is a module for creating / changing. The catalog design module name is CreatePage.P
roduct-List.
【0136】このカタログデザインモジュールは、「商
品詳細」のみのプロパティページで構成されている。This catalog design module is composed of a property page of only “product details”.
【0137】このカタログデザインモジュールの設定画
面は、商品一覧表示部分の詳細な画面構成を設定する。The setting screen of the catalog design module sets a detailed screen configuration of a product list display portion.
【0138】〈初期画面〉図28は、CreatePage.Produ
ct-Listカタログデザインモジュールの初期画面を示し
ている。この画面では特に何かを設定/変更することは
できず、プロパティページの設定の結果を示す表示とし
て使用している。<Initial Screen> FIG. 28 shows the CreatePage.Produ
14 shows an initial screen of the ct-List catalog design module. On this screen, you cannot set or change anything in particular, and use it as a display that shows the result of setting the property page.
【0139】〈商品詳細〉図29に示す商品詳細表示の
プロパティページでは、商品一覧を表示するための詳細
な設定を行う。<Product Details> In the property page for product detail display shown in FIG. 29, detailed settings for displaying a product list are made.
【0140】「商品のバーのイメージ」商品のバーのイ
メージのフレームでは、商品一覧の上に表示するタイト
ルを設定する。画像による表示か文字列による表示かを
選択する。画像であれば、画像の相対ディレクトリとフ
ァイル名を入力する。文字列であれば、表示する文字列
を入力し、文字の色と背景色を設定する。このフレーム
において、文字のフォントも変更できるようにしてもよ
い。[Product Bar Image] In the frame of the product bar image, a title to be displayed on the product list is set. Select whether to display by image or character string. If it is an image, enter the relative directory and file name of the image. If it is a character string, enter the character string to be displayed, and set the character color and background color. In this frame, the font of the character may be changed.
【0141】「商品や店舗等の表示方法」商品や店舗等
の表示方法のフレームでは、商品一覧を表示する際に、
“複数の商品を縦一列に表示”するか、“横に数個ずつ
並べて表示”するか、などの表示方法を設定する。
「横」を選択した場合には、テキストボックスに何個毎
に表示を区切るかを入力する。テキストボックスに1が
入っている場合には、「縦」が選択されたときと同様の
処理が行われる。[Display Method of Commodities, Stores, etc.] In the frame of the display method of commodities, stores, etc., when displaying a commodity list,
A display method such as “displaying a plurality of products in one column vertically” or “displaying several products side by side” is set.
When "horizontal" is selected, enter the number of display divisions in the text box. If 1 is entered in the text box, the same processing as when "vertical" is selected is performed.
【0142】「商品表示の枠設定」商品表示の枠設定の
フレームでは、商品一覧表示に枠をつけるかどうかを設
定する。枠をつける場合には、テキストボックスに枠の
太さを示す数値を入力することにより、表示される枠の
太さを指定することができる。「つける」を選択して
も、テキストボックスに0を設定すると「つけない」を
選択したときと同様の処理が行われる。"Frame Setting for Product Display" In the frame for frame setting for product display, it is set whether or not a frame is provided in the product list display. When a frame is provided, the thickness of the frame to be displayed can be specified by inputting a numerical value indicating the thickness of the frame into the text box. Even if "ON" is selected, if "0" is set in the text box, the same processing as when "ON" is selected is performed.
【0143】「商品の表示パターンを選択して下さい」
商品の表示パターンを選択して下さいのフレームは、1
つの商品を表示するための設定であり、名前、画像及び
説明の表示レイアウトを設定する。[Please select a product display pattern]
Please select the product display pattern frame is 1
This is a setting for displaying two products, and sets a display layout of a name, an image, and a description.
【0144】中央のラジオボタンは、“名前”、“画
像”及び“説明”の3つの項目をどのように配置して表
示するかを決定する。リストボックスは、各項目の順
序、すなわちどの位置にどの項目を表示するかを設定す
る。3つの項目を全て表示するだけではなく、リストボ
ックス内のチェックボックスのチェックをはずすことに
よって特定の項目を非表示にすることもできる。“名
前”及び“説明”の表示については、文字列の色や背景
の色が変更できる。これらのパターン選択及び項目の設
定は、変更に応じて左側の設定画面に状態が反映され
る。[0144] The center radio button determines how the three items "name", "image" and "description" are arranged and displayed. The list box sets the order of each item, that is, which item is displayed at which position. In addition to displaying all three items, a specific item can be hidden by unchecking a check box in the list box. As for the display of “name” and “description”, the color of the character string and the color of the background can be changed. The state of these pattern selection and item setting is reflected on the left setting screen according to the change.
【0145】このカタログデザインモジュールの画面を
終了することによって、<HTML>タグ、<HEAD>タグ、<BOD
Y>タグ以外のproduct-list.aspが出力される。オーサリ
ングツールの仕様によっては<HTML>タグ、<HEAD>タグ、
<BODY>タグも含めて出力するようにしてもよい。By closing the catalog design module screen, the <HTML> tag, <HEAD> tag, <BOD
Product-list.asp other than Y> tag is output. Depending on the authoring tool specifications, <HTML> tag, <HEAD> tag,
You may make it output including <BODY> tag.
【0146】《在庫一覧表示カタログデザインモジュー
ル》在庫一覧表示カタログデザインモジュールは、選択
された商品とその商品の在庫を表示するASPファイル
(article-form.asp)の作成/変更を行うためのモジュ
ールである。カタログデザインモジュール名は、Create
Page.Article-Formとする。このカタログデザインモジ
ュールは、「ボックス表示」及び「アイテム一覧表示」
の2つのプロパティページで構成されている。この場
合、ボックスとは商品の呼称で、アイテムとは在庫の呼
称とする。<< Inventory List Display Catalog Design Module >> The inventory list display catalog design module is a module for creating / changing an ASP file (article-form.asp) for displaying the selected product and the inventory of the product. is there. The catalog design module name is Create
Page.Article-Form. This catalog design module consists of "box display" and "item list display"
It consists of two property pages. In this case, the box is a product name and the item is a stock name.
【0147】「ボックス表示」では、選択された商品、
すなわちボックスの表示の詳細な画面構成を設定する。In the “box display”, the selected product,
That is, the detailed screen configuration of the box display is set.
【0148】「アイテム一覧表示」では、選択された商
品が持つ在庫情報、すなわちアイテム、の表示の詳細な
画面構成を設定する。In the “item list display”, a detailed screen configuration of display of stock information, ie, items, of the selected product is set.
【0149】〈初期画面〉図30は、CreatePage.Artic
le-Formカタログデザインモジュールの初期画面を示し
ている。この画面では特に何かを設定/変更することは
できず、プロパティページの設定の結果を示す表示とし
て使用している。<Initial Screen> FIG. 30 shows the CreatePage.Artic
13 shows an initial screen of a le-Form catalog design module. On this screen, you cannot set or change anything in particular, and use it as a display that shows the result of setting the property page.
【0150】〈ボックス表示〉図31に示すボックス表
示のプロパティページでは、選択された商品を表示する
ための詳細な設定を行う。<Box Display> On the box display property page shown in FIG. 31, detailed settings for displaying the selected product are made.
【0151】「タイトル表示」タイトル表示のフレーム
では、商品名の表示方法を設定する。商品名はデータベ
ースより取得され、ページの最上部にタイトルのように
表示する。商品名の文字列の色、文字列の背景色及び文
字列の配置位置を変更することができる。[Title Display] In the title display frame, the display method of the product name is set. The product name is obtained from the database and displayed like a title at the top of the page. The color of the character string of the product name, the background color of the character string, and the arrangement position of the character string can be changed.
【0152】「商品内容表示」商品内容表示のフレーム
では、商品説明及び画像の表示における画面構成を設定
する。[Product Content Display] In the product content display frame, a screen configuration for displaying product description and images is set.
【0153】“ボックスの詳細を表示する”のチェック
ボックスにおけるチェックの有/無により、詳細の表示
/非表示を決定する。商品の説明及び画像は、データベ
ースから取得する。画像は、複数登録されている可能性
があり、商品によって個数が異なる。複数登録可能な画
像の中より最初に取得した1枚の画像のみを表示する設
定とするか、又は取得した全ての画像を表示する設定と
するかをラジオボタンで変更することができる。“横に
同時に表示する画像数”のテキストボックスで、複数の
画像を表示する場合における画像の折り返しポイントが
設定できる。The display / non-display of the details is determined by the presence / absence of a check in the “display box details” check box. The description of the product and the image are obtained from the database. There is a possibility that a plurality of images are registered, and the number differs depending on the product. A radio button can be used to change the setting to display only one image acquired first from among a plurality of images that can be registered, or to display all acquired images. In the text box of "the number of images to be displayed at the same time horizontally", a turning point of the images when a plurality of images are displayed can be set.
【0154】“枠を付ける”のチェックボックスのチェ
ックの有無によって、説明の表示及び画像の表示に対し
ての枠の付け/はずしができ、テキストボックスで、枠
の太さを設定することができる。また、説明の文字列の
色及び背景色、画像の背景色を設定/変更することがで
きる。画像の背景色は、複数の画像を表示する場合、表
示テーブルの大きさより画像が小さく表示が余る場合が
考えられ、そのような場合に空白の部分に色をつけるこ
とができる。また、GIF(Graphics Interchange For
mat)ファイルの透過色にも有効である。Depending on the presence or absence of a check mark in the "add frame" check box, a frame can be added / removed for the display of the description and the image display, and the thickness of the frame can be set in the text box. . Further, the color and background color of the description character string and the background color of the image can be set / changed. When displaying a plurality of images, the background color of the image may be smaller than the size of the display table and may not be displayed. In such a case, a blank portion can be colored. Also, GIF (Graphics Interchange For
mat) It is also effective for the transparent color of the file.
【0155】〈アイテム一覧表示〉図32に示すアイテ
ム一覧表示のプロパティページでは、選択された商品の
在庫を表示するための詳細な設定を行う。<Item List Display> In the property page of the item list display shown in FIG. 32, detailed settings for displaying the stock of the selected product are made.
【0156】「アイテム一覧表示」アイテム一覧表示の
フレームでは、商品の在庫一覧を表示する際に、“複数
の在庫を縦一列に表示する”か、“横に数個ずつ並べて
表示”するか、などの表示方法を設定する。「横」を選
択した場合には、テキストボックスに何個毎に表示を区
切るかを入力する。テキストボックスに1が入っている
場合には、「縦」が選択されたときと同様の処理が行わ
れる。[Item List Display] In the item list display frame, when displaying a product inventory list, it is necessary to select "display a plurality of stocks in a vertical line" or "display several items in a row". Set the display method such as When "horizontal" is selected, enter the number of display divisions in the text box. If 1 is entered in the text box, the same processing as when "vertical" is selected is performed.
【0157】「アイテム詳細表示」アイテム詳細表示の
フレームでは、在庫1つの表示に対する詳細を設定す
る。在庫の各項目を、横一列に表示するか縦一列に表示
するかをラジオボタンで設定する。リストボックス内の
チェックボックスは、詳細情報の表示順序を示してい
る。黒い方向ボタン「△」、「▽」で、表示する順序を
変更することができ、チェックボックスのチェックの有
/無によって、表示/非表示を設定することができる。[Item Detail Display] In the frame of the item detail display, details for one display of stock are set. Use the radio buttons to set whether to display each item of inventory in one horizontal row or one vertical column. The check box in the list box indicates the display order of the detailed information. The order of display can be changed with the black direction buttons “△” and “▽”, and display / non-display can be set by checking / unchecking a check box.
【0158】「購入ボタン」のチェックボックスのチェ
ックがはずされると、「購入ボタンの表示」フレームを
全て灰色に変更して、入力不可にする。また「プロパテ
ィ一覧」のチェックボックスのチェックがはずされる
と、「プロパティの表示」フレームを全て灰色に変更し
て、入力不可にする。「写真」のチェックボックスのチ
ェックがはずされると、「写真表示」フレームを灰色に
変更して、入力不可にする。これらの表示をなくした場
合、それぞれの詳細な表示方法を設定しても無意味だか
らである。When the check box of the "buy button" is unchecked, the "display of buy button" frame is all changed to gray and input is disabled. When the check box of the "property list" is unchecked, all the "display properties" frames are changed to gray and input is disabled. When the "Photo" check box is unchecked, the "Photo display" frame is changed to gray to disable input. This is because if these displays are eliminated, it is meaningless to set detailed display methods for each.
【0159】「購入ボタンの表示」購入ボタンの表示の
フレームでは、購入ボタンの設定を行う。「アイテム詳
細表示」にて購入ボタンを非表示にした場合は、設定入
力ができなくなる。購入ボタンを表示する場合、<FORM>
タグによるボタンを使用するか画像を表示するかを選択
することが可能である。ラジオボタンで使用するタイプ
を選択し、画像にする場合は、画像の相対パスを入力す
る。ボタンにする場合は、ボタン上に表示する文字列を
入力する。[Display of Purchase Button] In the frame of the display of the purchase button, the purchase button is set. If the purchase button is hidden in the "item details display", setting input cannot be performed. <FORM> to display the purchase button
It is possible to select whether to use a button by tag or to display an image. Select the type to be used with the radio button and enter the relative path of the image if you want to make an image. If it is a button, enter the character string to be displayed on the button.
【0160】「プロパティの表示」プロパティの表示の
フレームでは、プロパティの表示形式の設定を行う。
「アイテム詳細表示」フレームで「プロパティ一覧」を
非表示に設定した場合、このフレームは、設定入力がで
きなくなる。1つの在庫に対するプロパティは、複数あ
る可能性があり、在庫によって個数は異なる。[Display Property] In the property display frame, the property display format is set.
If "Property list" is set to non-display in the "Item detail display" frame, setting input cannot be performed in this frame. There may be a plurality of properties for one inventory, and the number varies depending on the inventory.
【0161】表示方法には、「表形式」と「文字列形
式」の二通りが考えられる。「表形式」の場合は、各プ
ロパティをテーブルの1項目として扱い表の一部にして
しまう。図33は、表形式で表示した場合のWWWブラ
ウザ(ウェブブラウザ)による表示結果の一例を示して
いる。「文字列形式」の場合には、各プロパティをまと
めて、一連の文字列として表の中に表示する。図34
は、文字列形式で表示した場合のWWWブラウザによる
表示結果の一例を示している。There are two display methods, "table format" and "character string format". In the case of the "table format", each property is treated as one item of the table and becomes a part of the table. FIG. 33 shows an example of a display result by a WWW browser (web browser) when displaying in a table format. In the case of "character string format", each property is collectively displayed in the table as a series of character strings. FIG.
Shows an example of a display result by the WWW browser when displayed in a character string format.
【0162】「写真表示」写真表示のフレームでは、在
庫商品の写真画像の表示を設定する。在庫商品の画像
は、複数枚設定することができ、個数は在庫商品によっ
て異なる。全ての画像を表示するのか、最初の1枚、す
なわちデフォールト(Default)の画像、を表示するの
かを選択する。全てを表示するのであれば、横に同時に
何枚表示するかを設定する。[Photo Display] In the photo display frame, display of a photo image of a stock product is set. A plurality of images of stock items can be set, and the number differs depending on the stock items. The user selects whether to display all images or the first image, that is, the default image. If all are to be displayed, set how many images are to be displayed horizontally at the same time.
【0163】このカタログデザインモジュールの画面を
終了することによって、<HTML>タグ、<HEAD>タグ、<BOD
Y>タグ以外のarticle-form.aspが出力される。オーサリ
ングツールの仕様によっては<HTML>タグ、<HEAD>タグ、
<BODY>タグも含めて出力するようにしてもよい。By closing the catalog design module screen, the <HTML> tag, <HEAD> tag, <BOD
Y> article-form.asp other than tag is output. Depending on the authoring tool specifications, <HTML> tag, <HEAD> tag,
You may make it output including <BODY> tag.
【0164】上述した表示コンテンツ生成システムにお
ける利点を列挙すると、次のようになる。The advantages of the display content generation system described above are listed as follows.
【0165】カタログ表示に必要な表示要素を抽出し、
設定機能をモジュール化することにより、表示要素をま
とめて設定することができる。表示要素の設定により、
デザイン及びカタログ用のソースコードを自動生成する
ことができる。Extract display elements necessary for catalog display,
By modularizing the setting function, display elements can be set collectively. Depending on the display element settings,
Source code for design and catalog can be automatically generated.
【0166】カタログ表示における背景、枠及び文字列
等のように変更可能な要素をデザイン中に随時変更する
ことができるようにした。一度生成したソースコード
を、対応するモジュールが読み込んで、各種表示要素を
再度、修正/変更して、修正したソースコードを再生成
することができる。いわゆるノンストップ型のデザイン
反映カタログ表示システム等を実現することができる。Elements that can be changed, such as the background, frame, and character string in the catalog display, can be changed at any time during design. Once the generated source code is read by the corresponding module, various display elements can be corrected / changed again, and the corrected source code can be regenerated. A so-called non-stop design reflection catalog display system and the like can be realized.
【0167】カタログ表示システム等の運用を停止する
ことなく、新しいカタログページや既存ページのカスタ
マイズを行うことができる。プログラミングの知識及び
能力を一切必要とせずに、カタログ表示デザイン等を簡
易に行うだけで、カタログ表示システムを構築すること
が可能となる。A new catalog page or an existing page can be customized without stopping the operation of the catalog display system or the like. A catalog display system can be constructed simply by simply performing a catalog display design or the like without any programming knowledge and ability.
【0168】プログラミング能力のないカタログデザイ
ナ等であっても容易にカタログシステムを構築すること
ができる。機能を整理した表示要素の設定によるソース
コードの自動生成を行うので、モジュールにバグがない
限り、バグが混入しないカタログ表示システム等を構築
することが可能となる。Even a catalog designer or the like having no programming ability can easily construct a catalog system. Since the source code is automatically generated by setting the display elements in which the functions are arranged, it is possible to construct a catalog display system or the like in which no bugs are mixed unless the module has a bug.
【0169】このような表示コンテンツ生成システムに
おいては、オーサリングツール等に連携するデザインモ
ジュールに対し、ユーザ操作により、表示要素を設定す
ることにより、該デザインモジュールが、該表示要素の
設定に従って、データ格納部に格納される表示情報デー
タを動的に参照するスクリプト及び該スクリプトを含む
データ表示コンテンツの少なくともいずれかを生成する
ことにより、表示要素を設定するだけでプログラミング
等の専門技術を必要とせずに、格納されたデータをユー
ザリクエストに応じて抽出変換して表示に供する表示コ
ンテンツを簡易に作成することができる。In such a display content generation system, a display element is set by a user operation with respect to a design module associated with an authoring tool or the like, so that the design module stores data according to the setting of the display element. By generating at least one of a script that dynamically refers to display information data stored in the unit and a data display content including the script, it is possible to set only display elements without requiring specialized techniques such as programming. In addition, it is possible to easily create display content to be provided for display by extracting and converting stored data in response to a user request.
【0170】また、表示コンテンツとしては、上述した
仮想店舗等のカタログ表示システムに限らず、データベ
ースからユーザリクエストに応じたデータを取り出して
表示に供する表示コンテンツであれば、どのようなもの
であってもこの発明を適用することができる。The display content is not limited to the above-described catalog display system for a virtual store or the like, but may be any display content that retrieves data corresponding to a user request from a database and provides the data for display. This invention can also be applied to the present invention.
【0171】なお、この発明の表示コンテンツ生成シス
テムは、専用のシステムとして構成することなく、通常
のコンピュータシステムを用いて実現することができ
る。例えば、コンピュータシステムに上述の動作を実行
するためのプログラムを格納した媒体(フロッピーディ
スク、CD−ROM等)から該プログラムをインストー
ルすることにより、上述の処理を実行する表示コンテン
ツ生成システムを構築することができる。インストール
によって、当該プログラムは、コンピュータシステム内
のハードディスク等の媒体に格納されて、表示コンテン
ツ生成システムを構成し、実行に供される。Note that the display content generation system of the present invention can be realized using an ordinary computer system without configuring it as a dedicated system. For example, a display content generation system that executes the above-described processing can be constructed by installing the program for executing the above-described operation in a computer system from a medium (a floppy disk, a CD-ROM, or the like) storing the program. Can be. By the installation, the program is stored in a medium such as a hard disk in the computer system, configures a display content generation system, and is used for execution.
【0172】また、コンピュータにプログラムを供給す
るための媒体は、狭義の記憶媒体に限らず、通信回線、
通信ネットワーク及び通信システムのように、一時的且
つ流動的にプログラム等の情報を保持する通信媒体等を
含む広義の記憶媒体であってもよい。Further, the medium for supplying the program to the computer is not limited to a storage medium in a narrow sense, but may be a communication line,
Like a communication network and a communication system, it may be a storage medium in a broad sense including a communication medium that temporarily and fluidly stores information such as a program.
【0173】例えば、インターネット等の通信ネットワ
ーク上に設けたFTP(File Transfer Protocol)サー
バに当該プログラムを登録し、FTPクライアントにネ
ットワークを介して配信してもよく、通信ネットワーク
の電子掲示板(BBS:Bulletin Board System)等に
該プログラムを登録し、これをネットワークを介して配
信してもよい。そして、このプログラムを起動し、OS
(Operating System)の制御下において実行することに
より、上述の処理を達成することができる。さらに、通
信ネットワークを介してプログラムを転送しながら起動
実行することによっても、上述の処理を達成することが
できる。For example, the program may be registered in an FTP (File Transfer Protocol) server provided on a communication network such as the Internet, and distributed to an FTP client via the network. The program may be registered in a board system or the like and distributed via a network. Then start this program and run the OS
The above processing can be achieved by executing under the control of the (Operating System). Furthermore, the above-described processing can also be achieved by starting and executing the program while transferring the program via the communication network.
【0174】[0174]
【発明の効果】以上説明したように、この発明によれ
ば、表示要素を設定するだけでプログラミング等の専門
技術を必要とせずに、格納されたデータをユーザリクエ
ストに応じて抽出変換して表示に供する表示コンテンツ
を簡易に作成し得る表示コンテンツ生成システム、方法
及び記録媒体を提供することができる。As described above, according to the present invention, the stored data is extracted, converted and displayed in response to a user request without setting a display element and requiring specialized techniques such as programming. It is possible to provide a display content generation system, a method, and a recording medium that can easily create display content to be provided to the user.
【図1】この発明の実施の形態に係る表示コンテンツ生
成システムの概略構成を示すブロック図である。FIG. 1 is a block diagram showing a schematic configuration of a display content generation system according to an embodiment of the present invention.
【図2】図1の表示コンテンツ生成システムにおけるカ
タログデザインモジュール部の構成の一例を説明するた
めのブロック図である。FIG. 2 is a block diagram illustrating an example of a configuration of a catalog design module in the display content generation system of FIG. 1;
【図3】図1の表示コンテンツ生成システムを構築する
システムの構成の一例を説明するためのブロック図であ
る。FIG. 3 is a block diagram illustrating an example of a configuration of a system that constructs the display content generation system of FIG. 1;
【図4】図1の表示コンテンツ生成システムにおける動
作を説明するための模式図である。FIG. 4 is a schematic diagram for explaining an operation in the display content generation system of FIG. 1;
【図5】図1の表示コンテンツ生成システムにおける動
作を説明するためのフローチャートの第1の部分であ
る。FIG. 5 is a first part of a flowchart for explaining an operation in the display content generation system of FIG. 1;
【図6】図1の表示コンテンツ生成システムにおける動
作を説明するためのフローチャートの第2の部分であ
る。FIG. 6 is a second part of the flowchart for explaining the operation in the display content generation system of FIG. 1;
【図7】図1の表示コンテンツ生成システムにおける動
作を説明するためのフローチャートの第3の部分であ
る。FIG. 7 is a third part of the flowchart for explaining the operation in the display content generation system of FIG. 1;
【図8】図5〜図7のフローチャートにおける横一列表
示処理の一例を説明するためのフローチャートである。FIG. 8 is a flowchart illustrating an example of a horizontal single-row display process in the flowcharts of FIGS. 5 to 7;
【図9】図5〜図7のフローチャートにおける縦一列表
示処理の一例を説明するためのフローチャートである。FIG. 9 is a flowchart illustrating an example of a vertical single-row display process in the flowcharts of FIGS. 5 to 7;
【図10】図5〜図7のフローチャートにおける左側2
項目・右側1項目表示処理の一例を説明するためのフロ
ーチャートである。10 is the left side 2 in the flowcharts of FIGS.
It is a flowchart for demonstrating an example of an item / right one item display process.
【図11】図5〜図7のフローチャートにおける左側1
項目・右側2項目表示処理の一例を説明するためのフロ
ーチャートである。FIG. 11 is a left side 1 in the flowcharts of FIGS.
It is a flowchart for demonstrating an example of an item / right two item display process.
【図12】図5〜図7のフローチャートにおける上側2
項目・下側1項目表示処理の一例を説明するためのフロ
ーチャートである。FIG. 12 is an upper side 2 in the flowcharts of FIGS.
It is a flowchart for demonstrating an example of an item / lower one item display process.
【図13】図5〜図7のフローチャートにおける上側1
項目・下側2項目表示処理の一例を説明するためのフロ
ーチャートである。FIG. 13 is an upper side 1 in the flowcharts of FIGS.
It is a flowchart for demonstrating an example of an item / lower two item display process.
【図14】図1の表示コンテンツ生成システムにおける
店舗一覧表示カタログデザインモジュールの棚一覧表示
の設定画面の一例を示す模式図である。FIG. 14 is a schematic diagram showing an example of a setting screen for shelf list display of a store list display catalog design module in the display content generation system of FIG. 1;
【図15】図1の表示コンテンツ生成システムにおける
図14のような設定により生成される表示コンテンツの
表示動作を説明するためのフローチャートである。FIG. 15 is a flowchart for explaining a display operation of display content generated by the setting as shown in FIG. 14 in the display content generation system of FIG. 1;
【図16】図15の動作に対応する表示コンテンツの一
部のソースコードの一例を示す模式図である。16 is a schematic diagram showing an example of a source code of a part of display content corresponding to the operation in FIG.
【図17】図15の動作に対応する表示コンテンツの他
の一部のソースコードの一例を示す模式図である。17 is a schematic diagram showing an example of another part of the source code of the display content corresponding to the operation in FIG.
【図18】図15の動作に対応する表示コンテンツのそ
の他の一部のソースコードの一例を示す模式図である。18 is a schematic diagram showing an example of another part of the source code of the display content corresponding to the operation in FIG.
【図19】図1の表示コンテンツ生成システムにおける
店舗一覧表示カタログデザインモジュールの初期画面の
一例を示す模式図である。19 is a schematic diagram showing an example of an initial screen of a shop list display catalog design module in the display content generation system of FIG. 1;
【図20】図1の表示コンテンツ生成システムにおける
店舗一覧表示カタログデザインモジュールの画面構成の
設定画面の一例を示す模式図である。20 is a schematic diagram showing an example of a setting screen of a screen configuration of a shop list display catalog design module in the display content generation system of FIG. 1;
【図21】図1の表示コンテンツ生成システムにおける
店舗一覧表示カタログデザインモジュールの店舗詳細表
示の設定画面の一例を示す模式図である。21 is a schematic diagram showing an example of a setting screen for store detail display of a store list display catalog design module in the display content generation system of FIG. 1;
【図22】図1の表示コンテンツ生成システムにおける
店舗一覧表示カタログデザインモジュールの特殊棚詳細
表示の設定画面の一例を示す模式図である。FIG. 22 is a schematic diagram showing an example of a setting screen of a special shelf detail display of a store list display catalog design module in the display content generation system of FIG. 1;
【図23】図1の表示コンテンツ生成システムにおける
棚一覧表示カタログデザインモジュールの初期画面の一
例を示す模式図である。FIG. 23 is a schematic diagram showing an example of an initial screen of a shelf list display catalog design module in the display content generation system of FIG. 1;
【図24】図1の表示コンテンツ生成システムにおける
棚一覧表示カタログデザインモジュールの画面構成の設
定画面の一例を示す模式図である。24 is a schematic diagram showing an example of a screen configuration setting screen of a shelf list display catalog design module in the display content generation system of FIG. 1;
【図25】図1の表示コンテンツ生成システムにおける
棚一覧表示カタログデザインモジュールの棚詳細表示の
設定画面の一例を示す模式図である。25 is a schematic diagram showing an example of a setting screen for shelf detail display of a shelf list display catalog design module in the display content generation system of FIG. 1;
【図26】図1の表示コンテンツ生成システムにおける
棚一覧表示カタログデザインモジュールの商品詳細表示
の設定画面の一例を示す模式図である。26 is a schematic diagram showing an example of a setting screen for product detail display of a shelf list display catalog design module in the display content generation system of FIG. 1;
【図27】図1の表示コンテンツ生成システムにおける
棚一覧表示カタログデザインモジュールの特別な棚の商
品詳細表示の設定画面の一例を示す模式図である。27 is a schematic diagram showing an example of a setting screen for product detail display of a special shelf of the shelf list display catalog design module in the display content generation system of FIG. 1;
【図28】図1の表示コンテンツ生成システムにおける
商品一覧表示カタログデザインモジュールの初期画面の
一例を示す模式図である。FIG. 28 is a schematic diagram showing an example of an initial screen of a product list display catalog design module in the display content generation system of FIG. 1;
【図29】図1の表示コンテンツ生成システムにおける
商品一覧表示カタログデザインモジュールの商品詳細の
設定画面の一例を示す模式図である。29 is a schematic diagram showing an example of a product detail setting screen of a product list display catalog design module in the display content generation system of FIG. 1;
【図30】図1の表示コンテンツ生成システムにおける
在庫一覧表示カタログデザインモジュールの初期画面の
一例を示す模式図である。FIG. 30 is a schematic diagram showing an example of an initial screen of an inventory list display catalog design module in the display content generation system of FIG. 1;
【図31】図1の表示コンテンツ生成システムにおける
在庫一覧表示カタログデザインモジュールのボックス表
示の設定画面の一例を示す模式図である。31 is a schematic diagram showing an example of a box display setting screen of an inventory list display catalog design module in the display content generation system of FIG. 1;
【図32】図1の表示コンテンツ生成システムにおける
在庫一覧表示カタログデザインモジュールのアイテム一
覧表示の設定画面の一例を示す模式図である。32 is a schematic diagram showing an example of an item list display setting screen of an inventory list display catalog design module in the display content generation system of FIG. 1;
【図33】図1の表示コンテンツ生成システムにおける
在庫一覧表示カタログデザインモジュールによる表形式
設定時のブラウザ表示画面の一例を示す模式図である。FIG. 33 is a schematic diagram showing an example of a browser display screen when a table format is set by the inventory list display catalog design module in the display content generation system of FIG. 1;
【図34】図1の表示コンテンツ生成システムにおける
在庫一覧表示カタログデザインモジュールによる文字列
形式設定時のブラウザ表示画面の一例を示す模式図であ
る。FIG. 34 is a schematic diagram showing an example of a browser display screen when a character string format is set by an inventory list display catalog design module in the display content generation system of FIG. 1;
【図35】一般的な仮想店舗システムの動作の一例を示
すフローチャートである。FIG. 35 is a flowchart showing an example of the operation of a general virtual shop system.
1 ユーザインタフェース部 2 オーサリングツール部 3 データ格納部 4 カタログデザインモジュール部 11 オーサリング装置 12 第1のミドルサーバ装置 13 データ格納装置 14 第2のミドルサーバ装置 15 ネットワーク 16 LAN(ローカルエリアネットワーク) 41 表示内容設定部 42 表示条件設定部 43 レイアウト設定部 44 スクリプト生成部 45 HTML生成部 111 オーサリングツール 112 カタログデザインモジュール 113 第1のファイルシステム 121 第1のHTTPサーバ 122 データベースアクセスオブジェクト 131 データベースサーバ 141 第2のHTTPサーバ 142 オーサリングツールオブジェクト 143 第2のファイルシステム Reference Signs List 1 User interface unit 2 Authoring tool unit 3 Data storage unit 4 Catalog design module unit 11 Authoring device 12 First middle server device 13 Data storage device 14 Second middle server device 15 Network 16 LAN (local area network) 41 Display contents Setting unit 42 Display condition setting unit 43 Layout setting unit 44 Script generation unit 45 HTML generation unit 111 Authoring tool 112 Catalog design module 113 First file system 121 First HTTP server 122 Database access object 131 Database server 141 Second HTTP Server 142 authoring tool object 143 second file system
Claims (12)
と、 ユーザ操作により、表示情報データを編集して表示コン
テンツを生成するオーサリングツール手段と、 前記オーサリングツール手段に応動し、ユーザ操作によ
り、表示要素を設定することにより、該表示要素の設定
に従って、前記データ格納手段に格納される表示情報デ
ータを動的に参照するスクリプト及び該スクリプトを含
むデータ表示コンテンツの少なくともいずれかを生成し
て前記オーサリングツール手段に供給するデザインモジ
ュール手段と、を具備することを特徴とする表示コンテ
ンツ生成システム。1. A data storage means for storing display information data, an authoring tool means for editing display information data by user operation to generate display content, and a display in response to the authoring tool means for displaying by user operation Setting at least one of a script for dynamically referring to display information data stored in the data storage means and a data display content including the script in accordance with the setting of the display element, And a design module for supplying to the tool.
段と、 表示すべき条件に関する要素を設定する表示条件設定手
段と、 表示内容の表示レイアウトに関する要素を設定する表示
レイアウト設定手段と、を含むことを特徴とする請求項
1に記載の表示コンテンツ生成システム。2. The design module means includes: a display content setting means for setting an element relating to a content to be displayed; a display condition setting means for setting an element relating to a condition to be displayed; and an element relating to a display layout of the display content. 2. The display content generation system according to claim 1, further comprising: a display layout setting unit that performs setting.
御するスクリプトを生成するスクリプト生成手段と、 前記表示要素及び前記スクリプト生成手段により生成さ
れる前記スクリプトを用いてデータ表示コンテンツを生
成するコンテンツ生成手段と、を含むことを特徴とする
請求項1又は2に記載の表示コンテンツ生成システム。3. The design module uses script generation means for generating a script for dynamically controlling display content according to the setting of the display element; and the script generated by the display element and the script generation means. The display content generation system according to claim 1, further comprising: a content generation unit configured to generate data display content by using the content generation unit.
た手段を含むことを特徴とする請求項1乃至3のうちの
いずれか1項に記載の表示コンテンツ生成システム。4. The design module according to claim 1, wherein the design module includes a unit configured to configure the content of the display element according to an object to be displayed. Display content generation system.
納するデータ格納手段と、 ユーザ操作により、表示情報データを編集して表示コン
テンツを生成するオーサリングツール手段と、 表示すべき内容に関する要素を設定する表示内容設定手
段、表示すべき条件に関する要素を設定する表示条件設
定手段、表示内容の表示レイアウトに関する要素を設定
する表示レイアウト設定手段、前記表示すべき内容、表
示すべき条件及び表示レイアウトを含む表示要素の設定
に従って動的に表示コンテンツを制御するスクリプトを
生成するスクリプト生成手段、及び前記表示要素及び前
記スクリプト生成手段により生成される前記スクリプト
を用いてデータ表示コンテンツを生成するコンテンツ生
成手段、を含み、前記オーサリングツール手段に応動し
て、ユーザ操作により、前記表示要素を設定することに
より、該表示要素の設定に従って、前記データ格納手段
に格納される表示情報データを動的に参照するスクリプ
ト及び該スクリプトを含むデータ表示コンテンツの少な
くともいずれかを生成して前記オーサリングツール手段
に供給するとともに、表示対象に応じて前記表示要素を
異ならせた複数のデザインモジュール手段と、を具備す
ることを特徴とする表示コンテンツ生成システム。5. A data storage means for storing display information data including catalog data, an authoring tool means for editing display information data by user operation to generate display contents, and setting elements relating to contents to be displayed. Display content setting means, display condition setting means for setting elements relating to display conditions, display layout setting means for setting elements relating to display layout of display contents, display including the contents to be displayed, conditions to be displayed, and display layout Script generation means for generating a script for dynamically controlling display content in accordance with element settings; and content generation means for generating data display content using the display element and the script generated by the script generation means. Responsive to the authoring tool means By setting the display element by a user operation, at least a script that dynamically refers to display information data stored in the data storage unit in accordance with the setting of the display element and a data display content including the script. A display content generation system, comprising: a plurality of design module units that generate any of them and supply them to the authoring tool unit, and that vary the display element according to a display target.
を復元し、再設定により、再編集する手段を含むことを
特徴とする請求項1乃至5のうちのいずれか1項に記載
の表示コンテンツ生成システム。6. The design module according to claim 1, further comprising means for restoring a set state of a display element from the generated display content and re-editing the set by resetting. The display content generation system according to claim 1.
参照するスクリプト及び該スクリプトを含むデータ表示
コンテンツの少なくともいずれかを生成する生成ステッ
プと、 表示すべき対象毎の前記要素設定ステップ及び生成ステ
ップを実行して表示コンテンツを完成する表示コンテン
ツ完成ステップと、を有することを特徴とする表示コン
テンツ生成方法。7. An element setting step of setting a display element; and a generating step of generating at least one of a script for dynamically referring to display information data and data display content including the script in accordance with the setting of the display element. A display content generation step of performing the element setting step and the generation step for each target to be displayed to complete the display content.
テップと、 表示すべき条件に関する要素を設定する表示条件設定ス
テップと、 表示内容の表示レイアウトに関する要素を設定する表示
レイアウト設定ステップと、を含むことを特徴とする請
求項7に記載の表示コンテンツ生成方法。8. The element setting step includes: a display content setting step of setting an element relating to a content to be displayed; a display condition setting step of setting an element relating to a condition to be displayed; and an element relating to a display layout of the display content. 8. The display content generation method according to claim 7, further comprising: setting a display layout.
御するスクリプトを生成するスクリプト生成ステップ
と、 前記表示要素及び前記スクリプトを用いてデータ表示コ
ンテンツを生成するコンテンツ生成ステップと、を含む
ことを特徴とする請求項7又は8に記載の表示コンテン
ツ生成方法。9. A script generating step for generating a script for dynamically controlling display content according to the setting of the display element, and a content generating step for generating data display content using the display element and the script. 9. The display content generation method according to claim 7, further comprising the steps of:
テンツを生成するオーサリングツール手段、及び前記オ
ーサリングツール手段に応動し、ユーザ操作により、表
示要素を設定することにより、該表示要素の設定に従っ
て、前記データ格納手段に格納される表示情報データを
動的に参照するスクリプト及び該スクリプトを含むデー
タ表示コンテンツの少なくともいずれかを生成して前記
オーサリングツール手段に供給する1個以上のデザイン
モジュール手段、として機能させるためのプログラムを
記録したコンピュータ読み取り可能な記録媒体。10. A computer, comprising: a data storage unit for storing display information data; an authoring tool unit for editing display information data to generate display content by a user operation; and a user operation in response to the authoring tool unit. Setting a display element to generate at least one of a script for dynamically referring to display information data stored in the data storage unit and a data display content including the script in accordance with the setting of the display element. A computer-readable recording medium on which a program for functioning as one or more design module means to be supplied to the authoring tool means is recorded.
格納手段、 ユーザ操作により、表示情報データを編集して表示コン
テンツを生成するオーサリングツール手段、及び表示す
べき内容に関する要素を設定する表示内容設定手段と、
表示すべき条件に関する要素を設定する表示条件設定手
段と、表示内容の表示レイアウトに関する要素を設定す
る表示レイアウト設定手段と、前記表示すべき内容、表
示すべき条件及び表示レイアウトを含む表示要素の設定
に従って動的に表示コンテンツを制御するスクリプトを
生成するスクリプト生成手段と、前記表示要素及び前記
スクリプト生成手段により生成される前記スクリプトを
用いてデータ表示コンテンツを生成するコンテンツ生成
手段と、を含み、前記オーサリングツール手段に応動し
て、ユーザ操作により、前記表示要素を設定することに
より、該表示要素の設定に従って、前記データ格納手段
に格納される表示情報データを動的に参照するスクリプ
ト及び該スクリプトを含むデータ表示コンテンツの少な
くともいずれかを生成して前記オーサリングツール手段
に供給するとともに、表示対象に応じて前記表示要素を
異ならせた複数のデザインモジュール手段、として機能
させるためのプログラムを記録したコンピュータ読み取
り可能な記録媒体。11. A computer comprising: data storage means for storing display information data including catalog data; authoring tool means for editing display information data by user operation to generate display content; and elements relating to contents to be displayed. Display content setting means to be set;
Display condition setting means for setting elements relating to conditions to be displayed, display layout setting means for setting elements relating to the display layout of display contents, and setting of display elements including the contents to be displayed, the conditions to be displayed and the display layout Script generation means for generating a script for dynamically controlling the display content according to, and content generation means for generating data display content using the display element and the script generated by the script generation means, In response to the authoring tool means, by setting the display element by a user operation, a script for dynamically referring to the display information data stored in the data storage means according to the setting of the display element, and the script Including at least one of the data display content Supplies to the authoring tool means forms a plurality of design modules means, a computer-readable recording medium recording a program for functioning as having different said display element in accordance with the display object.
格納手段、 ユーザ操作により、表示情報データを編集して表示コン
テンツを生成するオーサリングツール手段、及び表示す
べき内容に関する要素を設定する表示内容設定手段と、
表示すべき条件に関する要素を設定する表示条件設定手
段と、表示内容の表示レイアウトに関する要素を設定す
る表示レイアウト設定手段と、前記表示すべき内容、表
示すべき条件及び表示レイアウトを含む表示要素の設定
に従って動的に表示コンテンツを制御するスクリプトを
生成するスクリプト生成手段と、前記表示要素及び前記
スクリプト生成手段により生成される前記スクリプトを
用いてデータ表示コンテンツを生成するコンテンツ生成
手段と、を含み、前記オーサリングツール手段に応動し
て、ユーザ操作により、前記表示要素を設定することに
より、該表示要素の設定に従って、前記データ格納手段
に格納される表示情報データを動的に参照するスクリプ
ト及び該スクリプトを含むデータ表示コンテンツの少な
くともいずれかを生成して前記オーサリングツール手段
に供給するとともに、生成された表示コンテンツから表
示要素の設定状態を復元し、再設定により、再編集する
手段をさらに含み、表示対象に応じて前記表示要素を異
ならせた複数のデザインモジュール手段、として機能さ
せるためのプログラムを記録したコンピュータ読み取り
可能な記録媒体。12. A computer comprising: data storage means for storing display information data including catalog data; authoring tool means for editing display information data by user operation to generate display content; and elements relating to contents to be displayed. Display content setting means to be set;
Display condition setting means for setting elements relating to conditions to be displayed, display layout setting means for setting elements relating to the display layout of display contents, and setting of display elements including the contents to be displayed, the conditions to be displayed and the display layout Script generation means for generating a script for dynamically controlling the display content according to, and content generation means for generating data display content using the display element and the script generated by the script generation means, In response to the authoring tool means, by setting the display element by a user operation, a script for dynamically referring to the display information data stored in the data storage means according to the setting of the display element, and the script Including at least one of the data display content And further supplies to the authoring tool means, restores the setting state of the display element from the generated display content, and further includes a means for re-editing by re-setting the display element. And a computer-readable recording medium storing a program for causing the computer to function as a plurality of design module means.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP33912798A JP2000163183A (en) | 1998-11-30 | 1998-11-30 | Display content generation system, method and recording medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP33912798A JP2000163183A (en) | 1998-11-30 | 1998-11-30 | Display content generation system, method and recording medium |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2000163183A true JP2000163183A (en) | 2000-06-16 |
Family
ID=18324508
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP33912798A Pending JP2000163183A (en) | 1998-11-30 | 1998-11-30 | Display content generation system, method and recording medium |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2000163183A (en) |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002007271A (en) * | 2000-06-22 | 2002-01-11 | Tyd:Kk | Method and device for assisting homepage opening, and recording medium recorded with homepage opening assisting program |
| JP2002123667A (en) * | 2000-10-13 | 2002-04-26 | Johnson & Johnson Kk | System and method for supporting sales activity |
| JP2002203174A (en) * | 2000-12-28 | 2002-07-19 | Brother Ind Ltd | Electronic store management system, product data providing method, electronic store management server, and recording medium |
| JP2002269325A (en) * | 2001-03-07 | 2002-09-20 | Johnson & Johnson Kk | Business activity support system |
| JP2005032230A (en) * | 2003-06-18 | 2005-02-03 | Ricoh Co Ltd | Electronic device and Web page generation method |
| JP2019053420A (en) * | 2017-09-13 | 2019-04-04 | 株式会社大和総研ビジネス・イノベーション | Business processing system and program |
-
1998
- 1998-11-30 JP JP33912798A patent/JP2000163183A/en active Pending
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002007271A (en) * | 2000-06-22 | 2002-01-11 | Tyd:Kk | Method and device for assisting homepage opening, and recording medium recorded with homepage opening assisting program |
| JP2002123667A (en) * | 2000-10-13 | 2002-04-26 | Johnson & Johnson Kk | System and method for supporting sales activity |
| JP2002203174A (en) * | 2000-12-28 | 2002-07-19 | Brother Ind Ltd | Electronic store management system, product data providing method, electronic store management server, and recording medium |
| JP2002269325A (en) * | 2001-03-07 | 2002-09-20 | Johnson & Johnson Kk | Business activity support system |
| JP2005032230A (en) * | 2003-06-18 | 2005-02-03 | Ricoh Co Ltd | Electronic device and Web page generation method |
| JP2019053420A (en) * | 2017-09-13 | 2019-04-04 | 株式会社大和総研ビジネス・イノベーション | Business processing system and program |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10678995B2 (en) | System and methods for control of content presented on web pages | |
| US6263352B1 (en) | Automated web site creation using template driven generation of active server page applications | |
| US9244895B2 (en) | Editing web pages | |
| US6983421B1 (en) | Using connectors to automatically update graphical user interface elements at a client system according to an updated state of a configuration | |
| JP4861611B2 (en) | Framework for creating modular web applications | |
| US20040006743A1 (en) | Method and apparatus for re-editing and redistributing web documents | |
| WO2001037170A9 (en) | Forms creation method and e-commerce method | |
| US20090276479A1 (en) | Distributed execution model for cross-organizational declarative web applications | |
| US20050076330A1 (en) | Browser-based editor for dynamically generated data | |
| EP1665151A1 (en) | Self-service catalog manager implemented on a communications network | |
| US7765165B2 (en) | Engine to present user interface based on a logical structure, such as one for a customer relationship management system | |
| JP2000339251A (en) | Automatic compilation system of digital contents and recording medium in which automatically compiled digital contents are stored | |
| Burnett et al. | FAR: An end-user language to support cottage e-services | |
| JPH11134338A (en) | Home page preparing device | |
| JP2000163183A (en) | Display content generation system, method and recording medium | |
| JP2001125855A (en) | Dynamic Web page generation program | |
| US20050033764A1 (en) | Interactive editor for data driven systems | |
| US20110022497A1 (en) | Creation and maintenance of an electronic commerce listings catalog | |
| JP2009157580A (en) | HMI development support device, HMI development support method, and HMI development support program | |
| US20050015312A1 (en) | Method of selecting and purchasing office furniture | |
| US20230316362A1 (en) | E-commerce platform, systems and methods for the selling of goods and services through made-to-order products generated by three-dimensional models | |
| CN114493768B (en) | Page display method and device | |
| Freeman | Your First ASP. NET Core Application | |
| JP2015069247A (en) | Information processing apparatus, information processing apparatus control method, and program | |
| JP7316060B2 (en) | Application screen display program implementation method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20040302 |