source: src/router/kromo/cisco_wrt54g_en/Milkfish_phonebook.asp @ 7164

Last change on this file since 7164 was 7164, checked in by BrainSlayer, 6 years ago

typos

File size: 922 bytes
Line 
1<% do_pagehead("bmenu.servicesMilkfish"); %>
2                <script type="text/javascript">
3                //<![CDATA[
4
5function to_submit(F) {
6        F.save_button.value = sbutton.saving;
7        apply(F);
8}
9               
10                //]]>
11                </script>
12        </head>
13       
14        <body>
15                <form name="setup" action="applyuser.cgi" method="<% get_http_method(); %>">
16                <input type="hidden" name="submit_button" value="Milkfish_phonebook" />
17                <input type="hidden" name="action" value="Apply" />
18                <input type="hidden" name="change_action" value="gozila_cgi" />
19                <input type="hidden" name="submit_type" />
20                <input type="hidden" name="commit" value="1" />
21                        <div id="main">
22                                <div id="contentsInfo">
23                                        <h2>Milkfish SIP phonebook</h2>
24                                        Not yet  .....
25                                        <br />
26                                        <br />
27                                        <div class="submitFooter">
28                                                <script type="text/javascript">
29                                                //<![CDATA[
30                                                submitFooterButton(1,1,0,0,0,1);
31                                                //]]>
32                                                </script>
33                                        </div>
34                                </div>
35                        </div>
36                </form>
37        </body>
38</html>
Note: See TracBrowser for help on using the repository browser.