Subversion Repositories SmartDukaan

Rev

Rev 25414 | Rev 25429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25414 Rev 25424
Line 79... Line 79...
79
	public static final int KeySpec4 = 5;
79
	public static final int KeySpec4 = 5;
80
	public static final int Warranty = 6;
80
	public static final int Warranty = 6;
81
	public static final int Package_Contents = 7;
81
	public static final int Package_Contents = 7;
82
 
82
 
83
	private static final String REMOTE_DIR = "/var/www/static.saholic.com/images/media/";
83
	private static final String REMOTE_DIR = "/var/www/static.saholic.com/images/media/";
84
	private static final String STATIC_SERVER_URL = "http://static%d.saholic.com/images/media/";
84
	private static final String STATIC_SERVER_URL = "https://static%d.saholic.com/images/media/";
85
 
85
 
86
	private static final String THUMBNAIL = "thumbnail";
86
	private static final String THUMBNAIL = "thumbnail";
87
	private static final String ICON = "icon";
87
	private static final String ICON = "icon";
88
	private static final String DEFAULT = "default";
88
	private static final String DEFAULT = "default";
89
	private static final String NONE = "";
89
	private static final String NONE = "";