Created
December 14, 2012 07:12
-
-
Save sakunyo/4283357 to your computer and use it in GitHub Desktop.
Dreamweaverのテンプレ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<title>@@((dw_title=='')?'':dw_title+'|')@@@@((dw_depth4_name=='')?'':dw_depth4_name+'|')@@@@((dw_depth3_name=='')?'':dw_depth3_name+'|')@@@@((dw_depth2_name=='')?'':dw_depth2_name+'|')@@SITE Title</title> | |
<!-- TemplateParam name="dw_depth2_name" type="text" value="" --><!-- TemplateParam name="dw_depth2_path" type="text" value="" --> | |
<!-- TemplateParam name="dw_depth3_name" type="text" value="" --><!-- TemplateParam name="dw_depth3_path" type="text" value="" --> | |
<!-- TemplateParam name="dw_depth4_name" type="text" value="" --><!-- TemplateParam name="dw_depth4_path" type="text" value="" --> | |
<li class="home"><a href="/">HOME</a></li> | |
@@((dw_depth2_name=='')?'':'<li>')@@@@((dw_depth2_path=='')?'':'<a href="'+dw_depth2_path+'">')@@@@(dw_depth2_name)@@@@((dw_depth2_path=='')?'':'</a>')@@@@((dw_depth2_name=='')?'':'</li>')@@ | |
@@((dw_depth3_name=='')?'':'<li>')@@@@((dw_depth3_path=='')?'':'<a href="'+dw_depth3_path+'">')@@@@(dw_depth3_name)@@@@((dw_depth3_path=='')?'':'</a>')@@@@((dw_depth3_name=='')?'':'</li>')@@ | |
@@((dw_depth4_name=='')?'':'<li>')@@@@((dw_depth4_path=='')?'':'<a href="'+dw_depth4_path+'">')@@@@(dw_depth4_name)@@@@((dw_depth4_path=='')?'':'</a>')@@@@((dw_depth4_name=='')?'':'</li>')@@ | |
<li class="current">@@(dw_title)@@</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment