-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-setting-view.php
166 lines (160 loc) · 5.54 KB
/
my-setting-view.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<?php $o = $this ?>
<style>
.indent{
padding-left:26px!important;
}
tr.social-button-sort label{
margin-right:16px;
}
.form-table{
margin-bottom:32px;
}
</style>
<div class="wrap">
<?php
if($o->message){
?>
<div class="updated fade">
<p><strong><?php _e( $o->message ); ?></strong></p>
</div>
<?php
}
?>
<div id="icon-options-general" class="icon32"><br /></div>
<h2>My Setting</h2>
<form action="" method="post">
<?php wp_nonce_field('mysetting_check') ?>
<h3>WordPress Setting</h3>
<table class="form-table">
<tr valign="top">
<th>WordPress のバージョンを出力する</th>
<td><?php $o->theYesNoHtml('wp_ver','0','') ?></td>
</tr>
<tr valign="top">
<th>カスタムナビゲーションメニューを有効にする</th>
<td><?php $o->theYesNoHtml('cus_nav','1','selected') ?></td>
</tr>
<tr valign="top">
<th>セルフピンバックを無効にする</th>
<td><?php $o->theYesNoHtml('self_pin','1','selected') ?></td>
</tr>
<tr valign="top">
<th>固定ページでの抜粋を有効にする</th>
<td><?php $o->theYesNoHtml('page_excerpt','1','selected') ?></td>
</tr>
<tr valign="top">
<th>自動保存を無効にする</th>
<td><?php $o->theYesNoHtml('no_autosave','1','selected') ?></td>
</tr>
<tr valign="top">
<th>外部サイトのリンクに target="_blank" を設定する</th>
<td><?php $o->theYesNoHtml('external','1','selected') ?></td>
</tr>
<tr valign="top">
<th>アイキャッチ画像を有効にする</th>
<td><?php $o->theYesNoHtml('post_thum','1','selected') ?></td>
</tr>
<tr valign="top">
<th class="indent">画像のサイズ(幅 × 高さ)</th>
<td><?php $o->theInputHtml('thum_width','','small-text') ?> × <?php $o->theInputHtml('thum_height','','small-text') ?></td>
</tr>
<tr valign="top">
<th class="indent">切り抜きモードにする</th>
<td><?php $o->theYesNoHtml('thum_cut','1','selected') ?></td>
</tr>
</table>
<h3>Behave.js Setting</h3>
<table class="form-table">
<tr valign="top">
<th>投稿画面で<a href="http://jakiestfu.github.io/Behave.js/" target="_blank">Behave.js</a>を有効にする</th>
<td><?php $o->theYesNoHtml('behave','1','selected') ?></td>
</tr>
<tr valign="top">
<th class="indent">replaceTab</th>
<td><?php $o->theYesNoHtml('behave-replaceTab','0','') ?></td>
</tr>
<tr valign="top">
<th class="indent">softTabs</th>
<td><?php $o->theYesNoHtml('behave-softTabs','0','') ?></td>
</tr>
<tr valign="top">
<th class="indent">autoOpen</th>
<td><?php $o->theYesNoHtml('behave-autoOpen','0','') ?></td>
</tr>
<tr valign="top">
<th class="indent">overwrite</th>
<td><?php $o->theYesNoHtml('behave-overwrite','0','') ?></td>
</tr>
<tr valign="top">
<th class="indent">autoStrip</th>
<td><?php $o->theYesNoHtml('behave-autoStrip','0','') ?></td>
</tr>
<tr valign="top">
<th class="indent">autoIndent</th>
<td><?php $o->theYesNoHtml('behave-autoIndent','0','') ?></td>
</tr>
<tr valign="top">
<th class="indent">tabSize</th>
<td><?php $o->theInputHtml('behave-tabSize','','small-text',4) ?></td>
</tr>
</table>
<h3>Google Service</h3>
<table class="form-table">
<tr valign="top">
<th>Google Analytics ID</th>
<td><?php $o->theInputHtml('ga_id') ?></td>
</tr>
<tr valign="top">
<th>Google Code Prettify を有効にする</th>
<td><?php $o->theYesNoHtml('prettify','1','selected') ?></td>
</tr>
<tr valign="top">
<th>Google Custom Search ID</th>
<td><?php $o->theInputHtml('google_search_id') ?></td>
</tr>
<tr valign="top">
<th class="indent">検索ウィジェットを置き換える</th>
<td><?php $o->theYesNoHtml('google_search_replace','1','selected') ?></td>
</tr>
<tr valign="top">
<th class="indent">フォーム挿入先の jQuery セレクタ<br/>※置換する場合は指定不要</th>
<td><?php $o->theInputHtml('google_search_area','例) div.search_form') ?></label></td>
</tr>
</table>
<h3>Social Service</h3>
<table class="form-table">
<tr valign="top">
<th>リンクにはてブ件数を表示する</th>
<td>
<?php $o->theYesNoHtml('hatebu_users','1','selected') ?><br/>
</td>
</tr>
<tr valign="top">
<th class="indent">対象リンクの jQuery セレクタ(必須)</th>
<td><?php $o->theInputHtml('hatebu_users_code','例) #sidebar a') ?></label></td>
</tr>
<tr valign="top" class="social-button-sort">
<th>ソーシャルボタンの表示</th>
<td>
<label>はてブ<?php $o->theSocialButtonHtml('hatebu_sort') ?></label>
<label>Twitter<?php $o->theSocialButtonHtml('twitter_sort') ?></label>
<label>Facebook<?php $o->theSocialButtonHtml('facebook_sort') ?></label>
<label>Google+<?php $o->theSocialButtonHtml('googleplus_sort') ?></label>
</td>
</tr>
<tr valign="top">
<th class="indent">対象リンクの jQuery セレクタ(必須)</th>
<td><?php $o->theInputHtml('social_btn_link','例) article h2 a') ?></label></td>
</tr>
<tr valign="top">
<th class="indent">ボタン挿入先の jQuery セレクタ</th>
<td><?php $o->theInputHtml('social_btn_area','例) article div.social_area') ?></label></td>
</tr>
<tr valign="top">
<th class="indent">大きいボタンにする</th>
<td><?php $o->theYesNoHtml('social_large_btn','1','selected') ?></label></td>
</tr>
</table>
<p class="submit"><input type="submit" class="button-primary" value="変更を保存" /></p>
</form>
</div>