API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jottools.actions. ConfigHome View Javadoc
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

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package net.jottools.actions;

import java.util.Hashtable;

/**
 *
 * @author thibautc
 */
public class ConfigHome extends ConfigView
{

    public String getPageContent(Hashtable parameters)
    {
        //JOTGoogleMapWidget wg=new JOTGoogleMapWidget();
        //Hashtable args=new Hashtable();
        //args.put("address","3531  canterbury ln, kent wa");
        //args.put("gkey","ABQIAAAAr7MMhUq-UD2S0-q5Dm13ARRi_j0U6kJrkFvY4-OX2XYmEAa76BR9FkLr7KJ57j9i0k7J8NhSc9VPWw");
        return "<html><body>" + getJotHeader()+"<h5>"+
                "- <a href='project?action=create'/>Create a new JavaOnTracks project</a>" +
               "</h5></body></html>";
    }
    
}

Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar