source: tmp/version-2_5-test/html/user_data/plugins/google_analytics/tpl/admin/index.tpl @ 18609

Revision 18609, 535 bytes checked in by kajiwara, 14 years ago (diff)

正式版にナイトリービルド版をマージしてみるテスト

Line 
1<form method="post" action="index.php">
2    <div id="system" class="contents-main">
3        <table class="list">
4            <tr>
5                <th>ウェブ プロパティ ID</th>
6                <td>UA-<input type="text" name="ga_ua" value="<!--{$smarty.const.GA_UA}-->" /></td>
7            </tr>
8        </table>
9        <div class="btn addnew">
10            <input type="hidden" name="mode" value="register" />
11            <button type="submit"><span>この内容で登録する</span></button>
12        </div>
13    </div>
14</form>
Note: See TracBrowser for help on using the repository browser.