source: branches/version-2_5-dev/html/user_data/plugins/google_analytics/tpl/admin/index.tpl @ 20116

Revision 20116, 527 bytes checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<form method="post" action="?">
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.