* Creates a new options page.
*
* @param template
+ * The template to render
* @param webInterface
+ * The Sone web interface
*/
public OptionsPage(Template template, WebInterface webInterface) {
super("options.html", template, "Page.Options.Title", webInterface);
* Creates a new “like post” AJAX page.
*
* @param webInterface
+ * The Sone web interface
*/
public LikeAjaxPage(WebInterface webInterface) {
super("ajax/like.ajax", webInterface);
* Creates a new “unlike post” AJAX page.
*
* @param webInterface
+ * The Sone web interface
*/
public UnlikeAjaxPage(WebInterface webInterface) {
super("ajax/unlike.ajax", webInterface);