2012-12-12 02:29:58 +00:00
|
|
|
// THIS FILE IS AUTO-GENERATED FROM index.html
|
|
|
|
// DO NOT EDIT.
|
|
|
|
package ui
|
|
|
|
|
|
|
|
import "time"
|
|
|
|
|
|
|
|
import "camlistore.org/pkg/fileembed"
|
|
|
|
|
|
|
|
func init() {
|
2013-01-20 20:46:50 +00:00
|
|
|
Files.Add("index.html", 1626, fileembed.String("<html>\n"+
|
2012-12-12 02:29:58 +00:00
|
|
|
"<head>\n"+
|
|
|
|
" <title>Recent Permanodes</title>\n"+
|
|
|
|
" <script type=\"text/javascript\" src=\"base64.js\"></script>\n"+
|
|
|
|
" <script type=\"text/javascript\" src=\"Crypto.js\"></script>\n"+
|
|
|
|
" <script type=\"text/javascript\" src=\"SHA1.js\"></script>\n"+
|
|
|
|
" <script src=\"camli.js\"></script>\n"+
|
|
|
|
" <script src=\"index.js\"></script>\n"+
|
2013-01-20 20:46:50 +00:00
|
|
|
" <script src=\"?camli.mode=config&cb=Camli.onConfiguration\"></script>\n"+
|
2012-12-12 02:29:58 +00:00
|
|
|
" <link rel=\"stylesheet\" href=\"camli.css\">\n"+
|
|
|
|
" <link rel=\"stylesheet\" href=\"index.css\">\n"+
|
|
|
|
"</head>\n"+
|
|
|
|
"<body class=\"camli-ui-index\">\n"+
|
2012-12-12 03:06:47 +00:00
|
|
|
" <h1 id=\"topTitle\">Recent Permanodes</h1>\n"+
|
2012-12-12 02:29:58 +00:00
|
|
|
" <div id='toolbar'>\n"+
|
|
|
|
" <input type='button' id='btnList' value=\"list\"><input type='button' id='btnTh"+
|
|
|
|
"umbs' value=\"thm\">\n"+
|
|
|
|
"\n"+
|
|
|
|
" <input type='button' id='btnSmaller' value=\"-\"><input type='button' id='btnBi"+
|
|
|
|
"gger' value=\"+\">\n"+
|
|
|
|
"\n"+
|
2012-12-12 03:06:47 +00:00
|
|
|
" <form style=\"display: inline\" id=\"formView\">\n"+
|
|
|
|
" View:\n"+
|
|
|
|
" <select id=\"selectView\">\n"+
|
|
|
|
" <option value=\"recent\">Recent</a>\n"+
|
|
|
|
" <option value=\"date\">From <date>...</a>\n"+
|
|
|
|
" <option id=\"optFromSel\" value=\"fromsel\" disabled='true'>From selected ite"+
|
|
|
|
"m</a>\n"+
|
|
|
|
" <optiongroup title=\"Debug\">\n"+
|
|
|
|
" <option value=\"search\">Old Search</a>\n"+
|
|
|
|
" <option value=\"debug:disco\">Debug: Discovery</a>\n"+
|
|
|
|
" <option value=\"debug:signing\">Debug: Signing</a>\n"+
|
|
|
|
" <option value=\"debug:misc\">Debug: Misc</a>\n"+
|
|
|
|
" </optiongroup>\n"+
|
2012-12-12 02:29:58 +00:00
|
|
|
" </select>\n"+
|
|
|
|
" </form>\n"+
|
|
|
|
"\n"+
|
|
|
|
" <form style=\"float: right\" id=\"formSearch\">\n"+
|
2012-12-12 03:06:47 +00:00
|
|
|
" <input type=\"text\" id=\"textSearch\" size=15 title=\"Search\"><input type=\"subm"+
|
|
|
|
"it\" id=\"btnSearch\" value=\"Srch\">\n"+
|
2012-12-12 02:29:58 +00:00
|
|
|
" </form>\n"+
|
|
|
|
" </div>\n"+
|
|
|
|
" <ul id=\"recent\"></ul>\n"+
|
|
|
|
"\n"+
|
|
|
|
" <div style=\"display: block; clear: both\" id=\"debugstatus\"></div>\n"+
|
|
|
|
"\n"+
|
|
|
|
"</body>\n"+
|
|
|
|
"</html>\n"+
|
2013-01-20 20:46:50 +00:00
|
|
|
""), time.Unix(0, 1358714562000000000))
|
2012-12-12 02:29:58 +00:00
|
|
|
}
|