コード例 #1
0
ファイル: index.php プロジェクト: ragi79/Textcube
</a></h3>
										
										<div id="power-container" class="container">
											<dl id="permalink-line" class="line"<?php 
if ($isKeyword) {
    echo ' style="display: none"';
}
?>
>
												<dt><label for="permalink"><?php 
echo _t('절대 주소');
?>
</label></dt>
												<dd class="permalink-input">
													<samp id="permalink-prefix"><?php 
echo _f('%1/entry/', link_cut(getBlogURL()));
?>
</samp><input type="text" id="permalink" class="input-text" name="permalink" onkeypress="return preventEnter(event);" value="<?php 
echo htmlspecialchars($entry['slogan']);
?>
" />
												</dd>
												<dd>
													<p>* <?php 
echo _t('입력하지 않으면 글의 제목이 절대 주소가 됩니다.');
?>
</p>
												</dd>
											</dl>
											<dl id="date-line" class="line">
												<dt><span class="label"><?php 
コード例 #2
0
ファイル: index.php プロジェクト: Avantians/Textcube
            ?>
" title="<?php 
            echo _t('이 사이트에서 건 글 목록을 보여줍니다.');
            ?>
"><?php 
            echo htmlspecialchars($trackback['site']);
            ?>
</a>
<?php 
        } else {
            ?>
												<a href="<?php 
            echo htmlspecialchars($trackback['url']);
            ?>
"><?php 
            echo link_cut(htmlspecialchars($trackback['url']), 30);
            ?>
</a>
<?php 
        }
        ?>
								</td>
											<td class="category">
<?php 
        if (!empty($trackback['categoryName'])) {
            ?>
											<span class="categorized"><?php 
            echo htmlspecialchars($trackback['categoryName']);
            ?>
</span>
<?php 
コード例 #3
0
ファイル: index.php プロジェクト: webhacking/Textcube
?>
 /><label for="useTSlogan1"><span class="text"><?php 
echo _t('문자를 사용합니다.');
?>
 <samp><?php 
echo _f('(예: %1/tag/텍스트큐브)', link_cut(getBlogURL()));
?>
</samp></span></label><br />
												<input type="radio" id="useTSlogan0" class="radio" name="useTSlogan"<?php 
echo $blog['useSloganOnTag'] ? '' : ' checked="checked"';
?>
 /><label for="useTSlogan0"><span class="text"><?php 
echo _t('숫자를 사용합니다.');
?>
 <samp><?php 
echo _f('(예: %1/tag/101)', link_cut(getBlogURL()));
?>
</samp></span></label>
											</dd>
										</dl>
<?php 
if ($service['allowBlogVisibilitySetting']) {
    ?>
										<dl id="blog-open-type-line" class="line">
											<dt><span class="label"><?php 
    echo _t('블로그 공개 정도');
    ?>
</span></dt>
											<dd>
												<input type="radio" id="visibilityPrivate" class="radio" name="visibility"<?php 
    echo $blog['visibility'] == 0 ? ' checked="checked"' : '';
コード例 #4
0
ファイル: index.php プロジェクト: webhacking/Textcube
													<label for="invitation_receiver"><?php 
        echo _t('받는 사람');
        ?>
</label>
													<input type="text" id="invitation_receiver" class="input-text" name="text" value="<?php 
        echo _t('이름&lt;이메일&gt; 혹은 이메일');
        ?>
" onclick="if(!this.selected) this.select();this.selected=true;" onblur="this.selected=false;" onkeydown="refreshReceiver(event)" />
												</div>
												<div id="blog-address-line" class="line">
													<label for="invitation_identify"><?php 
        echo _t('블로그 주소');
        ?>
</label>
													<span class="inter-word"><?php 
        echo link_cut($urlRule[0]);
        ?>
</span><input type="text" id="invitation_identify" class="input-text" name="text" />
			
<?php 
        if (!empty($urlRule[1])) {
            ?>
													<span class="inter-word"><?php 
            echo $urlRule[1];
            ?>
</span>
<?php 
        }
        ?>
												</div>
											</div>