<% INCLUDE META %> ファイル管理ヘルプ - <% site_name %> <% INCLUDE HEADER %>
<% INCLUDE LEFT %>

ファイル管理ヘルプ

  • ファイル管理

ファイル名

  • ファイル名は、保存するファイルの名前です。
  • ファイル名は、半角英数字と _ をご使用下さい。
  • <% IF lookin_shp_id -%>
  • ファイル名の拡張子は .html もしくは .xhtml をご使用下さい。
  • <% ELSE -%>
  • ファイル名の拡張子は .html、.xhtml、.css、.js、.rdf のいずれかをご使用下さい。
  • <% END -%>
  • サイトの更新時に変数の変換を行わないファイルは、ファイル名の頭に '_' を付けて下さい。

ファイル内容

  • ファイル内容は、保存するテキストです。
  • ショップ管理室の[ファイル管理]で、HTMLファイルを作成する場合は使用できるHTMLタグを用いて記述して下さい。
  • <% UNLESS lookin_shp_id -%>
  • モール管理室の[ファイル管理]は、HTMLタグの制限はありません。
  • <% END -%>
  • アップロードした画像を記述したい場合は IMG タグと変数を用いて記述して下さい。
使用できるHTMLタグ
タグ属性記述例表示例
<html>
</html>
xmlns
lang
xml:lang
--
<head>
</head>
- --
<title>
</title>
- --
<body>
</body>
- --
<header>
</header>
class
id
data-role
<header class="foo">テキスト</header>-
<footer>
</footer>
class
id
data-role
<footer class="foo">テキスト</footer>-
<nav>
</nav>
class
id
data-role
<nav class="foo">テキスト</nav>-
<div>
</div>
class
id
align
data-role
data-type
data-theme
data-content-theme
data-collapsed
data-title
data-id
data-position
data-add-back-btn
data-back-btn-text
data-fullscreen
style
<div class="foo">テキスト</div>テキスト
<span>
</span>
class
id
style
<span>テキスト</span>テキスト
<h1>
</h1>

<h6>
</h6>
class
id
align
<h3>テキスト</h3>

テキスト

<font>
</font>
color
size
<font color="#0000FF">テキスト</font> テキスト
<strong>
</strong>
- <strong>テキスト</strong>テキスト
<p>
</p>
class
id
align
<p>テキスト</p>

テキスト

<br />- 1行目<br />2行目1行目
2行目
<pre>
</pre>
class
id
<pre>整形済みテキスト</pre>
整形済みテキスト
<del>
</del>
class
id
<del>削除テキスト</del>削除テキスト
<ul>
<li></li>
<li></li>
</ul>
class
id
type
data-role
data-url
data-inset
data-theme
data-divider-theme
data-split-icon
data-split-theme
data-filter
data-filter-placeholder
data-filter-theme
<ul>
<li>項目A</li>
<li>項目B</li>
</ul>
  • 項目A
  • 項目B
<li>
</li>
class
id
value
data-role
<ul>
<li class="foo">項目A</li>
<li>項目B</li>
</ul>
  • 項目A
  • 項目B
<ol>
<li></li>
<li></li>
</ol>
class
id
type
start
data-role
data-url
data-inset
data-theme
data-divider-theme
data-split-icon
data-split-theme
data-filter
data-filter-placeholder
data-filter-theme
<ol>
<li>項目A</li>
<li>項目B</li>
</ol>
  1. 項目A
  2. 項目B
