【0001】
【発明の属する技術分野】
本発明は、例えば、インターネット上に公開するインターネットマンションのWebページの生成表示方法および修正方法に関する。
【0002】
【従来の技術】
従来、インターネットマンションの専用Webページは、各マンションごとに個別に作成し公開していたため、複数のマンションで共通の内容があった場合でも、それぞれの専用Webページに同一内容を記載していた。
【0003】
テンプレートを使用してWebページを生成する方法としては、画面レイアウトやデザインに関する情報をテンプレートとして保存し、そこに表示する文書の内容を例えば各国語に翻訳した個々のコンテンツとして個別に複数作成し、前記テンプレートと前記個別の文書内容をプログラムにて合成してWebページを生成するといったものがある。この例では、作成者は文書の内容のみを作成し、デザイン等に関しては作成する必要がないことから、Webページ作成の迅速化、コスト低減を図ることが可能となる(例えば、特許文献1参照。)。
【0004】
【特許文献1】
特開2001−290812号公報 (段落番号0030、第1図)
【0005】
【発明が解決しようとする課題】
上記従来技術では、複数のマンションで共通の内容があった場合でも、各マンションごとに専用Webページを作成し同一内容を記載していたため、例えば外部リンク集の内容を変更しようとした場合、変更する内容を掲載している複数のマンションについて同一の変更作業を実施する必要があり、作業に多大な時間がかかるとともに、変更もれや作業ミスが発生する可能性が高く、効率が悪かった。
【0006】
上記従来技術に記載したテンプレートを使用したWebページ生成方法についても、デザイン等についてはテンプレートを利用できるが、表示する文書内容は個別に作成しているため、複数の文書内容に共通の変更をする場合は、個別に変更作業を実施する必要があるため、同様に作業効率は悪い。
【0007】
本発明の目的は、複数のマンションの専用Webページに掲載している共通の内容を変更する際に、作業時間を低減し、変更もれや作業ミスを防ぐことが可能なWebページの生成表示方法および修正方法を提供するにある。
【0008】
【課題を解決するための手段】
上記目的は、複数のインターネットマンションに対して個々に専用Webページをインターネット上に公開しているシステムにおいて、複数のマンションに共通した内容の外部リンク集等をテンプレートとして作成し、また、個々のマンション専用Webページごとに使用するテンプレートを予め指定しておくことで、マンション居住者がインターネット表示端末からマンション専用Webページを参照したときに、当該マンションに必要な内容を自動的にテンプレートから読み出してWebページを生成し表示するとともに、前記システムにおいて、複数のマンションに共通したテンプレートの内容を修正することで、当該テンプレートを使用する設定となっているマンションのマンション専用Webページも、自動的に内容が修正されたWebページを生成し表示することにより、達成される。
【0009】
【発明の実施の形態】
以下、本発明の一実施形態を図に基づき説明する。
【0010】
図1は、本発明の一実施形態になるインターネットマンション専用Webページ生成の概念図である。
【0011】
図において、1はWebサーバであり、インターネット6に接続されている。前記Webサーバ1には例えば当該マンションの周辺の店舗情報といったマンション個別の内容を掲載したWebページと、例えば外部リンク集といった複数マンションに共通の内容を予めテンプレートWebページとして作成し保存する。また、前記マンション個別Webページと前記テンプレートWebページを合成してマンション専用Webページを作成するCGIプログラム(合成プログラム)4が保存されている。ここで、マンション居住者がインターネット表示端末7を使用してマンションA専用Webページを参照しようとした場合、前記インターネット表示端末7からのリクエストを受けた前記Webサーバ1は、例えばマンションAで使用する共通テンプレートがテンプレートA31とテンプレートB32と指定されていたとすると、マンションAに関する個別のWebページ21と共通テンプレートA31および共通テンプレートB32を前記CGIプログラム4で合成してマンションA専用Webページ51を生成し、前記インターネット表示端末7へ送信する。これにより、前記インターネット表示端末7にて前記マンションA専用Webページ51を表示することが可能となる。
【0012】
次に、図2を用いて本発明の一実施形態になるインターネットマンション専用Webページの修正方法について説明する。
【0013】
例えば、マンション専用Webページに掲載している外部リンク集の中の、あるリンク先のURLが変更された際に、前記リンク先URLを掲載しているすべてのマンションの専用Webページを変更後の内容に修正する場合、例えば前記リンク先URLが共通テンプレートWebページであるテンプレートB32に含まれているとすると、前記テンプレートB32の中の前記変更となったリンク先URLを修正し保存する。これにより、マンション居住者がインターネット表示端末7を使用して前記テンプレートB32を使用しているマンションA専用Webページ51またはマンションC専用Webページ53を参照しようとした場合、前記インターネット表示端末7からのリクエストを受けた前記Webサーバ1は、前記CGIプログラム4にて前記内容が修正されたテンプレートB32とその他必要なWebページを合成してマンションA専用Webページ51またはマンションC専用Webページを生成し、前記インターネット表示端末7へ送信する。このように、内容修正したテンプレートB32を前記CGIプログラム4にて自動的に取り込んでマンションの専用Webページを生成するため、前記テンプレートB32を使用している全てのマンションの専用Webページは、個別に修正することなく、短期間でもれやミス等なく正確に修正することが可能となる。
【0014】
【発明の効果】
本発明によれば、複数のマンションの専用Webページに掲載している共通の内容を変更する際に、共通の内容を記載しているテンプレートを変更するだけで、当該テンプレートを使用しているマンションの専用Webページについても全て自動的に内容が修正されたWebページを生成し表示するため、変更作業における作業時間の低減、コスト低減が図れ、また変更もれや作業ミスを防ぐことが可能となる。
【図面の簡単な説明】
【図1】本発明の一実施形態になるインターネットマンション専用Webページ生成の概念図である。
【図2】本発明の一実施形態になるインターネットマンション専用Webページの修正における概念図である。
【符号の説明】
1 Webサーバ
21、22、23 マンション個別Webページ
31、32、33 共通テンプレートWebページ
4 CGIプログラム(合成プログラム)
51、52、53 マンション専用Webページ
6 インターネット
7 インターネット表示端末[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to, for example, a method of generating and displaying a Web page of an Internet apartment to be disclosed on the Internet and a method of correcting the Web page.
[0002]
[Prior art]
Conventionally, since a dedicated Web page for an Internet apartment has been created and published separately for each apartment, the same content has been described on each dedicated Web page even when there is content common to a plurality of apartments.
[0003]
As a method of generating a Web page using a template, information on a screen layout and a design is stored as a template, and a plurality of contents of a document to be displayed there are individually created, for example, as individual contents translated into each language, There is a method in which a Web page is generated by synthesizing the template and the individual document contents by a program. In this example, the creator creates only the contents of the document and does not need to create the design and the like, so that it is possible to speed up the creation of the Web page and reduce the cost (for example, see Patent Document 1). .).
[0004]
[Patent Document 1]
JP 2001-290812 A (paragraph number 0030, FIG. 1)
[0005]
[Problems to be solved by the invention]
In the above-described conventional technology, even when there is a common content in a plurality of apartments, a dedicated Web page is created for each apartment and the same content is described. It was necessary to carry out the same change work for a plurality of condominiums in which the contents to be performed were posted, and it took a lot of time to perform the work, and there was a high possibility that a change was missed or a work error occurred, which was inefficient.
[0006]
In the Web page generation method using the template described in the above-described conventional technology, the template can be used for the design and the like, but the document contents to be displayed are individually created, so that a common change is made to a plurality of document contents. In such a case, it is necessary to carry out the change work individually, so that the work efficiency is similarly low.
[0007]
SUMMARY OF THE INVENTION An object of the present invention is to generate and display a Web page capable of reducing work time and preventing omission of a change or a work error when changing common contents posted on dedicated Web pages of a plurality of apartments. Methods and modifications.
[0008]
[Means for Solving the Problems]
The above object is to create a template of an external link collection of contents common to a plurality of condominiums as a template in a system in which dedicated Web pages are individually disclosed on a plurality of Internet condominiums on the Internet. By designating a template to be used for each dedicated Web page in advance, when an apartment resident refers to the apartment dedicated Web page from the Internet display terminal, the contents necessary for the apartment are automatically read from the template and read from the Web. By generating and displaying a page and modifying the contents of the template common to a plurality of condominiums in the system, the contents of the condominium-specific Web page of the condominium set to use the template are also automatically changed. Modified By generating a eb page display, it is achieved.
[0009]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
[0010]
FIG. 1 is a conceptual diagram of generating a Web page dedicated to an Internet apartment according to an embodiment of the present invention.
[0011]
In the figure, reference numeral 1 denotes a Web server, which is connected to the Internet 6. The Web server 1 previously creates and stores, as a template Web page, a Web page on which individual condominium contents such as store information around the condominium are posted, and contents common to a plurality of condominiums such as an external link collection. In addition, a CGI program (synthesis program) 4 for synthesizing the apartment individual Web page and the template Web page to create an apartment-dedicated Web page is stored. Here, when an apartment resident attempts to use the Internet display terminal 7 to refer to the Web page dedicated to the apartment A, the Web server 1 that has received the request from the Internet display terminal 7 uses, for example, the apartment A. Assuming that the common template is designated as template A31 and template B32, the individual Web page 21 relating to the apartment A and the common template A31 and the common template B32 are combined by the CGI program 4 to generate the apartment A dedicated Web page 51, The data is transmitted to the Internet display terminal 7. Thereby, it becomes possible to display the Web page 51 for exclusive use of the apartment A on the Internet display terminal 7.
[0012]
Next, a method for modifying a Web page dedicated to an Internet apartment according to an embodiment of the present invention will be described with reference to FIG.
[0013]
For example, when the URL of a certain link in the collection of external links posted on the apartment-dedicated Web page is changed, the dedicated Web pages of all the apartments that post the linked URL are changed. When modifying the content, for example, assuming that the link destination URL is included in the template B32 which is a common template Web page, the changed link destination URL in the template B32 is corrected and stored. Thereby, when the apartment resident tries to use the Internet display terminal 7 to refer to the apartment A dedicated Web page 51 or the apartment C dedicated Web page 53 using the template B32, Upon receiving the request, the Web server 1 combines the template B32 whose contents have been modified by the CGI program 4 and other necessary Web pages to generate a Web page 51 exclusively for the apartment A or a Web page exclusively for the apartment C, The data is transmitted to the Internet display terminal 7. In this way, the CGI program 4 automatically imports the modified template B32 to generate a dedicated Web page for the apartment, so that the dedicated Web pages of all the apartments using the template B32 are individually set. Correction can be made accurately without any leaks or mistakes in a short period of time.
[0014]
【The invention's effect】
ADVANTAGE OF THE INVENTION According to this invention, when changing the common content published in the exclusive Web pages of a plurality of condominiums, the condominium using the template is changed only by changing the template describing the common content. Since the Web pages whose contents are all automatically corrected and generated also for the dedicated Web pages, the reduction of the work time and the cost of the change work can be achieved, and the change omission and the work mistake can be prevented. Become.
[Brief description of the drawings]
FIG. 1 is a conceptual diagram of generation of a Web page dedicated to an Internet apartment according to an embodiment of the present invention.
FIG. 2 is a conceptual diagram illustrating correction of a Web page dedicated to an Internet apartment according to an embodiment of the present invention.
[Explanation of symbols]
1 Web servers 21, 22, 23 Condominium individual Web pages 31, 32, 33 Common template Web page 4 CGI program (synthesis program)
51, 52, 53 Apartment-dedicated Web page 6 Internet 7 Internet display terminal