t_form
<form action="./" method="post">
<input type="hidden" name="m" value="pc">
<input type="hidden" name="a" value="do_h_home_search">
<input type="hidden" name="【名前】" value="【値】">
_method | post,get | post | |
_enctype | fileまたはmultipart | ブランク | multipart/form-data MAX_FILE_SIZEにmax(IMAGE_MAX_FILESIZE * 1024, FILE_MAX_FILESIZE * 1024)が入る。 |
_attr | フォームの追加属性 | ブランク | |
_form_action | フォームアクション属性値の追記クエリ | ブランク | |
m | モジュール名 | ブランク | |
a | アクション名 | ブランク | |
need_ssl_param | ブランク |
t_url
./?m=pc&a=page_h_message_box&【名前】=【値】
_urlencode | true or false | false | urlencode |
_absolute | true or false | false | 絶対パスかどうか |
_html | true or false | true | htmlspecialchars |
m | モジュール名 | ブランク | |
a | アクション名 | ブランク |
t_url_mail
http://localhost/?m=pc&a=page_h_message_box&【名前】=【値】
_absolute | true or false | true | 絶対パスかどうか |
_html | true or false | false | htmlspecialchars |
m | モジュール名 | ブランク | |
a | アクション名 | ブランク |
t_img_url
./img.php?filename=c_11_1207120065.jpg&w=76&h=76&m=pc
({t_img_url filename=$c_commu.image_filename w=76 h=76})
({t_img_url filename=$c_member.image_filename w=180 h=180 noimg=no_image})
./img.php?filename=skin_default_no_image_1212482275.gif&w=180&h=180&m=pc
_html | true or false | true | htmlspecialchars |
_urlencode | true or false | false | urlencode |
noimg | 画像ファイル名 | no_image | 画像がないときの代替画像 |
w | 画像幅 | ブランク | 画像の幅 |
h | 画像高さ | ブランク | 画像の高さ |
f | jpg,gif,png | ブランク | ファイル種類 |
別サーバーの場合、OPENPNE_IMG_URLにパスを書く。
画像キャッシュを使用する場合はOPENPNE_IMG_CACHE_PUBLIC
t_img_url_skin
({t_img_url_skin filename=content_header_1})
./skin/001/img/content_header_1.gif