<dl>
<dt></dt>
<dd></dd>
</dl>
class
id
<dl>
<dt>用語A</dt>
<dd>説明A</dd>
</dl>
用語A
説明A
<table> class
id
width
cellspacing
cellpadding
border
bordercolor
bgcolor
style
<table class="foo">
<tr><th>1</th><th>2</th></tr>
<tr><td>3</td><td>4</td></tr>
<tr><td>5</td><td>6</td></tr>
</table>
12
34
56
<tr> class
id
align
valign
width
height
bgcolor
--
<th>
<td>
class
id
align
valign
width
height
colspan
rowspan
bgcolor
background
--
<a>
</a>
class
id
href
rel
data-role
data-rel
data-inline
data-transition
data-direction
data-theme
data-icon
data-iconpos
data-page
data-limit
data-sort
name
target
<a href="<% URL_STATIC %>/index.html" ref="external" target="_blank">モールトップ</a> モールトップ
<img />src
alt
align
border
hspace
vspace
width
height
<img src="<% INC_STATIC %>/banner.gif" /> フォルダ
<center>
</center>
- <center>中央テキスト</center>
中央テキスト
<hr />class
id
width
size
color
align
style
<hr size="3"/>
<form>
</form>
class
id
method
name
data-ajax
action
<form method="post" action="">
<input type="text" name="foo" value="" size="10" />
<input type="submit" name="submit" value="click" />
</form>
<input />class
id
type
name
value
placeholder
autocapitalize
autocorrect
size
maxlength
data-theme
style
--
<fieldset>
</fieldset>
data-role
data-type
--
<legend>
</legend>
---
<label>
</label>
for<label for="name">名前</label>-
<% IF lookin_shp_id -%>
使用できる変数(1)
名称変数
サイト名<% site_name %>
ショップ番号<% shp_id %>
ショップ名<% shp_name %>
ショップ名(カナ)<% shp_kana %>
ショップ販売業者名<% shp_dealer %>
ショップ管理者名<% shp_admin %>
<% ELSE -%>
使用できる変数(1)
名称変数
サイト名<% site_name %>
モール名<% shp_name %>
モール名(カナ)<% shp_kana %>
モール販売業者名<% shp_dealer %>
モール管理者名<% shp_admin %>
<% END -%>
使用できる変数(2)
名称変数記述例
メールアドレス<% shp_email %>
住所(郵便番号)<% shp_zip %>
住所(都道府県名)<% shp_are_name %>
住所(市区郡)<% shp_city %>
住所(町村・番地)<% shp_town %>
住所(その他)<% shp_etc %>
電話番号<% shp_tel %>
FAX番号<% shp_fax %>
ディレクトリ名<% shp_dir %>
URL<% shp_url %>
説明文1<% shp_note1 %>
説明文2<% shp_note2 %>
説明文3<% shp_note3 %>
画像1ファイル名<% shp_img1_file %><img src="<% INC_IMAGE %>/<% shp_img1_file %>" />
画像2ファイル名<% shp_img2_file %><img src="<% INC_IMAGE %>/<% shp_img2_file %>" />
画像3ファイル名<% shp_img3_file %><img src="<% INC_IMAGE %>/<% shp_img3_file %>" />
画像4ファイル名<% shp_img4_file %><img src="<% INC_IMAGE %>/<% shp_img4_file %>" />
画像5ファイル名<% shp_img5_file %><img src="<% INC_IMAGE %>/<% shp_img5_file %>" />
メタタグ/robots<% shp_robots %>
メタタグ/keywords<% shp_keywords %>
メタタグ/description<% shp_description %>
メタタグ/author<% shp_author %>
メタタグ/copyright<% shp_copyright %>
使用できる変数(3)
名称変数
METAの挿入<% INCLUDE META %>
HEADERの挿入<% INCLUDE HEADER %>
LEFTの挿入<% INCLUDE LEFT %>
RIGHTの挿入<% INCLUDE RIGHT %>
FOOTERの挿入<% INCLUDE FOOTER %>
サイトトップのURL<% URL_BASE %>
モールトップ(static)のURL<% URL_STATIC %>
モールトップ(static)のパス<% INC_STATIC %>
画像ディレクトリのパス<% INC_IMAGE %>
商品・ショップ検索表示
search.cgiのURL
<% cgi_search %>
買い物かご
cart.cgiのURL
<% cgi_cart %>
お会計処理
order.cgiのURL
<% cgi_order %>
トップページ表示
static.cgiのURL
<% cgi_static %>
問い合わせ
contact.cgiのURL
<% cgi_contact %>
顧客情報表示
customer.cgiのURL
<% cgi_customer %>
記事検索表示
articles.cgiのURL
<% cgi_articles %>
使用できる変数(4)
名称変数
商品検索・表示(search.cgiの呼出し)<% .Search(引数) %>
記事検索・表示(articles.cgiの呼出し)<% .Articles(引数) %>
※引数の li は表示件数を指定して下さい。
<% INCLUDE FOOTER %>